-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat sounds dont play #263
Comments
It is because the AJAX Chat sounds use Adobe Flash Player. Your Adobe Flash Player could be disabled in your web browser. Also a note, Adobe Flash Player will be gone in the year 2020, and web browsers like Mozilla Firefox & Google Chrome will take steps in the future to remove Adobe Flash Player completely from their computer programs. That being said, a new AJAX Chat version should be really be released from the developers that include chat sounds that use the newer HTML5 technology, instead of Adobe Flash Player technology. Believe me, I tried enabling Adobe Flash Player on my AJAX Chat on Google Chrome, and it still did not work, Google Chrome was still blocking Adobe Flash Player, regardless. This is why the AJAX Chat sounds should really be switched over to the newer HTML5 technology in a newer version of AJAX Chat, and I do hope that the AJAX Chat developers do see your GitHub Issue thread, to take this into consideration... |
I dont think wee would see that in this year maby last in the nxt year?? Maby i would se if i can change it to make it to html5 but long time i has working width audio in html5 and also in the JavaScript code base :/ |
It was actually pretty simple to fix the chat sounds in the Javascript by using html5 audio instead. If people are interested, I can show you how to fix it. I didn't remove any of the adobe code from the js or from the html itself, so that would be more efficient, but it works :/ |
@skaforey thank you very much for your offer. It would be really great when you can show me how to fix it. It doesnt has to be perfect. I am happy with any solution. Thank you very much. |
Here are the steps I took...you'll need to modify js/chat.js
|
@skaforey thank you very much for your quick reply, your time to write me and your effort to fix this. I have done everything you said and it works like a charm :) very nice :) |
it works fine for me too. i remove only the code in loadFlashInterface: function and the complete flashInterfaceLoadCompleteHandler function. |
Thank you SO MUCH @skaforey |
unfortunely we couldn't change volume after the fix . here is my solution with a slider in chat.js remove setAudioVolume and loadSounds function complete the fix in playSounds
in loggedIn.html add a range slider and fix/hide optionValue behind this
add and replace
for older versions use
change the option value for default setting of volume as you like |
I must have missed something, but I didn't notice that changing the volume at all. Also it causes an error. You say to remove the function, but then in the code, you're saying to add this: onchange="setVolume();"/> |
i update the codes with label and fix ( theres no such file .... .mp3) apache error @skaforey . excuse there i had been rash a little bit everything should work now. |
This fixed the volume for me.....the only issue now is that the default of 0.6 gets applied everytime. Ideally it would be a setting that gets saved/applied every session. |
Just wanted to thank you again skaforey & zwiebus |
additional changes (get setAudioVolume back and fix some minor browser errors) chat.js row ~ 43 replace soundTransform: null, with volumeRange: null, row ~ 574 (behind socketUpdate: function)
loggedIn.html replace
|
look hier and update to html5audio |
Hello
I ve installed the latest version of the chat everithing is ok but when i connect the sounds dont play anymore.Not when someone connect and when i write in chat.
Have someone same issue?
The text was updated successfully, but these errors were encountered: