Hi darrenmason,
Just tried your flash based orbiter and looks like there is a bug.
var imageUrlPage =
"include/image.php?imagepath=/var/www/pluto-admin/security_images/64_web.png";
changed it to use deviceID (54 in my case)
However it stilll will not work, this is what I get when I run it.
2008-07-21 16:48:59 BtPlayObject::Pump(cycle 0) got 2 responses, executed 0 deferred actions
2008-07-21 16:48:59 ClientObject::DoTimeCheck() elapsed time = 1216673362s now=1216673362 next check=1216674000
2008-07-21 16:48:59 si_object.cpp:assureTimeZoneOffset(): changed offset from 0 to 18446744073695151616, zone=EDT
2008-07-21 16:48:59 NetStreamRequest::Open(2): Opening protocol 'http://' host '192.168.80.1' port 80 location '/pluto-admin/
include/image.php?imagepath=/var/www/pluto-admin/security_images/54_web.png'
2008-07-21 16:48:59 NetStreamRequest::Open(2) opened http object id 1
2008-07-21 16:48:59 NetStreamRequest::ProcessHeaders(2) content-type: text/html
2008-07-21 16:48:59 NetStreamRequest::Step(2) done, closing stream (612 of 612 bytes, avail=0) status=200 (ok)
2008-07-21 16:48:59 SI_Object::SI_GetImageInfo(405415d4,1879089880,{40579e28,612})
2008-07-21 16:48:59 ImageObject::DetectImage() unable to determine type of image with 612 bytes starting 3c 48 54 4d
2008-07-21 16:48:59 ImageObject::DetectImage() unable to determine type of image with 612 bytes starting 3c 48 54 4d
2008-07-21 16:48:59 SI_Object::SI_GetImageInfo() - Image id 1879089880 type 0 (Unknown) not supported
2008-07-21 16:48:59 SI_NotifyError(0x405415d4): Error 6 (FI_BadImageDataError)
2008-07-21 16:48:59 ClientObject::ProcessSoftEvent(mmobj=0x405415d4) type=WidgetLoadStatus value=aserror comments=6
2008-07-21 16:48:59 FI_SendEvent(0x405415d4,3,...) sending event
2008-07-21 16:48:59 ClientObject::ProcessSoftEvent(WidgetLoadStatus,aserror,6) - failed to send event
2008-07-21 16:48:59 ClientObject::ProcessSoftEvents() - 1 events processed
2008-07-21 16:48:59 ClientObject::DoUpdate(id=1 master=Y): got FI_FrameBufferUpdatedWithError
not sure why it failed, I can wget 54_web.png from chumby however this is a jpeg file not png.
linuxmce@dcerouter:/var/www/pluto-admin/security_images$ file 54_web.png
54_web.png: JPEG image data, JFIF standard 1.01
Let me know if I am doing something wrong.