|
| Thanks for the reply, Bill... 
Ultimately this is not what I want to achieve, but a couple of days worth
search did not give me anything positive on my goal(regarding Can I do this
with FMS2 question that I have posted a couple of days ago...), so this is
the second best thing I could come up with and I wanted to know the
feasibility in FMS...
I have not touched anything on Stream object yet(heck, I have practically
touched nothing on the FMS yet :D), so I'll do some testing to see if I can
get this Stream object working...
Much appreciated... 
Jason
----- Original Message -----
From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Thursday, May 25, 2006 5:26 AM
Subject: Re: [FlashComm] [Q] Can you merge multiple FLVs by using
theNetStream.publish(append)???
> Jason,
>
> A long time ago I made an application that did that. It was a primitive
> editor for cutting and pasting FLV files. Essentially, it worked by first
> recording a FLV segment using ser side code--
>
> Stream.play(name, start, seconds);
> Stream.record();
>
> Then, after recording a FLV segment, I'd splice them together using,
>
> Stream.record();
> Stream.play(seg1, 0);
> Stream.play(seg2,0, -1, false);
>
> Primitive, but it worked fine.
>
> HTH,
> Bill
> On May 24, 2006, at 10:56 PM, <Jason-KRHSgQQ45+w/N4CUxbK1KQ@public.gmane.org>
> <Jason-KRHSgQQ45+w/N4CUxbK1KQ@public.gmane.org> wrote:
>
> bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|