Thread: Flash <--> c++

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    43

    Question Flash <--> c++

    I have read a subject that the writer said that He use a Flash scene as a user surface, VIZ, instead the traditional Windows and buttons he used the Flash scene.. and he said that by this way he can make a program that can work with all the operating systems. anyway..
    Can anyone tell me How to bind flash with c++ code. and make user surface with the flash file??

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Best bet is to go to the people that created flash

    here

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    43

    thank you!

    thank you Dear!

    do you have additional bet <--------------||You Or another user!||

  4. #4
    They have a tutorial on the FLASH program, in the help section, that shows you how to integrate FLASH movies into your C++ programs. You can even download the Header files and Lib or DLL that allows you to put the flash ability into your software.

    It's mainly just controls on how to start, stop, and puase a Movie.

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: thank you!

    Originally posted by c--
    do you have additional bet <--------------||You Or another user!||
    Sorry...little slow this morning (no coffee)...what do you mean?

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    43

    I mean.......

    My question is : how to make a program that its surface if flash..

    and just in c++, (excluding VC++).

    I don't need to View scene Or Pause...ect. I want to make surface

    ........Imagine a window , and buttons and textbox... that I drow with Flash and want to make my program use this surface in DOS Or Linux mode... is it possible ??

  7. #7
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Originally posted by OneStiffRod
    They have a tutorial on the FLASH program, in the help section, that shows you how to integrate FLASH movies into your C++ programs. You can even download the Header files and Lib or DLL that allows you to put the flash ability into your software.

    It's mainly just controls on how to start, stop, and puase a Movie.
    Where could you find this tutorial?

  8. #8
    I believe you can find the FLASH -> VC++ on the FLASH CD itself under examples. It's just a simple Windows Dialog Box with the FLASH movie playing in loop in the dialog.

    I beleive they are using a DLL that comes with the example and they give you the C++ code -- the function invokehelper() with a memory address is used to extract the capabilities from the DLL.
    You don't have to code anything really since they give you everything and you just have to include the DLL into your program and use the functions in the DLL.

    -- For original poster
    If you want to make the surface of your program Flash, that tuturoial will give you everything you need. Just create a console app that plays your Flash Movie. Before you say that you don't want to play a Flash movie, everything Flash is a Movie, you must write all the functionality into your Movie in ActionScript for it to be interactive. Once you do that you can create a small C++ app that shows your movie, preferably in FULL SCREEN.

    You need to poor through the documentation of FLASH to see if it's possible for C++ to see your functions and objects within the FLASH movie and access them or if you can access external C++ functions and objects through the ActionScript. The tutorial they give you only has controls for the movie globaly - ie you can only pause, play, stop, etc. the movie. GoodLK.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. > > > Urgent Help < < <
    By CodeCypher in forum C Programming
    Replies: 2
    Last Post: 01-31-2006, 02:06 PM
  2. C++ Overloading < > == for use with char * or string
    By neolyn in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2004, 03:37 PM
  3. Overloading < or > operators
    By mouse163 in forum C++ Programming
    Replies: 3
    Last Post: 03-30-2003, 08:32 PM
  4. Computational Geometry /\ 0 | ~ < >
    By Moni in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2003, 02:55 PM