LOGIN Don't have an account yet?   Register

Forgot password?
 
Toggle Play Mp3 Button

Toggle Play Mp3 Button screenshot

Preview:   Downloads: 3899

Posted on: Thu, Apr 8th 2010, 07:47

 

 
Search comments:
has downloaded icon

 
John_Doe

John_Doe

on 27/4/10

 
Hi
Great little Button, but...
I want to edit the source file 'project.fla', but I can't find any action code in it?
Reason I want to edit, is because i want to have more than one button, playing separate songs, on my site.
Mr. Doe
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 28/4/10

The code is inside the com folder. ;)
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 29/4/10

 
We fixed a bug today, related to looping. Please check the Change Log.
has downloaded icon

 
jkatmac2000

jkatmac2000

on 2/6/10

 
I was wondering if it was possible to reduce the image size of the button. I tried adjusting it in the parameters of the xml file but it just cropped off the image weird so it was not recognizable. Any help will be appreciated! KatMac
 
Sure you can. Please check the article related to resizing our components, in the FAQ section here http://www.flabell.com/forum/topic.php...
 
cloud4197

cloud4197

on 16/12/10

The link doesn't work. do you have a full URL?
 
corneliu.chitanu

Corneliu Chitanu

on 17/12/10

Sorry for this.

Here's the good link:
http://www.flabell.com/topics/view/71
has downloaded icon

 
mtech323

mtech323

on 14/1/11

 
Just tried to download and the .zip file has 0 KB. Tried four times on three browsers. Any suggestions? Thanks.
 
Hello,

Please try downloading the component again. The problem should be solved now.
has downloaded icon

 
mtech323

mtech323

on 14/1/11

 
That was fast! First-time downloader. Impressed. Thanks.
 
You're always welcome.
has downloaded icon

 
mtech323

mtech323

on 14/1/11

 
OK, not sure if this is the place and I checked forums and FAQ but.... Total FL noob here....

When I upload the basicplayer folder structure and link to the preview.swf file directly in my browser, the sound.mp3 file plays (which is now my audio file.) But when I use Dreamweaver and embed the same .swf file on the page I want it on, I get bupkis. The embedded object code all shows but no play button appears on web page.

Any guidance appreciated. Thanks.
 
Thank you for downloading our player. To make it work in Dreamweaver you'll have to give the SWF the same parameters we use in our HTML/JavaScript code in index.html.

Please watch this tutorial:

http://www.flabell.com/blog/1669/how-t...

It will help you understand what are those variables/parameters about.

When you place the SWF file in Dreamweaver it won't work because you didn't gave it any of the parameters it needs.

What you can do is copy our code in your Dreamweaver page, in Code view. Paste it in the HTML element you want the player to be displayed.
has downloaded icon

 
bburrets

bburrets

on 7/3/11

 
Hey! Great website and even greater components. I downloaded this to use on our non-profits website.

I wonder if its possible to edit the FLA files to maybe have a little text instead of the play our pause button.

I can open the file and I can even edit those library components. When I try to publish the file, it breaks. Any advice on input?
 
Hi,

We're glad you like our components and thanks for using our player on your website.

It crashes because most of our logic is written in the ActionScript code, so you have to be careful when you modify something in the FLA file.

You can replace the play/pause shapes in the mcPlay and mcPause movie clips(you'll find them in the library) with some text. But, again, you'll have be careful.

 
cpansewicz

cpansewicz

on 1/4/11

 
Thanks for your great flash development. I would like to use an mp3 player on my site, and am testing this one out. I think I would have the same problem though with any of your components.

My company use CMS Made Simple as their cms platform. I've installed the component as described, and have the message "In order to view this object you need Flash Player 9+ support!" I suspect my file paths are incorrect, although I've used absolute paths. Would you look at this if you have time, and let me know?

Thanks! Camille
 
cpansewicz

cpansewicz

on 1/4/11

Sorry to bother you. I solved it. I forgot to use the correct file path for the first js/swfobject.js path.

 
corneliu.chitanu

Corneliu Chitanu

on 4/4/11

 
No problem. We're glad you found the problem. Enjoy the component!
has downloaded icon

 
moize

moize

on 20/4/11

 
Hi.
Tricky to get the urls working at first, but after using Safari I quickly found what I was doing wrong.
I was wondering, does this free toggle player support playing different files other than named sound.mp3?
I have tried and it seems that although it can find it via the url ok according to Safair active window, it doesn’t actually allow me to play it.
Could you shed some light on what this free toggle player can do out of the box and where to look if I need to modify it?
Thanks.
Some great stuff on here that I am sure to buy very soon.
Good work.
 
Hi,

We're glad you like what you see on Flabell. Unfortunately, this mp3 player plays only one song, the one that has the path specified as a flashvar, in the code you put in your website.

We hope you enjoy this simple component, anyway.
 
makinoize

has downloaded iconmakinoize

on 21/4/11

Hi

Thanks so much for your quick response.
Sorry I read back through my question and it wasn’t as clear as I would have liked.
What I mean is, does it support the ability to play one song on one web page, but another song on another web page?
Eg. mydomain.com/news can play sound1.mp3
but mydomain.com/work can play sound2.mp3
Is this possible if changing the flashvar for each page allowing me to play different songs on different pages?

If this isn’t possible what player allows this option and also allows full customising of the ui?
I am happy to buy one, as they are very reasonable price and everything looks very designed
 
Hi,

I'm sorry, I made a little mistake. The song path is defined in the XML file for this component, under this attribute:
                
soundPath = "content/audio/sound.mp3"

                

And, sure, you can set up multiple components on your website. They'll play different MP3 files, if you set up different XML files for each player.

If you're looking for a more sophisticated design on the player, these might be perfect for you:

http://www.flabell.com/flash/Simple-Fl...

http://www.flabell.com/flash/Basic-Fla...

Both of them are customizable. You can download the preview for the second, commercial player and see if it's right for you, before you decide.
 
makinoize

has downloaded iconmakinoize

on 21/4/11

Hi again

Thanks for your help. I managed to dynamically change the file path in the xml via a entry field in expression engine, making it really easy to change.
Thanks so much for pointing me in the right direction. I am definitely going to be buying a few bits in the very near future to support you guys. Thanks again
 
moize

has downloaded iconmoize

on 21/4/11

Actually had some appending url issues with multiple files, so going to try out your other mp3 player recommendations.
I just thought I would post after my last response that the dynamic changes didn’t work out in the end for me, incase anyone else should read this thread, still I learnt some stuff along the way :)
Great for single file plays though.
Thx

show all replies

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


Similar components for adobe flash

Mp3 Player for Adobe Flash

Mp3 Player for Adobe...

This is a fully customizable MP3 Player, built with support for... read more


Mp3 Player with Playlist

Mp3 Player with Playlist

Fully customizable MP3 Player, built with support for multiple songs.... read more


Simple Mp3 Player

Simple Mp3 Player

Minimalistic flash mp3 player with a twist, perfect for your website.... read more


list more items

General Videos

  • How to buy?
    watch movie
  • Embed a Flash Component in your Flash Project
    watch movie
  • How to embed a Flash Component in the same HTML page twice?
    watch movie
  • How to embed two different Flash Components in the same HTML page?
    watch movie

Showcase

Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.

Need support?

Support ticketGet a support ticket
read more

Share this

If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!