all groups > flash actionscript > october 2005 >
You're in the

flash actionscript

group:

Open popup without button


Re: Open popup without button Andrew Fitzgerald
10/24/2005 5:14:37 PM
flash actionscript:
On the frame you want, just put the code here (on a KEYFRAME)

getURL('http://whatever.com', '_blank');
Re: Open popup without button Helmut Granda
10/24/2005 7:01:21 PM
Yes, all you have to do is place the code in the last frame where your
movie stops.

Use the same code you would use in a button.

....helmut

[quoted text, click to view]
Open popup without button wwcbe
10/24/2005 11:57:10 PM
Hi everyone
I want to open a popup when my movie reach a certain frame, without interaction from the user.
Can I do that in flash?
Re: Open popup without button wwcbe
10/25/2005 9:47:20 AM
Hi thanks

Thats working but i have a other problem

When the popup load my main window with the flash change, it's load a blank
window with the message:
[OBJECT]

The code that i used is this:

getURL("javascript:
window.open('test.html','titel','width=300,height=200,toolbar=no,
status=no,titlebar=no,menubar=no,location=no,')");

What can be wrong on this please?

Thanks for any help

Hugo
AddThis Social Bookmark Button