Welcome, Guest. Please login or register.
Did you miss your activation email?
05/23/12, 00:28
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  General Conversation (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis, Mattias Robo)
| | |-+  Open Browser Window.....Some HELP needed
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Open Browser Window.....Some HELP needed  (Read 1307 times)
Johann Montfort
Server what's that
*
Posts: 35



View Profile WWW Email
« on: 03/26/02, 13:53 »

Dear All
  I am trying to launch the Main site after the intro finishes, and I am doind a getUrl("http://www.mysite.com/Main.html") which works fine.  However, my Main.html is meant to be in an 800X600 browser window.  How can I do that with actionscript?

Thanks for your help
Logged
Flash-db
Administrator
Systems Administrator
*****
Posts: 1867



View Profile WWW
« Reply #1 on: 03/26/02, 14:21 »

You can do this by either using some code like this on a button:

on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php','newWin','width=800,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No');  NewWindow.focus();      void(0);");
}

Or just place the following code on a Frame Action: (the last frame of the intro)
getURL ("javascript:NewWindow=window.open('ShowPopup.php','newWin','width=800,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No');  NewWindow.focus();      void(0);");

-----------
The above code does not require any Javascript to be located in the HTML page that you are embedding the movie in.

Try those out first and let us know if it works for you.
Logged

-Jeff.
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!