ActionScript 3.0 :: Covert Xml To Xls / Csv?
Nov 19, 2009I have an XML response from php that goes like this[code]...
View 4 RepliesI have an XML response from php that goes like this[code]...
View 4 RepliesHow I can covert my .sfw file to .fla? Interested in both software/library and online service.
View 1 RepliesHow to covert PowerPoint to video or flash in php? Or how would I call a process like this in unix
View 1 RepliesHow to convert a bitmap into a movieclip through AS3?
And I don't mean attaching the bitmap to a movieclip via addChild() but rather making the actual bitmap a movie clip so it can behave like a button (be clickable, draggable, etc...)
how to convert array bitmaps or bitmapdata to flv video?
View 7 Repliesanyone knows a flash library to covert series of images into video file?
View 1 RepliesI have created some code in Actionscript 3 following various tutorials which is a simple media player linked to an XML file for the source information.I have found out though I need to use actionscript classes for the code and wondered is their a way to convert it to classes or does anyone know of a tutorial in actionscript 3 for creating a media player based on classes? My code is below:
import flash.net.URLLoader;
import flash.events.Event;
import flash.net.URLRequest;[code]...............