Location of http://localhost:7456/

I am using Cocos Creator 3

When I run the game in editor by pressing play button I get following

http://localhost:7456/

I have to load some data relative to this path using external script.

What is the location I should copy these files to?

In other words where location local host is running from?

Scripts should be automatically injected by the editor, what kind of external script or data would you import?

I wanted to use Hower js to play audio files.

I got hower loaded as plugin.
But I have to give path to audio files to get them loaded by hower.

Not sure how to give path to audio files when running on this mode?
I mean I don’t know where to put the audio files.

You can create a node and write a script with Howler, then expose the audio resource as a @property.


Let’s suppose that your audio resource is under the folder “assets”, then you can directly drag it in.