So i have viewed the screencast of this module. I tried to do the same but i just can't get it to work. Copying the url and placing it in the embeded audio field doesn't show the player. Example url: http://8tracks.com/glorka/electronica.

What does work is when i look in the source of that 8tracks page and get the restfull_url which is http://8tracks.com/mixes/42554 and paste that in the audo embeded field. Then it does show the player and everything works as expected.

What info should i supply more to make this issue better?

Comments

Michsk’s picture

the param for value movie is http://8tracks.com/glorka/electronica/player_v2 which returns a 404. It's only works with http://8tracks.com/mixes/42554/player_v2.

Here's the html that get's generated by media_8track:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="425" height="120">
<param name="movie" value="http://8tracks.com/glorka/electronica/player_v2">
<param name="allowscriptaccess" value="always">
<param name="FlashVars" value="bg_color=_000000">
<embed flashvars="bg_color=_000000" src="http://8tracks.com/glorka/electronica/player_v2" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowscriptaccess="always" width="425" height="120">
</object>
aaron’s picture

Status: Active » Fixed

this is fixed now. they completely revamped their api, took awhile to get to this. sorry.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.