AudioVideoLib
× Home Adding the Library to Your Game Instructions Documentation WARNINGS
☰ Menu

Adding the Library to Your Game



To add the library:



Download this: AudioVideoLib.aslx




In Quest, click on "Advanced" in the object tree and click "Included Libraries". Click 'Add' to add a new library.






When you see this screen, click "Browse"






Navigate to your "Downloads" folder, and select the newly downloaded file.






At this screen, you will need to click "SAVE" then "Reload". (BE SURE TO CLICK "SAVE" FIRST!!!)






The library is now included.






Finally, we need to be sure any OGG or OGV files will be included in the final version of the game.

Go to full code view and past this line in exactly the same place pictured in this last screenshot:

<publishfileextensions>*.jpg;*.jpeg;*.png;*.gif;*.js;*.wav;*.mp3;*.htm;*.html;*.svg;*.ogg;*.ogv</publishfileextensions>