Flash / Lectora communication problems
December 8, 2005 12:00 AM
OK this has got me beat! I have been trying for hours to get Flash and Lectora to communicate. I've read everything I can find in all the posts referring to the topic, and have tried all the suggestions but can't seem to get anything to work.I've tried to get Lectora to go to nextPage by clicking on a button in Flash, then I tried to show some hidden text on the same screen as the flash animation. Each time I checked the HTML/Javascript to make sure I was calling the correct function and using the correct action etc. but I'm just going round in circles.Here is some of the actionScript from Flash:on(release){ //getURL("javascript: text290.actionShow();"); //does n't work //getURL ("javascript:action305();"); // Doesn't work //getURL ("javascript:window.document.[swfanim266.swf].action305();"); //not working //getURL("javascript:alert('yo u clicked me')"); //Worked in browser (Flash HTML) not in Lectora //getURL ("javascript:document.action305();"); //Doesn't work //getURL ("javascript:window.document.swfanim266.action305();"); //not working getURL('javascript:trivNextPag e()') //not working }Does anyone know what I'm doing wrong?I REALLY need to get this thing under the belt. Thanks in advance.
Discussions have been disabled for this post