Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining dimensions of video snippet
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Determining dimensions of video snippet
Divers
Thread ID:
00861231
Message ID:
00861231
Vues:
39
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform