Jump to content


code errors


  • You cannot reply to this topic
1 reply to this topic

#1 bad_browser

    Young Padawan

  • Members
  • Pip
  • 18 posts

Posted 23 October 2006 - 04:34 AM

what's wrong in this code
CODE

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="flash" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="scale" value="noscale" />
<param name="movie" value="flash.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="flash.swf" quality="high" bgcolor="#FFFFFF" width="100%" height="100%" name="flash" align="middle" scale="noscale" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

i past this code in a single layer but he dosen't work :)

#2 PixelHiveDesign

    Young Padawan

  • Members
  • Pip
  • 83 posts
  • Gender:Male

Posted 23 October 2006 - 08:58 AM

Don't paste it into a layer it is not actionscript... it is html.

Open a text editor and paste this in:
[code]
<html>
<body>

<!-- PASTE CODE BETWEEN BODY TAGS. -->

</body>
</html>
[code]

Save it as a .html file.

OR...
Re-publish your flash file by going to File>Publish.
It will automatically generate the html file for you... so long as you have not changed the publish settings.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users