I am using SWFobject to implement player from slideshare.
Using embedSWF method to get player:
swfobject.embedSWF("http://static.slidesharecdn.com/swf/doc_player.swf", "player", "700", "392", "8", null, flashvars, params, atts);
its giving me player correctly but now I want to customize options from player i.e I don't want options like zoom in, zoom out,show on slideshare etc currently which are there on player.
can I able to customize it?
SWF Object can be embeded in your code using following
As you can see it has params as one of its parameter. Params can have menu, id, play, loop, quality, scale, etc.
To remove control menu keep menu as false. In your case, try below code
I am not 100% sure about this as I have not tried it.
For more reference you can look at
flash-object-embed-tag-attributes
swfobject/wiki/documentation