I want create a form using flash(cs5/cs3) and want to interact it with database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meenesh
    New Member
    • Jul 2010
    • 2

    I want create a form using flash(cs5/cs3) and want to interact it with database

    related to above question please help me out :--

    on the basis of above interact with database i also want some animated output to appear such as "smile should increase if student secure above 90 marks"or if not then "smile should decrease"


    though i know it all need a huge knowledge of actionscript and asp.net along with c#.....
    but still not getting any idea to do it...
    hope u reply as soon as possible....
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    ActionScript/Flash is a completely different technology to ASP.NET/C#.

    You can use a Flash component in your ASP.NET website but the Flash component is going to run in its own environment while ASP.NET is going to run in its own environment....

    -Frinny

    Comment

    • meenesh
      New Member
      • Jul 2010
      • 2

      #3
      Originally posted by Frinavale
      ActionScript/Flash is a completely different technology to ASP.NET/C#.

      You can use a Flash component in your ASP.NET website but the Flash component is going to run in its own environment while ASP.NET is going to run in its own environment....

      -Frinny
      thanks for the advise. please how the connectivity between both will take place(brief idea about connectivity steps)
      waiting for reply.......

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        The only connection that I can see between the two would be if they both used the same database.

        Unless you're wondering about how to include Flash objects into your ASP.NET application?

        -Frinny

        Comment

        Working...