Question
Get URL opening a popup?
Hi,
I am trying to create a button/link on a flash movie which would open
a popup window (new window) with specific width and height.
So far I was able to open a new window using the _blank attribute but
can't seem to figure out how to create the window with specific
dimensions.
I have the following as code:
on (release) {
getURL(" http://www.domain.com/bearsad.html", "_blank");
}
Any help is appreciated,
FayeC
I am trying to create a button/link on a flash movie which would open
a popup window (new window) with specific width and height.
So far I was able to open a new window using the _blank attribute but
can't seem to figure out how to create the window with specific
dimensions.
I have the following as code:
on (release) {
getURL(" http://www.domain.com/bearsad.html", "_blank");
}
Any help is appreciated,
FayeC