all groups > macromedia flash sitedesign > february 2004 >
You're in the

macromedia flash sitedesign

group:

How do I link the whole flash?



How do I link the whole flash? DunkelDunkel
2/29/2004 12:23:46 PM
macromedia flash sitedesign: How do I make a link on the html-page to a flash-object?

I made some flash banners but I don't get it how to link them to some URLs. I
mean a banner with no "links inside" that would be linked from the html-page.

I used this and it worked once... For some reason it won't work anymore :-(

<!-- FLASH BANNER CODE -->
<object type="application/x-shockwave-flash"
data="demo.swf?clicktag=http://www.thesite.com" width="468" height="60">
<param name="movie" value="demo.swf?clicktag=http://www.thesite.com" />
<param name="menu" value="false" /><param name="scale" value="exactfit" />
</object>
<!-- END OF CODE -->

All ideas and hints are very welcome! Thanks in advance!

Dunkel / pdunkel@nic.fi
Re: How do I link the whole flash? nardove
3/3/2004 4:09:23 PM
if i get you rigth

you can make a button with just the frame hit active

this button make it 468x60 px and center it in the flash banner this will make
your movie looks blue but this is just when you are editing, and put it in the
top layer

and put this antion in the button

on(release){
getURL("www.domain.com","_self");
}

hope this help
Re: How do I link the whole flash? DunkelDunkel
3/3/2004 4:57:16 PM
Thanks, that did help.

Is this the normal way to link a banner? To make the link "inside" the flash?
Is there a proper way to link the html-page where the flash banner is?

Another thing, I didn't manage to write the action in the button. I get the
action-window but I can only pick actions from a ready list. How should I punch
in this action script and where?

Thanks for the help.
Re: How do I link the whole flash? anishu
3/4/2004 8:55:04 AM
just copy paste " nardove's " action on ur button...
Re: How do I link the whole flash? nardove
3/4/2004 12:21:29 PM
Re: How do I link the whole flash? DunkelDunkel
3/4/2004 9:34:38 PM
AddThis Social Bookmark Button