Article written

Text Scroller 0

This text viewer is controlled by scroll bar. You can use it in your website. Width, height, alpha, corner radius, color of any portion can be edited.

Features:

- xml driven.
- embed fonts.
- use caurina tweener class for all the tween, smooth.
- use scroll bar to scroll all info.
- can set width, height, corner radius, alpha, color, border width, border color and padding for background.
- can set width, height, corner radius, color and roll over color for scroll button and scroll bar.
- instruction for every variable and every function
- include html file and swfobject.js, can publish easily.
- clean library, just drag mainMc to stage.

How to set up:

step 1:
(method one),if you want to put this to your own swf, just copy all the elements in the library panel to your own library panel, then drag ‘mainMc’ to your stage and make it invisible.
(method two),if you want it show in html, just view index.html in download.zip

step 2:
edit xml setting file, modify background parameters.
step 3:
modify scroll button and scroll bar parameters.
step 4:
add description.

XML File Structure:

<?xml version="1.0" encoding="UTF-8"?>
<textScroller
pageBorder='5'
pageBorderColor='#1D1D1D'
pageBgColor='#222222'
pageBgAlpha='0.8'
pageBgWidth='800'
pageBgHeight='480'
pageBgCornerRadius='10'
padding='20'

scrollBarCornerRadius='10'
scrollBarBgHeight='6'
scrollBarBgColor='#1D1D1D'
scrollBarBtnWidth='100'
scrollBarBtnHeight='15'
scrollBarBtnColor='#4B2969'
scrollBarBtnOverColor='#ff6600'
scrollBarBtnTime='1'

<desc><![CDATA[DESCRIPTION TEXT]]></desc>
</textScroller>

View & Download

subscribe to comments RSS

There are no comments for this post

Please, feel free to post your own comment

* these are required fields