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

Accordion Component for Menu AS3

Guest
Sep 17, 2008 Sep 17, 2008
What happened to the Accordion component that was in AS2? I've been searching for an accordion menu script or component that is compatible in AS3. Does anyone know of one? I'm not looking for one of the 'menu builders' -- I want to be able to edit the code.
TOPICS
ActionScript
2.4K
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
Guest
Sep 18, 2008 Sep 18, 2008
I guess you have to create your own Accordion component for AS3.
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
Guide ,
Sep 18, 2008 Sep 18, 2008
Flex contains the Accordion component.
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
Guest
Sep 18, 2008 Sep 18, 2008
Can a flex component be used in a Flash CS3?
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
Guide ,
Sep 19, 2008 Sep 19, 2008
Not in the usual way. You would have to create the Accordion with the Flex SDK, publish a swf and load that swf in your Flash app. Check, with a timer, if the loaded swf is on frame 2. From that point on you can register event listeners:
loadedswf.application.addEventListener("whatever", something);
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
New Here ,
Oct 27, 2008 Oct 27, 2008
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
Guest
Oct 27, 2008 Oct 27, 2008
LATEST
The accordion script is great! How do I make it expand/collapse vertically instead of horizontal?
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