QT playback of remote files

Klaus major-k klaus at major-k.de
Wed Jul 17 13:03:57 EDT 2013


Hi Jaqueline,

Am 17.07.2013 um 18:58 schrieb "J. Landman Gay" <jacque at 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>	

> -- 
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com

Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list