On 7/17/13 12:03 PM, Klaus major-k wrote:
Hi Jaqueline,

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

On 7/17/13 11:54 AM, Klaus major-k wrote:

Maybe you can just use a browser object to display the movie?
"Remote" movie playback in a browser seems to be a tad more reliable ;-)

They're actually audio files, and the player is invisible. But I can try it.


And creating a HTML5 snippet to play a movie is a snap!

I don't know much about HTML5, how would you do that? Will it work for an audio 
file?

Yes! Check the sound samples page of my bass page, all html5 and check the 
htmnl soure:
<http://www.major-k.de/bass/sounds.html>

Html snippet for one sound:
<p> any text on page BEFORE sound...</p>
<audio controls>
        <source src="sounds/die_zeit.mp3" >
</audio>
<p> more text on page AFTER the sound...</p>        

Cool, I'll try it, thanks very much Klaus. I like your music too. :)

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

_______________________________________________
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