Dynamic Content Flash Dropping Processes?

May 10, 2009

I have been working on a full flash website and am encountering a strange problem (or at least its strange to me).
  
I have the main shell of the site, which contains:The layoutNavigationA movieclip which pages are loaded into (external swf's)Some actionscript which streams in an MP3The controls for the background musicA piece of actionscript which loads an animated background (another external SWF) 
 
I then have a series of pages in their own SWF's which get loaded into a movieclip within the shell when the user clicks the relevant button on the menu. Most of these pages contain:The panels for the content on that pageSome dynamic text areas for the text content on that pageSome actionscript which loads the content for that page from a couple of text files and populates the dynamic text areas Then there is a showreel, which has a menu and a customized FLVPlayback component to play audio and video tracks; the data for the menu and the tracks themselves are stored in XML files. 
 
If I am using a connection over 2MBit: Initial preloader appears, shell loads, background music streams in nicely and then the content page is loaded in, panels animate in and the text content appears; all is well and its pretty quick.
 
If I throttle my bandwidth to below 2MBit (the main tests being done with the connection throttled to 1.5MBit), this happens: Initial preload appears, shell loads, background music streams in but takes a bit longer to start up, content page loads in, panels animate in and the content appears for about 2 seconds.
 
THEN the contents of the text areas disapears and the word "undefined" appears. So the content seems to be dropped. I've done some testing to identify the cause and if I comment out the code which streams in the background audio, the issue disapears and everything works fine, so it appears to be related to the audio. I will say, its not the most lightweight of sites; its quite graphically heavy (nothing too excessive though) and the background music is a 6MB MP3; the owner of the site is a movie composer so he has a lot of high quality streaming audio.
 
So I was wondering if anyone knows why this type of issue would occur, it seems strange that Flash would drop the content thats been loaded in, that background music would break the process.

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Cash Processes So That Repetitive Processes Are Performed Faster / If Performed Back-to-back?

Nov 9, 2010

Sometimes flash seems to execute two loops faster that one loop which contains all of the actions that the first two loops contain. Does flash cash processes so that repetitive processes are performed faster if they are performed back-to-back?

View 9 Replies

ActionScript 2.0 :: Edit Dynamic Content And Modify The Content And Save It All Within Flash?

Oct 1, 2007

how it is possible to edit dynamic content and modify the content and save it, all within flash.I have tried some experiments in the past and have got the text to change etc which is easy but i need a way to save the content so the next time anybody sees the flash it will have the latest content until i change it again.

View 2 Replies

Actionscript 3 :: Pause Absolutely All Processes In Flash Game?

Aug 19, 2011

Like when pressing (not clicking!!!) the windows |X| button on the game window. Is that possible? Or will I have to write custom pause function? :S I have a very complicated program, and now I want to add PAUSE button.

View 3 Replies

Flex :: Flash - Get List Of Running Processes, Get Active Process (and It's Application) AIR

Jan 25, 2010

Is it possible to get somehow list of running applications/processes and, while running in background, check which process is active?

Additionally - if somehow, the answer was yes, is it possible to react for change of active window / application react just as if it was Event, or bind to it custom event (e.g. Event.SystemActiveAppChange)?

EDIT: Due to probable missunderstanding, I mean local applications - on your win/mac/linux machine - I would like to (in process of learning of language) track what apps I use the most, make a little graph maybe?

So, the point is: in AIR app, developed in FLEX, I would like to get/list all running applications/processes, as well as which one is active (on user's PC/Mac/Linux)

View 3 Replies

AS3 :: Flash - Dropping Objects At Random

Jan 30, 2010

I have a code here that drops a first row then drops a second row down right after. First row drops right away and second row is on a timer.

// Bring in first row
var blueY:Tween = new Tween(blue, "y", Bounce.easeOut, -295, -49, 2, true);
var pinkertonY:Tween = new Tween(pinkerton, "y", Bounce.easeOut, -295, -49, 2, true);

[Code]....

How would I drop each cover individually at random between two set numbers? I assume I would have to apply a separate timer for each one then somehow make the time at which it drops random between two numbers?

View 2 Replies

Actionscript :: Professional : Flash CS5 Dropping Cuepoints?

Jun 29, 2010

I've just upgraded from CS3 to CS5 and have discovered an annoying issue with cue points. When I open an existing FLA that has a movie with actionscript cuepoints and try to replace it with another movie (an updated version), Flash drops all my cue points and I have to re-enter them. Is there some way to prevent this?

View 2 Replies

Load Dynamic Content Outside Of Flash?

Feb 9, 2011

I would like to create a Flash menu but want to load HTML inside a targeted div on the same page dynamically without refreshing. I've seen several people say iframes can be used but I would prefer to stay away from iframes and use divs if possible. I'm guessing some fancy javascript would be required?

View 1 Replies

Flex :: Flash - Randomly Dropping Connections To Server?

Nov 26, 2009

We have a flex application communicating with our server. The flex app makes many HTTP requests (posts and gets) to the server, in many cases in parallel. We have been noticing that we get many dropped connections, experienced from the flex app. The server does not see any failed requests at all and is not under load. I am also suspecting that flex may be on-connection-drop, automatically retrying the POST or GET request, resulting in our server receiving the request twice.

View 2 Replies

ActionScript 3.0 :: Components And Dynamic Content In Flash?

Oct 22, 2009

I have a specific requirement for a UI component that I am working on. I would like to make the component so that a designer can update a graphics in live preview mode whilst keeping the associated class the same.For example...ets take a button component which has an icon in the background and label. By setting an inspectable, I am able to set the label easily, but is it possible to point the icon to an image in say, the library or remotely etc? and have the image show as the background inside flash?[EDIT]Ahhh...I'm not able to load extenal files into the client so the graphic would have to be a library asset? Possible?

View 1 Replies

Professional :: Dynamic Scale Of A Flash Content?

Mar 20, 2010

I use Flash CS4 and most of the explanations you find online are for CS3.I used a mechanism once in HTML that set the flash site to 100% width, 100% height, which did scale it but there was no maximum limit and all the content got scaled equally. I would like to do it like in the HP above, where certain elements are differently scaled.

View 1 Replies

Flash - Adding Dynamic Content Through Interval

Jan 19, 2012

I am having an issue with adding dynamic content through an interval. The content is being added to the screen, but the X position, as well as the tween, seem to be completely out of sync. The below is a screenshot when the interval is at 100 milliseconds, as it shows it best. The application needs to work at 200 milliseconds (where the error is not as clear, but the lines are still occationally too close, roughly every 4th). As can be seen, there is a clear discrepancy between positioning. It remains fine for a few, then changes, changes again and then finally reverts back to what it was.

Here is my code that controls this section:
function XYZ(){
Score = 90
var timeBefore = Score
if(timeBefore <= 2.4){
timeBefore = 2.5
[Code] .....

Note: It also happens with 200 and 300 milliseconds, although less prominent.

View 1 Replies

ActionScript 3.0 :: Flash - Website Dropping Frame Rate On Not So High End PCs?

Sep 4, 2009

I have developed a Flash website using the Flash Player 10 and its 3D capabilities. The website seems to be working great on my PC which is a high end computer but when I have tested it out on slower computers, the animations are really choppy and frame rate is dropped a lot.can you take a look at the website and suggest me ideas what could be the result of such frame rate dropping. The website doesn't use much animations in the background.

View 2 Replies

Flash Movie Loading In Dynamic Content Which Is Controlled By A CMS?

May 31, 2011

The images are uploaded with an html form onto the server and their path names are loaded into a .txt file for my flash AS to use.The problem I am having seems to be either server lag or browser issues (catching perhaps?).I manage my content via the CMS and once returning to the flash movie it is either old content, half working or just doesn't work, period.What is interesting is that once I locate the text file and view/refresh it manually, it works 100% fine. Now, it's obviously not a very useful set up if I have to manually refresh my txt files so is there a way, (php?, Java? etc?) to refresh these files?

View 5 Replies

ActionScript 2.0 :: Providing Dynamic Content Within A Flash Site?

Jan 19, 2007

What are the best practices for providing dynamic content within a flash site? I am trying to get my head around the idea and I am not sure how to think about this. Are there sites that use a graphic frontend for updating flash content? If so, what is the common way of doing this? XML? PHP+XML+SQL? etc. I am relatively new to all of this but I have been messing with Flash and XML. I can update stuff on my site by just modifying the XML but I want to go a step further now and create a frontend on the web where people could do this.

View 3 Replies

ActionScript 1/2 :: Make A Simple Flash 500x300 With A Dynamic Content From Certain URL?

May 9, 2009

how to make a simple flash 500x300 with a dynamic content from certain URL

View 3 Replies

ActionScript 2.0 :: Dynamic Flash Content Embedded Into A Facebook Fanpage?

Jan 10, 2011

I have dynamic flash content embedded into a Facebook fanpage. The flash file consists of an interactive environment where the mouse icon is substituted with a "flashlight" (i.e.spot of light), and the user "looks" around the dark room, lighting up the different areas with the light. When the light passes over certain areas (invisible buttons), specific "effects" are triggered and an animation ensues, along with an accompanying sound effect.It works great on the original webpage! But the Facebook page has some issues:1) The embedded flash file loads relatively slowly. I can deal with this, but the next issue is what is frustrating;

2) Everything works initially. The "flashlight" works. The background audio works. When the effects are triggered, the accompanying SOUND EFFECT works, but not the animation. After this, none of the effects will trigger. If I refresh the page, and let it load again, then everything will work.This is very frustrating, I can provide a link, if need be (I've had a somewhat similar problem on a website I designed with certain things loading a times, but not at others.

View 2 Replies

ActionScript 3 :: Flash - Can't Change The Content Of A Dynamic Text Inside Of A Button

Oct 11, 2010

I'm starting with AS3, i have a problem. I have a button, and inside the button i have a dynamic text field. The button is inside of a movieclip, the instance name of it is News, the instance name of the button is collegamento and the instance name of the dynamic text is Testo. So knowing this I'm triyng to change the content of the text using:

News.collegamento.Testo.htmlText="text here";

But Flash is giving me this error:

ReferenceError: Error #1069: Property
Testo not found on
flash.display.SimpleButton and there
is no default value. at

[code]....

View 1 Replies

Actionscript 3 :: Make The Actual Stage Dynamic To The Content Loaded In The Flash File?

Nov 9, 2011

I was wondering if there is a way to make the actual stage dynamic to the content loaded in the flash file.

Firstly the method I am using is importing a external swf to the stage into a container called container. The main stage, lets call it index, is still on default size, and I want this to expand dynamically as content is loaded in. page1 may be 900px width, page2 may be 500px width, and as I load the content the index stage should expand the width to that of the page loaded. Some steps I have tried but did not work.

if page1 button is pressed stage.stageHeight = 900; - not working (how do I set stage size in as3)made a movieclip in page 1 spanning the page size and called it p1_stage so I can reference the data from there. trace(container.p1_stage.height); gives this error: TypeError: Error #1010: A term is undefined and has no properties. at index_fla::MainTimeline/frame1()

View 3 Replies

ActionScript 2.0 :: Load Dynamic Content (movies, Text, Or Whatever...) In Flash That Automatically Changes Daily

May 12, 2005

how to load dynamic content (movies, text, or whatever...) in flash that automatically changes daily, depending on the day of week (mon.-sun.)?

View 2 Replies

Android :: Can Flex AIR Apps Run As Processes?

Feb 14, 2011

Is it possible to have an AIR application built in Flex run as process or receive intents? For example if I wanted to make a calendar and each time there was an event at a certain time, have the AIR up which isn't running in the foreground, pop-up and inform the user that "it's time". Can it be done with the current stable versions of both AIR and Flex SDK?

View 1 Replies

Media Server :: Monitor Individual Processes For Different Clients

May 12, 2010

We have a setup where we have one application that multiple clients use.For each client we setup a seperate vHost on the server so that each client has a FMSCore and FMSEdge process running for their application.We currently monitor the processes to see if there are any problems with them on our production servers, but we would like to know if theres a way where we can link each process to a particular client so that if one goes down we are able to record the effect and notify that client.

View 1 Replies

Flex :: Create Multiple Processes In Adobe Air Program?

Nov 28, 2009

How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok for me)

View 4 Replies

Flex :: Flashplayer Processes Not Closing When Testing In Flashbuilder?

Jul 28, 2010

Having this new problem with flash builder where I run a debug flashplayer, close out the flash and it doesn't always kill the process. Sometimes it does sometimes it doesn't, leaving me, after a while, having 10 or more flashplayer tabs on windows still open. I try to close them using the task manager with no luck.

View 1 Replies

Adobe - Ensure A Flex DataProvider Processes The Data Synchronously?

Aug 12, 2009

I am using an component, and currently have a dataProvider working that is an ArrayCollection (have a separate question about how to make this an XML file... but I digress). Variable declaration looks like this:

[Code]...

View 1 Replies

ActionScript 2.0 :: Building A Dynamic Content Page In Flash That Consists Of Using AttachMovieClip And CreateEmptyMovieClip With Coordinates To Place Photos And Objects

Oct 15, 2006

I'm building a dynamic content page in flash that consists of using attachMovieClip and createEmptyMovieClip with coordinates to place photos and objects, which are loaded from an external source and scrolling their thumbnails I've run into a problem setting the variables correctly because the scrolling thumbnails required that the thumbnails be nested inside a scrolling controller clip and that has somehow messed up my preloading and sequential text caption loading for the tumbnails.

View 4 Replies

ActionScript 3.0 :: Identify Names Of Likely Variables / Processes Required For System Generation

Aug 15, 2009

The question is about producing a learning package for users to improve their mathematical skills.One part of it is for times tables. So the user will enter their name and then a question will appear e.g. "What is 6 X 9?" The user then inputs their answer and the system will compare and process the input, storing the incorrect and correct responses and then giving a final score at the end.The question is to; identify the names of the likely variables and processes required for the system generation of a question and the subsequent processing of the user's response.(10 marks)Then it asks to write some pseudo-code to describe 10 consecutive question/response activities and their final results showing their name too. (15 marks)

View 4 Replies

ActionScript 3.0 :: Chatter Bot - Processes The User Input Text And Search For An Answer In The XML File

Feb 7, 2009

I am working in a AI project: a Chatterbot and it works fine. I work in webdesign, video, 3D and illustration and this personal project eats my free time You should set the answers and questions in the XML file called "bdenglish.xml", it contains a basic example. The bot will understand the new nodes. Actionscript(FLA) processes the user input text and search for an answer in the XML file. The bot can understand several ways to make a question. Also it can memorise the conversation subject if you use XML propierties (It is unfinished) The user can use ENTER key or the SEND button. The bot can know the genre of the user because it is male like default, but it search in a female names list. The output field answer is HTML text, also it support images, animations or sounds. The bot can chat in several languages. You can synchronize video with the answers (bot expression), I am woking in a basic function with video.

I am workin in a alternative answer motor, it would work with the XML. I want to use lipsync in the future for a talking version. How it works? - The bot converts the XML database to an multidimensional array.- The user writes a question - This input is processed in the AS code - The bot searchs in the multidimensional array - The first word must be found - The bot answer the question or it responds something if the question is not found I am not programmer and the AS3 bot was hard for me, but it works. I was trying get a good code and I am work in a better search function. I hope some criticism and comment from Kirupa masters! It is in my personal site:[URL]

View 2 Replies

Video Skin Dropping Off?

Jul 23, 2009

I have imported a video and all seems to go swimmingly, on publish to swf it appears as i would expect but the moment i view it in the html file the play back skin drops off?

View 2 Replies

ActionScript 3.0 :: Swf Dropping Controls In Website?

Jan 18, 2009

I'm in the process of converting a bunch of as2 projects to as3 and I'm having a rough start.

I have a swf with a couple of movieclips, a button (put on the stage), a button created in actionscript, and a UILoader created in actionscript.

I publish the swiff and open it, and everything works fine.

When I embed this in a web page, both buttons and the UI loader don't show up.

View 5 Replies







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