Newbie help linking

i have literally just started working with flash and have been using it for like 3 days… so … i dont know much

i just have a question about uploading and linking flashes, i know for images you use <* img src = www.com *> but do u use for flash?

thx
and you can laugh at me all you want =)

I would start bytaking some of the tutorials on this site. They are very informative and will give you a clear understanding of what you can do with flash.

I would start here.

http://www.kirupa.com/developer/mx/index.htm

TD

embedding flash in a web page? oh, look at the code below. It’s xhtml that I got from dreamweaver:


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="goto.swf" width="500" height="50" id="goto.swf">
        <param name="movie" value="yourfile.swf" />
        <param name="quality" value="high" />
        <embed src="yourfile.swf" width="500" height="50" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" name="goto.swf"></embed>

Press Ctrl+F12 so that you publish your SWF in a browser. Then click on VIEW -> Source to see the HTML for that page.

Look out for the <object> tags.

Regards,
Viru.