I have a simple movie that has a tiny bit of Actionscript 2.0.
- What is the best way to embed a flash movie for XHTML compliance?
- Which version should I export for?
The code that Flash automatically outputs is so bloated, I’m not sure what I need. Also, I noticed that a Macromedia URL is in the code, and now that Adobe owns Flash, I wonder if this is a mistake.
The best way to embed a flash file in HTML is using swfobject by Google : http://code.google.com/p/swfobject/
In the end it goes like :
Hope that helps