Flash ActiveX detailed docs?

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

  1. #1

    Default Flash ActiveX detailed docs?

    Ok, I'm clearly a moron, because I cannot for the life of me find actual
    documentation on the Flash ActiveX control, either on the net, news groups,
    or on the Macromedia web site. Our product is a control and automation
    system, and one of the pieces is an interface design system. We would like
    to provide them with a 'Flash Widget' they can drop on their interfaces and
    tell us what local file they'd like to play on interface load (or upon
    particular events.) That's the extent of our needs. Our system is in C++ and
    doesn't use any MFC or any other of the magic visual tools of MS' IDE. We
    need the actual ActiveX documentation which we will be calling the old
    fashioned way.

    BTW, I came across probably 30 similar questions in a newsgroup search, and
    as best I can tell not one of them was ever answered. I would just think
    that this is something that should be a little easier to find, or maybe I
    really am a moron, in which case I humbly request that someone point me to
    the documentation. The search engine on the Macromedia site fails with a
    database error every time I try to use it, so it's not of any use for me,
    and I'm not to sanguine that it would proivde a useful answer anyway at this
    point.

    Thanks.

    -------------------------------------
    Dean Roddey
    Chairman/CTO, Charmed Quark Systems
    [url]www.charmedquark.com[/url]


    Dean Roddey Guest

  2. Similar Questions and Discussions

    1. flash and activex
      Hello, can i embed activex in flash (like in dreamweaver insert-active x)? I need to embed mediaplayer, which can stream live tv shows.How to do it?
    2. cannot install flash ActiveX
      Installing flash8 from standalone installer. Get errormessage Error 1904 Flash8.ocx failed to register Hresult -2147220473 Uninstall doesnt help...
    3. Flash and the ActiveX of IE 7
      :shocked; Hi, I'm developing a webpage with Dreamweaver and Flash for the menu and other animation, but every time I visit or test the page a...
    4. Flash 9 ActiveX error
      Since installing Flash 9 I am having a problem that seems to be ActiveX related. In Firefox, whenever I go to a page with Flash I get an ActiveX...
    5. MTB-How to convert multiple .pdf docs to MS Word docs all at same time.
      Is there a way to convert multiple .pdf documents to MS Word Docs all at the same time without having to open each .pdf document & save as a MS Word...
  3. #2

    Default Re: Flash ActiveX detailed docs?

    there is no old fashioned way .. its an ActiveX control .. and you can use
    utilities (eg that come with Visual Studio) to generate the header file and
    view all the interfaces you can call. What (most of) them do is documented
    in various technotes on MM site (and others) where there is discussion of
    interfacing between JavaScript and flash movies (that uses the same
    interfaces as you would use)
    --
    All the best,
    Jeckyl


    Jeckyl Guest

  4. #3

    Default Re: Flash ActiveX detailed docs?

    On Thu, 24 Feb 2005 04:20:48 GMT, Dean Roddey wrote:
    > Ok, I'm clearly a moron, because I cannot for the life of me find actual
    > documentation on the Flash ActiveX control, either on the net, news groups,
    > or on the Macromedia web site.
    All the doc for the ActiveX control is here:
    [url]http://www.macromedia.com/support/flash/publishexport/scriptingwithflash/[/url]

    and here:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_12059[/url]
    Mehdi Guest

  5. #4

    Default Re: Flash ActiveX detailed docs?

    Thank you! I'm not going to go to that Morons Anonymous meeting now...

    -------------------------------------
    Dean Roddey
    Chairman/CTO, Charmed Quark Systems
    [url]www.charmedquark.com[/url]

    "Mehdi" <vioccc@REMOVEME.gmail.com> wrote in message
    news:1wbmovf2hq3uo$.1flpbuttkyjmq$.dlg@40tude.net. ..
    > On Thu, 24 Feb 2005 04:20:48 GMT, Dean Roddey wrote:
    >
    >> Ok, I'm clearly a moron, because I cannot for the life of me find actual
    >> documentation on the Flash ActiveX control, either on the net, news
    >> groups,
    >> or on the Macromedia web site.
    >
    > All the doc for the ActiveX control is here:
    > [url]http://www.macromedia.com/support/flash/publishexport/scriptingwithflash/[/url]
    >
    > and here:
    > [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_12059[/url]

    Dean Roddey Guest

  6. #5

    Default Re: Flash ActiveX detailed docs?

    Dean Roddey wrote:
    > Our system is in C++ and
    > doesn't use any MFC or any other of the magic visual tools of MS' IDE. We
    > need the actual ActiveX documentation which we will be calling the old
    > fashioned way.
    It sounds like you need to include the actual flash activeX into your
    project, which MAY be considered repackaging and therefore not covered
    under the general flash player distribution. So you MAY need to contact
    someone over at macromedia directly to get specifics as to how to do
    this and what you need to do to be covered legally.

    Basic summary is that what you are trying to do is probably beyond the
    intent for the Flash player and as such not something that a lot of
    developers, or even most people at Macromedia most likely, can answer
    your questions about.

    And for the record the flash player only uses ActiveX in IE, so perhaps
    you could use the non-activeX version of it for Netscape/Mozilla and
    everyone else to do what you are trying?
    Brandon Bradley 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