Re: [Flashcoders] Re: Programatically create flv players

2007-08-04 Thread R�kos Attila
MdMS I guess one possible solution would be to create a MovieClip with this video MdMS object instance and then attach it programmatically via AS. Yes, exactly this is the only solution in versions prior to 9. Attila ___

Re: [Flashcoders] Re: Programatically create flv players

2007-08-04 Thread Marcelo de Moraes Serpa
Thank you Rákos, I will do that. Marcelo. On 8/4/07, Rákos Attila [EMAIL PROTECTED] wrote: MdMS I guess one possible solution would be to create a MovieClip with this video MdMS object instance and then attach it programmatically via AS. Yes, exactly this is the only solution in versions

[Flashcoders] Re: Programatically create flv players

2007-08-03 Thread Marcelo de Moraes Serpa
Ok, I guess my message was too extensive. Let me simplify it: By taking this article as a base: http://www.bit-101.com/blog/?p=546 (Quick and Dirty FLV Player, by Keith Peters) 1) Is there a way to programmatically create these video instances without the need to put an actual instance on the

Re: [Flashcoders] Re: Programatically create flv players

2007-08-03 Thread eric e. dolecki
Check out AS3. var myVideo:Video = new VIdeo(); Eric On 8/2/07, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: Ok, I guess my message was too extensive. Let me simplify it: By taking this article as a base: http://www.bit-101.com/blog/?p=546(Quick and Dirty FLV Player, by Keith Peters)