@ themightyatom: can you tell me how you got the examples to compile in Flash IDE? I tried installing Flex 4.5 SDK and pointing to it but every time I try to compile the examples, it still tells me "You are attempting to use a Flex SDK feature (Embed). Please install the Flex SDK". I tried and tried but finally gave up.
On Jun 13, 5:27 am, themightyatom <[email protected]> wrote: > Are you using FlashDevelop together with Flash IDE? > If you are, try previewing in Browser (F12) instead of previewing in > Flash. > For some reason the preview window won't load external resources and > you get the type of error you're describing. > I've gotten all the examples to work in Flash IDE, but only this way. > Makes debugging a pain, but it works ;) > > Cheers, > > Pete > > On Jun 12, 4:05 pm, richardolsson <[email protected]> wrote: > > > They seem to all die at the same place in the MD5Parser, so first I'd > > like to know whether you're using the most recent version from SVN or > > GitHub? Like I said, you're making references to the ResourceManager > > which doesn't exist anymore, making me think that you might be using a > > very old version of the source code. > > > How did you get the source? > > > Cheers > > /R > > > On Jun 12, 9:57 am, 2smacks <[email protected]> wrote: > > > > Ok, there are the errors I get when I try compil & run those files : > > > > AnimBlendTest : > > > [Fault] exception, information=TypeError: Error #1009: Il est > > > impossible d'accéder à la propriété ou à la méthode d'une référence > > > d'objet nul. > > > at line 176 (MD5MeshParser) : > > > for (var i : int = 0; i < _meshData.length; ++i) > > > > LoaderMD2Test : > > > [Fault] exception, information=Error: Error #2030: Fin de fichier > > > détectée. > > > at line 179 (MD2Parser): > > > _ident = _byteData.readInt(); > > > > LoaderMD5Test: > > > [Fault] exception, information=TypeError: Error #1009: Il est > > > impossible d'accéder à la propriété ou à la méthode d'une référence > > > d'objet nul. > > > at line 176 (MD5MeshParser) : > > > for (var i : int = 0; i < _meshData.length; ++i) > > > > MD5StressTest : > > > [Fault] exception, information=TypeError: Error #1009: Il est > > > impossible d'accéder à la propriété ou à la méthode d'une référence > > > d'objet nul. > > > at line 176 (MD5MeshParser) : > > > for (var i : int = 0; i < _meshData.length; ++i) > > > > MultiViewTest : > > > [Fault] exception, information=TypeError: Error #1009: Il est > > > impossible d'accéder à la propriété ou à la méthode d'une référence > > > d'objet nul. > > > at line 176 (MD5MeshParser): > > > for (var i : int = 0; i < _meshData.length; ++i) > > > > WireFrameTest : > > > [Fault] exception, information=TypeError: Error #1009: Il est > > > impossible d'accéder à la propriété ou à la méthode d'une référence > > > d'objet nul. > > > at line 176 (MD5MeshParser): > > > for (var i : int = 0; i < _meshData.length; ++i) > > > > Often the same error. > > > > What do you think of that ?
