goesmaster
unread,Jan 9, 2012, 9:30:58 PM1/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ff-activex-host
I have some require to get the flash in transparent. I googled and
found that host flash in windowless can draw flash in transparent to
HDC, use IViewObject::Draw method whit the first prama as
DVASPECT_TRANSPARENT, not DVASPECT_CONTENT, and this will draw the
content in transparent into HDC. But i don't know how to use ff-
activex-host to host the falsh in windowless mode, i search the source
in ControlSite.cpp, and i only one place that change m_bWindowless to
true, it was in CControlSite::OnInPlaceActivateEx, and i put a
breakpoint in this method, when i debuged this, and it breaked, i
found the method in front of CControlSite::OnInPlaceActivateEx is
CControlSite::DoVerb in stack. But i don't know which prama of DoVerb
will cause CControlSite::OnInPlaceActivateEx's second prama dwFlags
contains ACTIVATE_WINDOWLESS.
Thank you!