00:00
00:00
Newgrounds Background Image Theme

KouteiFK just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Pop it up 2001-08-27 08:43:21


Im desprate for an action script that uses the get url action to pop up a certain size of window with no toolbar when clicked. im using flash 4. :)

Response to Pop it up 2001-08-27 09:07:10


At 8/27/01 08:43 AM, S-F wrote: Im desprate for an action script that uses the get url action to pop up a certain size of window with no toolbar when clicked. im using flash 4. :)

Ok i donno if this works in flash 4 but hey just try it out anyway.
Add this

on (release){
getURL (javascript:OpenWindow(page.html)(450x100);
}

I actually really doubt that won't work. You will have to have the page.html in the same folder as your actual swf file, so it can read it. Reply if it doesn't work. If it don't work i'll get it to you as soon as possible.

Response to Pop it up 2001-08-27 09:41:17


At 8/27/01 08:43 AM, S-F wrote: Im desprate for an action script that uses the get url action to pop up a certain size of window with no toolbar when clicked. im using flash 4. :)

You don't need actionscript, you need javascript, and I wrote an in-depth example of how to do this here.

Response to Pop it up 2001-08-27 09:58:57


At 8/27/01 09:41 AM, liljim wrote:
At 8/27/01 08:43 AM, S-F wrote: Im desprate for an action script that uses the get url action to pop up a certain size of window with no toolbar when clicked. im using flash 4. :)
You don't need actionscript, you need javascript, and I wrote an in-depth example of how to do this here.

I thought there was a way you could put in a javascript in the getURL script to make a window come up...hmm obviously not

Response to Pop it up 2001-08-27 10:26:07


At 8/27/01 09:58 AM, DeathWIsh wrote: I thought there was a way you could put in a javascript in the getURL script to make a window come up...hmm obviously not

If you had read the example, you'd see that that is exactly what you do. But it has nothing to do with action script. ;-)

Response to Pop it up 2001-08-27 11:30:19


At 8/27/01 10:26 AM, liljim wrote:
At 8/27/01 09:58 AM, DeathWIsh wrote: I thought there was a way you could put in a javascript in the getURL script to make a window come up...hmm obviously not
If you had read the example, you'd see that that is exactly what you do. But it has nothing to do with action script. ;-)

Ahh yes i see now. Thanks liljim. and thanks for signing up for my forum aswell :-)