views:

251

answers:

2

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

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

+4  A: 

I prefer the SWFObject JS available here:

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

Includes the lib and docs.

Rip Rowan
+1  A: 

The most popular and "standard" is SWFObject.

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

Andy Li