resources:getHTTPSound
If blocking is set, the sound will be destroyed after playing.
Loop will not working if blocking is set
Sound resources:getHTTPSound(url, loadFlags)
Returns a Sound object if loaded successfully.
Parameters
| Type | Name | Description | Optional |
|---|---|---|---|
| string | url | No description | |
| LOAD.SOUND_FLAGS | loadFlags | No description | ✔ |
Returns
| Type | Description |
|---|---|
| Sound | No description |