|
|
 |
Re: FN-FORUM: Help with some flash!
date posted 24th January 2006 11:17
Like you say place a big square over the entire page, make it an mc
and give it a name in the properties panel ... say myButton
Then in a new layer (or where any AS is) place...
myButton.onRelease =3D function() {
getURL("whatever.html");
}
=09=09=09=09};
Or mail me the fla.
Paul
On 24 Jan 2006 10:00:55 -0000, Sam Morgan [EMAIL REMOVED] wrote=
:
>
> One thing to watch out for is that you also have a static html link in th=
e
> splash page so that search engines and those without flash can also get t=
o
> the rest of your site.
>
> Regards
>
> Sam Morgan
>
> WiredEyes / WebClickGo
> tel (Uk): +44 (0)20 7100 2178 / tel (Italy): +39 070 766 242
> fax (uk): 0871 433 2278 / fax (Italy): 070 330 9939
> web : www.wiredeyes.com / www.webclickgo.com
> ----
> umop ap!sdn w,! aw dlaH
>
>
> > Hi there!
> >
> > I am virtually a flash virgin, but have come up with this:
> >
> > http://www.dunkweb.co.uk/Tactical/website3/images/flash/TactFlash.swf
> >
> > It seems to work ok, but what I want, is that at any point through the
> > animation, the visitor can click on any part of the document area, and
> > the page will then link to the main website page.
> >
> > Any ideas? I am guessing a transparent layer, with an onclick action,
> > but I am brand new to this stuff, so any help greatly appreciated!
> > A good tutorial on this would help, but can't seem to find one!
> >
> > Thanks,
> > D
>
>
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|