1 replies
  • WEB DESIGN
  • |
Hope this is the right forum for this. I am trying to use the following video on one of my sites. The problem is it set to AutoPlay. Code is NOT my forte, was wondering if someone could take a look at it and tell me what, if anything, that I need to change so that it will NOT AutoPlay.

Thanks for any help

<object id="flashObj" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="486" height="412" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=84630291001&amp;playerID=5700218600 1&amp;playerKey=AQ~~,AAAAAEBVkPU~,71bz9Fa_E4O9rgjF T01K9o5p7s85PhaW&amp;domain=embed&amp;dynamicStrea ming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="486" height="412" src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowscriptaccess="always" swliveconnect="true" allowfullscreen="true" seamlesstabbing="false" name="flashObj" base="http://admin.brightcove.com" flashvars="videoId=84630291001&amp;playerID=570021 86001&amp;playerKey=AQ~~,AAAAAEBVkPU~,71bz9Fa_E4O9 rgjFT01K9o5p7s85PhaW&amp;domain=embed&amp;dynamicS treaming=true" bgcolor="#FFFFFF"></embed></object>
#code #issue #video
  • Profile picture of the author AnthonyKrese
    I'm not a flash guru, but here's what I see:

    You see where it says flashvars="..."

    It looks like the code is pulling in your setting from the brightcove admin.
    You should be able to turn autoplay on and off from the admin area.

    If not, try adding autoplay="false" or play="false" to the code. I'm guessing you'd need to add it either after dynamicS treaming=true" like this: ;autoplay=false

    Or try to add it on after the bgcolor variable like this: autoplay="false" (or play="false").

    Anyway, that's what I'd try to do. Good luck!
    Signature
    What's for dinner tonight? Fast, easy, awesome recipes to keep the wife and kids happy!

    The Man's Cookbook
    {{ DiscussionBoard.errors[4035873].message }}

Trending Topics