In Flash four I would hit the target button and it would take me to a box where Id type in the frame name. Actually I don't remember if I had to say target="mainframe" But I have tried putting the framename in flash five where the box for _parent is etc. Why can't someone just tell me how to do it -id really appreciate it
Well... If you'd really appreciate it, one thing for sure, is you certainly don't let us know!
You rarely even acknowledge the fact that we've helped you out! A simple thanks does sometimes help!
This is your last chance... At least from me!
This is the way you should of been doing it in Flash 4:
On (Press)
Get URL ("your.html", window="main"
End On
Obviously you should replace "your.html" by the name of your html. "main" is the name of the frame you're targeting and was inputed in the WINDOW box in Flash 4.
The following is what it should look like in Flash 5:
on (press) {
getURL ("your.html", "main"
}
You still must enter your target frame in the WINDOW box!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.