Creating An XML Music Player Using AS3
  Creating An XML Music Player Using AS3
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,024
  • Categories: 572

Flash Tutorials : Creating An XML Music Player Using AS3

This tutorial will teach you how to create an interactive music player powered by XML using AS3. Creating An XML Music Player Using AS3  tutorial
    View Tutorial

Detailed Information

     Tutorial: Creating An XML Music Player Using AS3
     Date Listed: 2009-02-19
     Submitted By: Oman3D
     Total Hits: 7367
     Rating Tutorial Rating 2.75Tutorial Rating 2.75Tutorial Rating 2.75Tutorial Rating 2.75Tutorial Rating 2.75 (71 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

Mar 10th, 2009 at 11:08 PM

hey guy
I need some help please. I recieve all those kind error.
**Error** Scene=Scene 1, layer=Actions, frame=1:Line 1: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 3: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 6: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 10: The class or interface 'Event' could not be loaded.
function processXML (e:Event):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 13: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 17: The class or interface 'Event' could not be loaded.
function processXML (e:Event):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 20: The class or interface 'XMLList' could not be loaded.
var my_songs:XMLList;

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 23: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 27: The class or interface 'Event' could not be loaded.
function processXML (e:Event):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 30: The class or interface 'XMLList' could not be loaded.
var my_songs:XMLList;

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 33: The class or interface 'URLLoader' could not be loaded.
var myXMLLoader:URLLoader = new URLLoader();

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 37: The class or interface 'Event' could not be loaded.
function processXML (e:Event):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 43: A type identifier is expected after the ':'.
function playSong():void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 46: A type identifier is expected after the ':'.
function playSong(mySong:Number):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 49: A type identifier is expected after the ':'.
function playSong(mySong:Number):void{

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 50: Expected a field name after '.' operator.
var myTitle = my_songs[mySong].@TITLE;

**Error** Scene=Scene 1, layer=Actions, frame=1:Line 51: Expected a field name after '.' operator.
var myArtist = my_songs[mySong].@ARTIST;

Total ActionScript Errors: 17 Reported Errors: 17

Plz help me thank you

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap