[color=black][font=Arial]I am trying to find the best way to burn a self executable presentation on a cd. One option is to launch an html page that launches a pop-up window with the presentation playing in the window. The new browser security with active x controls prompts users to enable or disable the flash presentation which is a big draw back. [/font][/color]
[color=black][font=Arial][/font][/color]
[color=black][font=Arial]The alternate route is to publish a projector exe. The down side is the window expand command is functional which allows the window to expand to the entire desk top. It is possible to limit the stage from expanding [color=#0000ff]fscommand(“allowscale”, “false”);[/color] but I haven’t found a way to disable the window expand function. This doesnt work [color=#0000ff]fscommand(“fullscreen”, “true”);, [/color][color=black]a[/color]ny ideas?[/font][/color]