[as]// create a new XML object var sports:XML = new XML(); // set the ignoreWhite property to true (default value is false) sports.ignoreWhite = true; // After loading is complete, trace the XML object sports.onLoad = function(success) { trace(sports); }; // load the XML into the sports object sports.load(“http://rss.news.yahoo.com/rss/sports”);[/as]
Removiing a Movie Clip on Stage with AS
[as]//A square with id = square //A simple button named mca that removes the attached MCs this.attachMovie(“square”, “square1”,1); this.attachMovie(“square”, “square2”,2); square2._x =100; mca.onRelease = function() { square1.removeMovieClip(); square2.removeMovieClip(); }[/as]
After a long brake
As many of you know, for a while I was away from message boards. but I am back to help a few of the newbies out there. Also I am looking forward to update the Flash Bits section along with the PHP and DW bits.
Adobe Buys Macromedia
2 of the major coorporations in the design world have joined forces. Personally I dont like the idea but there must be a good reason why this was done. Find out more: News from Times Online News From Adobe – Macromedia
Flash Attack
When flash lightings attack: Click here
Beautiful images of Seto
Take a moment and relax… also take a look at these pictures… link
DJ video game
Ever wanted to have a video game where you could rap? check this video out: http://www.keithschofield.com/djformat-video/
Need an excuse for work or school?
Find the one you need from over 10,000 excuses Link to the excuses
Macromedia Moves into town
Some images from offices of Macromedia San Francisco, CA Macromedia Moves into Town Link
CMYK (for Those Who Do RGB)
Whether you just quit your job to pursue your dreams, or you’ve simply had a request from a long-time client, sooner or later you’re going to have to design a set of business cards or letterheads or something else that ultimately forces a trip tot he printing press.