Google Answers Logo
View Question
 
Q: Flash 5 - get URL action ( Answered,   0 Comments )
Question  
Subject: Flash 5 - get URL action
Category: Computers > Software
Asked by: carmencortez-ga
List Price: $3.00
Posted: 26 Jul 2002 20:52 PDT
Expires: 25 Aug 2002 20:52 PDT
Question ID: 45683
In Flash-5, to open a browser window, we use "get URL" action. Is it
posssible to open a browser window with full screen view? i.e. a
browser window with no address bar, standard buttons and tool bar? If
yes, how do we do it
Answer  
Subject: Re: Flash 5 - get URL action
Answered By: spot_tippybuttons-ga on 27 Jul 2002 00:09 PDT
 
Howdy!

Yes, it is possible to do what you are asking, but you will need to
combine Flash and JavaScript to achieve this effect.

First, you will need to add a JavaScript function to open the window
to your HTML page. You can do this with the following syntax:

<HTML><HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function doPopup() {
     var myWin = window.open("myfile.html","newWindow","scrollbars=yes,resizable=yes,toolbar=no,width=640,height=600")
}
window.onerror=null;
// -->
</SCRIPT>
</HEAD>

...where "myfile.html" is the URL of the page you want to open. The
third part of the window.open command specifies the window features
that you want; in this case, no address bar, etc.

 Then, from your Flash application, call:

getURL("javascript:doPopup()")


Hope this helps!



Launching a Fullscreen Window from Flash
http://www.moock.org/webdesign/flash/launchwindow/fullscreen/


Search Strategy:
flash popup
://www.google.com/search?hl=en&ie=ISO-8859-1&q=flash+popup
Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy