Results 1 to 4 of 4

Thread: [2.0] Flash + winforms

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    [2.0] Flash + winforms

    i'm able to put some swf file inside my winforms.
    it can run nicely..

    but now i need to control the frames inside the swf file..
    is it possible ? (for example, when i push some button, it play certain frames of my swf file)

    i'm using AxInterop.ShockwaveFlashObjects.dll to put my swf files inside winforms. The strange is when i do some search in msdn it returns no documentation at all.

    anybody can help me ?
    i know that i can do this using Flash Remoting MX, but i think it will cost a lot of time and effort to learn again the action script syntax (flash language).
    any body have experience in this ?

    thx

  2. #2

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    Re: [2.0] Flash + winforms

    just recently check that inside my reference ., also consist of
    "Interop.ShockwaveFlashObjects.dll"..
    now this is starting confusing..

    what's the difference Interop and AxInterop ?

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Flash + winforms

    Interop is to interoperate with a COM component. AxInterop is to interoperate with an ActiveX control. There's no reason for MSDN to have any information because this is nothing to do with Microsoft. Shockwave and Flash are Macromedia (now Adobe) technologies so it's up to them to provide the documentation.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    Re: [2.0] Flash + winforms

    yeah..you'r right..
    i do some search and get the API documentation in this web..

    http://activex.moonvalley.com/flash_...ackgroundcolor

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