embed - play a .pls file...

i would like to link a .pls file (playlist from radio station) so it plays when clicked. 

Best way?

 

Want it to play within dolphin. at the moment I can link it but it just dloads when clicked.

Quote · 10 Jul 2012

 

i would like to link a .pls file (playlist from radio station) so it plays when clicked. 

Best way?

 

Want it to play within dolphin. at the moment I can link it but it just dloads when clicked.

 Can you do it with a popup from a graphic?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jul 2012

yes, but it will then only open in the end users default player for playlists! (itunes on my mac)

I want it to play on the site itself not open another application...

Quote · 10 Jul 2012

Maybe these will help

http://www.fileinfo.com/extension/pls

http://pcsupport.about.com/od/fileextensions/f/pls-file.htm

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 10 Jul 2012

Try this:

 

<p>
<!-- Real Player Embed Code -->
<p>
    <object id="myMovie" classid="clsid:cfcdaa03-8be4-11cf-b84b-0020afbbccfa" width="100%" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
        <param name="src" value="http://klimets.ru/radio/digitally_imported_-_classic_trance.pls" />
        <param name="console" value="video1" />
        <param name="controls" value="All" />
        <param name="autostart" value="true" />
        <param name="loop" value="false" />
        <param name="name" value="myMovie" />
        <embed id="myMovie" type="audio/x-pn-realaudio-plugin" width="100%" height="100" src="http://klimets.ru/radio/digitally_imported_-_classic_trance.pls"
        name="myMovie" loop="false" autostart="true" controls="All" console="video1">
        </embed>
    </object>
</p>

 

 Change the urls in red to your own, and autostart to 'false' if you don't want it to play automatically.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2012

Thanks. Will have to try inserting into database though as its stripping the url link out in html!

 

Will only allow / after the site url to remain after saving html!

good old tinymce...

Quote · 10 Jul 2012

I've posted the fix for the TinyMCE issue several times.  Search the Tips forum

Thanks. Will have to try inserting into database though as its stripping the url link out in html!

 

Will only allow / after the site url to remain after saving html!

good old tinymce...

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.