Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Manish Jethani
On Tue, Jan 6, 2009 at 9:32 PM, Joel Stransky  wrote:
> I thought maybe the ByteArray could pull this off in some way but I've never
> looked into it.

As far as I remember now, NetStream.play can only take a URL. Wish
it'd take a ByteArray or some other type of object, but no such luck.
I don't think it'd be hard for the player to do this, so I don't see
why the API isn't available.

Manish
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Joel Stransky
I thought maybe the ByteArray could pull this off in some way but I've never
looked into it.

On Tue, Jan 6, 2009 at 9:09 AM, Manish Jethani wrote:

> On Sun, Jan 4, 2009 at 8:30 PM, Anthony Pace 
> wrote:
> > I heard that you can take data and convert it into sound and video
> objects
> > in flash player 10?  Am I wrong?
> >
> > I am wondering if it is possible to pass data to the swf in chunks and
> then
> > piece it together to make sound or video object?  Just wondering if this
> is
> > possible in flash player 10.
>
> I don't believe it is possible to play FLV in that way, even in Flash
> Player 10 (I'd love to be wrong). If it's an AIR application, the best
> you can do is write the data to disk and load it from there as a local
> file.
>
> Manish
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
--Joel Stransky
stranskydesign.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Manish Jethani
On Sun, Jan 4, 2009 at 8:30 PM, Anthony Pace  wrote:
> I heard that you can take data and convert it into sound and video objects
> in flash player 10?  Am I wrong?
>
> I am wondering if it is possible to pass data to the swf in chunks and then
> piece it together to make sound or video object?  Just wondering if this is
> possible in flash player 10.

I don't believe it is possible to play FLV in that way, even in Flash
Player 10 (I'd love to be wrong). If it's an AIR application, the best
you can do is write the data to disk and load it from there as a local
file.

Manish
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-04 Thread Anthony Pace
I heard that you can take data and convert it into sound and video 
objects in flash player 10?  Am I wrong?


I am wondering if it is possible to pass data to the swf in chunks and 
then piece it together to make sound or video object?  Just wondering if 
this is possible in flash player 10.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders