Hello Everybody,

I'm trying to play an mp3 file with openlaszlo, with no luck :(. It
says: Stream not found.
Can anyone help me? I also tried with mp3: or id: prefix ... the only
files I can play are .flv. I Tried this with OpenLaszlo 4.7.3 and
4.7.0

here is the code:

<canvas proxied="false" debug="true">
    <method name="init">
        // let's kick it
        v.stream.debug = 1;
    </method>
    <videoview url="http://127.0.0.1/aircasts/loco.mp3";
               type="http"
               id="v"
               autoplay="true"
               />
</canvas>

The error is:

INFO: mediastream _onNetStatusAS3() NetStream.Play.StreamNotFound
mediastream #v/mediastream _onStatus 'NetStream.Play.StreamNotFound'
{code: 'NetStream.Play.StreamNotFound', level: 'error'} time=0
WARNING: mediastream _onStatus not handled #v/mediastream
'NetStream.Play.StreamNotFound' {code:
'NetStream.Play.StreamNotFound', level: 'error'}

Best Regards,

-- 
Lucas
+54 911 6621 5845

Reply via email to