Search  

MYIACCORDION (XML)

HomeBrowse CategoriesFlashApplications and UtilitiesmyIAccordion (xml)

Introducing the intelligent accordion for those who want to display their products or ongoing promotions in a compelling manner. It autoplays when the mouse is off the designated area and when the mouse is back on it simply follows the mouse’s instruction.

You can choose to load an image or a swf & Its also fully xml based for easy modifications. Here are some of the settings you can play with in the xml itself:

  • accWidth=”590” :set iAccordion’s width
  • accHeight=”300” :set iAccordion’s height
  • barHeight=”21” : set bar’s height
  • barTransparency=”50” : set bar’s transparency
  • openHeight=”150” : default height when it expands
  • autoPlay=”true” : initiates the pie countdown when the mouse is out of the area. Set false to disable this feature.
  • defaultTo=”1” : Automatically opens a selected bar at the beginning
  • contentPos=”1” : (1) Loads the content behind the bar. (2)Loads the content exactly below the bar
  • launchLinkTarget=”_blank” : Target window to launch url
  • pausecountdown=”3” : pause duration for each bar
  • speed=”3” : Slide + alpha transition speed
  • gap=”0” : gap between bars
example of an individual item in xml:
<p>
   <title>Touch cube points to future toys</title>
   <image>img1.swf</image>
   <launch>http://www.yahoo.com</launch>
</p>

Note:You will need FuseKit installed to get this file to work, it is very easy to install, dont worry :) you can get it for free here

Posted 11 months ago

Really nice file.

Posted 11 months ago

really nice accordion

Posted 11 months ago

cool

Posted 11 months ago

When I load your swf with another movie in an html file, your swf resets the position of the movie. How do I get it not to move it?

Thanks

Posted 11 months ago

@Tenchi
replied your mail ;)

Posted 11 months ago

Do you happen to have a vertical version of this??

Posted 10 months ago

@val007
not at the moment, but ill keep in view ;)

Posted 10 months ago

Excellent File!

I have a question.. If I use different sized images is there a way to center the image automatically on the movieclip? I have been unable to find where to specify these parameters.

Thank you

Posted 10 months ago

Oh, I’ve been going on and on without telling you what I wanted to. nice accordion menu. Just forget everything else I said before.

Posted 10 months ago

“Note:You will need FuseKit installed to get this file to work” does this apply to SWF or to FLA (project file ) ?

Posted 10 months ago

feha: It just applies to the .fla file. If you want to modify or republish from Flash, you’ll need the (simple to install) FuseKit. If you don’t need to load it into Flash to tinker with it, then you can use the .swf file as it’s provided, without requiring FuseKit.

To all: I purchased this file and needed a modification. The author was incredibly quick to respond with exactly what I needed. Public kudos! It works perfectly for me.

Posted 10 months ago

How to load an internal movieclip?

Posted 10 months ago

@maxim123
nternal movieclip? are you referring to a MC which is the library of myIAccordion.fla ?

Posted 10 months ago

exactly. Instead of a swf or jpg located outside, how, if possible, can I show a corresponding mc or object in the library?

Posted 10 months ago

@maxim123
i wouldn’t really recommend you to do that as the your main file size would be come very big if you have more promos. User will have to wait for the whole thing to perload before they can see a promo & there is no preloader provided for the main movie.

if you still insist, here is how you can do it. put a linkage name in the image tag
<image>linkagename</image>

then in the library, select the MC which you want to load, right click > linkage. give it the same name linkage name & select export for actionscript .

then in the script frame 10, line 191 of ‘myAccordionMenu’ movieClip.
change:
tmb.mcLoader.loadClip(accArray[i][1], tmb.content);
to:
tmb.content.attachMovie(accArray[i][1], "promo", 0);
Posted 10 months ago

Hi encryptme,

Is there a way to chance the position of the image in the movie clip? Like SVHDesigns asked above we are having the same issue.

Thanks

Posted 10 months ago

Is there some way for me to make the accordion Horizontal and not vertical?

Posted 9 months ago

I’m developing a site entirely in flash. I would like the accordion to link to specefic frames in the overall flash file (IE: once you click on a tab of the accordion , it link to a page in the product section.)

how do you do this ?

Cheers

Posted 9 months ago

Is there an easy way to change the title text color on rollover? Nice file! THANKS !!!

Posted 9 months ago

Also, is there a way to close all items on mouse-out? Hope that makes sense… I need the nav to close when the mouse isn’t over any part of the active nav area.

THANKS !

Posted 9 months ago

I bought your menu and I´m trying to use characters as á é í ó ú and they don´t show properly even when I embed them before I publish the swf.

Also the target of the link doesn´t work well when you say _self _top, etc, it only works when the target is blank, or if you leave that part empty in the xml it will work as if you said _self.

Posted 9 months ago

Is it possible to NOT have the bottom menu item opening? I have changed the size of my file and the bottom item always is open even if i change the xml? Help Please :) Terry

Posted 8 months ago

Am I able to change font of the titles? I’m looking in the code and cannot find it. Thanks!!

Posted 6 months ago

@kko
you can change the font in the movieclip called ‘myBar’ found in the library.

Posted 6 months ago

hello, can the transition between bars be smooth? i mean it waits a bit then opens other item in accordion, i want when i move my mouse over menu it acts smooth, hope you got me:)

Posted 3 months ago

I bought this, and I’m trying to incorporate it into a project that will be an .swf file, but not necessarily be viewed as .html. Is this possible? Am I missing something?

Posted 2 months ago

Ah, figured it out…

Posted 2 months ago

Actually, not. It works in an html file published from an .fla, but not in the .swf. Drat.

Posted 2 months ago

Getting an error to simply view the file before I start learning it:

The class or interface ‘Fuse’ could not be loaded.

Posted 13 days ago

@klynnekovalbauer
you need to install fuseKit before you publish your swf, get it at : http://www.mosessupposes.com/Fuse/

Posted 9 days ago