ActionScript 2.0 :: Go To Frame 2 Of The External Swf?

May 24, 2007

i have a main swf and on the 1st frame, aside from the preloader script....etc...i have a loadMovieNum action on there....it loads an external swf with music in it.now i want it so that when the playhead passes through another frame(frame 10) i need it to go to frame 2 of the external swf which has the music in it. ive tried EVERYTHING i could think of but it doesnt work. i KNOW its simple but i dunno..... i mean it works far as loading in the ext.swf from the AS on frame one but not the AS on frame 10 that tells it to go and play ext.swfs frame 2.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Action On Frame When External FLV Movie Finish Go To Next Frame

Sep 27, 2011

I'm new to actions script. I creating a presentation in which I'm loading external FLV movie files. I have a Navigation menu to go to the different chapters (every chapter is a FLV movie File)This is what I need, when a FLV movie finish I need some action in the frame to take me to next frame where I have the next FLV chapter.if is any help I upload a sample FLA with some FLV for reference.

View 9 Replies

ActionScript 3.0 :: Action When On Frame External FLV Movie Finish Go To Next Frame

Sep 27, 2011

I creating a presentation in which I'm loading external FLV movie files. I have a Navigation menu to go to the different chapters (every chapter is a FLV movie File) what I need? = when a FLV movie finish I need some action in the frame to take me to next frame where I have the next FLV chapter.I upload a sample FLA with some FLV for reference.

View 4 Replies

ActionScript 2.0 :: Load An External Jpg In Frame 2 With A Command In Frame 1?

Mar 31, 2004

load an external jpg in frame 2 with a command in frame 1? Very important to my project to get at least a yes or no.

View 4 Replies

ActionScript 3.0 :: Partially Loading An External SWF (frame By Frame)?

Dec 2, 2009

I have an application swf that loads a big external swf with all GUI components/assets (skin) in it.I want to display a progress bar during loading of the external asset swf file but the images for the progress bar are also included in the external swf file.Is it possible to load only a portion of the external swf before loading the rest. The idea is to load the progress bar images from the external swf, then construct the progress bar and than load the rest of the swf. I was thinking to put it on different frames. Frame 1 containing the progress bar graphics and frame 2 the rest of the assets.

View 3 Replies

ActionScript 3.0 :: Next Frame On External Swf?

May 13, 2010

I've got two buttons and when I press one I want it to goto and stop on next frame of a loaded swf. there's different swfs loaded so I can't specificate the name of it.I've tried:

Code:
var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest = new URLRequest("arrow.swf");
myLoader.load(url);

this loads the arrow buttons fine, but i can't get the goto and play next frame on the external swf loaded to work. ive tried:

Code:
var swfTimeline:MovieClip = myloader.content as MovieClip;
swfTimeline.nextFrame();[code].............

View 0 Replies

ActionScript 3.0 :: Get An External Swf To Go To A Specific Frame?

Nov 9, 2009

I made a flash website and had one page load an external swf.

In this external .swf are thumbnails that link to another page (frame) all within the external swf. when you go to these pages there is a 'back' link which links back to the main external swf frame.

My problem is this: let's say i click a thumbnail in the external swf and it goes to the respective thumbnail page, and then i dont click the 'back' button but instead click another link of the main flash website - then i go back to the page that loads the external swf and instead of going to the main frame of the external swf it stays at the page i was previously on.

How do I get the link on the main flash website which loads the external .swf to always load on the first frame of the external swf?[code]...

View 2 Replies

ActionScript 3.0 :: Load External Swf And Go To A Particular Frame

Nov 10, 2009

I have an empty swf (container) where my external swfs get loaded and unloaded. I have two swfs - Activity 1 and Activity 2 (each contain an activity to complete on several frames).

The user is able to click back from activity 2 to activity 1, but they get to the beginning of the activity instead of where they were last (last frame on swf). I would like to be able to click the back button and go the last frame on the swf being loaded.

So, how do I load an external swf and then go to the last frame in it? But I don't want this to happen everytime I go to activity 1. Only when you click the back button from activity 2.

View 3 Replies

ActionScript 3.0 :: Loading Next Frame On External SWF

May 14, 2010

I've got a .fla with different buttons. when I klick them different loaders loads ext swfs.

Code:
var myloader4:Loader;
this.revista.addEventListener(MouseEvent.CLICK, movie4Click);
function movie4Click(event:MouseEvent):void {
gotoAndStop("white");
var myrequest:URLRequest=new URLRequest("rec.swf");
myloader4 = new Loader();
myloader4.load(myrequest);
stage.addChild(myloader4);

Underneath the loaders on the label "white" I have to buttons, next and prev. I want to, when I press them, to go to the next frame of the loaded swf. I've got 6 diff ones. (myloader1-myloader6).

View 1 Replies

Loading A Specific Frame In An External SWF

Sep 13, 2009

I have two flash files, say a.swf and b.swf.a.swf is the main swf file, embedded in an HTML page for a webpage. There is a preloader in a.swf too. In b.swf, when I click a specific button I need to load a.swf, but not from the preloader, from the content. To be precise, the content starts from Frame 24 of a.swf (obviously Preloader ends in Frame 23). I believe, the frame 24 has to be loaded in a.swf when I click the button in b.swf.

View 2 Replies

ActionScript 3.0 :: Preloader For External SWF In First Frame

Jul 16, 2010

I have a .swf being loaded into a main.swf using the following:
var ld:Loader = new Loader()
ld.load(new URLRequest("nameofsecond.swf"))
addChildAt(ld, 0)

The above is in the second frame of my main.swf timeline. I'm looking for a way, using as3, to code a preloader in the first frame of the main.swf that counts the number of bytes loaded in the secondary .swf and goes to and plays the second frame of the main.swf when all the bytes have loaded.

View 7 Replies

ActionScript 3.0 :: Going To Specific Frame Of External Swf?

Jun 29, 2011

I've got another little hitch that I've come accross in the project that I'm currently assembling. From time to time I need to load swf files at specific frames & seem to have hit a brick wall.
 
[code]...
 
It loads the right swf, but at frame 1, when I want tp load it at frame 18

View 22 Replies

Export Frame From External Swf To Script?

Aug 11, 2011

I am trying to capture a still frame from an (any) external swf file, by using my own flash movie as a proxy to load it and hand information regarding the Stage onto javascript. I want to keep it as wide compatible as possible, so I went with AS2 / Flash 8 for now.[code]...

View 2 Replies

ActionScript 3.0 :: Unload External SWF On Frame

Nov 11, 2009

I am building an on-line game for autistic children, and I am facing a problem where I load a SWF to play a mini game. Although when the mini game is over I want to go back to the original SWF (and a different scene to which I left.)

I use:

var request:URLRequest = new URLRequest("hidenseek.swf");
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);
stop();

To load the swf, although I can't figure out how to unload it on a frame, and then on top of that take it back to original SWF to a new menu?

A work around could be to just have the new menu in the loaded SWF? Could I unload the original SWF or do I have to always keep it open?

View 9 Replies

ActionScript 3.0 :: Navigate To Url Then Frame Of External Swf

May 14, 2010

i have an external swf in one html page, which i would like another swf from a different page which contains a button, to navigate to. [code]how would i implement the button to navigate to a specific frame in calendar.swf of calendar.html?

View 1 Replies

ActionScript 3.0 :: GotoAndPlay Frame In External Swf

May 19, 2010

Im going to make a page in flash as3, and now I have build the most of it. I will now load an external swf into the main swf, to save people for too must waiting time... my issue with normal words: I want to have a number of buttons. When you click on button 1 the first external swf load with a fade animation. Now when I would see whats behind button 2, is should animate the first swf out and remove it from the stage, to save wating time.... and the same should happend if i have 5 menu buttons...

[Code]...

View 0 Replies

ActionScript 3.0 :: Loading External SWF At Certain Frame

Aug 11, 2010

I am loading external file swf at frame 30 (as one of my pages). When I click button at example 50 or 61 (another pages) how do I remove the loader. I've got lots of errors.

View 1 Replies

ActionScript 2.0 :: External Swf Starting On Frame 10?

Oct 19, 2006

but how can i load an external swf into a movieclip, but i want that external swf would start on frame 10 (for example), instead on frame 1.

I have this external swf loading to movieclip1, and there's a button that makes the same external swf to load to movieclip2, but now i want it to load and start on frame 10...

View 5 Replies

ActionScript 2.0 :: Load One Frame Of An External Swf/ How?

May 21, 2003

I want to make a preloader what can i use for anything in the page. The problem is that if i write the load movie action, all frame will be loaded.is it possible to load just a frame of an external.swf?

View 1 Replies

ActionScript 2.0 :: Enter Frame In A External Swf

Dec 29, 2006

I have external swfs that loads in a container on a main swf. When I press a button on the main swf, I would like to load a specific frame from an external swf.Here is what I have so far:

[code]...

View 2 Replies

IDE :: Preloading For External SWF Without Moving To The Second Frame

Jun 30, 2008

I have a main movie (main.swf) that has an empty movieclip that calls for an external swf that we'll call imageclip1.swf. Now, I have a preloader set up in the imageclip1.swf, however, it doesn't want to move to the second frame after it's loaded when it's loaded into the main.swf. It works fine when I test it by itself. The actionscript (AS2) in the first frame imageclip1.swf:

[Code]...

What ends up happening is that it moves to frame 2 in main.swf. So I don't know what the problem is. I've tried every target scheme I could think of (_root, level0, this). I'm pretty green when comes to AS, Also, what would be the correct way to access the different hierarchies (i.e main.swf from imageclip1.swf)?

View 1 Replies

ActionScript 2.0 :: External Nav SWF - GotoAndPlay Frame

Oct 9, 2008

I have two files
main.swf & nav.swf.
In main.swf I have two frames on Layer1 "s1" & "s2"
On Layer2 I used the following scripts to load nav.swf

PHP Code:
loadMovieNum("nav.swf", 10);
Which works perfectly fine.

But on nav.swf ( external file ) I have two buttons on the stage. On the 1st button I have used the following script to go to "s1" frame which is on the main.swf
PHP Code:
on (release) { _root.gotoAndPlay("s1");}

I have used the following script to go to "s2" frame which is on the main.swf
PHP Code:
on (release) { _root.gotoAndPlay("s2");}
Which seems to be not working fine. I have also attached those two fla files.

View 3 Replies

ActionScript 2.0 :: Loading An External SWF Frame # And XY?

Sep 28, 2003

Is it possible to load an external swf and specify a frame within that swf to jump to? and can you jump to an X Y coordinate as well?

View 3 Replies

ActionScript 2.0 :: Load External SWF Then Go To Next Frame

Sep 4, 2004

I got these swf, that i am trying to load other swfs with, so far I have it so the swf are kinda preload, loading on a container off the stage and then advancing to a new frame, my problem is with this code it just stays on frame one for some reason.

This is on frame one
Code:
bytes=container.getBytesLoaded()+this.getBytesLoaded()
total=container.getBytesTotal()+this.getBytesTotal()
_root.createEmptyMovieClip("container",1)
container.loadMovie("01.swf")
container._x = -500 ;
container._y = -1000;
if (bytes == total) {
_root.gotoAndPlay(3)
}

And this is on frame two
Code:
gotoAndPlay(1)
Why it's staying on frame one instead of advancing after the swf is loaded?

View 3 Replies

ActionScript 3.0 :: Go To Specific Frame When Loading External SWF?

Apr 20, 2009

I have a main movie which loads various external SWF's. What I would like to achieve is that when returning to the main movie (using URLRequest & Loader class) that the main movie starts at specific frame.[code]I believe that the way global variables work in AS3 is very different. Is it true that I need to achieve this via an external class ?

View 5 Replies

ActionScript 3.0 :: Loading External Swf At Specific Frame?

Oct 1, 2009

Using AS3 how can you load an external swf file at a specific frame of the newly loaded swf file.Using the AS3 loader class I have no problem loading an external image or swf movie onto the stage.But what I want to do is when the swf is loaded, go to the second frame (labeled "two") of that loaded swf.

For example, My main movie "main.swf" is blank.My external movie "loadMe.swf" has a circle on frame one and a square on frame 2.On the main movie (main.swf) is a button and when you click on it I want the square on frame two of "loadMe.swf" to appear.

View 5 Replies

ActionScript 3.0 :: Targeting Frame Label In An External Swf?

May 14, 2010

I have 2 swfs. One called "loves.swf" that contains 4 buttons. When you click on one of the buttons, it opens up an with an external swf, called "about_loves.swf". I would like to make each button go to a different frame labeled in my external swf. Currently, when you click on any button (btn1, btn2, btn3, btn4), they just play frame 1 from the external swf, "about_loves.swf".I would like btn2 to play frame 2 of "about_loves.swf", btn3 to play frame 3 of "about_loves.swf" and btn4 to play frame 4 of "about_loves.swf".here is my code so far:

// these two lines are needed only once, so here they are:
import local.display.ShadowBox;
ShadowBox.initialize(stage);

[code].....

View 2 Replies

Load And Unload External Swf And Then Goto Frame

Aug 1, 2010

i want to make an presentation,, for which.. at frame i click a button on frame 9 it goes to frame 10 and plays.. like my script on frame 10 is below

this.createEmptyMovieClip("coalzoom",5);
coalzoom._x = 80;
coalzoom._y = 60;
coalzoom.onEnterFrame = spaceLoad;
function spaceLoad()
[Code]....

and when i click another button to go frame 1 from the same page at 10,, placed beside the loading external swf ,, it goes,, but the loaded external swf file is not going ,, or the external file not cleaning,, not removing. here is the CS3 flash sources,, and outputs [URL]

View 1 Replies

ActionScript 1/2 :: GotoAndPlay Next Frame After External FLV Finishes

Jul 31, 2009

The subject title pretty much tells it all. I've got a flash project where a video component plays an external flv file. I've got a different flv file loaded at each keyframe. Right now the flv plays and then it stops and waits for you to click on the next video you want to watch. I want it to automatically go to the next keyframe and start the next video.

View 5 Replies

ActionScript 3.0 :: Loading A External Swf Then Go To A Specific Frame?

Sep 24, 2009

I'm made a dropdown menu and i have resolved the navigation for the main buttons, but i have problems with the menu sub buttons , my question is: After the movie is loaded, how can i make the sub button go to specific frame. This is the script:

[Code]...

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved