Results 1 to 3 of 3

Thread: asp.net and flash? possible?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    asp.net and flash? possible?

    hi.

    if i have created an asp.net website (with C# back code)... is it possible for a flash designer to use the code I have made?

    so for example, in C# i may have a code to collect information about a user (so it takes the name, address details etc.. from the webform which has textboxes) and does some stuff with it, like email it or store it in SQL or whatever....

    if a flash designer jazzes up the website UI and wants this "collect" details form to be jazzed up... would the asp.net webform/site still work?

    finally, how do you integrate flash into asp.net?

    thanks!

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: asp.net and flash? possible?

    You can integrate Flash into ASP.NET as easily as Flash into HTML as all ASP.NET does is generate HTML. I'm not aware of any controls that do all the work for you however.

    I'm not an expert on Flash but I believe a Flash Form sends a HTTP response in exactly the same way as a HTML form and therefore you would be able to grab the data entered using the Request.Form or Request.QueryString objects.

    HTH

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: asp.net and flash? possible?

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width