A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flash ActiveX

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    3
    Do anybody know how remove background color from movie?
    i use flash activex (in MFC application) in standalone app and want transparent movie.
    It's so easy for Html, but so hard in c++...
    wmode=Transparent didn't help

  2. #2
    In the 'Flash Properties' of the swflash.ocx -

    Check the 'Embed Movie' and make 'Window Mode' = transparent.


  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    3
    thanx...
    but problem don't there...
    ---
    MFC container not so good as i thought...

  4. #4
    I tried that too... unfortunately, the Macromedia documentation says that WMode only works when the player is embedded in Internet Explorer:
    http://www.macromedia.com/support/fl...ents/wmode.htm

    One thing you could try is instead of directly embedding the Flash Player control, embed the WebBrowser control housing a simple web page which shows your Flash movie (and uses the WMode=Transparent property), and then make the WebBrowser control transparent?

    Just a suggestion, I have no idea if it will work...

    -Dogboy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center