Jump to content

Auto hide flash video controls


yandoo

Recommended Posts

Hiya I have a flash video that pays on my website but I want to remove the controls from the player. What code do i need and where does it go???

 

I've tried adding <param name="skinAutoHide" value="true" /> but it doesnt work

 

 

Thank you :)

 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="315">
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="https://allergyfreedomprogramme.com/videos/player.swf" width="560" height="315">
<!--<![endif]-->
<param name="movie" value="https://allergyfreedomprogramme.com/videos/player.swf" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#FFFFFF" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="false" />
<param name="allowscriptaccess" value="always" />
<param name="allowscriptaccess" value="always" />
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<param name="flashvars" value="vdo=https://allergyfreedomprogramme.com/videos/Landing-Page.flv&autoplay=true" />
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object> 

Link to comment
https://forums.phpfreaks.com/topic/277246-auto-hide-flash-video-controls/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.