Tomcat253's profile
Tomcat253
Tom McIntire
member since: Jul 19, 2009
online support until: Jan 19, 2011
2 downloads |
0 gold tickets | 0 silver tickets
Tomcat253 recommends
Tomcat253's latest comments
Looking for enhancements or fixes? Please read on!
I have noticed in the above "Comments" several requests for changes and/or enhancements to this product.
Please be aware that the product itself is FREE. It is a fantastic module that can be added to virtually any site.
That having been said, note that there are some anomalies that have been beat to death in these comments. The support staff at Flabell have made every attempt to address each of these, and have scheduled a "new" revision of the product to facilitate those requirements.
Nonetheless, for those of you who wish to have some of the anomalies corrected in the current version, please feel free to contact me direct at tom@bitbenderz.com.
I have implemented some of the features and enhancements asked for in the current product and would be happy to share them with you.
posted Jan 25th, 06:49 on Flash Mp3 Player
posted Jan 19th, 07:50 on Flash Mp3 Player
I can be reached directly at tom@bitbenderz.com
@banklife
@bklyn2cali
Contact me directly for help with your download questions.
@abyssbeats
Your buy and download links problem can be fixed by modifying the Albums.as file ... see below:
private function arrowRelease(mc : MovieClip) : Void
{
var title : String = mc._parent._name;
var albumIndex : Number = Number(title.substring(title.lastIndexOf("e")+1,title.length));
setClickToAlbum();
Main.getInstance().mcAlbums.mcPlaylist.songIndex = -1;
Main.getInstance().mcAlbums.mcPlaylist.songsArranged = [];
Main.getInstance().mcAlbums.mcPlaylist.songsRandom = [];
At line 1284 find the arrowRelease function. Add the two lines shown above.
posted Jan 19th, 07:45 on Flash Mp3 Player
Don't forget to add ...
import flash.net.FileReference;
to the top of the AS ... just below Flabell's comment block.
posted Dec 31st 2009, 06:59 on Flash Mp3 Player
Playlist.as around line 600 ...
private function downloadRelease(mc : MovieClip) : Void
{
var title : String = mc._name;
var index : Number = Number(title.substring(title.lastIndexOf("n")+1,title.length));
//getURL(songsSource[index], Main.getInstance().mcAlbums.linksTarget);
// Open Download and Save UI
var fileRef:FileReference = new FileReference();
var url:String = songsSource[index];
if(!fileRef.download(url)) {
trace("dialog box failed to open.");
}
}
posted Dec 31st 2009, 06:56 on Flash Mp3 Player
Become a premium member
Flabell membership provides users with the ability to download any of our flash components for free, during an entire year.
read more
Get a 10 gold tickets pack!
By purchasing a 10 Gold Ticket bundle, you can save money on each download, and only get the flash components you need.
read more
Need a Support Ticket?
Our commercial Flash Components come with a free Support Ticket. If you need support for our free Flash Components, you need to purchase it.
read more