Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
Adam Walsworth #1
FMS2 Enhanced Seek doesn't work for VP6
Hi All,
First time poster. I was wondering if anyone knows why enhanced seek using
netstream (ns.play) method doesn't seem to work?
For example I want to play a sample clip starting at 15 second mark and for
length of only 20 seconds I should be able to use this.
ns.play("some_video",15,20);
and I find it works perfectly fine on sparc codec (immediate playback) but
with VP6 it's just blank for about 15 seconds then it starts to play. It's
almost like it actually is playing from the 0s mark but doesn't show anything
until 15 seconds have elapsed.
So I decided to play around a bit with using ns.seek and ns.play and
discovered this.
ns.play("some_video",0,35);
ns.seek(15);
so it seems by doing this it will play from the 15s mark and end at the 35s
mark.
it works well enough, just wondering if anyone knows why it won't work with
the first example?
Regards,
Adam Walsworth
Adam Walsworth Guest
-
FLVPlayback Seek problems with FMS2
:beer; I am pretty new to FMS and all its glory, so bare with me. I am using an FLVPlayback component to connect to a streaming FLV on FMS. I... -
FMS2 Doesn't work - Not a seamless upgrade
My company upgraded to FMS2 from FCS. We have been creating streaming media for some time and have been very successful in doing this... Until... -
FMS 2.0 and STUNNEL? Using SSL Tunneling on FMS2 doesnot work!
I am trying to use FMS in conjunction with STUNNEL to enable HTTPS SSL tunneling using a flash client. We have been working on this for weeks to no... -
Enhanced CD's
Hi all, can anyone give me some advice on the above? i've tried searching the group to no avail. I also did a web search but found conflicting... -
Adding new LV in Enhanced ConcurrentVG
Hi, I have a cluster (2 nodes) with HACMP/ES V4.5 installed as well as Oracle RAC 9.xx. I need to add new mirrored LVs on Enh. Concurrent VG... -
Adam Walsworth #2
Re: FMS2 Enhanced Seek doesn't work for VP6
Functionality for support of enhanced seek has been patched into FMS2
Adam Walsworth
Streaming Media Engineer
[url]http://www.adamwalsworth.com[/url]
Adam Walsworth Guest



Reply With Quote

