all groups > flash (macromedia) > march 2005 >
You're in the

flash (macromedia)

group:

Link Flash Banner to a URL


Link Flash Banner to a URL rvanburen
3/31/2005 10:23:59 PM
flash (macromedia):
Re: Link Flash Banner to a URL urami_
4/1/2005 7:25:16 AM


[quoted text, click to view]

check help files for getURL action, there is full description on HOW TO and USAGE


--
Regards

Urami

--


<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
Re: Link Flash Banner to a URL Mudbubble *TMM*
4/1/2005 2:01:35 PM
well, it is very easy to find info on the getURL command - probably the
most used command in flash for several versions.
here's one way to make an entire movie clickable:

1. create a new layer above all layers.
2. create a button symbol with a shape the size of the stage in the HIT
state only.
3. drag to stage on the new layer you created.
4. "focus" thie instance of this button symbol by clicking on it once.
5. Open Actions panel or behaviors panel.
6. If actions panel is chosen then you must type or copy/paste this
getURL script:

on (release) {
getURL("mywebpage.com");
}

7. if you choose Behaviors pabel, it's self-explanatory.

Urami was referring to the fact that the getURL comand is prevelant
throughout sevral online resources and help docs.

here's a link to help you search:

http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash*

Flash is as complex or as simple as you want to make - many different
ways to do the same thing. I have made a living working with flash and i
don't think i squeeze more then 25% of it's overall potential on a good day.

best of luck - hope this helps.

chris georgenes
www.mudbubble.com
www.keyframer.com
team macromedia

[quoted text, click to view]
Re: Link Flash Banner to a URL Mudbubble *TMM*
4/1/2005 3:04:00 PM
yeah - there are not too many step-by-step examples like that in the
help docs - glad it helped.


chris georgenes
www.mudbubble.com
www.keyframer.com
team macromedia

[quoted text, click to view]
Re: Link Flash Banner to a URL rvanburen
4/1/2005 6:46:58 PM
All the getURL examples are way more complicated and specfic than what I'm
asking about. I'm more of a designer than programmer but I can't believe that
there wouldn't be a simple way to design an animated Ad banner with a global
setting that would produce an "onmousedown" event to launch a specified URL in
a new browser window. I've been able to do it to individual frames but I want
to be able to have the link active any time the user mouses over the looping
animated banner. Maybe this is why products like Live Motion and SwishMax
exist if Flash has to be so overly complex.


Re: Link Flash Banner to a URL rvanburen
4/1/2005 7:52:14 PM
Chris,

Yes, thanks - that is what I needed. I couldn't find that "step by step" type
of instruction anywhere in the flash help. I knew it couldn't be that hard to
do. Thanks again.

Richard Van Buren
AddThis Social Bookmark Button