-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
- dan1020 on Error #2032: Stream Error.
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
Action Script Repository – an error repository for Flash, Flex and AS3
If you’ve come across an error in the Flash Player, Flash IDE, Flex Builder, Flex SDK or AIR you know it can take time to find out what it means or better yet, how to fix it. Action Script Errors … Continue reading
Posted in AIR, Errors, Flash, Flex
Leave a comment
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. Problem: The caller which could be the Application or a container component is trying to remove a DisplayObject or component but it cannot find the component. This … Continue reading
Posted in Errors, Flash, Flex
18 Comments
Unable to create this part due to an internal error. Reason for the failure: The editor class could not be instantiated. This usually indicates that the editor’s class name was mistyped in plugin.xml.
Unable to create this part due to an internal error. Reason for the failure: The editor class could not be instantiated. This usually indicates that the editor’s class name was mistyped in plugin.xml. I don’t know what caused this error … Continue reading
Posted in Errors, Flex
Leave a comment
Security error accessing url
[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] Problem By default the Flash Player allows your site to retrieve data from your domain only. However, when developing with Flash tools, you’ll notice that you can point to and pull … Continue reading
Posted in AIR, Errors, Flash, Flex
24 Comments
TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@37ace21 to Class.
Problem: Something is receiving the wrong data type and it cannot be converted. For example, a function is expecting a string and we pass it an Array. This also occurred in when I was passing an Array to a function … Continue reading
Posted in Errors, Flex
34 Comments