CodeIgniter Forums
cannot load the swf the file. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: cannot load the swf the file. (/showthread.php?tid=19176)



cannot load the swf the file. - El Forum - 05-30-2009

[eluser]thedevilz[/eluser]
Hello,

Code:
[removed]
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','661','height','174','src','header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','header' ); //end AC code
[removed]<noscript>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="661" height="174"&gt;
  <param name="movie" value="http://localhost/CodeIgniter/chromejs/header.swf">
  <param name="quality" value="high">
  &lt;embed src="http://localhost/CodeIgniter/chromejs/header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="661" height="174"&gt;&lt;/embed>
&lt;/object&gt;&lt;/noscript>

I am trying to run the swf (flash file). but it doesnot load it.
however when i give the simple address in location bar it runs diplay the flash file.
is there any thing else I have to change to run flash file including its address.
further I am changing tradedts.com to dynamic through CI. U may check the whole coding there as well.
but cant load the swf file to CI.

Best Regards
sK