I have put a flash intro onto my website and it runs locally,
however there are errors. The following is the piece of code the errors
are in
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
width="550"
height="400"
id="protectyourself"
align="middle">
<param name="allowScriptAccess" value="sameDomain"
/>
<param name="allowFullScreen" value="false" />
<param name="movie" value="protectyourself.swf" /><param name="quality"
value="high"
/><param
name="bgcolor"
value="#ffffff"
/> <embed src="protectyourself.swf"
quality="high"
bgcolor="#ffffff"
width="550"
height="400"
name="protectyourself"
align="middle"
allowScriptAccess="sameDomain"
allowFullScreen="false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>
</object>
</noscript>
I get blue errors under quality, bgcolor, allowScriptAccess,
allowFullScreen and type in the embed tag. The errors say for example,
"Validation(Internet Explorer 6): Attribute 'quality' is not a valid
attribute of ''embed' " Also even though the animation plays when I
click "Enter" or "Skip Intro"
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
comes up on the page.
I am coding in VB. Thanks!