Flash Templates - Flash Design Templates provides FLA source files for Macromedia Flash MX. Flash templates - flash design. Buy professional flash templates and customizable website templates. We also offer Flash MX Basics, a series of interactive tutorials for beginners, photo galleries, add-ons, which include Flash headers, navigation menus, imagery, sound loops and Flash sound players. Check us out in Alta Vista!

flash templates
flash templates
flash templates
flash templates
flash templates

Home

Pop Up Window in Flash

Author: Evgueni Strok
Web Site: ActionScript.org

The code for this tutorial is divided into 2 parts HTML code and FLASH code

Part 1 -- FLASH code

Inside of Flash, create a button.
In actions choose the GET URL function and paste in following code:

javascript:openNewWindow('somePage.html','thewin',
'height=100,width=250,toolbar=no,scrollbars=yes');

Where somePage.html is the filename or URL of the page or site you wish to pop up.
Note: The above code is spread over two lines for tutorial neatness only. In Flash it need be on only one line.

Part 2 ---HTML code

Paste this code exactly as it appears below, between the HEAD tags in the HTML source.

<script language="JavaScript">
    function openNewWindow(URLtoOpen, windowName, windowFeatures) {
        newWindow=window.open(URLtoOpen, windowName, windowFeatures);
    }
</script>

Add the following parameter inside the <EMBED> tag in your HTML page which houses the SWF file:

swLiveConnect=true NAME=yourmovie.swf

Replace "yourmovie" with the name of flash movie. You can put it anywhere inside the <EMBED> tag, but perhaps the best place would be after the WIDTH and HEIGHT parameters
Note: This is important as it allows the Flash movie to communicate with the JavaScript code.

Home

We are listed in Localco.com

Welcome to Flash Design Templates
Browse through our collection of professionally designed royalty-free flash templates. You can order the templates online and download the FULL SOURCE CODE (.fla file).

flash templates
flash templates
flash templates
flash templates
flash templates
flash templates