Blohm
09-08-2004, 06:45 PM
I have a huge problem, yet very small :)
Ive just started to make some flash buttons for my site, thing is that I wish to make my own, not to use Dreamweavers standard ones, just to get a more personal touch :)
Ive been trying to figure out how to use the getURl command to target an iframe, the Iframes name is "main" on my webbie. Ive been jiggling with "main", main, _main etc etc but I cant get it to work :roll:
Now, this is what ive been trying to do:
on (release)
{
getURL('myurl, target?,');
}
Do i need to script something so the flash actually checks my site for frames, find a match to "main" and then open the page in this frame.
In short:
How do a target a specific frame? Anyone that knows if its even possible? :oops:
Ive just started to make some flash buttons for my site, thing is that I wish to make my own, not to use Dreamweavers standard ones, just to get a more personal touch :)
Ive been trying to figure out how to use the getURl command to target an iframe, the Iframes name is "main" on my webbie. Ive been jiggling with "main", main, _main etc etc but I cant get it to work :roll:
Now, this is what ive been trying to do:
on (release)
{
getURL('myurl, target?,');
}
Do i need to script something so the flash actually checks my site for frames, find a match to "main" and then open the page in this frame.
In short:
How do a target a specific frame? Anyone that knows if its even possible? :oops: