<![CDATA[ audio player and store - My Forums]]> https://forums.modx.com/thread/?thread=24647 <![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-426864
In Evo, the tag syntax for a link is [~17~] but in Revo the equivalent would be [ [~17]] (without the space between the opening brackets - this commenting system strips it out if I remove it)

Take a look at Bob's Guides page for tag syntax comparison between Evo & Revo:
http://bobsguides.com/migrating-revolution.html

]]>
christianhanvey Jun 16, 2012, 09:03 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-426864
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-426750
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="250" height="250" >
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="assets/xspf_player/xspf_player.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<param name="wmode" value="transparent"/>
<embed src="assets/xspf_player/xspf_player.swf?playlist_url=[~17~]"
quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center" height="250" width="250" wmode="transparent"> </embed>
</object>]]>
upatseven Jun 15, 2012, 03:38 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-426750
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-126166 I am using the slim player here, but the same goes for the full version.
This example is for playing a single song, insert playlist parameters as you need. Remember to use the &amp; encoding of any ampersands. Note that the song URL and parameters is needed twice to maintain browser compatibility.

<object type="application/x-shockwave-flash"
data="[(site_url)]assets/flash/xspf_player_slim.swf?player_title=Click here&song_url=[(site_url)]assets/media/song.mp3&song_title=My song" 
width="300" height="30">
        <param name="quality" value="high"/>
        <param name="bgcolor" value="#E6E6E6"/>
        <param name="wmode" value="transparent"/>
	<param name="movie" value="[(site_url)]assets/flash/xspf_player_slim.swf?player_title=Click here&song_url=[(site_url)]assets/media/song.mp3&song_title=My song" />
</object>


Cheers,

Andreas]]>
AndreasT Dec 12, 2007, 09:34 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=4#dis-post-126166
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126165
I am looking for a fix.

Cheers,

Andreas]]>
AndreasT Dec 12, 2007, 09:03 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126165
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126164 seventhapex Jan 13, 2007, 12:21 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126164 <![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126163 ]]> doze Jan 09, 2007, 07:43 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126163 <![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126162
Thank you, thank you, thank you!!

]]>
er16004 Jan 08, 2007, 11:07 PM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126162
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126161 doze Jul 31, 2006, 11:24 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126161 <![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126160 Quote from: doze at Jul 28, 2006, 02:39 PM

When you view the source of your site and you see the url in the <embed> tag src attribute, what happens if you copypaste it to your browser? and if you only take the playlist url and view it in your browser, can you access the document and is the xml output correct?

when I past the embed URL in the browser it pulls up the player in the entire browser and when viewing the xml it doesn’t display in browser it downloads so i opened it in bbedit and everything appears correct

<playlist xmlns="http://xspf.org/ns/0/" version="0">
<tracklist>
<track>
<location>http://localhost/modx/assets/songs/mysong.mp3</location>
<img alt="" />http://localhost/modx/assets/images/cover.jpg<annotation>mysong</annotation>
</track>
</tracklist>
</playlist>


for playlist

<object width="400" height="168" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="[(site_url)]assets/xspf_player/xspf_player.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#E6E6E6" />
<param name="wmode" value="transparent" />
<embed width="400" height="168" align="middle" src="[(site_url)]assets/xspf_player/xspf_player.swf?playlist_url=[~37~]" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></embed>  </object>


]]>
bugsmi0 Jul 29, 2006, 12:27 PM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126160
<![CDATA[Re: audio player and store]]> https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126159 ]]> doze Jul 28, 2006, 09:39 AM https://forums.modx.com/thread/24647/audio-player-and-store?page=3#dis-post-126159