Welcome, Guest. Please login or register.
Did you miss your activation email?
05/21/12, 04:07
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Server side Scripting and Database Support
| |-+  Web Services: XML, Soap, WSDL, UDDI, and Flash Integration (Moderators: Flash-db, Musicman, vesa kortelainen, Ronald Wernecke, Jorge Solis)
| | |-+  Load istance from xml
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 [2] Print
Author Topic: Load istance from xml  (Read 6544 times)
..:: Mazhar Hasan ::..
Mods
Systems Administrator
*****
Posts: 828


Cheers


View Profile WWW
« Reply #15 on: 12/15/05, 18:47 »

I'm sorry:
the output workd and gave nero
but do not show the mc back
 if (success) {
 testo.text =this.childNodes[0].childNodes[0].firstChild;
    name = this.childNodes[0].childNodes[1].firstChild

trace(name) //should output-> hero
_root.attachMovie(name, name, 100, {_x:100, _y:100})


            testo3.text =this.childNodes[0].childNodes[2].firstChild;
            
 }
};


I repeat: the output (ctrl+emter( gave a bero /word) but doesn't show the image.


Joseph

Hey Joseph! Instead of using:
this.childNodes[0].childNodes[0].firstChild;

try with:
this.childNodes[0].childNodes[0].firstChild.toString();

when you are attaching the movie
Logged

Your wish is my command
abbatg
Guest
« Reply #16 on: 12/16/05, 06:29 »

doesnt'work.
Hey, thanks for your support.
I solved by changing the codes.

I would to cancell from this forum..how to?
bye
Joseph
Logged
..:: Mazhar Hasan ::..
Mods
Systems Administrator
*****
Posts: 828


Cheers


View Profile WWW
« Reply #17 on: 12/17/05, 17:14 »

If you want to close your account from this forum, goto your profile(simply click on your name) and  the on left navigation, click on "delete this account"
Logged

Your wish is my command
Pages: 1 [2] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!