Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-04-2001, 01:44 AM   #1
kingarturo
Wind Chaser
 
kingarturo's Avatar
 
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
Unhappy

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.
kingarturo is offline   Reply With Quote
Old 03-04-2001, 05:07 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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

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.
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
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


All times are GMT. The time now is 04:36 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.