flash plugin for C++ applications?

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

  1. #1

    Default flash plugin for C++ applications?

    Is there a dll+headers package available for C++ application developers,
    so that they can use flash animations within their applicaiton
    (similarly to how web browsers do it)?

    Thanks.
    axis Guest

  2. Similar Questions and Discussions

    1. Please help --> How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if flash plugin is not available in browser
      Hi, Please help How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if...
    2. Flash Applications run very slow
      Whenever i watch a flash animation or run a flash game with firefox it runs very slow, like 4 frames per second (normal is 12) or something like...
    3. Flash Form Applications
      Hi All, I need some serious advice on what is the best way to build applications in Flash Professional using Forms. We are working on a major...
    4. [Flash MX] Launch applications
      Hi All I'm sure that maybe someone asks for this before, but i couldn't find it in all the list messages. I need to prepare a CD in Flash MX and...
  3. #2

    Default Re: flash plugin for C++ applications?

    Use the activeX control .. your C++ (eg VC) should generate headers for you
    from the activeX control


    Artful Guest

  4. #3

    Default Re: flash plugin for C++ applications?

    > Is there a dll+headers package available for C++ application developers,
    > so that they can use flash animations within their applicaiton
    > (similarly to how web browsers do it)?
    >
    > Thanks.
    The flash player is an activex control, you can use it like any activex
    control in VB, VC++. You just have to remeber to distribute the control with
    you application.


    mick 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