Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Creating a small popup window in Flash
Author: Carrie Mandel
| Website: www.blugirl.com |
Now create a new FLASH movie titled partB.fla. This is the actual website and contains content, photos, and all the buttons that will call popups.
Attach this script to a button that will open a popup:
-------------------
on (release) {
getURL("javascript:openNewWindow('popup.html','thewin','height=400,width=360,resizable=no,toolbar=no,scrollbars=no') ");
}
-------------------
Now select CONTROL - TEST MOVIE to publish the files called partB.swf - you do NOT need to create the HTML page called partB.html
| » Level Intermediate |
|
|
Added: : 2004-09-13
Rating: 3.39 Votes: 29
Hits: 1201
|
| » Author |
|
I am a designer/instructor and this is a tutorial that will allow students to create popus from Flash.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (11 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|