Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP plays WMP
Message
 
À
27/12/2004 13:51:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00972406
Message ID:
00972419
Vues:
42
Sorry Grady, my first answer was incorect, There is a MediaPlayer Object as You showed:
MediaPlayer = CREATEOBJECT("MediaPlayer.MediaPlayer")
** Now You can use all method You showed
MediaPlayer.Play( )
MediaPlayer.Pause( )
MediaPlayer.Stop( )
MediaPlayer.Open( sTitleName )
MediaPlayer.Next( )
MediaPlayer.Previous( )
MediaPlayer.Cancel( )
MediaPlayer.SetCurrentEntry( lWhichEntry )
MediaPlayer.FastForward( )
MediaPlayer.FastReverse( )
lRetVal = MediaPlayer.GetCurrentEntry( )
sRetVal = MediaPlayer.GetMarkerName( lMarkerNum )
dblRetVal = MediaPlayer.GetMarkerTime( lMarkerNum )
sRetVal = MediaPlayer.GetMediaInfoString( lMediaInfoType )
sRetVal = MediaPlayer.GetMediaParameter( lEntryNum, sName )
sRetVal = MediaPlayer.GetMediaParameterName( lEntryNum, lParamNum )
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform