I've got a .swf flash file in a Lectora (2007) page. The .swf file is hidden (initial visible isn't checked). I've created a button(action = show, target = .swf file). When i push the button it shows the .swf.In the .swf flash file i've created has a hide button with the following actionscript : _root.close.onPress = function() { getURL("javascript: swfFile:actionHide();"); }But this actionscript doesn't work.My question:How can the .swf flash file hide hisself in Lectora?Thanks in advance!