.net and flash

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rick

    .net and flash

    hi guys!!

    i saw recently a document explaining how to send ""events"" from a flash swf
    to a .net app using C#, now im interested in know if is possible to send
    "events" from my app .net using C# o VB or J# to the same flash movie
    without use a web server, flash remoting, orbe or aspx, php, etc


  • Samuel R. Neff

    #2
    Re: .net and flash


    If you're talking about a desktop app then this implies that the C#
    app is hosting the SWF. You can communicate back and forth between C#
    (or any .NET language) and ActionScript in this scenario.

    One of my co-workers just gave a presentation on this subject at a
    Flash conference in Australia (MXDU05). You can download the slides
    and sample code here:



    If you're not talking about hosting the SWF and instead mean
    communicating with a SWF running in a web page from a desktop app,
    then you can communicate through ActionScript's LocalConnection . You
    can either try to hack the protocol used or much more easily host a
    small SWF in your app which can be used to proxy messages between your
    app and the SWF in a web page.

    HTH,

    Sam


    On Wed, 16 Mar 2005 12:54:21 -0600, "Rick" <zatankloz@gmai l.com>
    wrote:
    [color=blue]
    >hi guys!!
    >
    >i saw recently a document explaining how to send ""events"" from a flash swf
    >to a .net app using C#, now im interested in know if is possible to send
    >"events" from my app .net using C# o VB or J# to the same flash movie
    >without use a web server, flash remoting, orbe or aspx, php, etc
    >[/color]

    B-Line is now hiring one Washington D.C. area VB.NET
    developer for WinForms + WebServices position.
    Seaking mid to senior level developer. For
    information or to apply e-mail resume to
    sam_blinex_com.

    Comment

    • Rick

      #3
      Re: .net and flash

      its exactly that your talking about, its a desktop app

      let me see the presentation

      =)

      Thanks a lot!!!

      "Samuel R. Neff" <blinex@newsgro up.nospam> escribió en el mensaje
      news:po3h31lra9 n2bk71ji0190tnh l9esg19le@4ax.c om...[color=blue]
      >
      > If you're talking about a desktop app then this implies that the C#
      > app is hosting the SWF. You can communicate back and forth between C#
      > (or any .NET language) and ActionScript in this scenario.
      >
      > One of my co-workers just gave a presentation on this subject at a
      > Flash conference in Australia (MXDU05). You can download the slides
      > and sample code here:
      >
      > http://www.rewindlife.com/archives/000218.cfm
      >
      > If you're not talking about hosting the SWF and instead mean
      > communicating with a SWF running in a web page from a desktop app,
      > then you can communicate through ActionScript's LocalConnection . You
      > can either try to hack the protocol used or much more easily host a
      > small SWF in your app which can be used to proxy messages between your
      > app and the SWF in a web page.
      >
      > HTH,
      >
      > Sam
      >
      >
      > On Wed, 16 Mar 2005 12:54:21 -0600, "Rick" <zatankloz@gmai l.com>
      > wrote:
      >[color=green]
      >>hi guys!!
      >>
      >>i saw recently a document explaining how to send ""events"" from a flash
      >>swf
      >>to a .net app using C#, now im interested in know if is possible to send
      >>"events" from my app .net using C# o VB or J# to the same flash movie
      >>without use a web server, flash remoting, orbe or aspx, php, etc
      >>[/color]
      >
      > B-Line is now hiring one Washington D.C. area VB.NET
      > developer for WinForms + WebServices position.
      > Seaking mid to senior level developer. For
      > information or to apply e-mail resume to
      > sam_blinex_com.[/color]


      Comment

      Working...