View Single Post
Old 01-21-2003, 02:24 AM  
flashfreak
Confirmed User
 
Industry Role:
Join Date: Jun 2002
Location: cloud number 9
Posts: 4,396
Quote:
Originally posted by bhutocracy
use a javascript function that the flash triggers, same way you'd launch a sized pop-up etc.

like this (did a quick search cut and paste - needs modifying - but you get the idea) :

in the html
PHP Code:
<script language="JavaScript"
function 
openNewWindow(URLtoOpenwindowNamewindowFeatures) { 
newWindow=window.open(URLtoOpenwindowNamewindowFeatures); } 
</script> 
in the last frame:

getURL ("javascript:openNewWindow
('yourpage.html','thewin','height=300,width=400,to olbar=no,scrollbars=yes')");
this one works, I had something like that in my portfolio presentation.

however there's one inconvenience: there are people that use popup blockers, in this case it won't work.
I had 2 clients which had popup blockers, so I'm using now the standard geturl, without jcalling a avascript.
__________________
SEO Mogul | ICQ: 163671223

Last edited by flashfreak; 01-21-2003 at 02:27 AM..
flashfreak is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote