-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a package that I know works. It displays an Audio Player on
the stage. I moved it from src/ to a folder for packages. The
project builds no sweat. However, I do not see the AudioPlayer on
the stage. The package is AudioBuilder. Here is my AS for my
Actionscript Project. Any idea why I do not see my AudioPlayer?


package {

        // Flash Packages
        import flash.display.Sprite;
        import flash.events.*;
        import flash.display.StageScaleMode;

        // My Packages
        import com.Audio.AudioPlayer;

        // Setup the SWF Properties
        [SWF(backgroundColor="#FFFFFF", frameRate="30", width="1000",
height="600", quality="HIGH")]

        public class Website extends Sprite {

                public function Website():void {
                        stage.scaleMode = StageScaleMode.NO_SCALE;
                        var _container:Sprite = new Sprite();
                        var _MusicPlayer:AudioPlayer = new AudioPlayer();
                        stage.addChild(_MusicPlayer);
                }
        }
}
-----BEGIN PGP SIGNATURE-----
Charset: UTF8
Version: Hush 3.0
Note: This signature can be verified at https://www.hushtools.com/verify

wpwEAQMCAAYFAklAJxkACgkQJz1LFzHW7HpRCQP+OqxWLDrJ3OBDVm/nfuUexyHpoCN3
xNGytacO4NAjtycIhjOSXDQTMIG1Huak4Ye10MSLyyJlhbC4oRos8NmGfcaXHZ+bjkmq
1egeHEE9WSXT3VJLzb4umK9helGnRSTRSNA6zNFGFwIr2doI6iT6P9QKMTlCtTskX//e
FEWZfS4=
=BOSf
-----END PGP SIGNATURE-----

--
Are you a natural healer? Refine your skills at a Massage Therapy School.
 
http://tagline.hushmail.com/fc/PnY6qxsbdbPOZlDS30YvRgc8GfTxoU9Etj5SAYR8nGU6U26brfkNB/

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to