function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kylew@mbs-us.cokylew@mbs-us.co 

Flex and S-Control

I just created a flex control and put it in a scontrol. It's a simple control with a data grid and a bar chart. I would say about 50% of the time it shows up black and internet explorer wants me to click to activate the control. once you click on it everything is fine.
 
does anyone know of a way for it to activate automatically?
Ron HessRon Hess
long story, it is solvable

http://www.howtocreate.co.uk/noclicktoactivate.html

http://capitalhead.com/articles/click-to-activate-and-use-this-control---kb912812.aspx

basicaly you need to move the CLSID off the scontrol and into a snippet, which can then be loaded using document.write().

i'll try to write up a recipe in the next week or so, when i return from Adobe MAX.