Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can a javascript Popup be used from inside a flash movie??
 
It really is as simple as :

Code:
on (press) {
    getURL ("javascript:window.open()");
}

But if you want to run a popup function with tollbars=no etc then you just need to call your normal popup function :

Code:
on (press) {
    getURL ("javascript:mypopup()");
}
Regards

Big Dave

davidbyng@hotmail.com

 
Please read the following FAQ for complete instructions... very simple!

faq250-697 Ya' Gotta Love It!
sleepyangelsBW.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top