询问者
AxShockwaveFlash 在.net里没有左键

问题
全部回复
-
你好
你说的没有左键是什么意思?能把问题详细描述下吗?
你可以手动设置不用全屏播放。
axShockwaveFlash1.Dock = DockStyle.None;
Cookie Luo[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
你好
你是不是在一个满屏的播放器里播放多个flash,然后想知道点击一下正在播放的是哪个?
播放器只是负责播放你指定的flash的PAth,它并不知道这些flash有什么区别。
如果想在点击flash响应一些事件的话,最好是在flash本身里面做好。
我看到你想用WndProc函数,即便它能响应的话,这个函数只是捕捉到一个flash被点击的message,这和播放的flash无关。
Cookie Luo[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.