Dear all.
first.. i'm poor for english. --;;
I'm write VC++ 6.0 activex control that contains shockwave flash
control.
I can catch fs command from flash control in my ocx(1), but how can I
pass it to web page? (2)
(1) (2)
flash movie -> flash control -> my ocx -> web page
I've thought it would be able by firing event from my ocx to web page
which named 'fscommand', but it does not work.
What shall I do?