Best way to integrate SWF into html page

What html tags should I use? Maybe some JS libs?

Of course, it's better if it's cross-browser and platform independent.

+2


source to share


2 answers


I prefer the available SWFObject JS:

http://code.google.com/p/swfobject/



Includes lib and docs.

+4


source


The most popular and "standard" one is SWFObject .



If you're using jQuery, flashembed from jQuery Tools is fine too.

+1


source







All Articles