Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

valid XHTML flash Object

Status
Not open for further replies.

tkt

Programmer
Dec 13, 2001
7
0
0
US
Hi, there are not XHTML forums here so I'm cross posting this question in HTML and XML forums. does anyone have an example of a flash object in Netscape without using the embed tag?

I'm trying to make a XHTML 1.0 compliant page where I want to put in a flash object. embed is not valid XHTML tag and the object tag is valid and works in IE but not Netscape.

Thanks for any help you may have,
Tamara
 
I don't think there's a solution for this :(

What you can do is remove the embed tag and put a link like "netscape user click here", and you redirect them to a page with the flash movie with the embed tag. Of course this page won't validate but at least your main page will be valid XHTML.

Maybe someone have a better idea...

HTH,
Martin
 
when i first was learning flash, i used to use iframes to show my flash content. if i'm not mistakened, an ilayer should work the same in NS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top