Anyone know 'bout this stuff?
________________________________
So... last night I decided I wanted to learn how to do flash...
I'm struggling with making the time line layer deal do my evil bidding ... but I'll sort that out.
I then turn to the notion of plugging the "swf" files into my web pages and end up at a web site with a "generator" on it.
[ :: Kirupa HTML Code to View Flash :: ]
I use it to make the code below and presto, the little swf file shows in the web page.
Now... my question is;
Should I be doing this?
I always sorta mistrust free code generators... I mean, is this the right way to get flash files into my web page?
________________________________
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"WIDTH=400 HEIGHT=100>
<PARAM NAME=movie VALUE="resources/cdc1.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=wmode VALUE=>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="resources/cdc1.swf" quality=best bgcolor=#FFFFFF WIDTH=400 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>