Re: [Gambas-user] ?????? ?????? how to cite mplayer

2015-07-11 Thread Caveat
llotti";; > ????: 2015??7??11??(??) 6:56 > ??: "gambas-user"; > > : Re: [Gambas-user] ?? how to cite mplayer > > > > > So the path is not right , U have to use full path or use: > application.path & "/music1.mp3" > &g

[Gambas-user] ?????? ?????? how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
??: "Marco Ancillotti";; : 2015??7??11??(??) ????6:56 ??????: "gambas-user"; : Re: [Gambas-user] ?? how to cite mplayer So the path is not right , U have to use full path or use: application.path & "/music1.mp3" Il 11/07/2015 12:

Re: [Gambas-user] ?????? how to cite mplayer

2015-07-11 Thread Marco Ancillotti
So the path is not right , U have to use full path or use: application.path & "/music1.mp3" Il 11/07/2015 12:31, tsukuba GIMP user ha scritto: > I just want when i click button1 mediaview1 will be play in Program directory > mp3 file > > > Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: >>

[Gambas-user] ?????? how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
I just want when i click button1 mediaview1 will be play in Program directory mp3 file 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 = "

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
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

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
t;;; Date: Sat, Jul 11, 2015 05:29 PM To: "gambas-user"; Subject: Re: [Gambas-user] how to cite mplayer Hi , U have to see the -slave mplayer option , with that U can control mplayer with command from stdin , it work well , or if U only need to play some music U can use the g

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
Hi , U have to see the -slave mplayer option , with that U can control mplayer with command from stdin , it work well , or if U only need to play some music U can use the gb.media component that rely on gstreamer and provide an api for play music. bye, marco. Il 11/07/2015 11:16, tsukuba GI

[Gambas-user] how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
i wanna build a like "Music box" program but how to cite mplayer (if click "music" button music will be play(outside mp3 file) if click "stop" button music will be stop) -- Don't Limit Your Business. Reach for the Cloud. G