Rubytastic
Rubytastic

Reputation: 15491

.swf not loading in internet explorer, chrome does in safari, firefox?

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

Answers (1)

Lynn Crumbling
Lynn Crumbling

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

Related Questions