hi !
I'm trying to find a way to change the content of the content plugin via the "setHtml()" method from another Flash Plugin...
any idea ?
I tried ("content" is the name of the content plugin) :
then
but of course it doesn't work !
I'm trying to find a way to change the content of the content plugin via the "setHtml()" method from another Flash Plugin...
any idea ?
I tried ("content" is the name of the content plugin) :
contentBar = _player.pluginRegistry.getPlugin("content");
then
contentBar.setHtml("test');
but of course it doesn't work !