[Gambas-user] how to cite mplayer
Marco Ancillotti
gambas at ...3466...
Sat Jul 11 12:23:45 CEST 2015
Il 11/07/2015 11:48, tsukuba GIMP user ha scritto:
> I would like to quote an external file(music1.mp3)
>
> #======|code|======
> #
> #Public Sub Button1_Click()
> #
> # Dim music1 As String
> # music1 = "/music1.mp3"
> # Mediaview1.URL = music1
> #
> #End
>
> #
>
> IS wrong?
I don't use the media module , but for what I see U need to use the play
function of mediaview to play the mp3 after U set the url.
Also , are U sure that the file is in / ? it seem strange that U put a
mp3 on the root of the system.
More information about the User
mailing list