[Gambas-user] how to cite mplayer

tsukuba GIMP user tsukubagraduates at ...3482...
Sat Jul 11 11:48:14 CEST 2015


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?

------------------ Original ------------------
From:  "Marco Ancillotti";<gambas at ...3466...>;
Date:  Sat, Jul 11, 2015 05:29 PM
To:  "gambas-user"<gambas-user at lists.sourceforge.net>; 

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 gb.media component that rely on gstreamer 
and provide an api for play music.

bye,
marco.


Il 11/07/2015 11:16, tsukuba GIMP user ha scritto:
> 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.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


More information about the User mailing list