Help, plz, you need a player (so that Mouzon can be launched from the page) to Javascript, I have to hand over my work the other day, but it doesn’t work out ...
- oneAnd what exactly is needed? Implement the player in javascript or suggest how to do it? There are many flash players without an interface for playing audio and controlled by js commands. You can even ready to find with js and edit styles. I once did this. Describe more specifically what you want to know! If you are looking for an employee, then it’s better for freelancing, no one will be for free, moreover, here the topics of this service are different. - org
|
3 answers
For example, SoundManager :
SoundManager 2 makes it easier to play audio using JavaScript. Using HTML5 and Flash provides reliable sound through a cross-platform API.
soundManager.url = '/path/to/sm2-flash-movies/'; soundManager.useFlashBlock = false; soundManager.onload = function() { soundManager.createSound('helloWorld','/path/to/hello-world.mp3'); soundManager.play('helloWorld'); };
|
Use the audio tag. Of the minuses - this refers to HTML 5.
There are more options, but for this, specify the task.
- Well, I prefer the source, any interface with which you can start Mouzon from a page that you can throw on the page. If there is no option to get the source code, then advise something ... plz - Vlad
- oneThen you can by [link] [1] - choose to your taste). [1]: google.com/#&q=flash+mp3+player+ for site + - ling
- Let's just say I have to pass the site to the teacher, and I need the player to start up without an Internet and lose the music from the computer, the audio tag doesn't even get to play at all. The browser is normal, everything is normal, but it does not lose, xs, what else could it be, have any ideas how to do it so that it loses from a specific folder, or at least certain files from a computer? - Vlad
|
I used to use SoundManager 2 (I had to listen to sample recordings), a very nice library - I recommend.
|