View Single Post
Old 01-21-2003, 01:06 AM  
bhutocracy
Not making A Comeback
 
Industry Role:
Join Date: Dec 2001
Posts: 10,218
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')");

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