<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SWF plays, MP3 doesn't</title>
		<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t</link>
		<description>LongTail Video forum thread: SWF plays, MP3 doesn't</description>
		<ttl>60</ttl>
		<language>en-us</language>
		<copyright>some rights reserved (cc)</copyright>
		<pubDate>Sat, 21 Nov 2009 06:30:14 -0500</pubDate>
		<lastBuildDate>Mon, 02 Nov 2009 21:38:23 -0500</lastBuildDate>
		<atom:link href="http://www.longtailvideo.com/jw/rss/?thread=18259" rel="self" type="application/rss+xml" />
		<item>
			<dc:creator>hobbs</dc:creator>
			<title><![CDATA[ The format of the value for the [b]duration[/b] fla ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg136324</link>
			<description><![CDATA[ 
The format of the value for the [b]duration[/b] flashvar is wrong. Should be seconds only:[code]so.addVariable('duration','1455');[/code]

You don't need the flashvar [b]type=sound[/b].

The rest of your code looks OK.
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg136324</guid>
			<pubDate>Mon, 02 Nov 2009 21:38:23 -0500</pubDate>
		</item>
		<item>
			<dc:creator>similar issue</dc:creator>
			<title><![CDATA[http://www.poachstevens.com/swap.htmplayer loads fi ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg136323</link>
			<description><![CDATA[http://www.poachstevens.com/swap.htm

player loads fine, audio wil not load at all

<script type='text/javascript' src='http://www.poachstevens.com/audio/swfobject.js'></script>
 
<div id='mediaspace'>This text will be replaced</div>
 
<script type='text/javascript'>
  var so = new SWFObject('http://www.poachstevens.com/audio/player.swf','mpl','950','20','9');
  so.addParam('allowfullscreen','false');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('author','The Swapmeet Ensemble');
  so.addVariable('description','One Mans Trash...');
  so.addVariable('duration','24:15');
  so.addVariable('file','http://www.poachstevens.com/audio/snippet.mp3');
  so.addVariable('type','sound');
  so.addVariable('bufferlength','1');
  so.addVariable('autostart','true');
  so.addVariable('repeat','always');
  so.write('mediaspace');
</script>

can anyone help me]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg136323</guid>
			<pubDate>Mon, 02 Nov 2009 20:41:25 -0500</pubDate>
		</item>
		<item>
			<dc:creator>Robin Cameron</dc:creator>
			<title><![CDATA[hithx for reply.well, it was cut and pasted, mo ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122936</link>
			<description><![CDATA[hi

thx for reply.

well, it was cut and pasted, more or less, from the setup wizard for the older version player. it was used on youtube and a number of other audio/video sites. it's a very common bit of code, and is in books and articles.

it's worked in numerous applications without any problems, without the swfobject as i don't need any functionality.

i always played flv and swf (audio). however, as mp3 is easier to edit, i tried an mp3.

that's when the IE pop-up bar tries to get me to use windows media player - and, at that stage, it won't play the mp3. 

rob]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122936</guid>
			<pubDate>Wed, 01 Jul 2009 08:42:10 -0400</pubDate>
		</item>
		<item>
			<dc:creator>lost</dc:creator>
			<title><![CDATA[Hmmmm....That's not code for a JW FLV Player.Go ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122928</link>
			<description><![CDATA[Hmmmm....

That's not code for a JW FLV Player.

Go to the Wizard button at the top of this page and generate some good code.

Use the swfobject code unless you are under some restriction where you can only use the object element.
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122928</guid>
			<pubDate>Wed, 01 Jul 2009 07:39:27 -0400</pubDate>
		</item>
		<item>
			<dc:creator>Robin Cameron</dc:creator>
			<title><![CDATA[hiuit's the code from this site. it works perfectly ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122916</link>
			<description><![CDATA[hiu

it's the code from this site. it works perfectly well. except that if it's an mp3 file, not an swf, windows media wants to play it.

although i can tell it not to on my pc, i can't tell users to do the same.

<object width="0" height="0" id="ttsx">
<embed  width="0" height="0" name="ttsx" play="true" loop="false" swliveconnect="true" src="yellow.mp3" type="application/x-shockwave-flash"></embed >
<param name="movie" value="yellow.mp3"> 
<param name="play"  value="true">
<param name="loop"  value="false">  
</object >

thx
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122916</guid>
			<pubDate>Wed, 01 Jul 2009 03:23:14 -0400</pubDate>
		</item>
		<item>
			<dc:creator>lost</dc:creator>
			<title><![CDATA[Unfortunately, we're not mind readers. If you post a li ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122825</link>
			<description><![CDATA[Unfortunately, we're not mind readers. If you post a link to your test page, someone may be able to help you.
]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122825</guid>
			<pubDate>Tue, 30 Jun 2009 11:34:07 -0400</pubDate>
		</item>
		<item>
			<dc:creator>Robin Cameron</dc:creator>
			<title><![CDATA[hii'm using the older version of the player on an e ..]]></title>
			<link>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122807</link>
			<description><![CDATA[hi

i'm using the older version of the player on an english language site. it's a very easy implementation: hold the mouse over a word and hear it spoken.

it's simple code (largely from your site) and works with an swf audio file. however, if i use an mp3 file instead, ie7 pops up a msg about running windows media player.

how can i force the jw player to play the mp3 file and avoid any microsoft issues?

thx

rob

mail@cherryheaven.co.uk]]></description>
			<guid>http://www.longtailvideo.com/support/forum/JavaScript-Interaction/18259/SWF-plays-MP3-doesn-t#msg122807</guid>
			<pubDate>Tue, 30 Jun 2009 08:46:19 -0400</pubDate>
		</item>
	</channel>
</rss>