| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Feb 2001
Location: Toronto
Posts: 9
|
I've noticed some sites encorporate the use of a pop up window for their Flash movies, this I know how to do. Goto http://www.lasikplus.com, If you click on the enter flash button, the pop up movie plays and the page underneath is redirected to a thankyou page with a link back to the index.html page. How is this done? Whats the syntax?
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
If the button to launch is just a plain HTML or image based link you can use a standard link and move the javascript along.
So your link code would be: Code:
<a href="thankyou.html" onMouseDown="window.Open line goes here"> Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
Can this be also be done if you use a flash button?
|
|
|
|
|
|
#4 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
I fyou use a flash button it isn't necessary because you can use 2 or more GetURL commands on the bone buttun. Once to call the javascript to spawn, and one to redirect the current page.
Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
#5 |
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
Cool! Thanks Jesse.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JavaScript Under Flash Movie | Vlad | Other Flash General Questions | 4 | 02-10-2009 08:02 PM |
| Loading images in different frames.. | nchagial | ActionScript 2.0 | 22 | 12-21-2005 09:06 AM |
| flash content pops out around the movie | ZBC | ActionScript 2.0 | 2 | 12-13-2005 05:05 PM |
| how do I use javascript to go to a specific frame in my flash movie | merlinvicki | HTML and JavaScript | 1 | 03-11-2005 09:10 AM |
| CyanBlue's 5000th Post - Useful Threads List | CyanBlue | ActionScript 1.0 (and below) | 104 | 02-25-2005 02:13 PM |