Just to add to what Kannan is trying to mention .. The source that kannan is trying to refer to is the SWF machine erlang program that mrinal has written to generate a swf file, the program takes certain instructions as input and generates the swf binary instructions which once saved in swf file, are understood by the flash player ..
mrinal uses swf file format specifications to write the erlang program, this can be done using any other language/technology, the specs are well documented and can be downloaded from here - http://www.adobe.com/devnet/swf.html you can also watch the video that mrinal recorded and posted at his blog, where he is trying to explain how he writes those custom instructions, feeds them into erlang program n then generates the swf file - http://weblog.mrinalwadhwa.com/2010/03/17/swfmachine/ you might want to write a custom program on the server side in a similar fashion which would generate a swf file for you .. Saurabh http://blog.saurabhnarula.com/ On Fri, Oct 1, 2010 at 10:40 AM, kannan r <[email protected]> wrote: > I think you can search for generating .swf using erlang. Which will lead > you in a nice path. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

