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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Valid HTML when using SWF?

Status
Not open for further replies.

WalksWithSky

Instructor
Dec 11, 2002
49
CA
Hello:

Does anyone know how to make the embedding of a SWF file valid HTML according to W3C? I've got a page where I have a SWF file embedded, and the only code that's showing up as invalid HTML is the code embedding the swf. Anyone know of a way around this?

Here's the code it's saying is invalid:

Code:
	<PARAM NAME=quality VALUE=high> 
  45:   	 	<EMBED SRC=&quot;swfs/navban.swf&quot;
  46: 	 		swLiveConnect=FALSE WIDTH=765 HEIGHT=76
  47: 	 		QUALITY=high 
  48: 			TYPE=&quot;application/x-shockwave-flash&quot; 
  49: 			PLUGINSPAGE=&quot;[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer&quot;[/URL]
  50: 		</EMBED>

Any help would be greatly appreciated...

Walks With Sky
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top