Found the simplest of solutions for me.
So:
Flash calls JS
but instead of using document.write()
I call a PHP file (while parsing to it the video URL)
and create the JS/HTML for the swfobject
presto
Hi BillyRayPreachersSon,
getURL is a standart flash function. I has to be there in this case so that flash can execute JS or open an adress.
example:
getURL("http://www.mysite.com", "_blank");
Yep I know about the font tag :) But I was beeing lazy and also its simple and works on all...
Hi there,
I have this simple code which basically creates a new window holding a video player via SWFobject. The new window is created when the user click on a certain button on a flash interface so I use getURL() function.
The code works mint on FF, Opera but under IE6 the window doesn't open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.