Jump to content

W3C Validation


PlaviZG

Recommended Posts

Using the <object> tag properly, you shouldn't have any problem validating.

<object type="application/x-shockwave-flash" data="file.swf" width="550" height="400">  <param name="movie" value="file.swf">  You need Flash Player to view this</object>

Link to comment
Share on other sites

Using the <object> tag properly, you shouldn't have any problem validating.
<object type="application/x-shockwave-flash" data="file.swf" width="550" height="400">  <param name="movie" value="file.swf">  You need Flash Player to view this</object>

thanks, this was very helpful...i have a few more questions about that.when i publish swf and html from flash using transparency settings or other settings inside that formula is a bit different. and also as i can see i dont need any javascript for this. what do i need to do to make this check for newer version of flash player?i know this is a lot, but i'm having trouble for almost a year now.thanx in advance.
Link to comment
Share on other sites

I believe ActionScript has a way to detect Flash versions. I don't know much actionscript so you'll have to look it up.If you want transparency to display you can add another parameter:

<param name="wmode" value="transparent">

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...