Flex :: Error: Compatibility Version Has Already Been Read
Aug 11, 2011
I imported my Flex 3 project to Flex 4 and removed all the errors and warnings listed in Flex 4 problem windows. I am having the following error in Flex 4 when launching my application.
What could be the cause of this?
Error: Compatibility version has already been read.
at mx.core::FlexVersion$/set compatibilityVersion()[E:dev4.xframeworksprojectsframeworksrcmxcoreFlexVersion.as:254]
at mx.core::FlexVersion$/set compatibilityVersionString()
[Code]...
View 2 Replies
Similar Posts:
May 25, 2011
My artist just upgraded to Flash CS5, and ended up with Flash CS5.5. I've got Flash CS5, and can't read his files. "The document 'blahblahblah.fla' was created with 'Adobe Flash Professional CS5.5' and cannot be opened in this version of Flash." Did Adobe really bollix up the normal convention of software version numbering(#.001 - #.999 signifies compatibility) or is there something else going on?
View 10 Replies
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
Aug 12, 2010
So I have a basic application descriptor file for my AIR app. It looks something like this, shortened for sanity:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/2.0">
<version>1.0.10</version>
[code].....
View 1 Replies
Aug 19, 2011
I was working on a project with flexmojos 3.9 and Flex 4.0. I decided to upgrafe my version of the flex SDK to 4.5 but I have the followin problems:
1- Maven Message: [FATAL ERROR] org.sonatype.flexmojos.optimizer.OptimizerMojo#execute() caused a linkage error (java.lang.NoSuchMethodError) and may be out-of-date. Check the realms
2- Stack trace: java.lang.NoSuchMethodError:flex2.compiler.common.Configuration.setKeepDebugOpcodes(Z)V
View 1 Replies
Feb 10, 2012
i want to know if it is possible to create GUI for java desktop based application in Adobe FLEX.
or any other powerful framework to make rich GUI interfaces for Java desktop applications.
View 1 Replies
Sep 6, 2011
I'm developing a flash application by using actionscript, Flex SDK and text editor.
I want make my flash application support InternetExplorer, FireFox and Chrome on Windows. But I'm developing it on Mac OSX.
How compatible is flash player of Mac OSX with flash player of Windows?
Do I have to test the application not only on Mac OSX but also on Windows?
How about compatibility with flash player of other OSes, for example, Android, Linux, Wii?
View 1 Replies
Aug 19, 2010
We are migrating our Flex-3.2 application to Flex 4.1, mainly to take advantage of the new text flow/engine features. In a first step we decided to go with compiling for MX-only and in Flex-3-compatibility mode.
[code]....
Now do the same in Flex 3 and you'll see both events fire.Apparently, this is a bug. Might be possible to work around this but certainly decreases my level or trust substantially.2) Dialogs/popups show all content mirrored.A bug as well. Easy to work around, but how could something that obvious slip?
View 1 Replies
Feb 6, 2009
So I can get the following to work on a MAMP local server but have a problem running it on the internet (I have Dreamhost) as I keep getting a BadCall version error and when I run it locally using WAMP it just times out without an error. As to the error when I am running it up online, I am using Charles to see what is going on and it gives me this output:
Connected successfully<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in <b>/home/.glick/mydomain/mydomain.com/zendPractice/Tutorials.php</b> on line <b>18</b><br />
<br />[code]..........
View 1 Replies
Sep 1, 2010
I am trying to use ZendAMF to do remote method calls to a MySQL database from Flash and I keep recieving the NetConnection.Call.BadVersion error.
My Server is working correctly. Apache 2.2.14
My PHP is working correctly. PHP 5.2.11
My Database is working. MySQL 5.0
My first problem was a security error in Flash. If you try to run a local SWF from the Flash IDE to a web service online, you'll get a security warning which will throw the BadVersion error. However, the security error won't show up if you 'TEST MOVIE' so it took me a while to realize that. I changed my testing process to remove this variable. I am now able to implement my php class code successfully using AMFPHP, which essentially rules out my class as the issue (I think). It seems to be a problem with the Zend implemntation of AMF.
I have followed a tutorial from Lee Brimlow here: [URL]. I was unable to get this to work locally, and I've moved my content onto a web server and can call the Class and Method from my SWF. I've used Charles to view the response. When I go to validate the response in Charles I get this:
Validator: Failed to Parse XML Document.
Reason: An invalid XML character (Unicode: 0x0) was found in the CDATA section.
Line: 65 Column: 87
Can it be handled in PHP?
Here is my ZendAMF code:
<?php
error_reporting(E_ALL|E_STRICT);
ini_set("display_errors", "on");
ini_set("include_path", "./frameworks");
require_once 'Zend/Amf/Server.php';
require_once 'Animal.php';
[Code] .....
View 3 Replies
Jul 28, 2011
while i'm publishing iOS app from Flash, i get that thing
Unexpected or unknown element or attribute in the application descriptor file.
/Users/stockingem/Documents/DWP/1-app.xml(44): error 103: application.version is an unexpected element/attribute
application.version is an unexpected element/attribute
View 17 Replies
Feb 19, 2010
I'm currently using AMFPHP 1.9 to make a simple flash game which uses a game server.Sometimes, I get this error (BadVersion) when there are simultaneous calls to the server.I've searched the web for some of the answers to this problem, and it seems they were answered back in 2004.Is there an updated version of how to solve this problem?I tried to change the globals.php parameters to use absolute path, like performing the below:
//$servicesPath = "services/";
//change to
$servicesPath = "/httpdocs/Flash/AMFPHP/services/";
[code].....
View 1 Replies
Sep 21, 2010
a client asked me to incorporate a flash version check in a flash application i made for him.it should read something like: "you have flash player 10.x.x.x.x.x.x.x the current version is 10.1.x.x.x.x.x.x"the user veriosn is easy to get with Capabilities.versionbut is there an url on adobe's site to get the string of the current downloadable version from?
View 6 Replies
Mar 1, 2012
I need to validate an uploaded SWF to ensure it meets certain Flash and ActionScript version limitations. Anyone know a good Python library to parse metadata out of a SWF?
View 2 Replies
Jun 22, 2007
Are there any plans to upgrade the SDK to version 8 or 9 or release a updated flash version for the Wii. It's ridiculous that Adobe has not done this already considering the sheer volume of people using the Wii web browser.
View 4 Replies
Oct 17, 2010
i have a Main class and a other class called Calc everything seems to works when its written fully written but when i condense it into a loop, behavior becomes different and broken posted the FLA and Class heres the working version [URL] and the loop [URL] im trying to get the loop version to behave just like the written out version,
View 5 Replies
May 19, 2011
I have a flex component, a VBox, that has content inside it. Text components mainly.The VBox is holding a report that I want to be able to save to PDF. I am using AlivePdf to achieve this but the PDF produced is blank when viewed in Adobe reader (latest version).When I open the PDF in Notepad++ I can see that there is definitely content in there and the file appears to be structured correctly.This is the method I am using to generate the PDF:
private function doPrint(whatToPrint:UIComponent):void
{
var printPDF:PDF = new PDF( Orientation.LANDSCAPE, Unit.MM, Size.A4 );[code].....
View 1 Replies
Nov 10, 2009
When I was running my fla, this outputed: " Error: Error # 1502: A script has executed for longer than the default timeout period of 15 seconds.at test.fla: MainTimeline/frame1 ()".
View 2 Replies
Sep 23, 2011
I am configuring one already done project on my system which uses old flex sdk. following is my POM [URL]...I have latest flex SDK the version for this flex is "Version 4.5.1 build 21328". I am getting compile time error. Does a flex Mojo is dependent on the version of flex SDK ? why even changing the above POM to following is not helping me resolve the error?[URL]..
View 1 Replies
Apr 25, 2010
When I hit the run button in Flash Builder 4, an older version of my app is being run. I can't for the life of me work out why this is happening..
View 2 Replies
Mar 6, 2012
I'm honouring stack overflow with my first ever on line web building question... My challenge to myself; content must fill the window, whatever size/orientation, and up to pretty extreme aspect ratios in both directions (landscape/portrait). The images must follow suit, but I don't what space appearing around them - they must stay just big enough to fill and be cropped/overflow/be hidden but (importantly) no bigger. One other thing; no scroll bars anywhere.
[Code]...
View 1 Replies
Aug 25, 2009
How can I use two version of a library in the same project in Flex (using Eclipse). (in my case the library is papervision3d , and I have written some code using the older version, but due to big changes many of the used function exist no more)
View 1 Replies
Jul 9, 2010
I am working on flash both at home and at school. at school we have MX 2004, and at home i have CS5. i have just found that when i save a file in CS5, i then cant open it again in 2004. Is there any way i can convert the file back to 2004 to work on at school?
View 2 Replies
Jan 26, 2011
I'm working off CS4 and using mainly Premiere Pro. I'm also using Photoshop, Flash, Soundbooth from CS4 and using files from those applications in Premiere Pro. All good so far. My projects have a few layers but really nothing too complicated. I work with someone who will eventually create the flash elements of our projects. To do this the company ordered further licenses for CS4 but we received CS5 instead.
If she loads CS5 onto her computer and creates Flash files (CS5) that I then use in Premiere Pro CS4, will it be compatible? Also, if I want to then adjust that CS5 flash file in Flash CS4, will that work, or will I encounter problems? Should we go with the CS5 or try and get another copy of CS4 for the new computer? (My computer needs to stay CS4).
View 3 Replies
Jun 27, 2009
I was wondering, because of my recent liking of AS3 and active flash content:
Just how compatible are flash files in web browsers?
Will they run in every browser? (obviously not, but which ones don't they run in / which ones do they have trouble running in?)
Why, in Internet Explorer does it always give me a hard time about running active content with its security warnings? (is there a way to get around this / allow the content to play normally without hassle? e.g When I got to Sony.com Internet Explorer does not complain about running that active content.)
Is there anything else you know about the compatibility that you would like to share?
View 5 Replies
Oct 27, 2009
I installed Flash CS4 a couple of days ago. Trying it out for the first time today. I went to import a video & got a message: "The required version of Adobe Media Encoder is not installed or the installation is damaged. Please reinstall."
I'm showing a Media Encoder CS4 folder under my Adobe folder, so I assume I've got the latest version installed, but it's a corrupt installation & I need to reinstall. My question is: do I need to redo the whole Flash CS4 installation? The reason I ask is that our IT provided me with multiple files for the install - there's ADBEFLPRCS4Win_LS1.exe. That's for the main install. But there's also a ADOBEFLPRCS4Win_Cont_LS1.exe. That's the added content file. I don't want to uninstall/reinstall Flash if I don't have to. Does anybody know if Media Encoder installs from the main Flash installation file, or from the added content installation file?
View 1 Replies
Aug 23, 2009
Im having a slight of a problem. I've just created a new application but I'm experiencing the following error: VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds. Now I've searched all over the web for a solution and the only thing I found that might solve it was to upgrade my flashplayer? I like to use the standalone player, simply because it launches faster and its easier to see how things are looking.. Currently it launches flash player 9.0.124.0. I've allready installed the newest SDK and selected it for use, but when I launch my project it keeps sending me to the old flashplayer. How can i change the standalone flashplayer that flexbuilder (3.0.2) launches to either the newer flashplayer 9 or flashplayer 10? And can you tell me this is the correct way to deal with the error I'm experiencing or do I need to take another approach? Am I doing something wrong?
View 5 Replies
Apr 27, 2010
Scenario: Flex application utilizing an @font-face declaration for embedding the font. (Embedded fonts are required to be able to rotate text.)
The application was originally developed as an English application, but during localization it became necessary to locate a unicode font capable of displaying Asian characters. The original implementation of the application uses four fonts to satisfy the various permutations of character emphasis. Bold, Bold Italic, Italic and Normal are all supplied through the corresponding Arial fonts in the Arial family.
Problem: When trying to compile in the font as one that could be used for the bold, italic, and bold italic through something like (yes its not ideal, this was just a test to see if it could be done):
[Code]...
It isn't so much the how to solve this issue. There are plenty of viable solutions. However what I would really like to know is how does Flex apply bold and italics to a font that it says does not support bold or italics.
View 1 Replies
Jan 19, 2011
I'm developing an application using flex/AIR and right now it changes all the time due to its beta condition. What could be the best way to block all older versions activity and force the user to update the application?
View 2 Replies
Apr 25, 2011
NativeApplication.nativeApplication.runtimeVersion returns the runtime version, but what is the best way to create a function which will return the major version? For version 2.6.0.19120, the function should return 2 only. This function should work even when AIR reaches version 10.
View 2 Replies