Boring flash question
Boring flash question
- Started
- Last post
- 1 Response
- usrper
hi
im trying to get a new html page to pop up automatically when the flash intro ends, so in the last keyframe, i have :
stop();
getURL("javascript:openNewWindow...and in the intro page i have the usual:
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}but it seems like this only work as a button click?
does anyone know what im talking aobut?
- ********0
try putting 'self' as the window name, like:
getURL("javascript:o penNewWindow('http:/ /','thewin','toolbar =no,scrollbars=no', "_self", "GET");