Actionscript 3.0 :: Loading Half An External Swf Before Playing It?

Aug 31, 2009

I'm a semi-beginner with AS, particularly with AS3. I am using a preloader to preload half the main swf before actually loading it. It will be approx. 30mb so I don't want people waiting for all of it to load, I'd rather it preload half, open it, then continue loading the rest. I'm presuming this is possible. If so, I intend to include a progress bar once inside the main swf so that the more it loads, the more menu buttons glow and become active. I've seen this "continuous load" thing done with the Halo Believe ebsite.See heror the Halo website, the developers broke up the swf into five 10mb swf files and stitched them together so they would seamlessly load (much like a streaming video) and the visitor would be none the wiser.

I have no idea how they did it, but I thought it would be simpler to keep mine as one complete 30mb file; preload half and then load half while in the main swf. The main swf is an image sequence similar to the Halo site, and the menu buttons are locatedthroughout the image sequence, so they will be accessible as the main swf continues to load. I'm hoping this makes some sort of sense!I've just switched to AS3. I haven't included a progress bar yet, I'm still trying to get the main swf to load half way first:

Frame 1 of preloader:
Code: Select allstop();
var loadDNA:Loader = new Loader(); //loadDNA is what I've called my loader

[code]......

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Playing MovieClip When Object Reaches Half Of Stage

Feb 2, 2011

I am creating a movieclip in which when my character reaches the half of the stage another movieclip will play.

package{
import flash.display.MovieClip;
import flash.events.Event
public class chesteragain extends MovieClip{
private var chesterback:MovieClip = new mcChesterback;
[Code] .....

View 3 Replies

Loading And Playing An External SWF In Flash CS3?

May 5, 2009

I've been trying to figure this one out for a couple of days now, and it's driving me nuts! I'm new to flash (I'm using CS3 with AS2), but I've managed to convert a template into an almost finished site. My problem is this: I've made an external slideshow swf which works fine if used by itself. It's saved as a flash 7 AS2 according to the program (Aleo Slideshow Gallery Maker) used to generate it. It's in the same directory as the main swf file. I'm not sure of the code to load and play the external slideshow swf with a button in the main swf file. Do I need to change the html as well as the swf script? I've tried all sorts of things, but I can't figure the script out on how to finish the flash to include the slideshow. The SWF files inquestion are attached - I'm just using sample iamages at the moment. When I go to the gallery page, I want to be able to click on the fly to load and play the slideshow.

Attachments:
slide_btn.swf (17.8 K)
backup70.swf (881.4 K)

View 3 Replies

ActionScript 3.0 :: Creating A Half Oval Half Circle Type Shape Dynamically?

Feb 18, 2009

So I can create a circle and an oval using trig in flash. But what if I want to create an oval with rounder points? I'm using this code for circles and ovals:[code]Could anyone help me in editing the code so i can control the tips of the oval and make them rounder?

View 9 Replies

ActionScript 2.0 :: 2nd Time Movieclip Loads Tweens - Half Fading In / Out And Half Jumping From One Alpha Value To Another

Jun 18, 2006

I have a movieclip with an image fading in and out (using an actionscript tween class set to yoyo). This movieclip is loaded into a dummy movieclip when a button is pressed. The first time you click the button the fading movieclip plays as it should, fading in and out continuously. However, the second or subsequent times the button is clicked the fading movieclip goes crazy, half fading in/out and half jumping from one alpha value to another.

View 7 Replies

ActionScript 2.0 :: Loading And Playing Buffered External FLV's

Jan 30, 2009

what I'm trying to put together is some code that will load in multiple flvs, buffer the vids and have them play one after the other in a loop. I have so far code that loads in an array of flvs but doesn't loop. Also the buffering stops the play back for a moment towards the end of the first video, not sure why but changing Flush into Full doesn't help. Anyone know how to add a buffer that plays after a % of the movie it buffered or will buffer movie one and then buffer movie two while the first movie is still playing? As for looping goes I need a listener waiting for the last video in the array to be completed, but not sure how to pull that off.

[Code]....

View 0 Replies

ActionScript 3.0 :: Buttons Work In Half The Movie... Not The Other Half?

Aug 13, 2009

Building a flash website in CS3. I've made every button the exact same way, draw a rectangle, convert to symbol, type as either button or movie clip (doesn't seem to matter and I'm not using rollover stuff), alpha 0% and stick it on its own layer above everything else.Action scrip is as follows:

main1.addEventListener(MouseEvent.CLICK, gotoMain);
main2.addEventListener(MouseEvent.CLICK, gotoMain);
function gotoMain(event:MouseEvent):void
{
gotoAndPlay(1);
}

that's with 2 buttons for main. I have the exact same code multiple times for many different buttons. It works everywhere except the last two buttons on my page will work the first time you click them from the main page, but then don't work after that until you click on the main page again. Then it works.These two:

babout3.addEventListener(MouseEvent.CLICK, gotoAboutb1);
bcontact3.addEventListener(MouseEvent.CLICK, gotoBcontact1);

the function is described on an earlier action keyframe:

bcontact1.addEventListener(MouseEvent.CLICK, gotoBcontact1);
function gotoBcontact1(event:MouseEvent):void[code]...

Of course I've tried just having one button do this and copy/pasting the button on different areas of the movie, but nothing I've done fixes. I've even gone through and deleted every button and AS and redone it. I've put every button on its own layer (shouldn't matter but I'm trying everything I can think of).if there is an easier way of using AS to navigate a flash movie let me know. The other options I've seen seem a bit too complex at the moment.

View 1 Replies

ActionScript 2.0 :: First Half Of The Tween Doesn't Work But The Second Half Does

Feb 8, 2005

The first half of the tween doesn't work but the second half does. It only does this when I add the code link._visible = 0;. This is to make the alpha completly disappear.

View 1 Replies

Professional :: Loading External Swfs And Playing Them In Succession?

Sep 15, 2010

I found this code for loading external swfs and playing them in succession.
 
It works when I use the external swfs that come with the code, but not when I try to use any other external swfs.

I can't figure out why - does anything seem obvious (the clip swfs are here [URL]
 
// Array of external clips to use. Variable index refers to next clip to be displayed.var clips:Array = ["clip0.swf", "clip1.swf", "clip2.swf"];var index:int = 0; 
// Stuff to load swf filesvar thisLoader:Loader = new Loader(); thisLoader.contentLoaderInfo.addEventListener(Event.INIT,

[Code].....

View 9 Replies

ActionScript 3.0 :: Loading And Playing Multiple External Swfs?

Jul 26, 2011

I have a main movie that sets up the loads of multiple swfs with:
 
/* imports */
import flash.net.URLRequest;
import flash.display.Loader;
import flash.utils.Timer;

[Code]....

How do I get it not just to start the move but play as well? Everything I tried caused an error or didn't work.

View 7 Replies

Actionscript 3.0 :: Loading And Playing External Swf After Going To Frame Label?

Feb 8, 2011

I have a button on the main timeline. When clicking it, I would like to move the main timeline to a frame label called "history" and load and play a movie clip called "slideshow1".

I have the "gotoAndPlay" code working properly but can't seem to get the external swf "slideshow1" to load and play.

I've inserted the following code into the frame label "history" actionscript.

var myrequest_history:URLRequest=new URLRequest
("http://floramultimedia.com/musicGarden/main/swfs/slideshow1.swf");
var myloader_history:Loader=new Loader();
myloader_history.load(myrequest_history);

[Code]....

View 1 Replies

ActionScript 2.0 :: External .swf To Be Loading While That Movie Clip Is Playing?

Aug 2, 2003

I would like to have it so that when I click a button, it tells a movie clip to play and it just blinks loading. I want an external .swf to be loading while that movie clip is playing. When the external .swf loads, I want it to tell the mc to stop. How do I do all of this?

View 1 Replies

ActionScript 3.0 :: Flash Loading And Playing External Swf After Going To Frame Label?

Feb 7, 2011

I have a button on the main timeline. I would like to move the main timeline to a frame label called "history" and load and play a movie clip called "slideshow1".

I have the "gotoAndPlay" code working properly but can't seem to get the external swf "slideshow1" to load and play.

I've inserted the following code into the frame label "history" actionscript.

[Code]....

View 1 Replies

ActionScript 2.0 :: Preloader Freeze Half Way Through Loading

Oct 17, 2010

I created a website for my motorcycle club, and for some reason, certain members say that the preloader freezes half way through loading! Can somebody check out my .fla file and let me know if there is something wrong with the actionscript. Or if there is another script I can add to it to check if it frooze or to force continue..

[Code]...

View 0 Replies

ActionScript 3.0 :: Flash File Loading Half Cut In Safari

Jan 29, 2010

A strange issue in Safari (both Mac and PC) versions... coming to the site with a clean cache and the Flash file, loads in cut in half, and hugging the top of the browser. A refresh fixes the issue!

View 2 Replies

ActionScript 2.0 :: Making The Loading Bar Only Be Fully Loaded At 100% An Only Half Full At 50% Etc?

Aug 20, 2003

I have a pre-loader with dynamic loading text displaying the % of movie loaded. I also have an animated loading bar which goes from left to right.Is there a way of making the loading bar only be fully loaded at 100% an only half full at 50% etc. At the moment the loading bar movie clip plays until loaded and then starts all over again if the movie hasn?t loaded yet.

View 2 Replies

Flash :: Half The Letter Is One Color And Half Another Color?

Jan 10, 2011

i would like to know if it is possible to have a letter that is made up of multiple colors. for example above you will see a hebrew letter. the DOT underneath it is actually part of the letter, but it is a different color.is it possible to have this same functionality in flash? what i would need to do is upload an XML file with all the words, and i would need all the dots below the letters to be a different color

View 2 Replies

Playing SWF While Loading?

Nov 16, 2009

I am developing a SWF player. The application plays SWF instead of FLV. The SWF, that has to be played is a simple static movie. The application requires SWF to be played while it's being loaded just like FLV's get played.
 
Now, Is there any way to play SWF file while it's being loaded??

View 4 Replies

ActionScript 2.0 :: Loading SWF Before Playing Them?

Jan 9, 2009

I am creating a SWF that will act as a SWF player. It will play 4 different short SWF clips. While it is playing the first SWF, I want to to be loading the second, third and fourth SWFs. But I don't know how to load something without having it automatically play once it is loaded.This is the code that I used to play the first movie. The external SWFs are named "1.swf", "2.swf", "3.swf", and "4.swf".

var mclProject:MovieClipLoader = new MovieClipLoader();
mclProject.loadClip("1.swf",container);
var loaderListener:Object = new Object();[code]...........

View 1 Replies

Playing The .flv File While Loading It?

Mar 31, 2011

I am trying to create a flash file out of a .flv movie to behave similar to what you can see in [url]ca.gov[/url]. The nice thing about the flash in ca.gov is that before the whole movie loads the flash starts playing it. You can easily see this if you have httpfox or httpwatch installed on your browser [URL] that loads only the flash). The file [URL] loads first and loads [URL] while playing it.

I'd like to create a similar .swf from my .flv file. I use Adobe Flash to publish the .flv file into .swf but what I see in my page is that it loads the whole movie (.flv) file before playing it.

What I am wondering is how I can create my .swf so it starts playing the .flv file while it is loading it. I understand that the movie file I'm using is of type .flv and the one on ca.gov is of type .f4v; but as far as I understand this shouldn't be why it's not working the way I want.

Also, it would be ideal for me to detect the bandwidth of the user and let the flash loads different versions of the .flv file based on the user's bandwidth.

View 1 Replies

ActionScript 2.0 :: Loading Swf's While Swf Is Playing?

Oct 17, 2005

I have an swf file that holds 5 buttons, each button calls a seperate swf file. Is it possible to load all of the swfs in the background while one is playing and then when a button is pressed there is no waiting time for the user?

View 2 Replies

Stop External SWF From Playing?

Jun 8, 2009

Ive got a project with a fairly complex arrangement of menus and a narrated tutorial of sorts that is large (in terms of Mb) compared to the menus themselves. Since the tutorial is likely to be played only once, if at all, I don't want to load the asset unless needed. To do this I'm using the following code to load an external swf (the tutorial) and attach it to an mc container (mc_launch). A loader bar will be added later but for now it works, except: if the user navigates away from the tutorial (jumps to another frame in the menu timeline) the audio of the child attached to the mc_launch continues to play even though the instance of the mc_launch is no longer on stage. Shouldn't all the child objects of the container go away once the instance of the container is gone? If not, do I specifically have to execute a mc_launch.removeChild(loader) before navigating away from the instance of mc_launch?[code]...

View 5 Replies

Playing External .FLV File(s)?

Aug 24, 2009

I am fairly new to Flash and working with MX 2004 with Flash 2. I have tried several methods to play an external .FLV file. Some ideas from this forum and some from the Flash help system. Either I don't understand them and/or I am not implementing them correctly but nothing has worked. I have read of an FLVPlayback component and my system has a MediaPlayback component in the Component window. I have also seen yards of actionscript to play such files. Can anyone supply me with a basic/simple method, with code/example or buttons-to-push if necessary, to have an .SWF play an external .FLV via my MX 2004 system?

View 3 Replies

IDE :: Playing External Swf's In Rectangle?

Oct 10, 2009

I've got a flash site that's done in Action Script 2 in Flash CS3. On the gallery page I want to be able to load and play the external swf slides that the links point to where the black rectangle is instead of in seperate windows. I've tried all sorts of things but I just can't figure it out.

View 1 Replies

ActionScript 3.0 :: Loading External Assets - Screen Stops Until The Loading Is Finished?

Oct 11, 2009

I have a movieclip clip that plays when the movie starts, the movieclip is a visual assets that show's that the application is loading some information but it's not showing any loading progress, just playing while the assets are loaded.I created a for loop that will load the assets using a simple loader, and then when the object is loaded the application push the object to an array.Problem is that when the loading starts all the animation that i have on screen stops until the loading is finished.The whole point is that the animation will play while it's loading.

View 10 Replies

ActionScript 3.0 :: Loading Sounds Before Playing?

Jan 16, 2009

There are 8 letters in the menu. Each letter provides a linkwhen clicked and a sound when rolled over. The letters will NOTAPPEAR on stage until their corresponding sound is completedloaded. I did this to avoid distortion during playback. The soundbit are pretty small as well. Anyway, the sounds are still distorted during playback and Idon't know why. They are all MP3. HELP PLEASE!! Here's the scriptfor one of the eight letters (movieclips) only to limit size you'llhave to look through:

public function Index() {
var D:MovieClip = new dMC();
D.x = 100;

[code]........

View 4 Replies

ActionScript 3.0 :: Swf Loading And Playing With Player?

Oct 31, 2011

function setPlayer(playerSwf:MovieClip,pathFile:String) {
playerSwf.sliderMc.width=0;
var swfLoader:Loader = new Loader();

[code].....

View 1 Replies

ActionScript 3.0 :: Loading And Playing MP3 Files

Dec 27, 2011

I am doing a mobile application using air and as3.0. And I am using two databases - one is mysql for online data access and another one is sqlite3 for local data access. Once I download a song from server database, it should store in ApplicationStorageDirectory in the folder named "tracks". All the songs are in mp3 format. Finally my question is... How can I save mp3 files in ApplicationStorageDirectory and How can I play those files by referring to the ApplicationStorageDirectory path?

View 1 Replies

Flash :: Loading And Playing More Than One .mp3 File?

Oct 25, 2010

I'm trying to set up a .flv file that will have buttons for two different pieces of sound.I've been able to get the first piece to load and to play and stop, but when I try to load the second piece, I trip up.I'm still a novice, but do think I understand the basic problem -- Actionscript can't distinguish between one sound request and another. The question is, how to fix this and get actionscript to understand that I'm trying to load and play two different sounds associated with two different buttons?I get error codes such as "1151: A conflict exists with definition s in namespace internal." , "duplicate function" problems and "duplicate variable" warnings. I've seen some discussion on this site of a recyclable sound object. I think I'm asking a similar question, but although the person who posed that question also posted a solution, I haven't been able to make it work.Here's the code:

var s:Sound = new Sound();
s.load(new URLRequest("http://www.website.com/Water.mp3"));
wellsplay_btn.addEventListener(MouseEvent.CLICK,playSound);

[code].....

View 2 Replies

Flash :: Loading / Unloading External SWF Using Buttons From Loaded External Files

Feb 23, 2011

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i will click the "unload" button in the file1.swf, I would like the main.fla to unload the file1.swf and load the other file, file2.swf. Here is the code to load the file1.swf:

[Code]....

View 1 Replies







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