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!
;-)
I've done my effort, hope you do your's!