How to remove the Auto Play Loading Bar

  • 4 posts
  1. Tilly

    1 month ago

    Hey all,

    First off, thanks so much for this amazing flash banner, best around.

    Second, i have tried to remove the auto play loading bar but cant seem to get it right?

    Can someone please post me the code to remove it. I have already tried setting the alpha to 0 and moving it to position -100 but still no luck?

    Here is what its in my config.xml

    <?xml version="1.0" encoding="utf-8" ?>
    <cu3er>
    <settings>
    <auto_play>
    <tweenIn alpha="0" y="-100" />
    </auto_play>
    <prev_button>
    <defaults round_corners="5,5,5,5"/>
    <tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
    <tweenOut tint="0x000000" />
    </prev_button>

    <prev_symbol>
    <tweenOver tint="0x000000" />
    </prev_symbol>

    <next_button>
    <defaults round_corners="5,5,5,5"/>
    <tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
    <tweenOut tint="0x000000" />
    </next_button>

    <next_symbol>
    <tweenOver tint="0x000000" />
    </next_symbol>

    </settings>

    <slides>

    <slide>
    <url>images/slide_1.jpg</url>
    </slide>
    <!-- changing transition between first & second slide -->
    <transition num="3" slicing="vertical" direction="down"/>
    <slide>
    <url>images/slide_2.jpg</url>
    </slide>
    <!-- changing transition between second & third slide -->
    <transition num="4" direction="right" shader="flat" />
    <slide>
    <url>images/slide_3.jpg</url>
    </slide>
    <!-- transitions properties defined in transitions template -->
    <slide>
    <url>images/slide_4.jpg</url>
    </slide>
    <transition num="6" slicing="vertical" direction="up" shader="flat" delay="0.05" z_multiplier="4" />
    <slide>
    <url>images/slide_5.jpg</url>
    </slide>

    </slides>
    </cu3er>

    Many thanks!

  2. Didn't I just post earlier asking how to do this?

  3. Hi,

    just completely remove/delete <auto_play> node from xml!

    Thanks.

  4. Tilly

    1 month ago

    Hey,

    Thanks so much for the help! Hope this helps others aswell wondering how to do it.

    Cheers!


Reply

You must log in to post.