Invoke() and InvokeRepeating() not working on webplayer?

I coded my game using the functions Invoke and InvokeRepeating all over the script in order to control time events.

Now I exported the game to webplayer, and simply the invoke functions doesn’t work in the webplayer.

I thought the Invoke functions couldn’t work for webplayer, but then I saw an unity game for webplayer which suposedly used the Invoke functions.

Invoke and InvokeRepeating work fine in webplayers, so the problem is probably elsewhere.