| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
Hi everyone,
How do you go from one movie to the next movie? I have an initial html page with a flash button. This button opens up my splash page as a pop up. Now from this pop up I have another button and when released I want this it to go to my personal.html which I have my interface.swf in in the same window. For the life of me I can't figure it out. Can someone please shed some light in this. Thanks for any response. Peace. |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
So you want the popup to drop the current page and load another html page (in the pop up itself) on click?
Easy. on (release) { getURL ("thefile.html"); } 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
|
Hi there,
Thanks Jesse, figured it out last night. Well....not figured it but rather found the solution by luck (woohoo). I thought since I had javascripts in my html and my buttons that I would need to do that for the next window but by just using the getUrl just like you posted above it just used the same properties of the pop up (which is what I wanted). Thanks for the response again. Peace. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| removeMovieClip() not work for components? | djandrew | Components | 30 | 08-03-2007 05:51 PM |
| movie fast forward / rewind, multiple movie problems | kreven | ActionScript 2.0 | 1 | 06-19-2006 01:42 AM |
| Skinning components with embedded components | epeace | Components | 5 | 06-16-2005 09:35 PM |
| Problem With Loading MovieClip Into SUB movie | JakeMX | Components | 2 | 07-28-2004 11:07 PM |
| Visible movie when load | jundat | ActionScript 1.0 (and below) | 2 | 06-29-2003 12:37 PM |