redrocketcms.components.RRProbe
The probe acts like a primer to initialize the RRC framework. You can use the probe to load the framework at a time before the body is on stage, for example to play an animation. Otherwise, the body would instantly load content as soon as the framework was loaded.
Static. This id is the sybolID linkage necessary for dynamic attachment using attachMovie().
Example Usage. Identical functionally to dropping the RRProbe component on the stage:
Write-only. Will accept one of three values:
Event dispatched to listeners when the RRC framework has been iniialized. Note: if you are going to use a function for the Probe, you should use the EventDispatcher method instead of setting an onInitialized method.
Example: