Consider the following program: <canvas debug="true" proxied="false">
<view>
<handler name="oninit">
this.setSource("mymp3.mp3");
this.play();
</handler>
</view>
</canvas>
This will not play in SOLO mode; but will in proxied.
MP3 is listed as one of the types supported by OL without transcoding,
correct? If so, why will this not play in SOLO?
tcf
