Tools Links Login

Playing MP3 in 2 lines !

Playing MP3 with 2 lines of code !

Original Author: MasterBlaster_PL

Code

Just copy this code to Form_Load event and replace !path to file! to path of mp3:


Set MP = Controls.Add("MediaPlayer.MediaPlayer.1", "MP", Me)

MP.object.FileName = "!Path to file here!"

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 167 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Comments

No comments have been added for this post.

You must be logged in to make a comment.