Hi,

Thanks it seems to work now. However, I was expecting the onLoad
method to fire with "false" for the success parameter. I've searched
the archives for PSP and haven't found to much information about it
after April (release of the 2.7 firmware).

But thanks again :)

Cheers,

Juan

On 10/9/06, eric dolecki <[EMAIL PROTECTED]> wrote:
I think you have to use full paths on the PSP for the XML load. check the
archives

On 10/9/06, Zárate <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm starting testing Flash content on the PSP and I'm not getting
> quite far :( I'm trying to read a really simple XML file, but it seems
> it doesn't work properly. Just the quick&dirty code bellow. I've tried
> both the "old" method and with the Delegate class, but that the onLoad
> method doesn't get fired.
>
> Then, there's a weird thing with the firmware version. If I browse to
> Settings > System Settings I see System Software Version 2.81.
> However, if I browse to Game > PSP Update it displays that the version
> is 2.60. Is that correct?
>
> And last, I've searched the list archives and I've found the link
> bellow, but it doesn't work. Anyone has a copy or know where can I get
> the application? Just to see something working on the PSP ¬¬
>
> http://jdgiotta.googlepages.com/PSPReader.zip
>
> Thanks a lot,
>
> Juan
>
> -------------------------
>
> function init(){
>
>         _root.field.text = "step 2";
>
>         myXML = new XML();
>         myXML.owner = this;
>         myXML.onLoad = function(success){
>                 this.owner.parseLoadedXML(success);
>         }
>
>         myXML.load("test.xml");
>
> }
>
> function parseLoadedXML(success){
>
>         _root.field.text = ">>> " + myXML.toString() + " -- " + success;
>
> }
>
> _root.field.text = "loading....";
>
> init();
> stop();
>
> -------------------------------------------------
>
> --
> Juan Delgado - Zárate
> http://www.zarate.tv
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
Juan Delgado - Zárate
http://www.zarate.tv
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to