@support-wayne wrote:
@rossduck
>1) Is it possible to embed the audio in the app rather than hosting in on a URL?
Yes, this is possible. Here is the process I used to convert the nivar demo to bundle the hypnosis.mp3 audio file directly within the web app.
1) copy the mp3 file into the export directory
2) modify the javascript to use a relative URL that references the hypnosis.mp3 file in the root folder of the webapp
3) you need to use the Send to Phone wizard launched from the Test Center. This version of the wizard enables you to customize the content that is uploaded. In our case, we instruct the wizard to include the hypnosis.mp3 file that I manually copied into the root folder of the exported HTML. So load your start screen in the Design Center and select Run in Test Center. Then use Next button to view the screen shown below.
See attachment custom-content-upload.png
hey there, i’ve tried like forever to find this “Send to phone” thing on the menubar in the test center, the only thing i can find is: “send URL to phone”, and when i click on that one in the test center, it gives me an error saying: “URL is local, such URLS are unreachable from mobile devices.
How do i get into that menu where i can apply my mp3 file witch is in the export folder? 🙂