AFAIK it is not possible to play multiple sounds simultaneously with HTML5/JS in iOS. But I was wondering if it is possible to have a Starling SWF embedded in your webpage and let that play sounds? So your JS sends requests to the SWF to play audio tracks.

有帮助吗?

解决方案

It is possible to do that in web, but not in iOS since iOS doesnt support Flash.

You can also create one web app for sound streaming, which will stream multiple sounds into one based on the user request.

alot work to do, but afaik only way to mimic multiple sounds inside html5.

and, you dont need starling for sounds, you can use regular flash swf

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top