Search the Community
Showing results for tags 'netstream'.
-
I have a slideshow where each slide can be a video, swf, image ect. Each video slide is a VideoLoader instance and has its own video player. So I am running into this issue where if I watch one video slide and then navigate to another video slide when I hit the play pause button it stops the current video and starts playing the previous slide's video. So its like there are 2 streams currently in memory. So I thought that what I needed to do was on transition out of a slide I should close the netstream for the video slide I am navigating away from. Like this public function disab
- 6 replies
-
- videoloader
- netstream
- (and 4 more)
-
Hello. I've been searching for an answer to this problem but to no avail. I'm simply testing the LoaderMax and I haven't customized anything to fit my stage. I only want to load a video (flv file) and see that it plays. import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; import com.greensock.loading.*; import com.greensock.loading.display.*; import com.greensock.events.LoaderEvent; ... var video:VideoLoader = new VideoLoader("flv/loader.flv", {name:"myVideo", container:this, width:400, height:300, scaleMode:"proportionalInside", bgColor:0x000000, autoPl
- 1 reply
-
- videoloader
- loadermax
-
(and 3 more)
Tagged with:
-
Hi, I'm trying to use the VideoLoader to pseudo stream some of my content. I'm loading the new content using ?start=#. It works perfectly only I don't get a event dispatched when the buffer runs out which is pretty annoying. I just can't get it to work (I'm using server software for pseudo streaming: http://h264.code-shop.com/trac ) VideoLoader init/settings settings.width = this._width; settings.height = this._height; settings.autoPlay = false; settings.scaleMode = 'proportionalInside'; settings.volume = _savedSettings.data.videoVolume; settings.allowMalformedURL = true;