Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Animation and Effects

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-16-2001, 03:44 PM   #1
zanex
Registered User
 
Join Date: Feb 2001
Location: Toronto
Posts: 9
Red face

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?
zanex is offline   Reply With Quote
Old 02-17-2001, 12:32 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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">
So clicking will launch and redirect.

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.
Jesse is offline   Reply With Quote
Old 02-17-2001, 11:13 PM   #3
kingarturo
Wind Chaser
 
kingarturo's Avatar
 
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
Default

Can this be also be done if you use a flash button?
kingarturo is offline   Reply With Quote
Old 02-18-2001, 12:17 AM   #4
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Old 02-18-2001, 05:59 AM   #5
kingarturo
Wind Chaser
 
kingarturo's Avatar
 
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
Default

Cool! Thanks Jesse.
kingarturo is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 09:21 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.