Javascript function in Flash

D

Danny Gopie

Hello, i have a flash menu, but i want to open a javascript popup. How can
i use this function that i'll use for TML in flash?

<SCRIPT language="javascript">



<!--
//if (self != top) {top.location.href = self.location.href}
function Pop550Picture(fname,breedte,hoogte){
var file = fname;

PopItUp=window.open(file,
'popup','width=600,height=550,toolbar=no,location=no,directories=no,status=n
o,scrollbars=yes,menubar=no,copyhistory=no,resizable=no');
}

//-->
</SCRIPT>

Danny

--
CYBERTAYLORS
Prins Hendrikstraat 34
2518 HT Den Haag
070 3658099 (9 tot 5)
06 28646758
www.cybertaylors.com
(e-mail address removed)
 
W

Wired Earp

Danny said:
Hello, i have a flash menu, but i want to open a javascript popup.
How can i use this function that i'll use for TML in flash?

on ( release ) { // actionscript
getURL ( "javascript:pop550Picture('hello',null,null); void false;" );
}
 

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,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top