Husky Posted July 4, 2011 Share Posted July 4, 2011 I use chrome and there is no sound in the chat, comes up with an error. after some googling this seems to be the solution FABridge__bridgeInitialized function in FABridge.js. FABridge__bridgeInitialized looks for either an embed or object tag based on the browser type. A check for Chrome did the trick.Take a look at line 113 on your FABridge.js under /js folder. if you change: Code: if (/Explorer/.test(navigator.appName) || /Konqueror|Safari|KHTML/.test(navigator.appVersion)) to: Code: if((!(/Chrome/.test(navigator.appVersion))) && ((/Explorer/.test(navigator.appName) || /Konqueror|Safari|KHTML/.test(navigator.appVersion)))) any suggestions how this is implemented Quote Link to comment Share on other sites More sharing options...
martinmac Posted July 4, 2011 Share Posted July 4, 2011 Try a phone. Quote Link to comment Share on other sites More sharing options...
Ian Posted July 4, 2011 Share Posted July 4, 2011 Use a proper browser Quote Link to comment Share on other sites More sharing options...
Husky Posted July 4, 2011 Author Share Posted July 4, 2011 just because i'm different Quote Link to comment Share on other sites More sharing options...
mattbowey Posted July 4, 2011 Share Posted July 4, 2011 will that file nt be in with cookies or internet files? if you can find it swap out the code and don't delete the cookies amd it should work Quote Link to comment Share on other sites More sharing options...
Husky Posted July 4, 2011 Author Share Posted July 4, 2011 will that file nt be in with cookies or internet files? if you can find it swap out the code and don't delete the cookies amd it should work tried a full C drive search and nothing Quote Link to comment Share on other sites More sharing options...
rtbiscuit Posted July 4, 2011 Share Posted July 4, 2011 works in opera Quote Link to comment Share on other sites More sharing options...
andlid Posted July 4, 2011 Share Posted July 4, 2011 same with mine in chrome used to work but not anymore, dont midn it Quote Link to comment Share on other sites More sharing options...
Husky Posted July 4, 2011 Author Share Posted July 4, 2011 same with mine in chrome used to work but not anymore, dont midn it really annoys me i forget about it. is it not somethign that needs changed in the chat itself? Quote Link to comment Share on other sites More sharing options...
andlid Posted July 4, 2011 Share Posted July 4, 2011 same with mine in chrome used to work but not anymore, dont midn it really annoys me i forget about it. is it not somethign that needs changed in the chat itself? think its an update, chat calls a routine or something that chrome doesn't like or understand. Quote Link to comment Share on other sites More sharing options...
Husky Posted July 4, 2011 Author Share Posted July 4, 2011 apparently upgrading the copy of FABridge.js included in the Ajax Chat distribution. Use the latest version extracted from Flex SDK 4.1.0.16032 obtained from the Adobe website Quote Link to comment Share on other sites More sharing options...
Maccaman Posted July 4, 2011 Share Posted July 4, 2011 Eh Quote Link to comment Share on other sites More sharing options...
Husky Posted July 4, 2011 Author Share Posted July 4, 2011 Quote Link to comment Share on other sites More sharing options...
Chris`I Posted July 5, 2011 Share Posted July 5, 2011 Updated FABridge.js as in the first post. Let me know if it works or if chat is now broken in which case you can blame Husky Quote Link to comment Share on other sites More sharing options...
Husky Posted July 5, 2011 Author Share Posted July 5, 2011 works a treat, just had to clear my cache first. cheers chris Quote Link to comment Share on other sites More sharing options...
Chris`I Posted July 5, 2011 Share Posted July 5, 2011 Will wait to see if IE and FF users are broken before I celebrate Quote Link to comment Share on other sites More sharing options...
Ebized Posted July 5, 2011 Share Posted July 5, 2011 just because i'm different never................ Quote Link to comment Share on other sites More sharing options...
HaydnH Posted July 5, 2011 Share Posted July 5, 2011 Will wait to see if IE and FF users are broken before I celebrate Just tested - FF still works fine. Quote Link to comment Share on other sites More sharing options...
andlid Posted July 5, 2011 Share Posted July 5, 2011 Delayed sound when using HTC desire. So when you send no sound until you click a smiley icon for the next line break. How will we survive with that issue.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.