all groups > macromedia flash sitedesign > august 2006 >
You're in the

macromedia flash sitedesign

group:

trying to add html and a banner


trying to add html and a banner ibuell
8/30/2006 8:37:29 PM
macromedia flash sitedesign:
Hello,
I just added html (<a
href='http://www.32RedPoker.com/?BTag=32RedPBanAff14496'><IMG
SRC='http://www.32Red.com/banners/images/welcome120x600.gif' WIDTH='120'
HEIGHT='600' BORDER='0'></a>) to my flash webpage that I'am working on, I set
the font to dynamic, but nothing displays when I preview it. Do I need to
convert to a symbol or anything like that? Can anyone help? thanks!
Re: trying to add html and a banner derobinson
9/7/2006 5:20:20 PM
Make sure to tell Flash to render the text box as HTML (select the text box and
click the angle bracket button in the Property Inspector). Then give the text
box variable a name (e.g. "mytextVar") and in the AS panel give that variable a
value:

myTextVar = "<a href='http://www.32RedPoker.com/?BTag=32RedPBanAff14496'><IMG
SRC='http://www.32Red.com/banners/images/welcome120x600.gif' WIDTH='120'
HEIGHT='600' BORDER='0'></a>";

That should do it! good luck!

AddThis Social Bookmark Button