Hello,
I intergrate Real player in my page using the tag <embed>,
I want to use my button (not the default button) to control the player,
What commands should I use?
I have seen some documents about DoPlay(), DoStop(). I think it just works on IE, but I am working on FF.
The proprietary embed tag is very limited. You have much greater control if you use object tags instead. IE6 requires different attributes on the object tag to what other browsers require so you may need to nest one object tag inside another if you want to support IE6 as well as more modern browsers.
Bookmarks