radley 0 Posted January 21, 2009 Report Share Posted January 21, 2009 Hi I am trying to add SWF to my webpage and for some reason the player is not showing. Only the video is playing, no controls.Every tutorail I searched showed the code like this.Here is the page: http://custommlmleads.com/test.htmlHere is the skin: http://custommlmleads.com/VIDEO/SkinUnderP...kFullscreen.swfCan Anyone help?Thanks,WorldWideReachAttach Code <script language="javascript">if (AC_FL_RunContent == 0) {alert("This page requires AC_RunActiveContent.js.");} else {AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','447','height','289','id','10inoneAuto','align','middle','src','VIDEO/10inoneAuto','quality','high','bgcolor','#c0c7cd','name','10inoneAuto','allowscriptaccess','sameDomain','allowfullscreen','true','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','VIDEO/10inoneAuto' ); //end AC code}</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="447" height="289" id="10inoneAuto" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="VIDEO/10inoneAuto.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#c0c7cd" />><param name="skin" value="VIDEO/SkinUnderPlaySeekStop.swf" /> <embed src="VIDEO/10inoneAuto.swf" quality="high" bgcolor="#c0c7cd" width="447" height="289" name="10inoneAuto" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></ /></object></noscript> Quote Link to post Share on other sites
justsomeguy 1,135 Posted February 2, 2009 Report Share Posted February 2, 2009 I believe that's a problem with the video player you're using, it should have a way to enable controls or whatever else. Also, I'm not sure what you have this doing in your code:</ /> Quote Link to post Share on other sites
ckrudelux 9 Posted February 13, 2009 Report Share Posted February 13, 2009 <script language="javascript">if (AC_FL_RunContent == 0) {alert("This page requires AC_RunActiveContent.js.");} else {AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','447','height','289','id','10inoneAuto','align','middle','src','VIDEO/10inoneAuto','quality','high','bgcolor','#c0c7cd','name','10inoneAuto','allowscriptaccess','sameDomain','allowfullscreen','true','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','VIDEO/10inoneAuto' ); //end AC code}</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="447" height="289" id="10inoneAuto" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="VIDEO/10inoneAuto.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#c0c7cd" />><param name="skin" value="VIDEO/SkinUnderPlaySeekStop.swf" /> <embed src="VIDEO/10inoneAuto.swf" quality="high" bgcolor="#c0c7cd" width="447" height="289" name="10inoneAuto" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></ /></object></noscript> Think I know why it's not showing <param name="skin" value="VIDEO/SkinUnderPlaySeekStop.swf" /> this url is not correct you don't have this file in your video directory.I guess that you want this <param name="skin" value="VIDEO/skinunderplayseekfullscreen.swf" /> Quote Link to post Share on other sites
dream party 0 Posted March 12, 2009 Report Share Posted March 12, 2009 HTML 'embed' tag is crap, you should use SWFObject. SWFObject is a small Javascript file used for embedding Adobe Flash content. However, if it is too technical for you, you can use web player pro from moyea, a flash video player maker with skinnable control bar, I think it is a quick solution.http://www.flash-video-mx.com/web-player-pro/For SWFObject you can check this - http://blog.deconcept.com/swfobject/ Quote Link to post Share on other sites
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.