#1 (permalink)  
Old 11-06-2008, 07:26 PM
rez rez is offline
Junior Member
 
Join Date: Oct 2008
Posts: 5
Default setting the xml file

It looks like in the main.as I can set an xml file on the root of the fla like this:

xmlFile = "xml/mezza.xml";

Is this true? How can I point to an xml file in the fla.

Please help.
Reply With Quote
  #2 (permalink)  
Old 11-10-2008, 07:17 AM
rez rez is offline
Junior Member
 
Join Date: Oct 2008
Posts: 5
Default

Seriosuly? Can't you just tell me how to do this if it's possible? Isn't it one line of code?

What, should i buy an hour of custimization for this?
Reply With Quote
  #3 (permalink)  
Old 11-10-2008, 12:52 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 190
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by rez View Post
Seriosuly? Can't you just tell me how to do this if it's possible? Isn't it one line of code?

What, should i buy an hour of custimization for this?
You can specify the xml here:

xmlOb.load(_root.xmlFile == undefined ? "data.xml" : _root.xmlFile);

>>> Is this true? How can I point to an xml file in the fla. <<< I cannot help you here, I never used this
Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.