Reputation: 15491
How could it be a SWF is not loading in internet explorer chrome on windows but works fine on firefox and safari on osx?
I called the file like myhomepage.fr/videoplayer.swf
Does this direct all of swf is non supported on IE?
Upvotes: 0
Views: 913
Reputation: 13357
You really should use some sort of embedding to include your SWF. Behind the scenes, IE was previously just generating a hidden html document to wrap the .swf anyway.
Go with SWFObject: http://code.google.com/p/swfobject/
Upvotes: 1