[Flashcoders] flv video width/height

2009-06-30 Thread Andrew Sinning
A colleague converted a 640x480 .mov into a .flv and he says he left the 
dimensions the same.  When I stream it into a swf shell using the 
NetSteam and Video object, the video.width and video.height dimensions 
are 320x240 and that's how it shows up when I add it to the stage.


Is there a way to independently verify the dimensions?

What might we be overlooking?

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


Re: [Flashcoders] flv video width/height

2009-06-30 Thread Andrew Sinning
Okay, I just tried another video that is definitely not 320x240.  It 
doesn't even have the same aspect ratio but it's coming in at 320x240 also.


What's up with this?

Andrew Sinning wrote:
A colleague converted a 640x480 .mov into a .flv and he says he left 
the dimensions the same.  When I stream it into a swf shell using the 
NetSteam and Video object, the video.width and video.height dimensions 
are 320x240 and that's how it shows up when I add it to the stage.


Is there a way to independently verify the dimensions?

What might we be overlooking?

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



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


Re: [Flashcoders] flv video width/height

2009-06-30 Thread Davide Di Blasi

Hi Andrew ,
normally you can check the flv dimension by onMetaData handlers of 
NetStream in As2,

I think there should by  the same  way in AS3.

Hope this help,
Davide.

Andrew Sinning ha scritto:
A colleague converted a 640x480 .mov into a .flv and he says he left 
the dimensions the same.  When I stream it into a swf shell using the 
NetSteam and Video object, the video.width and video.height dimensions 
are 320x240 and that's how it shows up when I add it to the stage.


Is there a way to independently verify the dimensions?

What might we be overlooking?

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




--


..

*Davide Di Blasi - **flash developer*
mailto: davide.dibl...@kettydo.com mailto:davide.dibl...@kettydo.com

..

*K E T T Y D O s.r.l.
*


**

Via Mosè Bianchi, 103

20149 Milano (Italy)

Tel. 02.87393636 - Fax 02.87394018

..

*KD News*

Vi ricordate Quando i Mulini erano bianchi?

Sapete che il mitico Coccio compie 30 anni?

Avete già assaggiato i nuovi Girotondi?

Kettydo firma il restyle del sito

istituzionale di MULINO BIANCO.


http://www.mulinobianco.it http://www.mulinobianco.it/

..

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


Re: [Flashcoders] flv video width/height

2009-06-30 Thread Gregory Boland
the default size of a new VideoObject is 320 X 240, i imagine that your
constructor is empty upon instantiation.

greg

On Tue, Jun 30, 2009 at 1:04 PM, Davide Di Blasi davide.dibl...@kettydo.com
 wrote:

 Hi Andrew ,
 normally you can check the flv dimension by onMetaData handlers of
 NetStream in As2,
 I think there should by  the same  way in AS3.

 Hope this help,
 Davide.

 Andrew Sinning ha scritto:

  A colleague converted a 640x480 .mov into a .flv and he says he left the
 dimensions the same.  When I stream it into a swf shell using the NetSteam
 and Video object, the video.width and video.height dimensions are 320x240
 and that's how it shows up when I add it to the stage.

 Is there a way to independently verify the dimensions?

 What might we be overlooking?

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



 --


 ..

 *Davide Di Blasi - **flash developer*
 mailto: davide.dibl...@kettydo.com mailto:davide.dibl...@kettydo.com

 ..

 *K E T T Y D O s.r.l.
 *


 **

 Via Mosč Bianchi, 103

 20149 Milano (Italy)

 Tel. 02.87393636 - Fax 02.87394018

 ..

 *KD News*

 Vi ricordate Quando i Mulini erano bianchi?

 Sapete che il mitico Coccio compie 30 anni?

 Avete gią assaggiato i nuovi Girotondi?

 Kettydo firma il restyle del sito

 istituzionale di MULINO BIANCO.


 http://www.mulinobianco.it http://www.mulinobianco.it/

 ..


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

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


Re: [Flashcoders] flv video width/height

2009-06-30 Thread Andrew Sinning

that's what i was looking for.  thanks!

Davide Di Blasi wrote:

Hi Andrew ,
normally you can check the flv dimension by onMetaData handlers of 
NetStream in As2,

I think there should by  the same  way in AS3.

Hope this help,
Davide.

Andrew Sinning ha scritto:
A colleague converted a 640x480 .mov into a .flv and he says he left 
the dimensions the same.  When I stream it into a swf shell using the 
NetSteam and Video object, the video.width and video.height 
dimensions are 320x240 and that's how it shows up when I add it to 
the stage.


Is there a way to independently verify the dimensions?

What might we be overlooking?

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






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