Flash generator for asp.NET

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Flash generator for asp.NET

    Does it existe a "generator" for asp.NET that generate flash rich application?
    The same job as ColdFusion or Flex does, but using .NET.
    We could create forms, charts, tab, grid applications...
    Macromedia as a release of that kind of control?

    j_o_w_a Guest

  2. Similar Questions and Discussions

    1. Flash Album generator not in DW
      Novice in building site, purchased DMXZone Flash Album Generator 2, installed trial version of Fireworks, Adobe extension manager says it's been...
    2. Letter Generator
      I have a standard letter template that I want employees to use. I want them to fill in some forms on a page and click a button to generate the...
    3. .as and .flv to .swf convertor ? Generator ?
      I'm searching for a solution to join an external .as actionscript file with a external .flv flash video file to one .swf flash file on the fly on a...
    4. Generator 2 r3 on Windows XP
      Hi, I am trying to install Macromedia Generator 2 release 3 on my Win XP box but after doing so I have to restart and on logon after the boot I...
    5. Parser generator
      This is a multi-part message in MIME format. ------=_NextPart_000_0054_01C35555.A871D780 Content-Type: text/plain; charset="iso-8859-1"...
  3. #2

    Default Re: Flash generator for asp.NET

    Yes this exists. Do a search for NeoSwiff or Xamlon. They are applications
    platforms that convert XAML (similar to XML) to Flash, but can be developed
    using .NET... So technically, you have straight .NET to SWF. Why you'd want
    to, though, is beyond me, as they don't have the same server based compilation
    capabilities that Flex and Laszlo offer.

    LeeMcColl Guest

  4. #3

    Default Re: Flash generator for asp.NET

    You can just use .Net to set up a Web Service then use the WebServices class to
    handle all navigation, charting and playback. Currently I use this for real
    time voice/video chat, purchasing, reporting and etc all automatically from one
    Flash Movie. It just loads its state from a web service that attaches to a SQL
    backend.

    Death_Claw Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139