Professional :: Jpgs Flicker When Loading Scenes?

Sep 2, 2010

I'm justing starting to learn some actionscript. I can't figure out why my jpgs are flickering when I go from one scene to another. Do they have to reload each time? Here is a link: http:[url].....I have each animation as a separate scene, and you'll see that the buttons flicker when the new scene loads.

View 4 Replies


Similar Posts:


ActionScript 3.0 :: JPGs Overlayed Over Sound Layer In Series Of Scenes

Oct 27, 2010

I am trying to build a very simple Flash app in CS4. All I want to do is have JPGs overlayed over a sound layer in a series of scenes. I want a basic intro scene that ends w/ a table of contents from where you can click to view any scene. At the end of each scene is a frame where the user can replay the current scene, return to the TOC frame in scene 1 or proced to the next scene. I am having two SERIOUS problems.

1. For some reason my movie is NOT stopping at the "stop ();" action at the end of scene one. the action is on its own keyframe in the timeline, but when I "test movie" it just plays right past that to scene 2.
2. I obviously need multiple buttons on a scene to do different things on click. Does it really have to be as complicated as it seems to have multiple buttons all do different things on click? I keep getting told I have duplicate actions when I have two buttons on a page that do different things on click. I have named each button instance a unique name and written the gotoandplay click event using those unique instance names.

View 1 Replies

[CS3] Flicker Between Loading Separate SWF Files

Sep 16, 2008

I need to load separate SWF files depending on different flash buttons being pressed. The problem is I see a flicker inbetween SWF's being played. I think the flicker is where it goes back one frame - but I do not know how to solve this.

The first bike should scroll along to the left then stop, buttons should then appear that allow you to load the external/separate SWF files.

View 13 Replies

ActionScript 2.0 :: Loading External Images(so They Don't Flicker)?

Apr 12, 2005

My boss bought some pre-made actionscript that traces the mouse position when it's held down to display a certain frame at a certain position. He uses this for 360 product display.Then he asks me to find a way to load the jpg images each frame externaly.

I did, one jpg per frame using this:
this.createEmptyMovieClip("logo_mc", this.getNextHighestDepth());
logo_mc.createEmptyMovieClip("container_mc",0);

[code].....

View 3 Replies

Professional :: Flicker When Tweening?

Feb 10, 2011

I'm making a banner in flash, and are moving some simple objects around.I mainy use vector squares, but when I tween them (classic tween) in a slow motion, the shape starts to "flicker" or "lag". Why is this?I think there has to be something with the calculations Flash is doing, but why can't it make the animation smooth?

View 4 Replies

ActionScript 2.0 :: Loading 2 Jpgs With PHP

Mar 22, 2005

[Code]...

now the instance of image1+2 are 2 deep in the movie, not sure if that matters? but when i preview in flash perfect, when i publish perfect, but once up online nothing? anyone knwowhy

View 3 Replies

ActionScript 2.0 :: Loading The External Jpgs?

Jan 19, 2004

how can you load external Jpgs into a swf instead of loading them and compiling the swf. so that they appear in the cache.

View 1 Replies

Professional :: Zoom Effect On Photos Always Flicker?

Jul 23, 2010

I'm trying to create a little slideshow with photos. I created a little animation on every photo (a really subtle zoom-in or zoom-out effect) and transition using alpha transparency.

But some photos will flicker very bad. Expecially photos containing elements like grids or straight lines. Only really blurred pictures will render well.

I already raised FPS up to 60 but flicker still occurs.
 
I'm using flash8. Will another flash version (which?) render the movie in a better way?

View 2 Replies

Professional :: Image Fade Flicker On Mouse Over?

Apr 22, 2011

just been trying to fade one image into another on mouse over. found a template which does it for me and have applied my images to it. works how i want it to - image 1 fades into image 2 on mouse over, then goes back to image 1 when mouse moves off
 
BUT the problem is that when the mouse is the image and it fades into image 2 it begins to flicker - see for yourself in the .fla file here [URL]..

View 8 Replies

ActionScript 2.0 :: Dynamic JPGs Not Loading In Some Browsers

Oct 11, 2005

I've designed a site that dynamically calls in jpgs into a swf. I've done it before on other sites and haven't had a problem. However on this site (www.jefftse.com), sometimes the jpgs load and sometimes they do not on IE on a mac. Which is bizzare. Why would it not work occasionally?

View 2 Replies

ActionScript 2.0 :: Loading Random Jpgs In Several Mcs Without Repeating?

Nov 23, 2005

well i have 3 mcs (mc1,mc2,mc3), each loads .jpg files in it randomly. The question is how to make each of them not repeat previously loaded one.Example of code that im using

Code:
filename = ["image"+random(7)+".jpg"];
path = "img/";

[code]......

View 5 Replies

ActionScript 2.0 :: Bitmap Exporter And Loading JPGs?

Jul 20, 2007

I'm building an app that allows the user to load JPGs, edit them, and then save them back to their computer.So I have run into some sort of bug. Whenever I load a JPG from another site then the bitmap exporter will just trace a blank image. So it has come down to this: the moment I a jpg, my traced bitmap is broken. It will work at every point before that. I am using loadClip to load the jpgs (flash 8 pro/as2.0).

View 2 Replies

ActionScript 2.0 :: Preloader For Dynamically Loading Jpgs?

Jul 28, 2003

i just need a preloader for my dynamically loading jpgs.

fyi, i don't need buttons or anything for this...it's a very simple slideshow where the images come in every 100 frames...that's it.

does anyone know what code i should put it so that my images will preload at the beginning so the slideshow doesn't stutter?

View 3 Replies

ActionScript 2.0 :: Loading Jpgs Via URL Into A Flash Dynamically?

May 24, 2002

I would like to have a flash movie load a picture as the background image of a symbol or otherwise be viewable. The picture would be referenced via a URL on another site.Example. putting in a URL ending in '.jpg' would make another object show the pic from that URL.

View 8 Replies

ActionScript 2.0 :: Loading Multiple Jpgs Dynamically?

Oct 18, 2003

loding jpegs dynamically. My question is can you alter the script, and with the click of the same button load next jpg, then next etc?

View 4 Replies

ActionScript 2.0 :: Loading JPGs - How To Get Container To Fade In

Apr 3, 2004

I'm loading a txt file that I use to load jpg's (no PHP):
PHP Code:
<a href="asfunction:_global.loadMovie,flag_1.jpg">flag 1
</font></a>
It works like a charm, but now I want the "container" to fade in the jpg's.

Code:
_global.loadMovie = function(url) {
container.loadMovie(url);
fadein();
};
function fadein() {
[Code] .....
The container fades in, but not 100% _alpha(about 40% I guess)!

View 12 Replies

ActionScript 2.0 :: Loading External Jpgs And Resize?

Apr 8, 2004

I want to know how can I load external jpgs into a "frame" and depending on the size of the jpg resize this "frame" as you can see here:

View 9 Replies

ActionScript 3.0 :: [CS4] Fast Loading Of Lots Of Small JPGs?

Jan 8, 2010

I'm having a hell of a time optimizing my loading sequence for a gallery site I'm working on. This is the way it works:

1. I load and parse an XML containing the URLs to the thumbs and large versions of the photos. - This step is fast and works the way I want.

2. I load the thumbnails in sequence jumping back and forth between two functions - one initiating loading of a thumb, and the other the event handler for that particular thumb which iterates a value, and then calls the initiating function again. I suspect this is where the major slow down happens.

3. When the iterating value has reached the same number as the number of URLs to load, the class dispatches a complete event, and all is well - except so much time has passed that no one will ever have waited to see the content ...

[Code]...

View 7 Replies

ActionScript 2.0 :: Loading Sub-folder .swf But Now It Can't Find External Ref Jpgs?

Jan 26, 2005

I have an app that "loadmovies" a slideshow.swf in a sub-folder. THis sub-folder also contains an xml file and numbered jpgs.But when I run the main app, and click on the button to load the sub SWF files, the images do not appear. I assume it is a directory issue.

But if I run the slideshow.swf directly from it's folder, the images appear fine.I am using the xml_photogallery from this site for the main actionscript, is there something I can change here to point to the jpgs path?

View 2 Replies

ActionScript 3.0 :: Loading JPGs And Applying Transition Effect

Jan 31, 2011

All I need is a simple example, of loading jpgs into flash as3 and a function for applying a transition effect on them. Something like:
Code:
import com.greensock.*;
TweenLite.to(image[1], 2, {alpha:1});

View 2 Replies

ActionScript 2.0 :: Loading 4 External .jpgs Randomly And Resize Them?

Jul 30, 2009

I have designed a homepage that has 4 boxes on the right hand side that are of different size. I would like to have a movie loader that loads .jpgs randomly from a specified folder into each box. At the same time I don't want any repeats in any of the 4 boxes. Also is it possible to resize the images according to the box size without having to resize them outside of flash? I can have all the images in the external folder the same size, but then if I can just shrink them with whichever image falls into the box the random script assigns.

View 2 Replies

ActionScript 2.0 :: Loading External Files, Specifically .jpgs?

Aug 19, 2004

I am having trouble with classes and loading external files, specifically .jpgs.I have a simple class, that looks like this,

Code:
dynamic class test extends MovieClip {
var nn;
function test() {[code]....

I have it attached to the stage, it traces nn repetitively until i load the jpg, when i load the jpg into it, it loses all of it class properties it seems...it stops the onEnterFrame and the nn is no longer there.

View 4 Replies

ActionScript 2.0 :: Loading Sub-folder .swf But Now It Can't Find External Ref Jpgs

Jan 26, 2005

I have an app that "loadmovies" a slideshow.swf in a sub-folder. THis sub-folder also contains an xml file and numbered jpgs.But when I run the main app, and click on the button to load the sub SWF files, the images do not appear. I assume it is a directory issue.

But if I run the slideshow.swf directly from it's folder, the images appear fine.I am using the xml_photogallery from this site for the main actionscript, is there something I can change here to point to the jpgs path? (If I add the "subfolder/" in the xml it doesn't seem to help)

View 2 Replies

ActionScript 2.0 :: [MX2004] Mc's Loading External Thumbnail Jpgs Via LoadMovie()

Mar 12, 2005

I have 100 mc's loading external thumbnail jpgs via loadMovie(). I need a preloader of some sort to show the status of the thumbnails. The problem is that each of the mc's are loading JPG individually and I am not sure of how to combine their loading statuses into a preloader. The other option I had planned to use was to make one thumbnail larger in file size than the others so that it would load last and therefore I could use some onload function for this particular thumbnail, but I do not know what would be best to use in this case.

View 1 Replies

ActionScript 2.0 :: Loading Multiple Jpgs Dynamically With LoadMovie And MovieClipLoader

Dec 13, 2005

I'm loading multiple instances of the same jpg dynamically to my swf. It works just fine locally, but when I upload it, it only executes the first loading code it encounters in the timeline. I was doing things fairly complexly with 'for' loops and dynamic name generation and stuff, but I've stripped it down to the basics in an effort to get this to work.

Here's some code:

loadMovie('1.jpg', mc1.empty_mc);
loadMovie('1.jpg', mc2.empty_mc);
mcLoader.loadClip('1.jpg', mc3.empty_mc);
mcLoader.loadClip('1.jpg', mc4.empty_mc);
mcLoader.loadClip('1.jpg', mc5.empty_mc);

as you can see, I'm using two different methods of loading the jpgs, just in an effort to pin down exactly what is going on. Locally, they all load fine. When I upload to the server, only the first instance of the loading code is run (so mc1 will get its jpg, but the rest won't). I've tried to swap the order, place the loading code in different areas, try to load different jpgs into each empty mc, but nothing works except that first instance flash gets to in the timeline.

The swf and jpgs are all in the same folder, both locally and on the server. The server the swf is hosted on is Windows 2003 box if that matters. I tried uploading it to a different windows box and got the same problem.

View 2 Replies

Professional :: Get High Res Jpgs To Look Sharp In Swf File?

Sep 16, 2010

I am using premium page flip in flash 8 to create an online publication. No matter how high the res. on the jpgs, they look distorted.

View 1 Replies

ActionScript 3.0 :: Loading Sub SWFs Behind The Scenes Into MC

Apr 18, 2010

I have a site that has one main file and then another five sub swfs that get loaded in when you click on various buttons. I would like to load these sub swfs behind the scenes, even before they click to open them. Is there a way to load them into some mc without adding it to the stage, but making it so that when they do click to actually load that swf in, it will already be cached? I'd prefer not to do a traditional preloader for each and every sub section. I'd rather just load in all the sub swfs, have them cached and ready to go so that when they do click on a section, it will be good to go.

View 1 Replies

ActionScript 3.0 :: External Loading Of Swf And Watching Behind The Scenes

Mar 7, 2009

I'm currently working on a portfolio site, which, among other things, loads external swf files into the stage. The problem starts when I load a 400x300 swf file into the stage, which is 900x800. The result is that I get all objects which are outside the stage area in the loaded swf, on my main stage. I tried everything from changing the width and the height to loading it into a movieclip. It's always the same, I get all the elements from outside the stage of the loaded swf (if I try to change the width/height, the objects outside the scene still remain) This is the code I'm using to load the external AS2 swf:

[Code]...

View 2 Replies

ActionScript 2.0 :: Scenes - Clip That Is A Loading Bar And Percentage?

Mar 25, 2002

This is just a tad difficult to explain but here goes. You start out in the intro scene and it plays a movieclip (the intro) and below it is another clip that is a loading bar and percentage. Now on the main timeline it is checking to see if the percentage is 100 or greater. When it does it goes to the main movie. This all works fine. It's when you get to the main movie that it messes up. All the buttons and a/s work fine but 3. Its sorta hard to explain... Um ok here is the a/s that is on each button unless they dont open another menu.

[Code]...

Now I probably could use a for statement for the first bunch but that's not the point of this explanation now is it. Normally the movie is in frame 1 but when you click a button that opens a new menu it goes to frame 2 and makes sure all menus already open get closed. Hence the reversal of any open m/c's. Then if none are open it opens the new menu using the "per" value from the button. Now for the problem. When I click any one of the 3 buttons it sends the whole m/c back to the intro scene. Why? Any how do I fix it? If you need anymore info I'll be glad to post it.

View 12 Replies

Make A Movie With Multiple Scenes - Streaming Sound And Scenes Sync

Jul 3, 2009

whenever I set my sound to stream and continue to make a movie with multiple scenes. The audio and video get disgustingly out of sync sometimes even off by 30 seconds. I just started an animation its only 10 seconds long with two scenes and the AV is already off by about 5 seconds. Ive worked around this by avoiding scenes altogether but i really don't want to have another 5000 frame scene. I discovered this problem in Flash MX and Im quite annoyed that it still has't been fixed 3 years later!

View 1 Replies







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