Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey friends i am implementing a player using HTML and i am setting the property for Player object in the following way..

player.settings.volume = obj.volume

in obj.volume i get integer value like 50.

the problem in the above statement is that it can not assign the value of obj.volume to player.settings.volume.
After this statement player.settings.volume become 0.

This statement works fine on Firefox and other browsers. But it only not working in Chrome.

Please help me out..!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900