-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- khanou on A file found in a source-path can not have more than one externally visible definition
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
May 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Blogroll
Meta
Category Archives: Errors
Parse error at ‘\n\\\n\t\n\t’.
Error: Parse error at ‘\n\\\n\t\n\t’. HTMLComponent/src HTMLInPopUp.mxml line 201 Case: The following line started producing errors in my application and I couldn’t figure out why. // the error was on this line, \ Solution: The problem was that someone (not … Continue reading
Posted in AIR, Errors, Flex
Leave a comment
An internal build error has occurred. Right-click for more information.
An internal build error has occurred. Right-click for more information. I don’t know what this issue is? It just started happening. I right click on it select more information and it loads this page, http://learn.adobe.com/wiki/display/Flex/Flex+Builder+3+Compiler+Errors It tells me to look … Continue reading
Posted in Errors, Flex
4 Comments
Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful.
Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful. Reason: Trying to load a sound file in AIR and the path was incorrect or I was reusing a sound instance. I don’t really know on this one … Continue reading
Posted in AIR, Errors, Flex
Leave a comment
Error 1013: The private attribute may be used only on class property definitions.
Error 1013: The private attribute may be used only on class property definitions. Error 1150: The protected attribute can only be used on class property definitions Some people do not enclose their if statements with curly braces in cases like … Continue reading
Posted in AIR, Errors, Flex
8 Comments
Error: could not find source for class
Buildfile: C:\projects\flex\DraggableLabel\flexant-build.xml Create ASDocs: [exec] Loading configuration file C:\projects\flex\flexcapacitor\FlexSDK2Hotfix2\frameworks\flex-config.xml [exec] Error: could not find source for class com.flexcapacitor.controls.DraggableLabel. BUILD FAILED C:\projects\flex\flexcapacitor\flexant-library.xml:124: exec returned: 1 Total time: 1 second — The problem is the not including the basedir or “./” or … Continue reading