Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP plays WMP
Message
 
To
27/12/2004 13:51:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972406
Message ID:
00972419
Views:
44
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform