Help Please

I have two buttons in a flash and on release it plays 3 rings going around them. I have a getUrl action at the end of the ring movie. I want them to be in a side frame in a frameset.

I also want them to open the pages in the main frame. How would I do that? I tried ā€œ, _mainframeā€ after the URL and i tried ā€œ, mainFrameā€ but nothing worked.

Help please.

Click here :wink:

And welcome to the forums. :thumb:

Thanks a lot!

Youā€™re welcome. :}

Ok. i got the trageting right but I want the getUrl to happen on (release).

Heres the error:

Error Scene=Scene 1, layer=Button-3, frame=1:Line 3: Statement must appear within on handler
{getUrl (ā€œHome.htmā€, ā€œmainFrameā€); }

Total ActionScript Errors: 1 Reported Errors: 1

Heres my code:

on (release)
{gotoAndPlay (47); }
{getUrl (ā€œHome.htmā€, ā€œmainFrameā€); }

Thanks :wink:

This should work: copy and paste[AS]on (release) {
getURL(ā€œHome.htmā€,ā€œmainFrameā€);
}[/AS]

But I also want it to go to that frame.

Did you follow the tutorial correctly?
For example: the HTML code?

[AS]on (release) {
getURL(ā€œHome.htmā€,ā€œmainFrameā€);
gotoAndPlay (47); }[/AS]

Oh I didnā€™t realize he/she was talking about Flash frames. :puzzle:

:stuck_out_tongue_winking_eye: and I was sure youā€™d beat me to tell him :stuck_out_tongue:

Thanks. And btw Iā€™m a guy.

Not this time. :trout: