DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = DB Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

SELECT * FROM `user` the_table WHERE the_table.userid = Loading XML into Flash...? - iTechForums
Login
Search
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 1
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 05-12-2008, 08:16 AM
Hunter L Hunter L is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

Loading XML into Flash...?


This is my xml file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<menu>
<food>
<name>Cheesesticks</name>
<price>3.00</price>
<class>Appetizer</class>
</food>
<food>
<name>Hot Wings</name>
<price>5.00</price>
<class>Appetizer</class>
</food>
<food>
<name>Hamburger</name>
<price>2.00</price>
<class>Entree</class>
</food>
<food>
<name>Cheeseburger</name>
<price>2.50</price>
<class>Entree</class>
</food>
<food>
<name>Ice Cream</name>
<price>4.00</price>
<class>Dessert</class>
</food>
</menu>


And this is my current ActionScript:
_root.file = new XML();
_root.file.ignoreWhite = true
_root.file.onLoad = function(){

}
_root.file.onLoad = function() {
no = this.firstChild.childNodes.length;


_root.menu = this.firstChild.childNodes[0]

>> I believe it goes here...whatever IT is. <<

}
_root.fileToLoad = "Menu.xml";
_root.file.load(_root.fileToLoad);


Does anyone know how to get the data and put it into my Lists?

http://img161.imageshack.us/img161/2139/asdfasdfqe6.png
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i make Flash games with Adobe Flash CS3 Pro? Nope N Adobe Creative Suite 1 05-08-2008 09:09 AM
Help with linux (ubuntu) Error loading grub stage 1.5? Sean M Linux 0 05-06-2008 09:04 PM
Loading Photos into Flash using XML? Willey XML & XUL 0 05-06-2008 05:19 PM
What is flash? if someone designs logos on flash then what is it? software... AlexJay08 Software Design & Algorithms 0 05-06-2008 01:22 PM
How do I stop yahoo music engine from loading at Vista Windows startup? garthcp Windows Vista 1 05-06-2008 12:59 PM

Your Ad Here

All times are GMT. The time now is 08:57 PM.