A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Using SWF files in custom ActiveX controls

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    1

    resolved

    I am developing an ActiveX control using VC++ 6.0. The control has many picture properties such as background picture, button-foreground picture, etc.

    Using SWF may be a better choice because primarily I need not be bothered about the size of the rendering rectangle. Secondly, the rendering of SWF's is faster than that of bitmaps.

    The bitmaps are typically rendered transparently or translucently against some backcolor.

    I wanted to know whether I can render SWF also transparently or translucently ?

    If it is possible, can I handle all keyboard and mouse related operations over the rendering area of the SWF ?

    Thanx in advance,
    A die-hard Mysorean.

  2. #2
    Junior Member
    Join Date
    Aug 2000
    Posts
    5

    resolved activex

    We also developed an interface in C++ we may exchange some ideas may be but transparancy is impossible, cause you display the movie on a dialog box, also you will not be able to disable rightclick menu...

    regards
    emre

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