Search found 1 match

by jn2002dk
Sun Jun 11, 2023 7:41 am
Forum: Tricks 'n' Tips
Topic: File System Access API
Replies: 5
Views: 23646

Re: File System Access API

Beyond awesome

I tried using it with audio files but i am doing something wrong


InitSound()
Global Song.s
Global fsong=LoadSound(0, "track_2.mp3")

Procedure LoadButtonEvent()

! (async() => {
! const [filehandler] = await window.showOpenFilePicker();
! var file = await filehandler.getFile ...