<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hey, all!<br>
<br>
For some reason, I can use a videoview to view a streaming FLV just
fine.&nbsp; However, I can't seem to get it to work with an MP3.&nbsp; I've tried
using a simple videoview, a videoview with an embedded mediastream,
using a file on localhost, using files on a remote server, etc.&nbsp;
Nothing I do seems to help.&nbsp; From my tests, the files are loading fine,
I just can't get them to play.<br>
<br>
I've uploaded an MP3 to a public-facing server for a simple test.&nbsp;
Please give this test harness a shot:<br>
<br>
</font></font><font size="-1"><tt>&lt;canvas width="100%" height="100%"
debug="true"&gt;<br>
&nbsp;&nbsp; &nbsp;&lt;simplelayout axis="y"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>
&nbsp;&nbsp; &nbsp;&lt;videoview name="video" autoplay="true"&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;!-- &lt;mediastream name="stream"
url=<a class="moz-txt-link-rfc2396E"
 href="http://localhost:8080/lps-4.0.2/track4.mp3">"http://localhost:8080/lps-4.0.2/track4.mp3"</a>&gt;
--&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;mediastream name="stream"
url=<a class="moz-txt-link-rfc2396E"
 href="http://featurific.com/files/tmp/shiver.mp3">"http://featurific.com/files/tmp/shiver.mp3"</a>&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;handler name='onprogress'&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Debug.write("PROGRESS! " + progress)<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if(progress==1)<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Debug.write("Come on, play!")<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;play()<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/handler&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;handler name='onrequest'&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Debug.write("REQUEST!")<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/handler&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;handler name='onurl'&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Debug.write("URL!")<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/handler&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;handler name='onload'&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Debug.write("LOAD!")<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/handler&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/mediastream&gt;<br>
&nbsp;&nbsp; &nbsp;&lt;/videoview&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&lt;!-- &lt;videoview
url=<a class="moz-txt-link-rfc2396E"
 href="http://featurific.com/files/tmp/shiver.mp3">"http://featurific.com/files/tmp/shiver.mp3"</a>
autoplay="true"/&gt;
--&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&lt;!-- &lt;videoview
url=<a class="moz-txt-link-rfc2396E"
 href="http://site.airgundepot.com/video/agd.flv">"http://site.airgundepot.com/video/agd.flv"</a>
autoplay="true"
width="800" height="600"/&gt; --&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&lt;!-- &lt;videoview
url=<a class="moz-txt-link-rfc2396E"
 href="http://site.airgundepot.com/video/agd.flv">"http://site.airgundepot.com/video/agd.flv"</a>
autoplay="true"&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;animator name="movex" attribute="x" to="300"
duration="5000" start="true"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;animator name="movey" attribute="y" to="300"
duration="7000" start="true"/&gt;<br>
&nbsp;&nbsp; &nbsp;&lt;/videoview&gt; --&gt;<br>
<br>
&lt;/canvas&gt;</tt></font><font size="-1"><font
 face="Helvetica, Arial, sans-serif"><br>
<br>
As a side-note, I've been able to find examples of using a videoview
with a .flv file.&nbsp; However, I can't find any code examples on the net
of someone using a videoview with an MP3 file to provide just audio
alone.&nbsp; So strange for a feature that seems so powerful!&nbsp; (The original
laszlo killer-app (Pandora) relied profoundly on this feature, right?&nbsp;
Surprising...)<br>
<br>
Anyway, thanks in advance for your help! :)<br>
-Rich<br>
<br>
P.S. THis is my first post to the email group.&nbsp; Which is better for
questions like this - the email group or the forums on the website?&nbsp;
I'd imagine turnaround time is shorter here, and the discussion is
still indexed somewhere as Google-fodder, right?<br>
</font></font>
</body>
</html>