Flash Command Call Function not working.

Hi AllI have put a flash 8, actionscript 2, animation into a demonstration copy of Lectora Professional publishing suite v2008 SP2.In lectora I have 4 buttons doing the following:1) sets Variable "lectora" in flash to 02) sets Variable "lectora" in flash to 13) gets value of variable "lectora"4) calls function in flash.When I use the debug option, it seems that the first 3 buttons work, but I cannot get the call function button to work.The properties for this button are:Action : Flash CommandTarget: the correct flash fileCommand: Call FunctionName: lecFuncValue: I left this blank as the 2 set variable buttons control the value in the flash file.This is the actionscript in the flash file. There is only one frame, with a dynamic text field called "lecText" and a movie called "lecmovie"The button in lectora does not seem to call the function at all. Why ?stop();//This variable is set by the 2 buttons in lectoravar lectora:Number = 0;function lecFunc() { if (lectora == 0) { lecText.text = "Text Changed from Lectora. Var = 0"; lecMov.gotoAndStop(1) } else if (lectora == 1) { lecText.text = "Text Changed from Lectora. Var = 1"; lecMov.gotoAndStop(2) }}The button when pressed in lectora does not seem to call the function lecFunc at all. The text does not change and the movie does not change frame ? Does this option in lectora work at all or did I make an error somewhere. Does this option work in the trial version ? Does it support actionscript 2 Flash player 8 ?Any suggestions welcome.

Discussions have been disabled for this post