The path to the web player data file relative to the html file (Read Only).
Actually this is whatever path is written in the html file as a src
parameter to object
and embed
tags. So if it's the
absolute URL, srcValue
will have the absolute path.Application.absoluteURL
and Application.srcValue
allow you to detect if your unityWeb data file was moved to another location
or is being linked to. You might want to protect against both to prevent piracy of your data files.
no example available in C#