You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Сам же и отвечу, вдруг кому то понадобится. Полазил по исходникам плеера и понял, что URL должен заканчиваться на расширение файла, например на .wav, поэтому параметр с именем файла должен стоять последним. Или добавить к url что нить типа &ext=.wav
Trying to play .wav or .mp3 file using URL like we can do in flowplayer
http://localhost/flowplayer/flowplayer.swf?config=%7B%27plugins%27%3A%7B%27controls%27%3A%7B%27autoHide%27%3Afalse%2C%27height%27%3A30%2C%27fullscreen%27%3Afalse%7D%2C%27audio%27%3A%7B%27url%27%3A%27flowplayer.audio.swf%27%7D%7D%2C%27play%27%3Afalse%2C%27clip%27%3A%7B%27url%27%3A%27http%3A%2F%2Flocalhost%2Fflowplayer%2Fa.wav%27%7D%7D
But how we can do similar thing in WavPlayer?
This is not working
http://localhost/WavPlayer/wavplayer.swf?sound=http%3A%2F%2Flocalhost%2Fflowplayer%2Fa.wav
The text was updated successfully, but these errors were encountered: