0
Accordion Component for Menu AS3

/t5/animate-discussions/accordion-component-for-menu-as3/td-p/154028
Sep 17, 2008
Sep 17, 2008
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154029#M5255
Sep 18, 2008
Sep 18, 2008
Copy link to clipboard
Copied
I guess you have to create your own Accordion component for
AS3.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154030#M5256
Sep 18, 2008
Sep 18, 2008
Copy link to clipboard
Copied
Flex contains the Accordion component.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154031#M5257
Sep 18, 2008
Sep 18, 2008
Copy link to clipboard
Copied
Can a flex component be used in a Flash CS3?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154032#M5258
Sep 19, 2008
Sep 19, 2008
Copy link to clipboard
Copied
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);
loadedswf.application.addEventListener("whatever", something);
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154033#M5259
Oct 27, 2008
Oct 27, 2008
Copy link to clipboard
Copied
there is a class you can use..
here
http://blowingthroughlines.com/2007/09/17/flash-as3/accordion-component-as3-flash-9/
and direct link to the source here
Download Source Accordion AS3 Click here
here
http://blowingthroughlines.com/2007/09/17/flash-as3/accordion-component-as3-flash-9/
and direct link to the source here
Download Source Accordion AS3 Click here
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/animate-discussions/accordion-component-for-menu-as3/m-p/154034#M5260
Oct 27, 2008
Oct 27, 2008
Copy link to clipboard
Copied
The accordion script is great! How do I make it
expand/collapse vertically instead of horizontal?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

