Hi Jaqueline,

Am 17.07.2013 um 19:18 schrieb "J. Landman Gay" <jac...@hyperactivesw.com>:

> On 7/17/13 12:05 PM, Klaus major-k wrote:
>> Hi Jaqueline,
>> good old W3 schools: <http://www.w3schools.com/html/html5_audio.asp>
>> Even includes a browser compatibility chart :-)
> <sob> HTML5 doesn't support m4a. <cries>

Mybe directly accessing the QuickTime plugin will do?

A quick Google search:
...
<p> any text on page BEFORE sound...</p>

<object width="XXX" height="YYY"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
codebase="http://www.apple.com/qtactivex/qtplugin.cab";>
<param name="src" value="sound.m4a">
<param name="controller" value="true">
</object>

<p> more text on page AFTER the sound...</p>    
...

At least worth a try :-)

> -- 
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to