Hi gentleman
Thank you for your fast replay. I actually tried assets_helper (http://codeigniter.com/forums/viewthread/45055/) in order to manage my image and CSS tagging and also I’ve flashobject javascripts store in my javascripts folder and I use this tag to call the *.js file
<?=add_jscript('swfobject.js')?>
and I’m pretty sure it including the *.js file in to my html and I have
// <![CDATA[
var so = new SWFObject(“so_tester.swf”, “sotester”, “300”, “300”, “8.0.23”, “#FF6600”, true);
so.addVariable(“flashVarText”, “this is passed in via FlashVars”); // this line is optional, but this example uses the variable and displays this text inside the flash movie
so.write(“flashcontent”);
// ]]>
</script>
For embedding the flash file but still I don’t see anything on browser (FireFox & IE) :( ??? Also because I’m not sure where to store my *.swf file I copied the flash file on every possible folder (I know sound stupid) . Any taught?
Sorry for my bad English.