Author
|
Flash Media Players help & Recommendations
|
~d2~
Inactive User
Started Topics :
7
Posts :
751
Posted : Mar 12, 2009 21:01:06
|
Hi guys.
I was wondering if any one knows of good media players that have been designed with flash?
I am building a website and want something which gives me control over the amount of mps compression applied, hence I was thinking of Flash Media players.
But I am open to advice and alternative ideas.
Many thanks in advance. |
|
|
Elad
Tsabeat/Sattel Battle
Started Topics :
158
Posts :
5306
Posted : Mar 12, 2009 21:05
|
|
TimeTraveller
IsraTrance Full Member
Started Topics :
80
Posts :
3207
Posted : Mar 12, 2009 21:22
|
|
~d2~
Inactive User
Started Topics :
7
Posts :
751
Posted : Mar 17, 2009 05:24
|
Thanks guys, not quite what I was looking for though. I guess this isn't the best forum for this type of advice.
|
|
|
Kasmakaja
Bombax
Started Topics :
6
Posts :
150
Posted : Mar 17, 2009 09:44
|
Quote:
|
On 2009-03-17 05:24, ~d2~ wrote:
Thanks guys, not quite what I was looking for though. I guess this isn't the best forum for this type of advice.
|
|
i think u just asked ur question not clear enough.
U asked for a flash media player...usualy it has nothing to do with the compression because it only plays the file.
what u meant is e.g. a script (php etc.) that converts ur uploaded file to a specific mp3 and then it can be played with the media player
Or u have to code a flash player that alows upload, compression, file managment etc on ur own i dont think u will get that for free. |
|
|
~d2~
Inactive User
Started Topics :
7
Posts :
751
Posted : Mar 17, 2009 10:02
|
I just want a flash interface which will play files.
Any compression will be sorted externally. |
|
|
ohshit
IsraTrance Junior Member
Started Topics :
45
Posts :
605
Posted : Mar 17, 2009 10:12
|
Do it yourself!
Ask in a Flash forum, it's quite easy to create an audio player. Obviously you have to work in Flash, cause I don't know a readymade and customizable one (except all the flashfetish like players).  http://soundcloud.com/alphadelphi |
|
|
Nabla jpr
IsraTrance Junior Member
Started Topics :
17
Posts :
130
Posted : Mar 17, 2009 10:17
|
check this:
http://musicplayer.sourceforge.net/
i used it once but I don't if it's what you're looking for
just put everything in your folder project and type something like:
<object type="application/x-shockwave-flash" width="400" height="170"
data="http://localhost/xspf_player.swf?song_url=http://localhost/GruvAz-02.mp3">
<param name="movie"
value="http://localhost/xspf_player.swf?song_url=http://localhost/GruvAz-02.mp3" />
</object>
hope this helps |
|
|