WebGL retrieving parameters from URL

Hello guys! Im trying to convert a webPlayer project into webgl but i cant figure out how to retrieve arguments from URL. In the existing project the values are retrieved through Application.srcValue although this doesnt seem to work on WebGL. Any ideas?

Have you tried Application.absoluteURL ?

3 Likes

That worked, thank you very much!!