Welcome, Guest
  • Author Topic: Asp.net and flash  (Read 585 times)

    hasanali00

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Asp.net and flash
    « on: 10/02/04, 06:07 »
    Hi
    For my next project, I have the options for building a web application using just ASP.NET or asp.net with Flash.

    So, I can use asp.net for both business logic and presentation layer; or I can use asp.net for business logic and Flash components for presentation.

    If I go with asp.net and Flash, I would build a web service that would return XML document and bind it to Flash components.

    My question is: Would you advise me to use asp.net and Flash togather. Will there be any issues with performance or scalability?

    You may say that I should use Flash Remoting, but I do not have the resources to buy Flash Remoting.

    Thanks

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:Asp.net and flash
    « Reply #1 on: 10/05/04, 10:03 »
    Since Flash 5 people are using Flash as Front-end from different kinds of app. Based on how much info you will use, probably a thin server side (name/value pairs) is quicker than XML retrived from Webservices, but probably you want to share output whith others apps. Just try it.

    Jorge