LOGIN Don't have an account yet?   Register

Forgot password?
 
Compact Flash Mp3 Player

Compact Flash Mp3 Player screenshot

Preview:   Downloads: 270

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

 

$10
 
Search comments:
has downloaded icon
has membership icon
has support ticket icon
 
andrei.neamtu

Andrei Neamtu

on 22/6/09

 
Somwang souksavatd:
As you can see the palyer supports a playlist just that is not shown in the component. You can see just the current song in the visualizer. But if you want you can create a list component that on click on an item will call the player's "loadNewSong" function. But don't worry a player like this will show up on flabell. Keep in touch.

To remove the background and get fit size of player go inside the FLA and all you have to do is to:
- delete it's layer with the bacground
- move the player's movieclip at (0,0) position
- change the scene dimensions in html(inside "index.html" file) embed code:
var stageW = 357;
var stageH = 105;
- change the player width in the flash vars:
flashvars.componentWidth = 357;
- recompile and open the "index.html"

Let us know if you managed to do it.
Thanks for asking. Now all the user will know how to do it :)
 
Amakaruk

has support ticket iconAmakaruk

on 19/3/10

what is the name of the flv file i need to change these variables in?

how do i locate these layers you speak of?
 
andrei.neamtu

has downloaded iconhas membership iconhas support ticket iconAndrei Neamtu

on 22/3/10

Amakaruk,

Please download the product again cause in the deploy folder you should have an html file(index.html) where the player is embeded without any shadow box.
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 22/6/09

 
Somwang, here you can see how one of our future players will look like: http://blog.flabell.com/326/flabell-su... - as you can see it will have a playlist component inside, and the price will be different.

I cannot say when it will be ready, but in the following months for sure. :)

 
somwang

somwang souksavatd

on 22/6/09

 
@Andrei Neamtu @Andrei Potorac, It's such a powerful flash player, Thank Andrei Neamtu for a guided, will try and let you know

 
somwang

somwang souksavatd

on 22/6/09

 
i think your sale rate will increase if your player is able to prevent force download from some Downloaders, such as Internet Download Manager

 
somwang

somwang souksavatd

on 22/6/09

 
Player are now resized, i just modified FLA by move player to the top-left conner, then publish as a new SWF file, change size in index.html
-var stageW = 358;
-var stageH = 106;

now i just got another trouble, the player appear and work fine when i do stanalone preview with index.html file, but after i copy embed code from index.html to my home.php it not working, even i put a full parth of file location to embed code

URL: http://localhost/music.com/home.php

                
<script type="text/javascript" src="http://localhost/music.com/deploy/js/swfobject.js"></script>
<script type="text/javascript">
    var stageW = 358;
    var stageH = 106; 
    var cacheBuster = Date.parse(new Date());
			
			var params = {};
			params.bgcolor = "#FFFFFF";
			params.allowfullscreen = "true";	
			
			var flashvars = {};			
			flashvars.pathToFiles = "player/";
			flashvars.componentWidth = 357;
			
			flashvars.settingsPath = "xml/settings.xml";
                	
			// if you want to automatically read the information from a folder, use the php file instead
			//flashvars.xmlPath = "scan.php?dir=songs";
			flashvars.xmlPath = "xml/playlist.xml";

			// EMBED CODE
			swfobject.embedSWF("preview.swf?t="+cacheBuster, "FlabellComponent", stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
			
</script>


                

 
somwang

somwang souksavatd

on 22/6/09

 
oops sorry can you delete my last message, i forgot put code blocks
has downloaded icon
has membership icon
has support ticket icon
 
andrei.neamtu

Andrei Neamtu

on 22/6/09

 
Look more carefull in the index.html example:
- the way you embeded the swfobject javascript is wrong.
- you don't have to add the object tag.
- you did not write the div tag that will be overwritten by swf object

Copy and paste these to script tags inside the "head" tag of your html:
                
        <script type="text/javascript" src="js/swfobject.js"></script>
	
		<script type="text/javascript">
			// PARAMS			
			var params = {};
			params.bgcolor = "#FFFFFF";
			params.allowfullscreen = "true";
			
		    // ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'myContent';
		    attributes.name = 'myContent'				

		    // JAVASCRIPT VARS 
		    var cacheBuster = Date.parse(new Date());
		    // stage dimensions
            var stageW = 357; //560;
			var stageH = 105;//300; 
			
			// FLASH VARS
			var flashvars = {};			
			flashvars.pathToFiles = "player/";
			flashvars.componentWidth = 357;
			
			flashvars.settingsPath = "xml/settings.xml";
                	
			// if you want to automatically read the information from a folder, use the php file instead
			//flashvars.xmlPath = "scan.php?dir=songs";
			flashvars.xmlPath = "xml/playlist.xml";

			// EMBED CODE
			swfobject.embedSWF("preview.swf?t="+cacheBuster, "FlabellComponent", stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params, attributes);
			
		</script>

                


And where you want in the "body" tag of you html write the "div".

I hope it works for you.
has downloaded icon
has support ticket icon
 
[deleted]dylanj

Dylan J

on 8/8/09

 
Just bought the player and got the "please set a higher value for width" message. Grrrr!!
I hope this is a parameter mismatch on my part and not an inherent limitation of the player.

Width is 299 -- I don't see how this is too small...
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 10/8/09

 
The width has a minimum value because the elements of the design must fit inside. It cannot be resized under this value.
has downloaded icon
has support ticket icon
 
jaystring

Jay Hollen

on 22/9/09

 
I really don't want the shaded box - just the stand alone player, what do I need to modify?

 
andrei.neamtu

has downloaded iconhas membership iconhas support ticket iconAndrei Neamtu

on 22/3/10

jaystring,

Please download the product again cause in the deploy folder you should have an html file(index.html) where the player is embeded without any shadow box.

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.

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

Similar flash components

Flash Mp3 Player

Flash Mp3 Player

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


Simple Flash Mp3 Player

Simple Flash Mp3 Player

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


Toggle Play Mp3 Button

Toggle Play Mp3 Button

Features wise, this Flash Mp3 Player is as simple as possible... read more


General Videos

  • Using Flabell Components in your Flash Projects
    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!