02-08-2012 04:25 PM
Was Wondering if Webworks supports embeding via object tags. I embeded my MP3 into my Webworks app using object tags, but they do not play when using the Ripple Emulator or Playbook Simulator. Here's the code that I was using:
<object width="44%" height="2%" id="m1">
<param name="movie" value="Audio/Song1.mp3"/>
<param name="allowScriptAccess" value="always"/>
<param name="allowDomain" value="*"/>
<embed allowdomain="*" name="m1" src="Audio/Song1.mp3" width="44%" height="2%"false" allowScriptAccess="always"></embed>
</object>
This method works with all of my desktop web browsers though. I was wondering if this was a limitation of the emulators, or if this wouldn't work with the playbook.
Thanks
02-08-2012 11:36 PM
I think simulators are not embedded with codecs to play either audio or video. You can use html5 audio or video tag instead of object.