home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / services / exclusive.swf / scripts / DefineSprite_203_supportContent / frame_2 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  217 b   |  10 lines

  1. _parent.refreshPane();
  2. _parent.setScrollPosition(0,0);
  3. input_14.setDataProvider(_root.comboData);
  4. if(_root.cmbIndex == undefined)
  5. {
  6.    _root.cmbIndex = 0;
  7. }
  8. input_14.setSelectedIndex(_root.cmbIndex);
  9. stop();
  10.