Click to See Complete Forum and Search --> : [RESOLVED] Very Confused About Flash!


YoungWebDesign
10-06-2006, 09:40 AM
Hi,

Okay this is going to sound stupid but I can’t for the life of me work out what to do next!

I went to http://www.guistuff.com/ and clicked “tools” and generated a flash drop down menu when I click “create” a new window popped up, and it says “Right-Click Here and select “save target as” to download the flash menu”.
And then
“Copy the following and append it to the very end of your page’s HTML”

And I’m really no sure what to do with the downloaded .swf file!

And to be honest I’m not 100% certain what “Copy the following and append it to the very end of your page’s HTML” means aswell. :confused:

Thanks to anyone who can help
Gary

crazycoder
10-06-2006, 11:20 AM
So, you just want to put a swf in a html page? I think this is what you want.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="~" height="~" title="~">
<param name="movie" value="~url~">
<param name="quality" value="high">
<embed src="~url~" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="~" height="~"></embed>
</object>

Just upload the swf and define it's path.

YoungWebDesign
10-06-2006, 11:36 AM
Sorry, its okay now someone else helped me before.
Thanks for the help anyway :)