Author Topic: Audio Player Control gui  (Read 1809 times)

rbaybayan

  • Full Member
  • ***
  • Posts: 54
Audio Player Control gui
« on: January 16, 2010, 05:25:03 pm »
Hi Florian,

Do you have any gui for the audio player that I can play,pause,stop the music?

Thanks,

Ruel

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Audio Player Control gui
« Reply #1 on: January 17, 2010, 06:43:18 pm »
Nope, not at this time. There's a point related to this on my todo list, but the priority is rather low, admittedly.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

sound29

  • Newbie
  • *
  • Posts: 14
Re: Audio Player Control gui
« Reply #2 on: January 18, 2010, 11:41:47 pm »
hello

I think you can of course add volume control to this list (because of overlapping bgsound already discussed in another topic)

thanks

rbaybayan

  • Full Member
  • ***
  • Posts: 54
Re: Audio Player Control gui
« Reply #3 on: January 31, 2010, 07:25:28 am »
Hi,

I finally get it working using a walkaround solution.
1) Convert your audio file to FLV. In my example I have mp3 converted to flv.
    Tools: Total Video Converter or Ultra Flash FLV video converter
    Both of this works.

2) Download the set of gui flv player control "FLVPlaybackSkinsAS3.0.zip". In my case I use 
    SkinOverAllNoFullscreen.swf that I save under the folder \megazine\elements.

3) Save your converted FLV under directory of "Megazine". I created as /megazine/video

4) Define your script on the megazine.mz3

5) Sample Script:

    <page>
   <img src="../../../bktrwrr/trwrrafb/page/trwrrafbset1_3.swf"/>
   <vid
             src="video/trwrrafvid/Story1.flv"
         position="center"
         top="340"   
         autoplay="false"
           onlywhenactive="false"
         loop="false"
         restart="true"   
         gui="elements/SkinOverAllNoFullscreen.swf">
              </vid>   
     </page>

6) I play around on the "top numbers" to get into the desired position.