OK i am working using flash buttons as the links to other pages , I cant seem to find anything in the html that has anything todo with linking pages. Eg:
</embed>
</object><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="105" height="21">
<param name="BASE" value=".">
<param name=movie value="button1.swf">
<param name=quality value=high>
<param name="BGCOLOR" value="#000000">
<embed src="button1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105" height="21" bgcolor="#000000" base=".">
</embed>
Thats the code for a flash button, wouldnt the link part be in this code?
Or can i add to this <a href="mypage1.html">This is a link</a>
to the flash button code?
Thanks Again..