Jump to content

Skin Not Showing Need Help


radley

Recommended Posts

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>

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
<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" />
Link to comment
Share on other sites

  • 4 weeks later...

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/

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...