Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining dimensions of video snippet
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Determining dimensions of video snippet
Miscellaneous
Thread ID:
00861231
Message ID:
00861231
Views:
40
To get at the dimensions of a video from within VFP:
ov=CREATEOBJECT("WMPlayer.OCX")
ov.currentMedia=ov.newMedia("file://c:\scratch\test.mpg")
?ov.currentMedia.imageSourceHeight
?ov.currentMedia.imageSourcewidth
Any suggestions on how to do this from an ASP application so you can determine the actual H&W sizes of a video snippet on the fly? I'm concerned that instantiating a media player (per example above) like you can do with an interactive application will cause problems. Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform