Creating runtime flash object(embed/object element) using yml:swf works fine. But doesn't work fine, If it is created out of user action like click, keypress, etc.
I am using the following code.
QUOTE
divobj.innerHTML = '<yml:swf width="400" height="270" wmode="transparent" src="http://www.example.com/player.swf" flashvars="autoPlay=1&ecode=JCX3ta"/>';
Normally the above code works fine. But if it gets executed inside a function call which in turn gets called via user -action, it doesn't work. It will ask one to install new flash version ( beside having the latest ).