00:00
00:00
Newgrounds Background Image Theme

B0ss3 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 ups or links

674 Views | 6 Replies
New Topic Respond to this Topic

pop ups or links 2002-02-25 02:00:01


I want to have a link to my other flashes at the end of my movies. How do you make pop ups or links to URLs in flash?

Response to pop ups or links 2002-02-25 11:28:16


At 2/25/02 02:00 AM, Talo wrote: I want to have a link to my other flashes at the end of my movies. How do you make pop ups or links to URLs in flash?

Use the GetURL() function.

Response to pop ups or links 2002-02-28 03:11:33


that doesnt make it pop up though...

Response to pop ups or links 2002-02-28 11:42:54


At 2/28/02 03:11 AM, dirtymonkey wrote: that doesnt make it pop up though...

How do you make it pop up then?

Response to pop ups or links 2002-02-28 11:48:48


At 2/28/02 11:42 AM, Talo wrote: How do you make it pop up then?

Set target to blank.
This tells it to open the url in a new browser window
.

If you want it to be a specific size, it involves placing javascript in the flash file and html file. You can't modify the html file of your movies on NG, so you can't do it here (the sizing that is).

Response to pop ups or links 2002-02-28 12:30:36


At 2/28/02 11:48 AM, fourchinnigan wrote:
At 2/28/02 11:42 AM, Talo wrote: How do you make it pop up then?
Set target to blank.
This tells it to open the url in a new browser window.

If you want it to be a specific size, it involves placing javascript in the flash file and html file.

I wrote a description of how to do just that here. If you use this method, don't set the target, else it won't work.

Response to pop ups or links 2002-02-28 23:34:47


At 2/28/02 12:30 PM, liljim wrote:
At 2/28/02 11:48 AM, fourchinnigan wrote:
At 2/28/02 11:42 AM, Talo wrote: How do you make it pop up then?
Set target to blank.
This tells it to open the url in a new browser window.

If you want it to be a specific size, it involves placing javascript in the flash file and html file.
I wrote a description of how to do just that here. If you use this method, don't set the target, else it won't work.

Damn i cant understand any of that, I guess I'll have to figure it out later.