swf file won’t load arghhhhh
-
Hey guys, i can’t get my swf video file to play on the sidebar of my blog. it works in plain html but with php no chance! Can someone help?? I tried doing it the same way as with html (by including AC_RunActiveContent.js in the header and appending the code for the object/embed, both with relative and absolute paths) i tried putting the swf files in the root folder, in the blog folder, in the image folder. itried using kimili widget, swfobject script, i tried embedding swf with the php code, but NOTHING! i am missing something basic here but my brain isn’t working anymore! can someone point it out?? Code in the header.php
<script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script>
Code in the sidebar:
<script language="JavaScript" type="text/javascript"> AC_FL_RunContent( 'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '200', 'height', '300', 'src', 'blog', 'quality', 'best', 'pluginspage', 'https://www.adobe.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'transparent', 'devicefont', 'false', 'id', 'blog', 'bgcolor', '#ffffff', 'name', 'blog', 'menu', 'false', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'blog', 'salign', '' ); //end AC code </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="200" height="300" id="blog" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="https://localhost/wordpress/wp-content/themes/default/blog.swf" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /> <embed src="https://localhost/wordpress/wp-content/themes/default/blog.swf" menu="false" quality="best" wmode="transparent" bgcolor="#ffffff" width="200" height="300" name="blog" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.adobe.com/go/getflashplayer" /> </object> </noscript>
Thank you, anybody??
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘swf file won’t load arghhhhh’ is closed to new replies.