mbc66
May 15, 2020, 5:55pm
4
@pixelelement , I tried downloading and opening your .rp file and it caused Axure to crash hard. i rebooted and same crash happened again when opening your file, so something got corrupted.
I can point you to these threads for help on multiple audios.
@Olivia67 , I tried a few different ways to get around this. I know I’ve used sounds with prototypes on iPhone and iPad before, but not autoplaying on a page load. The best solution I can find is to use a true audio file (not video hosted on a video streaming site) with a little bit of javascript injection and some kind of user interaction to kick it off. Otherwise, Apple iOS will block it.
Try the Axure Cloud link below and inspect the .rp file to see if you understand the methods. Pages are in…
I’ve been messing around with audio and video again… so will boot this thread yet another time
Using mnearents method to load HTML5 audio directly, you can just keep adding audio streams to the page, then refer to their array position to control them. Combining this with Gregor’s infamous JAVASCRIPT ENGINE, I can play, pause and reload multiple audio files simultaneously. Have a look.
bvi1kj.axshare.com
Audio-Array.rp (107 KB)
John, you can copy the code from the “Load Audio …