How to check a file's playability!?
Hello,
is it posible to check an uploaded file, if it is playable via soundmanager!?
I think checking the extensions/mime isn't enough.
is it posible to check an uploaded file, if it is playable via soundmanager!?
I think checking the extensions/mime isn't enough.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?SM2 can play MP3 files (using the flash 8 version) and if you are using soundManager.flashVersion = 9 and soundManager.useMovieStar = true it can also play a subset of MPEG-4 audio, eg., AAC files.
The most common case is to check that the file is in MP3 format. There is no simple way to do this from within the browser, but there are probably PHP/ASP and other CGI scripts you can use on your server that can look at a file and determine if it is a "valid" MP3 file, or at least contains MP3 headers and some MP3 data.
The company says
this answers the question
Loading Profile...



EMPLOYEE