Hi everyone,
I started a PSP skin some time ago but the speed of the html parsing
and dynamic features are not exactly what I expected.

So I started looking at Flash to speed up things.

One thing I want for sure is full dynamic update of everything. The CLI
seems to be the best way to go since I can receive updates in real-time
without polling all the time.

BUT.. the only thing I can do in flash is an XML socket. After some
research, it doesn't look like SlimServer is able to talk to the Flash
that way. The only XML features available are one-way http requests.

Could it be possible to program a small application that:

- offers an XML socket to the PSP

- receive everything from the CLI,
wrap it in an XML tag,
and shoot to the PSP

- receive XML tags from the PSP,
remove the tags
and pass the string along to the CLI

Is this too far-fetched ?


-- 
Lowrent
------------------------------------------------------------------------
Lowrent's Profile: http://forums.slimdevices.com/member.php?userid=5665
View this thread: http://forums.slimdevices.com/showthread.php?t=24876

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to