|
I’ve heard of the Loader having some
problems in the alpha but are you sure that it’s really the right path
for the swf? Did you compile MyComponent.mxml already into a SWF, remember you
don’t have a server to do the compilation for you… Matt From: Hello
! I
have tried to use mx.controls.Loader to load a simple MXML component, like:
public
class MyLoader extends Canvas { public
var source:String; public
function ioError(error:Object) : Void { public
function securityError(error:Object) : Void { public
override function createChildren(): Void { loader
= new Loader(); super.createChildren();
The
property "source" contains the path to my MXML that is located at the
same directory of MyLoader, for example, So,
I've ever had "Error #2036 : Load Never Completed" when running this
code. I'm
using Flash Player version 8,5,0,133. Any
idea ? Thanks
in advance !
|
Title: Flex 2.0 - Loader - Error #2036 : Load Never Completed
- RE: [flexcoders] Flex 2.0 - Loader - Error #2036 : Load Nev... Matt Chotin
- RE: [flexcoders] Flex 2.0 - Loader - Error #2036 : Loa... Roger Gonzalez
- RE: [flexcoders] Flex 2.0 - Loader - Error #2036 : Loa... Tracy Spratt

