I have made a simple Flex news ticker(those marquee looking news often seen in CNN). It picks up content from an RSS feed. Check it out!
Click here to see the app in full view…
@B this version is for you
I have made a simple Flex news ticker(those marquee looking news often seen in CNN). It picks up content from an RSS feed. Check it out!
Click here to see the app in full view…
@B this version is for you
This entry was posted on September 28, 2008, 12:48 am and is filed under Flex. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Arclite theme by digitalnature | powered by WordPress
#1 by B on October 3, 2008 - 8:25 pm
Quote
Great script
Would love to make the scrolling even smoother when using larger fonts tho. Got any idea for that?
#2 by Kenneth on October 3, 2008 - 11:34 pm
Quote
@B
Which font and fontsize did you use?
#3 by B on October 6, 2008 - 10:18 pm
Quote
This one:
.tickerText {
fontFamily: “Arial”;
fontWeight: bold;
fontSize: 20;
color: #FFFFFF;
}
#4 by B on October 6, 2008 - 10:19 pm
Quote
Ah, great, you posted it
Thank you! Ill look into it!
#5 by gmoney on November 2, 2008 - 9:20 am
Quote
The ticker seems to ease out at the end of the move. Is there anyway to get rid of that?
#6 by Kenneth on November 4, 2008 - 11:29 am
Quote
@gmoney
This is because of the default easingFunction for the move effect.
Basically, you can try setting this on the move effect
easingFunction="{Linear.easeNone}"You can try referring to this link for your solution.
#7 by Ben on December 1, 2008 - 8:37 am
Quote
Hi
Nice work – but the demos doen't seem to be working. The feed isn't being loaded in even when you click the reload button. Shame about the cross domain policy issue with Flash, as it would be nice to directly pull feeds in without having to cobble together a chron workaround or extra coding.
Ben
#8 by Ben on December 1, 2008 - 8:54 am
Quote
Very strange – it is working – but only sporadically. Refresh the page and it sometimes works – sometimes not. Is that the feed do you think or the Flex?
#9 by kennethteo on December 2, 2008 - 3:31 am
Quote
Hi Ben,
I have noticed this also. There is reason to believe it is due to the feed.
Here's a live working version that i have done for my company, http://www.sembawanggolf.org.sg