| Method | Defined By | ||
|---|---|---|---|
getURL(path:String):String
Get a url of a specific file
| GameFS | ||
| getURL | () | method |
public function getURL(path:String):StringGet a url of a specific file
Parameters
path:String — absolute path to the file you wish to load.
|
String —
|
var url:String = PlayerIO.gameFS("game-id").getURL("game.swf")
var url:String = client.gameFS.getURL("game.swf")