User Profile

Collapse

Profile Sidebar

Collapse
omryk78
omryk78
Last Activity: Jul 29 '13, 08:19 PM
Joined: Jul 27 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • omryk78
    started a topic Every function returns 10, why?

    Every function returns 10, why?

    Code:
    function createFunctions() {
        var result = new Array();
    
        for (var i = 0; i < 10; i++) {
            result[i] = function () { return i; };
        }
    
        return result;
    }
    See more | Go to post

  • omryk78
    started a topic palyinh audio files not working in IE10

    palyinh audio files not working in IE10

    hello every body
    i have this code :
    Code:
    <!DOCTYPE html>
    <html >
        <head>
              
          
           </head>
        <body>
         <script>
             aLoops = [];
             aLoops[0] = new Audio('media/background.ogg');
             aLoops[0].volume = 0.3;
             alert("43434");
             aLoops[0].play();
    
         </script>
    ...
    See more | Go to post
    Last edited by Dormilich; Jul 28 '13, 03:06 PM. Reason: Please use [CODE] [/CODE] tags when posting code.
No activity results to display
Show More
Working...