Linux :: Reloading Flash 17 Times Causes Error #2046 And Requires A Browser Restart?

Jul 25, 2011

I am encountering some very strange behaviour with a Flex 4.1 app I am writing which gets in the way of testing. It seems that I can reload the app 16 times and then on the 17th, the loading process fails withError #2046: The loaded file did not have a valid signaturet seems to be consistently happening on the 17th reload on both Firefox 5.0 and Chrome 12. I am not sure if it's relevant, but I am running Flash Player v10.2.159.1 (also happens with 10.3.181.34) on Ubuntu 10.04. Happens with both regular and debugger versions of the player. When I run the app on Windows FF5, it doesn't seem to happen. Closing the current browser window does not seem to fix it. The only way around it is to completely close all browser windows and restart the browser. And then again after 16 successful loads, the 17th fails.

At this point I'm thinking of chalking it as a Linux Flash bug but I'd like to make sure and check if anyone knows if there's something I should be doing to prevent this.The user from this post seems to have had the same problem but I guess he didn't notice the pattern I have.== UPDATE ==I just realized that after my app starts throwing the 2046 error, trying to load any other Flash that uses signed RSLs also shows the 2046 error (e.g. this app), which means the problem is not specific to my app and most likely related to the Flash cache or something of the sort.

View 4 Replies


Similar Posts:


Flex :: SWF No Longer Work - Error 2048 / 2046 Or 2032

May 23, 2010

I'm pretty new to Flex. Basically, anything I try to build with mxmlc fails to run now, giving me the above three errors depending on what I do. It was working 30 minutes ago, I've been spending that time trying to figure out what has changed. I redownloaded the Flex SDK, cleared my assetcache, have cleared Firefox's cache. (I'm using Linux.) Even if I compile with -static-link-runtime-shared-libraries=false, since it seems like #2048 is a RSL problem, it still refuses to run.

Another strange thing, if I keep
<policy-file-url>[URL]>
<rsl-url>textLayout_1.0.0.595.swz</rsl-url>

In my flex-config file, then firebug tells me that my swf file is trying to access a copy of that in the app's folder, giving error 2032. And if I stick the one I have in frameworks/rsls/ then it gives me error 2046. I don't know how it could not be properly signed, unless Adobe magically changed a signature and didn't update their flex SDK.

View 4 Replies

Uiloader - Reloading Same Content A Few Times?

Jan 26, 2011

I have to dynamically load an image in 2 separate places, but I don't want to have to load the same image twice (this consumes more bandwidth and makes the user wait longer than needed).Is there a way to, say, copy the contents of a UILoader into the contents of another? I am aware that flash performs caching, but I still see a slight loading delay on subsequent reloads.I am using as3, btw, on flash cs5.

View 1 Replies

ActionScript 3.0 :: Reload Browser Without Reloading Flash?

Aug 27, 2009

I have a flash in my page, In my flash there is a movieclip that has a click event..the time you click it, it will navigate you to the other page..

My question is.. Is there any function or anything that can reload the page, without reloading flash?

View 6 Replies

Flash :: Reloading SWF A Second Time Gets An Error

May 12, 2011

I'm having an odd issue with reloading SWFS. I start of with loading my SWF:

var req:URLRequest = new URLRequest( "RegionalIntro.swf" );
req.method = URLRequestMethod.POST;
req.data = true; // POST requests require non-null data

[Code]....

What I can't work out is why that works the first time, but when it's reloaded it doesn't work?

EDIT2: The plot thickens, I can catch the error by surrounding all of the code in the function at the top of the stack trace with a try/catch block. I trace the error and its the same, the weird thing is all the code executes as expected. All works fine and throws an error ... very odd! I'd hate to leave it like this without finding out why it's doing it though ...

View 2 Replies

ActionScript 3.0 :: XML Loader Requires Browser Reboot

Jun 25, 2009

I have an XML loader which loads data into my project, Then i modify the data and save it using PHP. (I can see that the XML data has changed) Then i restart the app by going to the URL again, And reload but the data stays unchanged untill i reboot IE. Why does this happen? do i have to release the XML file or something? That it now reread from memory?

View 1 Replies

Flex :: Error - Metadata Requires An Associated Definition

Oct 5, 2009

I'm trying to embed a font in Flex and the code I'm using looks the same as the example, but throws an error. This is the code I've written:

[Embed(source="data/posca_mad_thrasherz/posca_mad_thrasherz.ttf",
fontName = "fontGraffiti",
fontWeight = "bold",
mimeType="application/x-font")];
private var funFont:Class;

But I get the error, "Metadata requires an associated definition." I can't seem to get rid of it.

View 1 Replies

Professional :: Error - IOS Publishing Requires Files Which Are Not Installed?

Sep 7, 2011

Some people reported this error when using Flash Builder, but I am using Flash Pro CS5.5 on a PC with Windows XP. I tried uninstalling and reinstalling Flash Pro and Flash Builder but it did not resolve my problem. I was able to publish the same FLA files about a month ago and did a successful test of my app on an iPad. I made a small change to the size of a slider. This error occured when I tried to republish.I don't know what files are missing but I'm guessing it is something to do with installing AIR for iOS. After reinstalling, my Flash CS5.5 folder includes an AIR2.6 subfolder but not AIR2.7

View 6 Replies

ActionScript 2.0 :: Browser Refresh (page Reloading) When We Click On Button In Swf File

Nov 28, 2006

I need browser refresh (page reloading), when we click on button in swf file. i dont know flash scripting. i want just html page reload when i click button in swf file. i want code for page refresh.

View 1 Replies

ActionScript 3.0 :: Reloading SWF A Second Time Gets An Error

May 15, 2011

I'm having an odd issue with reloading SWFS. I start of with loading my SWF:
 
var req:URLRequest = new URLRequest( "RegionalIntro.swf" ); introSWF = new Loader();introSWF.load(req);addChild(introSWF);Then once I'm finished I unload:
 
removeChild(introSWF);introSWF.unloadAndStop(true);Now when I want to reload the SWF I run the first bit of code again I get this error:
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.I cant work out why I'd get that the second time it loads and not the first. It's supposed to just be the same? This is being done inside Windows Projector .exe file, it's going to run as a kiosk application. I can catch the error by surrounding all of the code in the function at the top of the stack trace with a try/catch block. I trace the error and its the same, the weird thing is all the code executes as expected. All works fine and then throws an error

View 2 Replies

ActionScript 3.0 :: Current FP Debug Version - Error "Flex Builder Requires A More Recent Version Of Flash Player"?

Jul 14, 2009

I identify my current installed debug version? Basically, I am using Flex 3, for past 2-3 days whenever I launch any Project or debug it, I get the message box saying "Flex Builder requires a more recent version of Flash Player." It says my curent FP as 9.0.115.0 and debug version as 9.0.45.0. However, my actual FP version if FP 10.0.22.87. I don't understand why this confussion! I don't know how can I know my actual version of Debug player.

View 2 Replies

ActionScript 3.0 :: Unable To Get Game To Restart - Invalid Data Error

Feb 6, 2010

I am trying to make a game like the escape game you might have seen on the internet. I have got all the movement pretty much sorted its just I cannot get the game to restart. I am relatively new the AS3 so bear with me on this. I have a Main class, an enemy class, a player class and a button class. The button class creates the restart button and from the main class, when certain conditions are met, an event listener is added to this button instance to say "on click... do this...". I do not no what to put to make it reset the game however. I have tried to clear all the objects when the game is over but I cannot get the game to restart on click. I figured if I can just add a new Main class instance then the game would be reset but I cannot seem to do it...

Main.as
package Game{
import flash.display.Sprite;
import flash.display.Stage;
import flash.events.*;
import flash.utils.Timer;
import flash.text.TextField;
[Code] .....

This is where I figured I needed to create a new instance of the main class but it just won't work. It comes up with an invalid data error in the output panel. By this point in the program, practically every object has been removed from the stage and display list and the game is over and is ready to be reset...

View 8 Replies

ActionScript 3.0 :: FileReference.upload Gives IO Error On Linux/MacOS X?

Feb 4, 2008

I have a multiple file uploader similar to the Adobe demo.It gives me an "I/O Error #2038" when i try to upload files. It happens for all files, single or multiple, even ones that are a few KBs in size. Following the I/O Error i get a "HttpStatus 503".This problem occurs using any browser (Safari/FF) on Mac/Linux.On windows the uploads work just fine, regardless of the browser.

I am using Flash 9.0.115.0 everywhere."I/O Error #2038"

View 1 Replies

ActionScript 3.0 :: Overlay AIR3 Error: "ios Publishing Requires Files Which Are Not Installed"?

Jan 31, 2012

Since there's no official tutorial on how to overlay AIR3.1 into Flash CS5.5 I followed this:http:[url]....... Now, selecting AIR for iOS results in this error: "ios publishing requires files which are not installed".

View 1 Replies

ActionScript 2.0 :: Loop A Flash Piece 3 Times And Stop After 3 Times?

May 11, 2005

I have a flash piece that I want to loop 3 times and then stop.

View 2 Replies

ActionScript 2.0 :: Error "This Page Requires AC_RunActiveContent.js"

Aug 5, 2007

I get this message "This page requires AC_RunActiveContent.js." when viewing my .swf file which is loaded into a dreamweaver page and uploaded as a html file. so, I downloaded the java script fix for this and uploaded it to my server, it got rid of the pop up message brilliantly, however ..... it has pushed my home page down to the bottom of my page when I view it (about the same hight as my .swf file approx 15cm). As soon as I take the java script off the server it aligns to the top again which is great but the Warning message appears again.

View 17 Replies

Java :: Channel.connect.failed Error When Deploy Flex Project To Linux Redhat Server?

Jun 23, 2011

when i do this locally on tomcat server on local development machine it works fine when i brought it over to linux im getting this error.i dont know what to do anymore it should be straight forward but i'm having no luck. i do have a web.xml and i see a broker for my remote access so i just dont know what it could possibly be

View 1 Replies

Css :: Flex 3 Embed Throws "Invalid Embed Directive In Stylesheet' Error On Linux

Mar 9, 2010

We have a flex application which compiles fine on windows box using mxmlc ant task but when we try to run the same build scripts on linux, it throws the 'Invalid Embed directive in stylesheet' error indicating it is not able to resolve the path to the image files.

Can someone pls. educate me on if there is a difference in the way the image files are looked up, in a CSS file, on windows vs linux.

Flex sdk version is 3.3. The same sdk is used on both windows and linux. Not sure if this has been fixed by any future 3.x sdks.

View 2 Replies

Flash :: Flowplayer Requires An Internet Connection?

Mar 10, 2011

I've noticed in testing a problem whereby Flowplayer will not play any content without a internet connection. All the files which make up my project are stored locally, and I've gone through and checked all the paths to make sure nothing points outwards towards the internet.

Curiously if I pull the internet connection out before the web page loads, the video file fails to load, however installing a loopback adapter gets around this. How can I alleviate this problem?

For proofs sake I've loaded the page in chrome looked at the network activity;

View 1 Replies

ActionScript 1/2 :: How To Design Flash Ad That Requires Specific ClickTag

Feb 11, 2010

I'm designing a Flash Ad that requires a specific clickTAG.
this.onMouseDown = function() {
var fo:LoadVars = new LoadVars();
fo.send(_root.clickTAG, "_top", "POST");
}

I want to implement user initiated sound, but I can't seem to define a certain region for the clickTAG. Also I'm using AS 2.0. I know the clickTAG won't take me to the proper location, but I uploaded it to my website to test the audio. [URL]. I tried placing an invisible movie clip over the location I want the clickTAG to work and attached the ActionScript to the mc.

When I scroll over the audio button it changes, but when I click it, instead of playing the audio it just tries to go to the URL. I also tried using a button, but that didn't work either. The website requires this specific clickTAG, which is annoying because I've used others in the past that didn't have this issue.

View 1 Replies

ActionScript 3.0 :: Error Appeared In The Browser TypeError: Error #1009?

Jun 5, 2011

I've been away for a while and I just started to work on my new portfolio website (in flash). The design is finished and I followed a tutorial on youtube called the ''the fluid flash website to keep your flash website always centered''.The tutorial went good but when I wanted to go to another frame with other contents, an error appeared in the browser saying:

Code:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at serrick_port2_fla::MainTimeline/resizeDisplay()

The code for the website is:

Code:
stop();
import flash.events.MouseEvent;
var myStage:Stage = this.stage;

[code].....

View 6 Replies

ActionScript 3.0 :: Error Message Dialogs From Flash In Browser Online?

Jul 13, 2009

I recently had an error dialog popping up on a site of mine online. I just noticed one on a well known newspaper website. Are these new? Do they only pop up if you have flash on your machine or do all users see them? Jpeg of the error message from the newspaper site attached. with my site the movie ran perfectly when I did test movie. Online the error message popped up, clearing it caused the movie to display incorrectly. Running in Debug mode showed the error and I fixed it. So in some way the error message was useful. Thing is the site had run perfectly well before the error dialogs mysterious appearance, the error was probably there but had no effect.

View 4 Replies

Flash :: Flex - Debugging Through Via Browser - Security Context Error

Mar 14, 2011

I am trying to use a browser to debug my flash app as it needs External Interface. But whenever I try to attach the Flex Debugger to the browser running Flash app, it shows

SecurityError: Error #2000: No active security context.

I already checked the other question with same title as my error but changing code is not the solution here as it is an existing code and I don't get this error while using a debug version or when I am not running connected to a debugger.

View 2 Replies

ActionScript 3.0 :: Flash - Error.message Property In Browser Is Incomplete?

Jan 5, 2011

I have encountered a problem with the "message" property of the "Error" class.The problem consists in the difference of the message text between the Flash Player of the Flash program and the Flash Player of the browser.I am using the "try, catch" statement to catch en error and afterward I display the "message" property of the error in a text field.In the Flash program, the text field displays the full error message, something like:Code:Error #1085: The element type "something" must be terminated by the matching end-tag "</something>".But in the browser, it only displays the code, not the description of it as well:Code:Error #1085Is this an error ? Is there a way to go around this ?

View 3 Replies

ActionScript 3.0 :: Content On Page Requires A Newer Version Of Adobe Flash Player?

Feb 21, 2010

I have built my personal webpage in Flash CS3/AS3. I did some updates today, changed some pictures and stuff. Now when I upload and replace the previous *.swf on the server, and try to load my webpage my browser displays the folowing message:

Content on this page requires a newer version of Adobe Flash Player. I tried exporting with Flas Player 8, and checked it using different bowsers too (curenntly I use the latest version of Firefox), but I get the same error when trying to relode my site. I have no more ideas what to do.

View 10 Replies

Professional :: Content On The Page Requires A Newer Version Of Adobe Flash Player?

Apr 26, 2011

I am a experiencing an issue with loading of the haeader(flash) on the site I am currently working. Each browser behaves in a similar manner while not displaying flash animated header. I tried to save it as CS3, as CS4 alows me to do so and even that does not work.Details: I am using Dreamvewaver CS4 and Flash CS4 to build this site, could there be some type of an issue with DW4?

View 1 Replies

ActionScript 3.0 :: Get The Flash Swf To Restart?

Aug 26, 2008

I have a flash file with the script and animation all on frame 1 of the timeline. After the script finishes I have a button appear that says "try again". I just can't figure out how to get the flash to restart or replay as if it were being played for the first time since everything is on 1 frame (which I'd liek to keep it that way if it is possible). Is there an event that will do this?

View 3 Replies

Dom - Show Flash In Popup Without Reloading It?

Aug 27, 2011

show flash object in a popup, without copying DOM "object"? I need same instance of flash in the popup.

I guess something similar Stop reloading flash file when using show and hide methods, but I really haven't found yet any good solution for popuping in that case.

View 2 Replies

Prevent Flash From Reloading On Page Refresh?

Aug 10, 2007

how I can prevent flash from reloading when my page is refreshed? When I user clicks the search button the whole page reloads with the data they were looking for but the flash animation at the top of the page also reloads and I would like to prevent this.

View 9 Replies

ActionScript 3.0 :: Flash Passing Parameter To PHP And Reloading PHP

Feb 2, 2008

i have 1 PHP page in which i have a Flash animation. this flash swf file, display 2 fields and 1 button.

this php page is called "test.php".

i'm able to send data from Flash to a PHP page, but i would like to send the content of those 2 fields to the "test.php" and display them. however, i do not know how to do it.

i see that it works but i'm not able to display or refresh the PHp page to display the result.

as walkaround i was thinking to collect the webpage address where is executed the flash and to send it to another PHP page. and this 2nd PHP page, will reload the test.php with parameters...

but once again, how to get under flash, the address of the actual executed php page ?

View 9 Replies







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