On Tuesday, January 18, 2005, at 12:41 PM, Agust�n Mar�a Rodr�guez wrote:

Hi. I�m dynamically setting the fileName of an MPEG Advance member:

member("MPEG video").fileName = "somevideo.mpg"

But when I get its videoHeight or videoWidth, it returns the size of the last manually linked video filename (704x480) and not the values of the new linked video, which is smaller. If I link the new video manually, then I get the correct values.

How do I do to get the correct dimendions of the video linked on the fly?

After you've linked it, call:

scanfile( member("MPEG video") )

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to