_OMEGA_
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple linked SWF files don’t work!I just use the code that creates Flash as below:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="index" width="900" height="482" > <param name="movie" value="http://MySite/Dir/index.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="best"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" name="index" width="900" height="482" src="http://MySite/Dir/index.swf" bgcolor="#FFFFFF" quality="best" allowscriptaccess="samedomain" > <noembed> </noembed> </embed> </object>Forum: Fixing WordPress
In reply to: Multiple linked SWF files don’t work!I tried all the plugins but unfortunatelly I didn’t solved my problem.
Some of them don’t work, other loads only the first .swf, the one called index.swf.Forum: Fixing WordPress
In reply to: Multiple linked SWF files don’t work!Thank you for the answer, I’ll ttry your hint and I hope to fix my issue.
I’ll post again if I’llfix it or not!Cheers