Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Running Flash Macromedia from a program

Running Flash Macromedia from a program

Scheduled Pinned Locked Moved C / C++ / MFC
adobequestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fad B
    wrote on last edited by
    #1

    Hi Is there any method to view EXE flash macromedia file in a window in my application ? (like avi files) Thanks very much :rose::rose::rose:

    C 1 Reply Last reply
    0
    • F Fad B

      Hi Is there any method to view EXE flash macromedia file in a window in my application ? (like avi files) Thanks very much :rose::rose::rose:

      C Offline
      C Offline
      ColinDavies
      wrote on last edited by
      #2

      Yes and No, the projector type files are not really designed for this. However you could include an exe as a resource to your project and then extract out from the PE the swf format, and run it in new ocx. Or even extract the swf at run time from a PE. It would be easier to extract the swf files beforehand and then use them in your app, whether you include them internally or just load them. Regardz Colin J Davies

      *** WARNING *
      This could be addictive
      **The minion's version of "Catch :bob: "

      It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

      F 1 Reply Last reply
      0
      • C ColinDavies

        Yes and No, the projector type files are not really designed for this. However you could include an exe as a resource to your project and then extract out from the PE the swf format, and run it in new ocx. Or even extract the swf at run time from a PE. It would be easier to extract the swf files beforehand and then use them in your app, whether you include them internally or just load them. Regardz Colin J Davies

        *** WARNING *
        This could be addictive
        **The minion's version of "Catch :bob: "

        It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

        F Offline
        F Offline
        Fad B
        wrote on last edited by
        #3

        Thanks very much for your answer But is it possible to extract the swf format from the PE ?!? And How to download the ocx of FLASH Macromedia ? Thanks very much :rose::rose::rose:

        C 1 Reply Last reply
        0
        • F Fad B

          Thanks very much for your answer But is it possible to extract the swf format from the PE ?!? And How to download the ocx of FLASH Macromedia ? Thanks very much :rose::rose::rose:

          C Offline
          C Offline
          ColinDavies
          wrote on last edited by
          #4

          bfadi wrote: is it possible to extract the swf format from the PE ?!? I have seen hacker type tools that remove the swf. Unfortunately I can't find an example online at the moment. bfadi wrote: And How to download the ocx of FLASH Macromedia Check to see you have swflash.ocx already on your PC, most have. Otherwise Macromedia are only to happy to provide it. Note it is the same ocx that IE uses to run any Flash movie Regardz Colin J Davies

          *** WARNING *
          This could be addictive
          **The minion's version of "Catch :bob: "

          It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

          F 1 Reply Last reply
          0
          • C ColinDavies

            bfadi wrote: is it possible to extract the swf format from the PE ?!? I have seen hacker type tools that remove the swf. Unfortunately I can't find an example online at the moment. bfadi wrote: And How to download the ocx of FLASH Macromedia Check to see you have swflash.ocx already on your PC, most have. Otherwise Macromedia are only to happy to provide it. Note it is the same ocx that IE uses to run any Flash movie Regardz Colin J Davies

            *** WARNING *
            This could be addictive
            **The minion's version of "Catch :bob: "

            It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

            F Offline
            F Offline
            Fad B
            wrote on last edited by
            #5

            Hi Thanks very much. I found one program exe2swf And it work fine. I found 2 ocx of flash in my computer, on flash.ocx (version6) & swfflas.ocx(version 5) BUT I get error when trying to insert it in a Dialog I tried the add registred Active control, but it did not add anyting. Do you have any great idea ? Thanks very much :rose::rose::rose:

            C 1 Reply Last reply
            0
            • F Fad B

              Hi Thanks very much. I found one program exe2swf And it work fine. I found 2 ocx of flash in my computer, on flash.ocx (version6) & swfflas.ocx(version 5) BUT I get error when trying to insert it in a Dialog I tried the add registred Active control, but it did not add anyting. Do you have any great idea ? Thanks very much :rose::rose::rose:

              C Offline
              C Offline
              ColinDavies
              wrote on last edited by
              #6

              I have always just added the ocx from the menu method as you appear to be doing with no problem The only thing I can think of, is that maybe you created a Dialog MFC project and did not select ActiveX Support, I tried it and used the "Shockwave Flash Control". Note: Shockwave and Flash are seperate things. Regardz Colin J Davies

              *** WARNING *
              This could be addictive
              **The minion's version of "Catch :bob: "

              It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups