ryanrobinson
07-30-2011, 08:40 AM
I have ran into a problem and I don't know if its possible? And i thought maybe contacting you guys may help. Here is the website im creating for a company, http://bulls-ivehicledriverecorders.com/ , and i was wondering if you guys could help me, code a stop/play button for this flash video. The company really wants their promotion video up there, so i thought it would be clever to put in it the Viewer Software, BUT im having problems finding a code to basically make a button to stop/play the video. It would be awesome if by chance know how to make a html code that could control that flash video. Ultimately what I want to do is, make that player Stop and Pause button "actionable" by just placing mock buttons over them.
My dream/goal scenario is to have 1 pause, 1 play button, and for the video NOT to start on page load. If you can help me, good bless you, if not please don't worry about it, you guys already helped me a ton by just your post.
Here is the code of the flash.
<object width="480" height="360" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash6/cabs/swflash.cab#version=6.0.0.0">
<param name="movie" value="bulls-i_Promotion_Video_ENG.swf" />
<param name="loop" value="false" />
<param name="WMode" value="Opaque" />
<param name="quality" value="high" />
<param name="bgcolor" value="" />
<param name="align" value="" /><embed src="bulls-i_Promotion_Video_ENG.swf" loop="false" wmode="Opaque" quality="high" bgcolor="" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="" height="360" width="480"></object>
My dream/goal scenario is to have 1 pause, 1 play button, and for the video NOT to start on page load. If you can help me, good bless you, if not please don't worry about it, you guys already helped me a ton by just your post.
Here is the code of the flash.
<object width="480" height="360" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash6/cabs/swflash.cab#version=6.0.0.0">
<param name="movie" value="bulls-i_Promotion_Video_ENG.swf" />
<param name="loop" value="false" />
<param name="WMode" value="Opaque" />
<param name="quality" value="high" />
<param name="bgcolor" value="" />
<param name="align" value="" /><embed src="bulls-i_Promotion_Video_ENG.swf" loop="false" wmode="Opaque" quality="high" bgcolor="" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="" height="360" width="480"></object>