How to load an asset?

say i have a asset with a .ogg file in it, how do i load it?

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_asset



try running through all of the tutorials to pre-answer your next 10 questions or so. :wink:

1 Like

but the file there ‘extends SimpleApplication’ and mine doesn’t… because i dont need it i just want to know how to load the assets manager without implementing all the abstract methods

-.- then look into SimpleApplication sourcecode :wink: and copy what you need only

If you don’t know how to solve a simple question like this, so should extends SimpleApplication.java 8).