open window problem from flash inside a frame

A

Alejandro Vidal

Hi, I have a curius problem, I hava a flash in a html page. In flash I have
a button to open a pop up with this code:

getURL
("javascript:void(window.open('http://www.onePage.com','popwindow','status=y
es,scrollbars=yes,width=800,height=450,resizable=yes'))");

this works perfect always, but now when the page is inside a frame it
doesn't work, doing nothing.

I have tried with:

window.parent.open
window.top.open

calling a function like: "brOpenWindow" declared in the html file

But nothing works, nevertheless I put the same code in the html file and it
works, but in Flash no, but in flash without frames yes !!!

can anybody help me??

Thanks
 
R

Riccardo from Castle

Alejandro said:
Hi, I have a curius problem, I hava a flash in a html page. In flash I have
a button to open a pop up with this code:

getURL
("javascript:void(window.open('http://www.onePage.com','popwindow','status=y
es,scrollbars=yes,width=800,height=450,resizable=yes'))");

this works perfect always, but now when the page is inside a frame it
doesn't work, doing nothing.

Well, I tried and it works.
I have tried with:

window.parent.open
window.top.open

No need for that. As I said, it should open from the GetURL.
Perhaps it's something wrong in your frameset?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top