ActiveDen

Terminal flight board text animation XML version

Any way to adjust the ‘flip time’ and ‘still time’ separately?

The average time for every flip cycle is around 4 seconds… So that makes it the minimum pause time.

Is it possible to have just 1 line of ticker rather than like 3 or 4 lines as in the example?

Yes it’s possible.
Edit the XML file and use only one <Line> in each <TextBlock> you’re using.

Is it possible to animate one line after another?
Which are the values I have to change in order to get this?

Here is an example,
Each line will be animate one after another.
<TextBlock PauseTextAnimation = "8">
    <Line>First line animation</Line>
    <Line></Line>
    <Line></Line>
</TextBlock>
<TextBlock PauseTextAnimation = "8">
    <Line>First line animation</Line>
    <Line>Second line animation</Line>
    <Line></Line>
</TextBlock>
<TextBlock PauseTextAnimation = "8">
    <Line>First line animation</Line>
    <Line>Second line animation</Line>
    <Line>Third line animation</Line>
</TextBlock>

How can I integrate this into WordPress website?

Install the kimili plug-in and follow the instructions:
http://wordpress.org/extend/plugins/kimili-flash-embed/
Or check directly the author home page:
http://kimili.com/plugins/kml_flashembed

How can I integrate this into Joomla website?

You can use the Sourcerer plug-in.
Check out this forum discussion regarding this plug (Link).

by
by
by
by
by