Adrian
Adrian

Reputation: 337

jquery.flash plugin not working in IE6

I use jquery.flash() plugin to embed flash into my website. The problem is that in IE6 this doesn't work. I tried swfobject (1.5), also, but it gives me (sometimes) some strange errors with n null or something like that, so I decided to use jquery.flash() also. (I use both swfobject and jquery.flash() now)

So, basically, swfobject works but gives me that strange error sometimes (all browsers), so NOT all my flash banners work, and jquery.flash() WORKS in all other browsers, except IE6.

That's frustrating, really. The website is infinitdev.ro/medlife/

Thanks in advance

Upvotes: 2

Views: 996

Answers (1)

Karol Janyst
Karol Janyst

Reputation: 356

Have you tried jQuery version of swfobject? You can grab it from http://jquery.thewikies.com/swfobject/ and it works out of the box. It implements swfobject 2.2 and I use it quite often. Maybe this will help you to embed flash on your website.

Upvotes: 1

Related Questions