This morning I talk with Fabio, a friend of mine, and he asks me if I’ve ever loaded an FLV file in Flash Lite 3 from web.
//video_vd is an istance of video object that is in library
video_vd.play("http://www.mart3.co.uk/video.3gp");
var nc:NetConnection = new NetConnection;
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.play("http://www.mart3.co.uk/flvfl3/phone.flv")
video_vd.attachVideo(ns);
A big THANK YOU to Alessandro!Update: Talking with Scott I found a recent post of Nick Gerig about security model of Flash Lite 3 that explains well the problem.
You can download the FL3 developer edition to test FL3 content on supported Nokia S60 3rd edition or later devices: http://labs.adobe.com/technologies/flashlite3/.
Also the first Nokia S60 devices with FL3 pre-installed will ship in Q108.
Thank you ^^
I tested on nokia 6300i and it is not working.
System.capabilities.hasStreamingVideo returns FALSE, since Flash Lite 3.0 is there…
Hi,
I have setup an RTSP server (DSS) for the 3gp contect. the sample files (all audio) work well when I play them, but the 3gp video content placed in ‘C:\Program Files\Darwin Streaming Server\Movies’ dont play at all. Although, they play well when pointed locally on my machine.
Regards,
Supriya Tenany