| Author |
monitor the flash player event in web browser
|
zb cong
Ranch Hand
Joined: Jan 14, 2002
Posts: 403
|
|
Hello:
i use following method to embed the flash player in web browser
<object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="889" height="701" id="FLVPlayer">
.............
.............
</object>
now, i want to monitor the "play, pause, forward, backward, stop" event by javascript, how to do that? i know that i can monitor the media player event, by set a send event param to true, i wonder if the flash player provide the similar mechanism?
thanks.
|
 |
 |
|
|
subject: monitor the flash player event in web browser
|
|
|