tags:

views:

52

answers:

1

I found these three jQuery Flash plugin:

1) http://plugins.jquery.com/project/jquery_flash

2) http://jquery.lukelutman.com/plugins/flash/

3) http://jquery.thewikies.com/swfobject/

so, which one is the best to use?

+6  A: 

I always thought SWFObject was the best one, though I haven't tried any others. Plus you don't need jQuery itself to run it, you can just run it in vanilla JS.

Go here to see what I mean: http://code.google.com/p/swfobject/

adamzwakk
Definately swfobject!
macke
+1 swfobject. Also you should look at static publishing instead of dynamic. You will get better performance.
Amir Raminfar
i need to do it dynamically. :) but thanks for advice
seatoskyhk