autoclick flash object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • allanbachti
    New Member
    • Oct 2012
    • 1

    autoclick flash object

    hi, im a newbie at html or web, well, i was creating a "homepage" blog on blog*er.com, it's just a simple page that shows a flash object, but i uploaded the swf file at screenc*st.com, so the flash player need to be clicked first (you know the play button at the middle of the flash player, not like yout*be that play automaticly), so can anyone help me on this, if my homepage can be played automaticly it will be very cool, so thankyou. and anyway, im really really a newbie, the homepage i made was only have this at the html code anyway
    Code:
    <object data="http://content.screencast.com/users/allanbachti/folders/Default/media/6d362d4d-e9cf-4de7-b0ae-91e69b5b8caf/bootstrap.swf" height="400" id="scPlayer" type="application/x-shockwave-flash" width="550"> <param name="movie" value="http://content.screencast.com/users/allanbachti/folders/Default/media/6d362d4d-e9cf-4de7-b0ae-91e69b5b8caf/bootstrap.swf" />
     <param name="quality" value="high" />
     <param name="bgcolor" value="#FFFFFF" />
     <param name="flashVars" value="containerwidth=550&containerheight=400&content=http://content.screencast.com/users/allanbachti/folders/Default/media/6d362d4d-e9cf-4de7-b0ae-91e69b5b8caf/movie%20preloader%20edited.swf&blurover=false" />
     <param name="allowFullScreen" value="true" />
     <param name="scale" value="showall" />
     <param name="allowScriptAccess" value="always" />
     <param name="base" value="http://content.screencast.com/users/allanbachti/folders/Default/media/6d362d4d-e9cf-4de7-b0ae-91e69b5b8caf/" />
     Unable to display content. Adobe Flash is required.</object>
    thankyou verymuch and so sorry for the bad english :(

    *allan
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    If you want to embed Flash, use SWFObject. It seems to cover most issues.

    Hope that helps.

    Comment

    Working...