[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><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">
<param name="movie" value="http://localhost/CodeIgniter/chromejs/header.swf">
<param name="quality" value="high">
<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"></embed>
</object></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