Hi I built a product for web and it has flash elements that communicate to Lectora when to make the Next button visible. This is working fine using the ActionScript.
import flash.external.*;
ExternalInterface.call("button12783.actionShow");
My issue is that now the client wants a CDROM version. At first I went easy Lectora has a publish to CDROM setting. But the code I used to communicate to Lectora from Flash doesn’t work when launched from a CDROM any ideas. I was thinking a fscommand function but can I still talk to a button.
Hi I built a product for web and it has flash elements that communicate to Lectora when to make the Next button visible. This is working fine using the ActionScript.
import flash.external.*;
ExternalInterface.call("button12783.actionShow");
My issue is that now the client wants a CDROM version. At first I went easy Lectora has a publish to CDROM setting. But the code I used to communicate to Lectora from Flash doesn’t work when launched from a CDROM any ideas. I was thinking a fscommand function but can I still talk to a button.