yandoo Posted April 24, 2013 Share Posted April 24, 2013 (edited) 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> Edited April 24, 2013 by yandoo Quote Link to comment https://forums.phpfreaks.com/topic/277246-auto-hide-flash-video-controls/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.