Could someone please advise me on this.

I have the mx:VideoDisplay component;

code as follows encapsulated in (<mx:TitleWindow ....):

<mx:VideoDisplay id="videoDisplay" height="350" width="450" 
source="{video}" autoPlay="true"/>

<mx:Button label="Play" click="videoDisplay.play();" 
cornerRadius="0" bottom="10" x="10"/>
<mx:Button label="Pause" click="videoDisplay.pause();" 
cornerRadius="0" bottom="10" left="69"/>
<mx:Button label="Stop" click="videoDisplay.stop();" 
cornerRadius="0" left="138" bottom="10"/>
<mx:HSlider id="volume" snapInterval="0.01" value="5" maximum="10" 
change="videoDisplay.volume = volume.value;" liveDragging="true" 
height="20" left="236" bottom="0" width="200"/>

demo url: http://opentube.info (click on any video thumbnail to load 
the video...)

I have 2 issues.
1. the play/pause/stop buttons dont work...
2. when the user closes the Tilewindow, the video DOES NOT unload, 
the audio still keeps playing...

please advise...

Rohan
http://opentube.info

Reply via email to