Archive for October, 2009
How to get specific XML node via its name
Saturday, October 17th, 2009<ELEMENT TITLE=”testing_1″>image1.jpg</ELEMENT>
<ELEMENT TITLE=”testing_2″>image2.jpg</ELEMENT>
<ELEMENT TITLE=”testing_3″>image3.jpg</ELEMENT>
How To Generate and Save a XML file from PHP on Serverside
Sunday, October 11th, 2009http://www.tonymarston.net/php-mysql/dom.html
Above article saved huge amount of time for me. I have been using PHP and MYSQL in order to record data to server. I achieved to write data to database. However, a loading time problem occured. When Flash tries to connect database to harvest data from database, It takes to much. When I try to get data with an XML file, it gathers data faster PHP file. So, I wrote a new PHP file which connets to database and writes an XML file and saves it under my server. Although I haven’t gor enough information about PHP coding, I can handle it with some kind of good tutorial. Sorry, I don’t have name of the owner of this article. Thanks to him or her!!
AS3 TextEvent and Hyperlink issues
Thursday, October 1st, 2009there are two tutorial about textevents that I’ve found on web. Both of them are works good for me. I coded a content management interface. The user can easily edit or type desired text, hotlinks, etc… and the content is saved as htmlText for Flash side. My aim was to put undeline hyperlink words when the mouse is over. Both of the examples show how you can do it;