PDA

View Full Version : to open image of the htm in the flash



stromdh
September 3rd, 2007, 03:34 PM
hi, I am developing a menu in flash, and necessary of an aid for the following question:

below of the menu it will be a simple HTML that has buttons with images. when clicar in these buttons, the flash will have to open the corresponding image. somebody can help me to make this?
thanks a lot.

stromdh
September 4th, 2007, 03:49 PM
hi, I am developing a menu in flash, and necessary of an aid for the following question:

below of the menu it will be a simple HTML that has buttons with images. when clicar in these buttons, the flash will have to open the corresponding image. somebody can help me to make this?
thanks a lot.


it so easy...

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="751" HEIGHT="250" id="exemplo1" ALIGN="">
<PARAM NAME=movie VALUE="exemplo1.swf?erro=nenhum"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="exemplo1.swf?erro=nenhum" quality=high bgcolor=#FFFFFF WIDTH="751" HEIGHT="250" NAME="exemplo1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
< /OBJECT>