- Home
·
- Sound/MP3
·
- This Code plays alomst all mediaformats that is supported by your windows version.
This Code plays alomst all mediaformats that is supported by your windows version.
This Code plays alomst all mediaformats that is supported by your windows version.
API Declarations
microsoft common dialog control 6.0 and
microsoft multimedia control 6.0, then add the parts to your form as you like it.
Rate This Code plays alomst all mediaformats that is supported by your windows version.
(1(1 Vote))
'Authur: Ralph
with commondialog1
.filter = "Any Media format (*.*)|*.*"
.showopen
mmcontrol1.command = "stop" 'stop any earlier sound/movie.
mmcontrol.filename = commondialog1.filename 'Tells the mmcontrol wich file it
'should open
mmcontrol1.command = "open"
mmcontrol1.command = "play"
This Code plays alomst all mediaformats that is supported by your windows version. Comments
No comments yet — be the first to post one!
Post a Comment