| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2001
Location: Wisconsin
Posts: 10
|
Hi,
Say you were loading an swf in a location such as loadMovie ("pretend.swf", "/instanceName"); in the main swf...could I go to a certian key frame in pretend.swf...or could I manipulate anything in pretend.swf?? Thanks, |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Of course, you can do anything to it.
To go to a certain frame you'd use: _root.instanceName.gotoAndPlay(FrameNumber); But note taht you can't do this until you've given the file time to load up. Perhaps look at the upcomming Initializing Movie tutorial, or the preloader tutorial to allow for loading time. 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. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ColdFusion Question: How to have your Action Script talk to a DB | jimmy.hunt | ActionScript 2.0 | 5 | 12-09-2005 07:58 PM |
| Bearbot wants to talk to you. (yes you!) | squarebear | Site Check | 4 | 02-24-2005 10:25 AM |
| Making child swfs talk to parent swfs | mrand01 | ActionScript 1.0 (and below) | 2 | 11-12-2003 08:24 AM |
| flash & ASP talk | deep green | Server-Side Scripting | 3 | 11-17-2002 10:29 AM |
| Main Stage Talk to Loaded SWF File | Prophet79 | ActionScript 1.0 (and below) | 3 | 11-13-2001 09:52 PM |