Guidance to Azure enable Flash Builder output

답변됨 Guidance to Azure enable Flash Builder output

  • Tuesday, December 14, 2010 9:06 PM
     
     
    I am creating a flash-based product using the Flash Builder(flex) development environment. Is there a SDK and notes available on how I should make it "Azure ready". I see something for Visual Studio and looking for the equivalent. Thanks

All Replies

  • Thursday, December 16, 2010 2:55 AM
    Moderator
     
     

    Hi RG1967,

    As I understand, you want to deploy your flash application on cloud. Because flash is running on client side, to deploy your app, we donot need any modification in flash app, just embed the flash in webpage and host in an webRole.

    Thanks,


    Mog Liang
  • Thursday, December 16, 2010 2:49 PM
     
     

    Thanks Mog Liang

     

    I will need flash/flex to interact with back-end databases and xml files- essentially we will have a bunch of flash files along with their html wrappers. 

    Are you suggesting we can just load up the html wrapper and the associated flash file. How do I associate that to a web-role. Thanks 

  • Friday, December 17, 2010 3:17 AM
    Moderator
     
     Answered

    Hi,

    Can you make your flash apps work in an Asp.net Application? If so, it's very easy to transform an asp.net app to Webrole, please refer to this blog

    http://blogs.msdn.com/b/jnak/archive/2009/02/05/using-an-existing-asp-net-web-application-as-a-windows-azure-web-role.aspx

    Thanks,


    Mog Liang