hi guys,
im going to explain in the best i can, but if you have questions, please ask.
Here’s what i want to do:
I use a HTML page combined with the javascript code swfobject. (for you who aren’t familiar with that: [FONT=Arial][SIZE=2][COLOR=#0000ff]blog.deconcept.com/swfobject) [FONT=Verdana][COLOR=#000000]it’s a code that activates the flash on your html page. Through this code you can add variables to your flash; so.addVariable (“var1”,“blabla”);
In the flash i have different groups, each group has an image and some text. And a navigation to access each of those groups. This all is working fine when the text is just 1 item (as mentioned before; so.addvariable…). But the thing is that the text has to change every 3 seconds for certain groups. Some groups have 1 text (dont have to change), some have 2 texts, some have 3, and so on. Now i want to use the same technology to send the variables to Flash and i want Flash to check how many texts each group has and what these texts are. When flash has all the variables for each group loaded, i want the textfields for these groups to change every 3 seconds if it has more then 1 item.[/COLOR][/FONT][/COLOR][/SIZE][/FONT]
It also has to loop, so each group has to know how many items it has and when to start over.
I was thinking to pass the variables like this:
so.addVariable (“var1”,“item1;item2;item3”);
but i dont know how to disconnect those 3 items so i can use them.
any help is greatly appreciated
thanks
Ric