SunQuest
           Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 15th, 2003, 11:51 AM
faithiology faithiology is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: egypt
Posts: 16 faithiology User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
how 2 load xml file in flash mx,5

want to know how to deal with xml while i'm loading it into flash and how to get the variables and work with it to pass it to movieclip or just to use it in any thing



thnx all of u

Reply With Quote
  #2  
Old May 16th, 2003, 05:34 AM
josepm josepm is offline
josepm.com
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: Catalonia
Posts: 17 josepm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 19 sec
Reputation Power: 0
Send a message via ICQ to josepm Send a message via MSN to josepm Send a message via Yahoo to josepm
Arrow Try this

You can try this way:
(it's important to put the first 2 lines for a good coding of xml)


--------------------------

System.useCodePage = true;
XML.prototype.ignoreWhite = true;

values = [];
myXML = new XML();
myXML.onLoad = function() {
// here your xml page have been loaded into flash movie
// and you can access the xml object (this) information:

// depending of xml loaded you will do what you want...
values = this.firstChild.childNodes;
// etc...
}
myXML.load('xmlPage.xml');

--------------------------

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > how 2 load xml file in flash mx,5


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway