Max
Max

Reputation: 2343

The best way to integrate SWF to html page

What html-tags I should to use? May be some JS libs?

Of course, better if this will be cross-browser and platform independent.

Upvotes: 2

Views: 1008

Answers (2)

Andy Li
Andy Li

Reputation: 6023

The most popular and "standard" is SWFObject.

If you use jQuery, flashembed from jQuery Tools is great too.

Upvotes: 1

Rip Rowan
Rip Rowan

Reputation: 96

I prefer the SWFObject JS available here:

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

Includes the lib and docs.

Upvotes: 4

Related Questions