as3 - rewrite this line?

Out of context: Reply #15

  • Started
  • Last post
  • 20 Responses
  • wwfc0

    ...nnnrgh~ - still not getting the drift at all!

    okay - how do i tell the netstream object - to attach itself to the streamingvideoplayer that i have imported

    import com.mediastuttgart.imageworld3d...

    then

    private var largeImageLoader:BulkLoader;
    private var loadedArray:Array;
    private var largeImage:Video;
    private var largeImageItem:String;
    private var _connection:NetConnection;
    private var _stream:NetStream;
    private var _video:Video;
    private var _updateTimer:Timer;
    private var _metaData:Object;
    private var StreamingVideoPlayer;

    does it need to be a sprite/bitmap/video - or just as it is?

    then apply it to this section of code
    http://www.pastebin.se/196910

    what do i do to give it a skin via a class?

View thread