good ,very useful
Posted 2 months ago
Accordion Newslist generated by XML
- Modify easily the XML file to add an “infinite” news
Posted 2 months ago
Hi, got a question how do I increase the height of each content window and how can I add easing to the motion?
many thanks Tom
Posted 2 months ago
Hi gardner610 ! Sorry, I was in holidays the last week !
You can easily increase the height of all contents windows. - In the library, open movieclip named header. - Select layer named bloc_contenu and increase the height with the transform tool. - On the main scene, in layer named actions to line 9, put the new value of content height to the var hBlockDescription (var hBlockDescription = your new value). - increase the dynamic textfield named new_description in movieclip named header.
A V .2.0 is in preparation with more functionalities…
Excuse my English is very bad.
Good luck. Potenzzza
Posted 2 months ago
Any way to for example hardcode and trick “news 2” or one of the news to be by default open?
I have been working on this but fiddling arround with the switchBlock() function at on load makes the script run slow and crashes the application…
Posted 2 months ago
To open one of the news by default :
First, insert this function on the actions layer :
function openNews(numNew:Number){
switchBlock(vContent[“header”+numNew], 3);
}
and on the XML .onload function, insert after “createMask(vMask, tabNews);” this line :
openNews(0);
or openNews(1); or openNews(2); or openNews(3); or …
Good luck, and thanks for purchasing this file.
Potenzzza
This works great in Flash, but when I put the SWF into Dreamweaver, it doesn’t work. I assume that somehow the XML is not being read. (I did put the XML file in the same folder as the SWF .)
Can anyone tell me what I am doing wrong? I looked at the AS. The xml is shown as a relative address which should still work.
Thanks in advance! I am a newbie.
By the way, this accordian is a great product!
Kim Green
Posted 2 months ago
KimGreen,
You must put the XML file in the same folder as the HTML page not in the folder as the SWF .
Good luck.
Posted 2 months ago
Question:
Is there any way to have transparency on the background of a news item without it messing up the rest of the news items?
Posted about 1 month ago
I love this – I’ve purchased several others but they were poorly designed and difficult to work with.
I would like an arrow to show up on the menus that have submenus. Can I control this in XML ? Or is there another way?
Thanks!
Posted about 1 month ago