What steps will reproduce the problem? 1. 2. 3.
What is the expected output? What do you see instead? The real problem is that infos fields aren't refreshed.
What version of the product are you using? On what operating system? on version 1.1 win WP firefox 2.0.0.14
Please provide any additional information below. In function play() there is the following mistake if (myListener.url == "undefined") -> if (myListener.url == undefined)
There is something else but i didn't found it because i'm noob on web dev. That's a problem with the listener "myListener.onUpdate = function()" this function is never called...
Comment #1
Posted on Jan 4, 2010 by Quick RabbitComment deleted
Comment #2
Posted on Jan 4, 2010 by Quick RabbitI have the same problem. myListener.onUpdate function is never called. Please provide an explanation. Thanks
Comment #3
Posted on Jun 26, 2010 by Quick Elephantbump, I also have this issue.
Comment #4
Posted on Oct 8, 2010 by Helpful LionHi. Try setting 'enabled' to 'true':
or
_getFlashObject().SetVariable("enabled", "true");
Status: New
Labels:
Type-Defect
Priority-Medium