Hi,
I'm trying to build a simple MP3 player in JADE using the multimedia control and can't seem to do some simple things. Does anyone have some quick advice or sample code about how to do this? Many thanks.
Humphrey
Code: Select all
button1_click(btn: Button input) updating;
begin
multiMedia1.mediaName := "C:\Temp\demo.mp3";
multiMedia1.play();
end;
Code: Select all
mmcontrol.mediaName := "c:\mysong.mp3";
mmcontrol.play;
Return to “Tips and Techniques”
Users browsing this forum: No registered users and 16 guests