Topic: Flash pop-up window (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=26196" title="Pages that link to Topic: Flash pop-up window (Page 1 of 1)" rel="nofollow" >Topic: Flash pop-up window <span class="small">(Page 1 of 1)</span>\

 
arianna
Obsessive-Compulsive (I) Inmate

From:
Insane since: May 2005

posted posted 07-07-2005 23:00

I make a pop-up window open from a swf file, my problem is the following, I use:

<!-- saved from url=(0013)about:internet -->

to prevent internet explorer from blocking my flash animation, the thing is, this particular line kills my pop-up window, there must be a way of making both work (the animation and the pop-up)

I use the following to open the new window:

on the head section of my html:


var newwin;

function launchwin (winurl,winname,winfeatures)
{
newwin = window.open(winurl,winname,winfeatures);
}


on my flash button:

on (release) {
getURL("javascript:launchwin('items/item1.html' , 'newwindow' , 'toolbar=no,width=500,height=300,left=0,top=0,status=no,scrollbars=no,resizable=no')");
}



I would REALLY appreciate any help

Arianna



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu