LOGIN Don't have an account yet?   Register

Forgot password?
 
Compact Mp3 Player

Compact Mp3 Player screenshot

Demo:   Preview:   Downloads: 589

Last update (5):Fri, May 28th 2010, 00:00

 

$10
 
Search comments:
has downloaded icon

 
mcpucho

mcpucho

on 3/1/11

 
hi, i have the player working locally, but when i try to connect it to remote server i am getting javascript bugs. any help?
 
Hi,

I responded to your email about this. I think you're trying to access the mp3 files from another server and you're getting a sandbox violation error.

Unfortunately, we don't have enough details about the problem you're experiencing and, like I asked you in the email, can you please send us a screen shot of the error?

Thank you for downloading our component.
 
beatgroove

beatgroove

on 9/5/11

hi,
Do you have fla file of this study?
 
Yes, the zip file that you download, after buying the component, includes an CS4 version(which you can use with Flash CS5 too) and the CS3 version of the FLA file.
has downloaded icon

 
ViktorNiklasson

ViktorNiklasson

on 12/1/11

 
Hi, can I in some how fix so this player accept HTML5 so i can listen to music with this player on my iPad and iPhone ?
 
ViktorNiklasson

has downloaded iconViktorNiklasson

on 12/1/11

Or do you got some other player that works with HTML5 that you have created ?
 
Hello,

Thanks for the interest in our expertise, but, we're sorry, we don't have an HTML 5 player. We use only Flash for building our components.
 
ViktorNiklasson

has downloaded iconViktorNiklasson

on 21/1/11

Okey... :/
Do you know if I can write in the settings.xml so when i got a playlist it plays a random song from the playlist, also the player jumps from song to song, not like this: song 1, song 2, song 3, song 4... but like this: song 1, song 4, song 22, song 3 .... do you understand ?
 
Unfortunately, there isn't an option in the XML file that will accomplish this. This player can't play songs randomly. Other players on our website do, but this one doesn't.

We can do this as a custom work for you. Just send an email to office@vuzum.com. Our team will do any customization to any component.
 
andrei.neamtu

has downloaded iconAndrei Neamtu

on 26/1/11

ViktorNiklasson,

If you mean to add a random button on the player we will take it in consideration for the next update.
It's not implemented right now but keep in touch and thank you for you suggestion.

And next time you want to express your opinion about the office team please choose your language better.

show all replies

has downloaded icon

 
sousacreations

sousacreations

on 11/2/11

 
Hi, I have purchased your Compact Flash MP3 Player. I am new to web design and I'm having a problem with simply embedding the player into my existing XHTML file. I have customized the player and added the music I want with no problems. I'm using Dreamweaver and all I need to do is get the player into an AP DiV that I have created in my XHTML file. I have tried placing the preview.swf file directly into the AP DIV. That obviously doesn't work. I have tried copying the source code from the index.html file
with no luck. I have also watched your tutorials and still can't get it.
Can you please tell me how to go about getting your player to work inside of an AP DIV of an existing XHTML file of mine?
THANKS!
 
Hi,

Thank you for downloading our player. I'll try to help you with this.

If you work with Dreamweaver you should copy the code between the "body" tags from our index.html file, in the Code view, into your webpage.

The div that you copied will be replaced by the preview.swf file when you open the webpage. So all you have to do is place that div anywhere you want on your webpage. This means, inside of another div or another table. Where you put that div, with the id="FlabellComponent", that's where the component will appear.

Of course, you'll need to include the other files from our deploy folder in your website. It would be easier to but them in the same folder as the webpage you're trying to embed the component, but if you don't want this, please adjust the paths to the files the component needs.

This means that you'll need to edit a couple of lines the JavaScript code between the "script" tags. The pathToFiles should point to the player folder. Also adjust these lines to point to the files correctly:
                
<script type="text/javascript" src="js/swfobject.js"></script>
swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);

                

This should do it. If you have trouble with this, please give me link to your webpage and I'll be able to tell you what's wrong.
has downloaded icon

 
Sinvertigo

Sinvertigo

on 28/2/11

 
Hi, I upload the preview zipped version without any change to my server, and the flash movie don't load.... the grey background appears, but not the player... what's the problem?
 
 
Hi,

Thanks for downloading our preview. It's not working on your website, because the free preview is built to work on local machine only. If uploaded to a server it will not work. You'll need to buy the component for this.
 
Sinvertigo

has downloaded iconSinvertigo

on 1/3/11

Ok, I would like to know if a put a
                 shuffle($files); 
                
line code in the scan.php file between the If statement and the echo, the generated playlist has the list of tracks randomly made.

Thanks ;)
 
To do this, you must put:

shuffle($list_of_files);

after this line:

if(sizeof($list_of_files)>0){
 
Sinvertigo

has downloaded iconSinvertigo

on 4/3/11

Hi!, and thankyou!... I buy the component, but it appears don't work...

http://www.emotioncooking.es/bote_01.h...

I put all the files in the root directory, except the xml folder, and call the scan.php (in the root folder) to open a first level root with mp3... but don't play anithing... what I do wrong?

show all replies

has downloaded icon

 
davidroberts

David Roberts

on 10/3/11

 
Good Evening,

I am using this player with iWeb. When I open the /deploy/index.html file in TextEdit, the only thing I see is the text relating to "you need flash player." There is no section to copy/paste into the HTML snippet section.
 
Hello David,

The TextEdit application renders the HTML files, by default. So it won't show the code, but the result. However, it cannot read JavaScript, so this is why you don't see the component.

Please change the Preferences for TextEdit. You'll just need the check this check box:

http://dev.vuzum.com/flabell/utils/tex...

It will open the code for the html files. After you do this, try to follow our tutorial about embedding the components:

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

If it gives you any more trouble, please give us a link to your webpage. We'll try to figure what path was not set correctly or other errors.
has downloaded icon

 
alexf

Alex F

on 14/3/11

 
Hi !

I just would like to PAUSE or STOP the Player, by javascript.

Basically, When the Visitor of my page click on a Simple A HREF, this send the player the PAUSE or STOP command, via Javascript.

Thanks,
Alex.
 
Hi Alex,

This can be done, but the project would need some changes. We could help you by doing custom work. Please contact us at office@vuzum.com and we'll implement this feature for your player.

 
K.Taurus

K.Taurus

on 18/3/11

 
i just hope you understand my query man..
get this, I'm creating a list of songs in my web page (sort of a navigation bar) on the left pane and I want to position the mp3 player somewhere in the center.. This list of songs in the navigation bar are links referencing the actual mp3 file

Now what i want to do is, when an song is selected from the list, the compact player must play it!
 
Hi,

Thank you for your comment.

Sure, this can be done. This player would need some customization though, to make those links communicate with it.

If you're interested, we can help you with this by doing custom work. Send us an email at office@vuzum.com and you'll have the player you need for your website.

 
powerongrfx

powerongrfx

on 8/4/11

 
Can you add this player multiable times on a webpage with a different mp3 url to each one?
 
Yes, you can. Just follow this tutorial:

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

It explains how you can do it twice, but you can do it as many times as you need, just by making the IDs different. You'll get the idea after you'll watch the tutorial.
has downloaded icon

 
bpass

bpass

on 11/4/11

 
i just bought this and its not displayin well in ie8.. the lower right edges seem to be getting chopped..
anyway..
i set the var stageW & H .. plus also adjusted the flashvars.componentWidth & height

it fixes the choppin problem but i still need the main player to center as it seems to be moving toward the far left top..

what do i need to adjust? to do this..
 
The component should be centered. Does this webpage display correctly in your IE8 browser:

http://dev.vuzum.com/flabell/TestCompa...

? I created a temporary test folder for you to check. We checked it and it worked fine. Didn't chop any part of the component and it's centered.

Do you use the same values for the stageW and flashvars.componentWidth? or the same stageH and flashvars.componentHeight? They should have the same values.

Maybe it's a CSS issue that IE8 didn't solve.

Please give us a link if you don't find a solution. We'll try to figure what the problem is.
has membership icon
has support ticket icon
 
nfxbeats

nfxbeats

on 1/6/11

 
Does this player have JS events? In other words, a start and stop event so I can determine how much of a song was listened to?
 
Sorry, but, no, it doesn't communicate with JS.

We can implement the functionality you need as custom work. If you're interested, please send our team an email with some details at info@vuzum.com.

Post a comment


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


Try before you buy

Not sure if you need this component?

Download the free preview and customize it for your project before you purchase it.

Or try our demos.

Note: You can test the preview only on your computer.

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

Save money now!

Premium membershipPremium membership
read more

10 Gold Tickets Pack10 Gold Tickets Pack
read more

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!