Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: how to launch windows from flash?
From: Xicotencatl Trujano
Date: Mon, 27 Apr 1998 19:35:33 +0100

http://www.dhtmlzone.com

code:

first put this code

<script language="javascript">

function launchSuperfly(){
superFly=window.open

("productos/python/650.htm","superFly","status=yes,toolbar=no,scrollbars=yes,width=420,height=500")

}

function launchSbperfly(){
sbperFly=window.open

("productos/python/1000hf.htm","sbperFly","status=yes,toolbar=no,scrollbars=yes,width=420,height=500")

}

function launchScperfly(){
scperFly=window.open

("productos/python/1500hf.htm","scperFly","status=yes,toolbar=no,scrollbars=yes,width=420,height=500")

}

function launchSdperfly(){
sdperFly=window.open

("productos/python/2000hf.htm","sdperFly","status=yes,toolbar=no,scrollbars=yes,width=420,height=500")

}

function launchSeperfly(){
seperFly=window.open

("productos/python/3000hf.htm","seperFly","status=yes,toolbar=no,scrollbars=yes,width=420,height=500")

}

</script>
//////then in the tag href put this according to the script above
href="javascript:launchSuperfly()" and so on





Joshua Ulm wrote:

> i need to launch a new browser window from inside of a flash movie. i'd
> like to be able to specify the height, width, scrollbars, etc. as well
> when it launches.
>
> has anyone done this? offer suggestions?? code hints? urls?
>
> josh.
>
> {
> quokka sports.
> ph. 415.977.2383
> e1. ulmatquokka [dot] com
> }
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratshocker [dot] com




------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: how to launch windows from flash?, Dave Smith

Replies
  how to launch windows from flash?, Joshua Ulm

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]