Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate Flash objects server-side with .NET

How can I create an array of Flash objects (for instance, Buttons) on the server-side using .NET, then stream them as binaries?

In essence, I would like to decrease the time spent on the client creating objects out of base primitives.

like image 653
Yordan Yanakiev Avatar asked Nov 12 '22 07:11

Yordan Yanakiev


1 Answers

This can be accomplished with Flash Remoting. In the past I've used FluorineFX (fluorinefx.com), but it hasn't been updated in a long time.

You might also want to look into WebORB for .NET (http://www.themidnightcoders.com/products/weborb-for-net/overview.html), which is another solution for Flash Remoting. Unlike FluorineFX, WebORB is still being supported. However, the full version of WebORB isn't free and it looks like they won't tell you how much it costs unless you talk to one of their salespeople.

like image 133
T Graham Avatar answered Nov 14 '22 22:11

T Graham