Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

fl.controls.slider

Contributor ,
Mar 23, 2011 Mar 23, 2011

There is Adobe documentation for a Slider control at http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/Slider.html , but I've never been able to find a slider control within Flash. I'm guessing I'm missing something and this is a stupid question, but does anyone know what the deal is?

Slider is highlighted blue in code but if I try to make a Slider in code it gives me a type was not found error.

TOPICS
ActionScript
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 23, 2011 Mar 23, 2011

The Slider is one of the AS3 components. It will be in the User Interface of the Components panel.

And you will need to "import" it if you want the code hinting/highlighting to work properly....I think:

import mx.controls.sliderClasses;

Translate
LEGEND ,
Mar 23, 2011 Mar 23, 2011

The Slider is one of the AS3 components. It will be in the User Interface of the Components panel.

And you will need to "import" it if you want the code hinting/highlighting to work properly....I think:

import mx.controls.sliderClasses;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 23, 2011 Mar 23, 2011

Yup, it was a stupid question. Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 23, 2011 Mar 23, 2011
LATEST

been there

done that

glad it worked for you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines