ActionScript 2.0 :: SWF Hangs In I.E. When Returning To Page

Jul 31, 2009

A SWF (published as AS2 for player version 9) sits on a page called home.aspx with other textual content. The SWF is a wrapper that loads in various other SWFs based on flash cookie data. Here is the problem: In I.E. (and not Firefox), sometimes the wrapper SWF hangs and fails to load the external SWFs.

The only time this happens is when returning back to this home page via another link that ends in a hash mark (home.aspx#) or to (default.aspx) which is supposed to act the same as home.aspx Also, this doesn't happen every time. Only sometimes. Anyone have any clues? I'd love to provide a link but this is on a beta server at the moment and I don't think I'm allowed to.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Preloader Works But If Re-load IE Page It Hangs?

Apr 21, 2009

I have a preloader that works fine, but when I reload the Internet explorer page with F5, it hangs, it basically stays there... keeps looping, but does not move to next scene.If I close the IE window and relaunch or if I clear cache it works fien again.Thsi is the AS3 code I am using:

import flash.events.ProgressEvent;
stop();
root.loaderInfo.addEventListener(ProgressEvent.PRO GRESS, loadProgress);

[code].....

View 2 Replies

ActionScript 3.0 :: URLVariables / URLLoad Returning Entire Page?

May 29, 2009

I am trying to transistion myself from AS 2.0 to AS 3.0. Everything is going really well except I am so confused about URLLoad & URLVariables.I've been trying to load external data via ASP and it does send back the variable I want, but that variable also has all the HTML of the page too.If someone can tell me what I'm doing wrong that would be great. If they can explain what's going on too, that would be a bonus Here's my code:

public class TestURL  {
var MyRequest:URLRequest; var MyLoader:URLLoader ;
public function TestURL() {  MyRequest = new

[code].....

View 9 Replies

Professional :: Sound Duplicates On Top Of Itself When Returning To Home Page?

Apr 27, 2011

i have a question about loading an mp3 in flash. the mp3 is loading & playing fine, but if i click a button to go to a new frame, and then click another button to return to the home page, a new copy of the same audio clip is loaded over the one that is already playing, thus causing two audio files to play at the same time. it will keep loading a new copy of the audio clip every single time i return to the home page. how do i go about correcting this? the following is the code i am using:

[Code]...

View 7 Replies

ActionScript 3.0 :: Flash Not Loading On Webpage After Navigating To Diff Page Then Returning?

Jun 11, 2009

I seem to have an issue with a flash I have written. The person who I made it for is telling me that first time he loads the page with the Flash in it, it loads fine. However, at this point if he navigates to another portion of the site, then goes back to the Flash page, he says it freezes on the loading bar. Consistently everytime, but only on his work computer, not home computer or lap-top. I think it might be a caching issue in IE, but I am kind of stumped, anyone ever experience this?

View 9 Replies

Php :: Calling A Page With MySQL Query From Javascript Function Then Returning Results To Another Javascript Function

Jul 8, 2010

I am refactoring some code. I have a PHP page that contains a MySQL query and stores the result in a PHP variable $my_result. This result is then echoed to a Flash SWF during embedding with SWFObject. I now want to call this PHP page that makes the query from a javascript function like so - one change I have made to the PHP is that instead of storing the result in a variable $my_result I am echoing the result. Javascript function to call the PHP page and make the database query

[Code]....

View 2 Replies

Fla Hangs When Testing / Publishing

Oct 22, 2008

I have a 1mb fla which publishes a 240kb swf when I save the fla and either test movie or publish it takes about 1 to 1 1/2 minutes to publish. I publish other fla's with swf's of up to 650kb in 3 seconds.

View 3 Replies

Professional :: Quicktime Export Hangs In CS5?

Aug 19, 2010

I'm trying to export a Flash movie to Quicktime.  The movie is not very large - the SWF file is about 1700 KB. When the export program  runs it shows a progress bar recording Flash content. The green bar goes to the end and then gets hung up and never finishes (at least after a half hour wait).  I have installed the latest Quicktime codec with Quicktime 7 player.

View 1 Replies

ActionScript 3.0 :: Flash Hangs While Loading Xml?

Oct 8, 2010

I have a xml file with size of 550kb. when I load it in the simplest way flash player hangs, while it is loading, than it runs normally here is the code
 
var loader:URLLoader = new URLLoader();var req:URLRequest = new URLRequest();
but.addEventListener(MouseEvent.CLICK, onClick);
function onClick(e:MouseEvent):void{ loader.addEventListener(Event.COMPLETE, onXmlLoad) loader.load(req);}
function onXmlLoad(e:Event):void{ trace(e.target.data)}

View 7 Replies

ActionScript 3.0 :: Animation Hangs On MouseOut

Dec 7, 2009

I made the following animated men[url].. I got it to work after allot of effort and some help of forum members. But now I have one last problem.

When you move fast in and out with your mouse over the blocks, the mouseOut actions aren't played and the animation hangs. Resulting in a mashup of the animation.[code]...

View 1 Replies

Professional :: Flash Hangs On The Same Frame Everytime?

Mar 21, 2010

ive created an animation sequence in flash but for some reason everytime i drag across frame 426 it hangs and i see the rainbow circle thing. the animation includes graphic symbols of charecters.  im pretty sure it has to do with a certan symbol that has a lot of keyframes on motion tweens. is there anything i can do to clean it up?

View 6 Replies

Professional :: Flv Payer Hangs On The First Frame In Firefox?

Jun 9, 2010

I'm creating a video site using the flvPlayback component and telling it which video to play based on flashvars. So far everything is working well in all the browsers I've tried except Firefox on the PC. In FF/PC it hangs on the first frame of the video while showing the buffering indicator.

View 4 Replies

Media Server :: Player Hangs On Macintosh?

Oct 15, 2010

I have been experiencing a somewhat random inability of my player to load on a Macintosh. It doesn't happen everytime, maybe 2 out of 10  times. This does not happen on a Pc. My flash file is  actionscript 2.0, and I have enabled hardware acceleration. This issue  was happening before I enabled the hardware acceleration. Here is the player I am talking about:[URL]
 
We currenlty don't have the password for the administration console, so I haven't been able to monitor it that way.

View 1 Replies

ActionScript 3 :: Video Loaded Using NetStream Hangs

Jun 24, 2010

I'm loading flv file using Video and Netstream (trivial example from docs). On Flash player 10.1 everything works fine. On 10.0.2.54 everything stops on NetStream.Play.Start.

View 1 Replies

Flash :: NavigateToURL Hangs After Navigation Starts?

Jun 24, 2011

I have a flash program in a web page that tries to post a picture to a web page. When the user clicks a button the web browser starts to navigate to the new page then seems to hang (I can see it starts to go to the page by reading the transferring data from message in Firefox status bar)

This also seems to work in debug version but not the exported version.

Flash code:

var header:URLRequestHeader = new URLRequestHeader("Content-type", "application/octet-stream");
var jpgURLRequest:URLRequest = new URLRequest("http://myurl.com

[Code]....

View 1 Replies

ActionScript 3.0 :: Gallery Page With A Bunch Of Page Numbers - Click On A Page Number, The Over Script Should Stop Until Go To Another Page?

Jan 26, 2009

i'm trying to build a flash site and ran into a problem... i have a gallery page with a bunch of page numbers at the top. when you click on one, a movieclip loads of some images coming in.so the problem i'm having is that i made a little animation for when you roll the mouse over the page number (they scale up when the mouse is over, scale back when the cursor moves away)... what it's doing is when you roll over, it goes to a certain frame in the timeline and plays that animation.that's all working cool, but i need it to not do that once it's clicked on. so basically when you actually click on a page number, the over script should stop until you go to another page... here's the code i've written,

function over(event:MouseEvent):void {
this.gotoAndPlay(30);}
function out(event:MouseEvent):void {[code].....

View 0 Replies

Custom Mouse Cursor Hangs When Flash Inactive

Jun 26, 2009

I have made custom mouse cursor (movie clip) everything works fine, default cursor is hidden, mc is following pointer, problem is- when flash is inactive custom cursor hangs in upper left corner of flash, I want to make it dissapear untill the moment you enter flash file. That would work like this: I am opening my web page, flash is loaded but custom cursor is hidden, I am moving my mouse into zone of flash -custom cursor appears on screen and follows mouse pointer.

View 5 Replies

ActionScript 3.0 :: Preloader Hangs On Random Spot At Certain Percentage

Mar 28, 2010

I have a preloader on my flash website, however when it runs for its first time, the preloader will sometimes hang at a random spot, say at 27% or 50%. To continue, the user must refresh, and that second time around the page will load fully. It does not do this for every first run, it seems to be pretty random, but once it has happened to someone and they refresh through it, it won't happen again. Here is the preloader code:. Note, "bar" is the instance name for the bar object on the stage to represent how much is loaded.

Code:
stop();
import flash.net.URLRequest;
import flash.ui.ContextMenu;
var loaded:Number;
var percent:Number;
bar.addEventListener( Event.ENTER_FRAME, load_progress );
[Code] .....

View 5 Replies

Professional :: Program Hangs When Progress Bar Reaches 100 Percent

Dec 27, 2009

I have a flash program written in Action Script 3. It worked fine on XP but I recently moved to windows 7 and now I have problems. It is a simple file upload program. In Windows 7 the progress moves really fast to 100% like it is reading a buffer and not what is being sent over the internet. Once it reaches 100%, the program hangs (sometimes hangs the browser) until the file has finished uploading. The program still works in XP so is this a known issue with Windows 7?

View 3 Replies

ActionScript 2.0 :: Error In The Function. Hangs Flash Player?

Sep 23, 2009

in this code:

Code:
function loadGarmentImage()
{
if (garFile["gar" + sGar + "NumMasks"] > 2)[code].........

View 0 Replies

ActionScript 2.0 :: Button Hangs On Moving Mouse To Bottom

Feb 10, 2003

I found the elastic code I was looking for. But...When I'm on a button and move the mouse to the bottom (The mouse has left the .swf) my button hangs... [URL]

This is the code I use:
onClipEvent (load) {
this._y = 101;
closedy = 101;
openy = 52;
movey = 0;
[Code] .....

View 1 Replies

ActionScript 2.0 :: Code Execution - Flash Application Hangs For 3 Or 4 Seconds?

Apr 6, 2009

I am using a while() loop which does its job as soon as I fetch CDATA content from XML. The while() loop basically contains text conversions using replaceText()... Depending on the number of user defined XML nodes, the while loop executes. I see that the flash application hangs for 3 or 4 seconds when this execution happens.

View 6 Replies

Professional :: Basic Presentation Template Hangs Using Event Listeners?

Dec 21, 2011

I've got a 'powerpoint style' slideshow built in Flash CS5, AS3, using the basic template (ie as on frame 1 root to advance frames on cursor keys). All works perfectly until I get to a MC which has the following script (snippets):

[Code]...

View 3 Replies

Flex :: Popup Editor For Datagrid Items - Hangs The Browser

Sep 9, 2010

a datagrid which renders some items. clicking on an item would bring up a popup editor (as the item has lots of properties and may not be edited right in the datagrid).

the popup contains just a form and a [Bindable] reference to the item it edits (which is passed from itemClick handler of the datagrid). form's default values are taken by binding to corresponding item properties with {} notion, while form values are bound back to the item using mx:Binding tags.

and now the problem. when the popup is brought up for the first time, everything is fine. however, when after being closed the popup is brought up again by clicking on the same item, the browser hangs (afaik because of change watchers being endlessly fired resulting in stackoverflow or something similar).

we have same behaviour in Safari, IE and Chrome, so i guess it's not to do with something browser-related. removing either [Bindable] from the item reference in the popup or mx:Binding tags from editors suppresses the problem, but of course the editing no longer works.

here's the code of the popup:

<mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" title="Details"
showCloseButton="true" close="PopUpManager.removePopUp(this);" creationComplete="PopUpManager.centerPopUp(this)">
<mx:Script>

[Code]....

View 2 Replies

ActionScript 2.0 :: Add A Stop Action After The Preloader Hangs The Entire Movie

Jan 29, 2004

I have a slide show that's about 800k and I'm trying to add a preloader. I tried 6 different preloaders today including a smart clip I downloaded from Macromedia. It seems that when I add a stop action after the preloader this hangs the entire movie. I've uploaded a working example of the slideshow without a preloader and a link to the fla of my NON-working attempt to apply the smart clip preloader here I think I'm just putting the stop action in the wrong place but I can't figure it out..

View 11 Replies

ActionScript 2.0 :: XML Return Hangs Flash Movie Play Head?

Jan 17, 2007

anyone can offer me a way of housing an XML return in a seperate object, so that the flash movie in question doesn't hang around waiting for the feed to come back.The problem is we have an asp app which is returning the status of about 1000 citrix terminals at once.... while this only takes 10-15 seconds to return, any kind of animated loader i build into the movie, stops playing while flash holds on the XML return, as the http response status never responds dead, but says "waiting" instead.Any kind of way of adding the XML load script as an object listener maybe...?

View 3 Replies

Flash - Mxmlc (flex4 Beta) Command Line On Ubuntu Hangs?

Nov 23, 2009

Im using mxmlc to compile as3 on ubuntu linux. I've donwloaded flex4_b2_100509, just to use the most recent stuff...so Im typing 'mxmlc file.as' but it just hangs on me... it doesnt return anything. I checked running processes ('ps -e') and its showing both mxmlc and java as running, which tells me the compiler started. after a while the shell reports a 'segmentation fault'l.

View 1 Replies

Professional :: Adobe Media Encoder CS5 Hangs When Adding Files Of Varying HD Resolutions

Jul 29, 2010

I have been encoding 1920x1080i mov files (h.264/aac) to 1280x720p (vp6/mp3) flvs.However, when I add older HD content into the AMC que, content with non-standard presets, the program hangs.I tried to import about 15 files last night and the program just sat there all night in a 'NOT RESPONDING' state.The video's have different audio and video settings and it's little difficult to pinpoint exactly what they were.Some are 1440x1080, some are 1280x900, some have PCM audio some of mp3.Now I temporarily resolved this issue by simply using cs4 master on my mac pro which worked great.However I have noticed a huge speed increase in CS5 64bit AMC.It takes 2-3 hours to encode 1 flash video on my mac pro (dual quad core xeon 2.9Ghz/32GB ram) with CS4.It takes ~20 minutes on my windows 7 station (single core 2 quad 3Ghz/8GB ram) with CS5.
 
If I drop a single file into the AMC CS5 que, regardless of the resolution, frame rate, or sound codec; it will import.If I then add another file with a different resolution AMC will hang and become non-responsive.It never crashed but I can't wait 12+ hours to see if it accepted a job or not.As I said before this problem was not observed on CS4 for mac it worked flawlessly, albeit a little slow.[code]

View 1 Replies

Media Server :: FMS Server Hangs When New Clients Try To Connect?

May 19, 2010

We are running RedHat Enterprise Linux 5.5.  I am told by the Adobe support department that only version 5.2 is supported. However, I have let them know this is basically impossible to do.  You can't download 5.2 anymore and if you keep your system patched and updated you have to follow the 5.x branch.

We purchased brand new HP hardware for this server.  It is a HP DL380-G6 Dual-Quad-Core Intel(R) Xeon(R) CPU E5540  @ 2.53GHz with 8GB of RAM. The fix at the moment is to restart the FMS system and everything clears itself up for some random amount of time.  This this problems happens again.

[Code]...

View 2 Replies

Flash :: IE And Mozilla For Asp.net Page With Master Page And Content Page?

Jul 1, 2010

I have a master page and a child page and have placed the javascript code inside the child page for flash movie.

The problem is the movie seems working when there is a alert on, without at least one alert msg, the code does not work, I am sure you people can solve, I can see that the following code works well in both Mozilla and IE, but only if the alert is ON, if I put it off, then the code does not work. Can anybody tell me what is the workaround :

[Code]...

View 2 Replies







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