I sent an email to the list not time ago regarding this issue. I was
asking for a metadata standard with at least the most basic properties
mandatory. Search the list for "flv metadata" it should appear (I've
been trying to access the archive to give you a direct link, but
doesn't work for me, I'm afraid).

I haven't found any better way of solving the problem, to be honest.
So I'm all ears.

On Mon, Nov 10, 2008 at 3:22 PM, Meinte van't Kruis <[EMAIL PROTECTED]> wrote:
> No, I'm actually using the Video object along with the Netstream class.
> Wonder how that
> ready event gets fired though, wouldn't be surprised if it's also fired on a
> buffer full, either
> that or using timers (amuse yourself and watch the VideoPlayer and
> FLVPlayback code
> in the flash folder, count the number of timers used ;))
>
> On Mon, Nov 10, 2008 at 1:57 PM, Muzak <[EMAIL PROTECTED]> wrote:
>
>> If you're using the FLVPlayback component, use the "ready" event:
>>
>> http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/video/FLVPlayback.html#event:ready
>>
>>
>>
>> ----- Original Message ----- From: "Meinte van't Kruis" <[EMAIL PROTECTED]>
>> To: "Flash Coders List" <[email protected]>
>> Sent: Monday, November 10, 2008 11:56 AM
>> Subject: [Flashcoders] FLV: reliable height&width dimensions
>>
>>
>>
>>  Hi Folks,
>>>
>>> I've been having trouble reliably getting FLV dimensions with both
>>> progressive and streaming files.
>>> I'm current using the buffer full event to resize the video
>>> proportionally,
>>> therefore needing videoHeight
>>> and videoWidth. The problem is that once every now and again those
>>> dimensions start out at 0 0, even
>>> when the buffer is full.
>>>
>>> Furthermore the metadata has no dimension information, so can't use that
>>> either (plus I've heard onMetaData is unreliable as well).
>>>
>>> Any good solutions on this?
>>>
>>> Possible solutions would be to check on an interval wether the value
>>> changes(this would really be unpreferable). Also, since I re-use the
>>> Video object in the playlist, that video-object keeps remembering the
>>> videoHeight/videoWidth of the previous video whenever the current video
>>> has not overridden it yet, making it impossible to do a simple
>>> enterframe/timer kill whenever it is greater than 0 or has changed, since
>>> I
>>> can't
>>> be sure of that (next video might have same dimensions..).
>>>
>>> So I'm a bit stuck here, I really don't want to have an infinite interval
>>> checking the dimensions... Any suggestions?
>>>
>>>
>>> --
>>> M.A. van't Kruis
>>>
>>
>> _______________________________________________
>> Flashcoders mailing list
>> [email protected]
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>
>
>
> --
> M.A. van't Kruis
> http://www.malatze.nl/
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Juan Delgado - Zárate
http://zarate.tv
http://dandolachapa.com
http://loqueyosede.com

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to