Not yet rated

Problem

You have developed a widget and there has been no user interaction for a prolonged period of time. As a courtesy to users who have subscribed to your widget, you wish to manually advance to the next widget *immediately* (and without any scheduled delay).

Solution

Set a custom variable called_chumby_widget_done variable in the main _root timeline to true.

Detailed explanation

Merely set the flag below, and the chumby framework will advance the user to the next widget contained in the current user's configured channel lineup (if there is only one channel, then the behavior is moot).

//-- manually advance to the next widget within the defined channel
_chumby_widget_done = true;

_chumby_widget_done is custom to the chumby framework. It is *NOT* supported on other Flash Lite supported device platforms.

+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes