WalksWithSky
Instructor
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:
Any help would be greatly appreciated...
Walks With Sky
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="swfs/navban.swf"
46: swLiveConnect=FALSE WIDTH=765 HEIGHT=76
47: QUALITY=high
48: TYPE="application/x-shockwave-flash"
49: PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL]
50: </EMBED>
Any help would be greatly appreciated...
Walks With Sky