Professional :: Error 103: Application.version Is An Unexpected Element/attribute

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


Similar Posts:


ActionScript 3.0 :: Error: Application.icon Is An Unexpected Element/attribute

Nov 8, 2011

I'm trying to publish my AIR app from Flash CS5.  Publishing has been fine, until I tried to use my own icon.
 
In the Adobe AIR 2.5 settings, under the ICON tab, I select my icon.
 
Now when I publish, I get the error: application.icon is an unexpected element/attribute
 
Now even if I don't include the icon, I can't publish.
 
I've found a ton of articles on fixing the same problem re application.version is an unexpected element/attribute - but nothing on this icon prob.

View 5 Replies

Professional :: Application.iPhone Is An Unknown Element/attribute

Jan 26, 2012

I can't compile my .ipa with the iPhone attribute in the app.xml file. I don't know what I'm doing wrong but I'm pretty sure I followed the format correctly

[code]...

I thought I followed the instructions to T, but maybe someone else can identify the problem?

View 3 Replies

Media Server :: Application Unexpected Unloaded With Error?

Jun 11, 2010

We are using a Origin/Edge configuration for massive video delivery, and we are experiencing problems with huge audiences. Basically, when the edge server reaches thousands of users watching (6000) a live video in a single application, this instance is unloaded by the server with the following error:

==> edge.00.log <==2010-06-1115:51:1018614(i)2701054Virtual host Disconnecting unresponsive core live/stream (28860) after 30 seconds is not available.-==> core.00.log <==2010-06-1115:51:1028860(i)2581233Core (28860) disconnecting from admin: 200.-==> master.00.log <==2010-06-1115:51:1018593(w)2581257Core (28860) _defaultRoot_:_defaultVHost_:::_0 is not responding and is being restarted!-2010-06-[code]......

In this situation, the CPU usage is something around 30%, the memory is almost unused, and the load average is very low. We are using FMIS 3.5.3 854a running in the CentOS.

View 2 Replies

XML Parse Error 4157: The Name Attribute Was Not Found On The String Element On Opening Program

Nov 16, 2009

Recently, whenever I open up the program I get an XML parse error in the output window that reads: *** XML Parsing Errors ***Line 4157: The name attribute was not found on the string element  <string playername="" tiptext="Specifies that the gradient use the reflect sprea... Line 4164: The tipText attribute was not found on the string element  <string playername="" ti`text="Lets the user drag the specified sprite." This is not specific to any .fla file, but seems to be related to Flash itself. The program seems to work fine otherwise. Can anyone shed some light on this?

View 1 Replies

Professional :: Unexpected File Format Error

Jul 23, 2011

I was recently working on a project in Flash CS5.5 for school, last thing i did was save the project and close the program. Next time I try to open it I get an error saying "Unexpected File Format", and the application closes itself out. I can open Flash by itself and work on anything else, but when I try to open my class project it repeats the same thing "Unexpected File Format" and closes. The file was originally started IN Flash CS5.5, and has not moved to any other program since then.

View 11 Replies

Xml :: Select Element Containing Other Element With Attribute Value In E4X?

May 23, 2011

<root>
<function name="lala">
<metadata name="foo" />

[code].....

View 1 Replies

Flex :: Getting Error "Element Type "components" Must Be Followed By Either Attribute Specifications?

Jun 30, 2011

I am getting problem like

Element type "components" must be followed by either attribute specifications, ">"

and my mxml file is

<?xml version="1.0" encoding="utf-8"?>
<components:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:components="spark.components.*" title="Home" creationComplete="srv.send()">[code]....

this line gives me error like following line :Element type "components" must be followed by either attribute specifications, ">"

View 1 Replies

Professional :: Get "Unexpected File Format" Error

Jun 17, 2011

I was working with a FLA file when Flash suddently crashed. Then i tried opening the FLA again and i get "Unexpected File Format" error. Are my FLA file contents now forever lost? No way to recover it?

View 1 Replies

Xml :: Set A Variable Attribute Of A Xml Element?

Jan 28, 2010

How do you set a variable attribute of a xml element?This is what I expected to work:xmlElement.attribute(variableAttr) = "the variable attribute is set to this string";


However, I'm getting some error that this value can only be retrieved as a reference and not set.Ofcourse, the following does not work either as it will look for the attribute named "variableAttr" and not for the attribute named after the value of the variable variableAttr:

xmlElement.@variableAttr = "example";

View 2 Replies

ActionScript 3.0 :: Getting Name Attribute Of First Element In XML Document?

Aug 12, 2011

I am trying to get the name attribute of the first element in my XML document. Here is the extract from my xml file:

HTML Code:
<shop name="Pick n Pay">
Here is my AS3 code:
var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
xmlLoader.load(new URLRequest("mall.xml"));
function LoadXML(e:Event):void {
[Code] .....

And this is the output that I am getting:
Code:
XML loaded
XML Output
TypeError: Error #1010: A term is undefined and has no properties.
at map_fla::MainTimeline/ParseShops()[map_fla.MainTimeline::frame1:23]
at map_fla::MainTimeline/LoadXML()[map_fla.MainTimeline::frame1:15]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

View 3 Replies

Search Flex XML Object To Find Attribute When Given Element Name?

Oct 13, 2010

I have a Flex XML object as follows:

private var _xmlCountries:XML =
<Countries>
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="DZ">Algeria</option>
<option value="AO">Angola</option>

[Code]...

This object is ok, and shows up correctly in debug mode. The problem is I have a country name i.e. private var _country:String = "Angola";, and I want to get the corresponding value 'AO' from the XML object. Do you know how to do this?

I have tried loads of Livedocs examples, but cant get it to work. P.S. I am working on a HtpService & WebService driven app to display global weather conditions overlayed on a Google Maps interface. Going to make it available to the Flex community when finished.

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 :: Conditional Error "Scene 1, Layer 'Layer 3', Frame 1, Line 291083: Syntax Error: Else Is Unexpected?

Dec 12, 2011

Why this code doesn`t work?

tip_052.addEventListener(MouseEvent.MOUSE_OVER,ove rSub);function overSub(evtObj:MouseEvent) {
tip_052.visible = true;
else[code]....

appear this error "Scene 1, Layer 'Layer 3', Frame 1, Line 291083: Syntax error: else is unexpected.

View 5 Replies

ActionScript 3.0 :: Error 1083: Else Is Unexpected?

Nov 12, 2008

I have a problem with a few lines of conditional coding:

[Code]...

I keep getting the syntax Error 1083: else is unexpected.

View 5 Replies

ActionScript 3.0 :: As3 Syntax Error / Package Is Unexpected

Dec 10, 2009

I'm new to AS3, I am trying to convert my as2 to as3 for my movie and I am getting this error:Line 1: 1083: syntax error: package is unexpected.[code]

View 1 Replies

ActionScript 3.0 :: 1083 Syntax Error: Package Is Unexpected

Dec 10, 2009

So I'm new to AS3, I am trying to convert my as2 to as3 for my movie and I am getting this error: Line 1: 1083: syntax error: package is unexpected

[Code].....

View 2 Replies

Compile Error - Myasfile.as, Line 1 Unexpected '@' Encountered

Oct 21, 2010

I'm using Flash Pro CS5. My FLA file's code says

#include "myasfile.as"

myasfile.as holds my code, and starts with "@estr = function ()" When I go to export movie, I get "myasfile.as, Line 1 unexpected '@' encountered" Why do I get this message?

View 1 Replies

Professional :: Error "The Required Version Of Adobe Media Encoder Is Not Installed Or The Installation Is Damaged. Please Reinstall."?

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

Professional :: Get Option Of Version Flash Version 10 In Flash Tab Of File>Publish Settings?

May 22, 2010

i m using adobe flash cs3 with AS3 . I have updated my flash player in version 10 and it's activeX. But while I gonna publishing it , I do not get option of version Flash Version 10 in Flash Tab of File>Publish Settings. How, can I have option of Flash Player 10 ?

View 1 Replies

Actionscript 3 :: Select Xml Element Based On It Attribute Value Start With "somthing" In It?

Oct 6, 2011

I have an xml like as follows[code]...

View 2 Replies

Android :: Which Version Of AIR Should Be Used To Port Application

May 9, 2011

We have an AIR application which is running in client-server mode as a desktop application. Our application runs on AIR version-1.5;Flex version 3.5. We want this application to be ported to android. Will AIR 1.5 work with Android? if not which version of AIR should be used with Android? And also, Can I configure my Flex Builder to partucular version of AIR SDK? I am getting confused with AIR 2.0, 2.5 and recently released flex Hero SDK for mobile platforms.

View 1 Replies

Professional :: Unexpected File Format?

Jan 3, 2012

I receive a error when loading a .fla file from a flash template downloaded from net.nexpected file format - yet adobe flash 5.5 recognizes the file and tries to load. I'm new to adobe flash.

View 1 Replies

Xml :: Read The Version From Application Descriptor File?

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

Flex :: Get And Set Application's Version Number Using ActionScript Alone

Aug 22, 2011

Here we want to display Flex Project's version number in an "About Us" screen's label.

I want to retrieve the build number and last compiled time stamp dynamically.

I have surfed in net and found in many examples that use ruby or bat coding to do the process of updating a version number and retrieving. Is there any way to update and maintain the version number dynamically(each time I start the debugger) using actionscript alone (with out using any other language's coding).

View 2 Replies

Professional :: Flash CS4 Unexpected File Format

Oct 14, 2009

I'm suddenly getting an "Unexpected file format" error on virtually every Flash CS4 file that I try to open. These are files that I created and I'm trying to open tham on the same computer on which they were created. The only thing that I can think of that has changed is that I installed some new fonts, so I deleted those, but that hasn't helped.I've tried retrieving files that I had backed up to a server, and those give me the same error. The only files that I AM able to open are 1) a test file that I created in CS4, saved, closed and reopened, and 2) files that had been created in CS3.

View 1 Replies

Professional :: Unexpected Result When Editing A Symbol?

Nov 24, 2010

The symbols appear properly in the library.  To edit the circle, I double click it on the stage.It appears to open for editing - the status bar above the stage says SCENE 1 -- SYMBOL 1 - but the square symbol on the stage DOES NOT gray out to indicate I am editing the circle  I make changes to the circle and click out of editing mode, and yes, the changes have been made to the symbol in the library.  So the editing process appears to have worked.

I overlook the square not graying out and begin writing my ActionScript, a simple script that changes the color of the circle or square in response to mouse overs. When I test the movie, the circle works perfectly but the square is unresponsive. It seems like Flash does not realize the square is on the stage.his exercise comes from the Missing Manual Flash CS5 book.When I download the completed exercise from their website and double click THEIR circle for editing, the remaining symbol DOES turn gray on my stage to indicate it is not being edited.My code appears to be identical to theirs. I have started over from scratch over a dozen times now, but I seem to keep making the same mistake.

View 4 Replies

Professional :: Flash Pro CS5 - Unexpected File Format

Dec 28, 2010

Today I was working on a project in Flash, I restarted my computer because when I was pasting sth. It was pasting "Hello!". After the restart, I opened Flash, It said that the "Essentials xml" couldn't be opened. So it said to go to Window>Essentials reset. I did and I was able to edit again. But before doing that, I tried to open that project, and it Said that it couldn't be found. I opened it manually but still the same. Then I closed Flash and opened it again. And when I opened the project I got : "Unexpected file format".

View 1 Replies

Professional :: Unexpected File Format When Opening .fla?

Feb 5, 2011

I have this problem opening a .fla file of mine.Error: "Unexpected file format". solving it as I don't want to lose all my work with that file

View 1 Replies

Actionscript 3 :: Access The Width Attribute Of The Embed Object From Within Application Swf?

Apr 4, 2012

I have a flex 3 project with a root mx:Application. The width and the height are set to pct values, because the application has several sizes that can be chosen by the user, so the correct size is set on the embed's width attribute.

how to access the value in that attribute. I read in several places that this.root.loaderInfo.width should give me that value, but it always returns 500, which I am guessing comes from the default application container width [URL].

I realize I could pass it as a flashvar, but that is not a good solution in this case due to the nature of the project. I've also tried pplication.application.width, stage.width, and stage.stageWidth, to name a few. I can't depend on any of those values, since they change based on the browser zoom level.

View 2 Replies







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