Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you upload a large file it's going to take time. You're uploading it to your sites server from your computer. If you've slow internet upload speed this will take awhile.i changed php.ini file so that post_max_size is slightly more then upload_max_filesize, after that .mp3 files start uploading although it takes a lot of time (why?), and its possible to play them in the player, i suspect player controls are idle when there is no file linked or uploaded. (?)
You can not link to any audio you want. It needs to be supported by the player and more importantly by the browser. In addition to that the link needs to be an actual audio link with an audio header if it's PHP, otherwise it needs to end in .mp3 for example.i was trying to link audio from myspace.com and was given fatal error: cannot access empty property... after that i disabled conditional (already had this issue before with other fields) and it gave me red error msg that only particular file types are allowed to be linked (see attachment 1); but the same files appear on file upload (see attachment 2)- must be by mistake?, as in reality it only takes .mp3; also reminding when i tried to upload (not link).mp4 file it gave me error.
You can't, it only allows the types that it can play; nothing more or less.also question: where i can correct file types, there is no option in audio file parameters where one can indicate preferable file extensions.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
They're mimetypes. I've added a feature ticket to clean that up a bit in next CB release so it'll be extension based and easier to read.also if browsing audio file it says it should be audio/mp4, audio/mpeg, audio/ogg, audio/wav, audio/webm type, what are those file looking like as actual extensions? e.g. what is audio/mp4? .mp4a? .mp3?
Yes, it's a language string so you can translate it to whatever you like.also can i change the language of the message itself? i mean not changing the file types, or link types it can play, but the text to be more clear for end users?
Please Log in or Create an account to join the conversation.