Flash & HTML5 Use

Read 11270 times
Hi guys,

I have a copy of http://ffmp3.sourceforge.net/ and see that the link to reference the stream is to be added to the html as you dont get access to the Flash file, but the Flash rendered file.

Does anyone know what link code to use on the html page to reference a stream?

I would like to add absolute links to separate websites for streams to play via flash but also would like to work out how to include it in the start up page for each account, therefore this requires more than just an absolute link, the link code is going to need to reference the account of its start page.

Any ideas?

Also, but separate to that, html5 anyone? has anyone implemented html5 streaming?

I have transferred to html5 to play music samples on my sites instead of flash so that I allow access to a wider number of devices.

Thank you
sorry, meant to say v2.2 not 3 as yet. Looking forward to 3 but need 2.2 with Flash for now.

Any help gratefully received.

Hi guys,

I came across this but not sure if it is for on demand or for an account's stream.

Can any one help?

<textarea cols="150" rows="5"><object id="fmp256" type="application/x-shockwave-flash" data="http://yourwebsite.com/radio/minicaster.swf" width="180" height="70">
<param name="movie" value="http:/yourwebsite.com/radio/minicaster.swf" />
<param name="flashVars" value="config=http://yourwebsite.com/radio/tunein.php/{$account.username}/playlist.mc" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
<div class="stirfry">
<h4>Minicaster Radio Playhead</h4><p>To listen you must <a href="http://www.macromedia.com/go/getflashplayer/"
title="Click here to install the Flash browser plugin from Macromedia">install Flash Player</a>. </p></div></object>
</textarea>