Thread: how to play swf or flash file in borland C++

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    19

    how to play swf or flash file in borland C++

    hi ,

    can anybody know how to play swf or flash file in borland C++.

    regards

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    19
    yaa.. but how can i make that code work on my win32 i.e borland C++

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Judging by the information on that page you're going to need a SWF plug-in. You could of course scan the registry and find the location of the program responsible for playing swf files, and then execute a system call to that program, but I think a plug-in would be much easier. I'm not sure where you'd get one - try the Borland website first, then Google (I'm not sure if Macromedia has ActiveX comonents you can download for use in programs - but check that out too).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  2. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Batch file programming
    By year2038bug in forum Tech Board
    Replies: 10
    Last Post: 09-05-2005, 03:30 PM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM