Flasher Archive

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


Subject: Re: FLASH: LAUNCHING a fixed size browser window from a flash movie........PLEASE HELP!!!
From: bruno
Date: Tue, 8 Feb 2000 09:16:21 GMT

You better use a javascript for this. In the flash-movie you'll have to fill in at "Get URL" for
example : "javascript:window()"

And in the html-code you put in the header :

<script language="JavaScript1.2"><!--
function window(){
var
myPop=window.open("window.html","Window",'toolbar=1,location=0,menubar=0,width=740,height=400,status=0,scrollbars=0,resizable=0')

}
// -->
</script>

... and you specify what you want to see and what not ...

Hope this helps a bit.

regards,

Bruno.

> ok, here's the problem and i'm sure its simple HTML coding within Flash...
>
> i have a mainmovie.swf from which i want to launch a separate .swf file.
> the file that i launch needs to be in its own separate browser window as a
> fixed size window without the status bar, menubar, navigation bar, etc.....i
> also don't want the user to be able to resize the window becuase of the
> nature of the flash file.
>
> i know this has been done. the first time i saw it was on gabocorp.com as
> part of the gallery section.
>
> i'm thinking that there's two possible ways to do this.
>
> (1) from within flash set the parameters to do so
>
> (2) from within Dreamweaver (my HTML development program) set the parameters
> of how the page is displayed.

--
Bruno Willaert
brunoatAB [dot] be

webdesigner

AB reclamebureau
http://www.AB.be
Stationsstraat 140
B-8790 Waregem
T + 32 56 61 00 70
F + 32 56 61 00 37



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: LAUNCHING a fixed size browse, Richard G. Thomas

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