OZONE Asylum
Forums
OZONE
Marquee/Ticker (embeddable?) solutions...
This page's ID:
29022
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Using : - http://www.nwebb.co.uk/nw_htmlsite/index.php?page=browse_tutorial&tutorial=xmlhtmlcss1&part=1 - http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001766.html Flash file : [code]//init TextArea component myText.html = true; myText.wordWrap = true; myText.multiline = true; myText.label.condenseWhite=true; /******************************/ //load css kungFuStyle = new TextField.StyleSheet(); kungFuStyle.load("kungfu.css"); myText.styleSheet = kungFuStyle; /******************************/ //load in XML kungFuContent = new XML(); kungFuContent.ignoreWhite = true; var intervalId:Number; function executeCallback():Void { kungFuContent.load("kungfu.xml"); kungFuContent.onLoad = function(success) { if(success) { myText.text = kungFuContent; } } } intervalId = setInterval(this, "executeCallback", 5000);[/code] kungfu.xml : [code]<kungfu> <drunken>Modify me</drunken> <monkey>Monkey style is deceptive and versatile. It is generally meant for smaller size persons.</monkey> <span class='snake'>Snake style does not deal in humaneness, it only deals with delivering [...]</span> <dragon>Dragon Style is a highly aggressive kung fu style, relentlessly pressing against [...]</dragon> </kungfu>[/code] The xml is currently reloaded every 5000 milli seconds, change that to whatever you want. All you have to do now is to make it scroll. That took me 30 minutes and a few Google searches... Please note that I don't know anything of Flash ;) Can I get paid too ? :D ---- If wishes were fishes, we'd all cast nets. [url=http://www.ozoneasylum.com/5700] [img]http://moon.shadow.free.fr/images/sigs/index.php[/img] [/url] [small](Edited by [url=http://www.ozoneasylum.com/user/2913]Moon Shadow[/url] on 03-06-2007 00:36)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »