Old 04-17-2009, 09:49 AM   #1 (permalink)
Junior Member
 
Join Date: Apr 2009
Posts: 4
Default Interval Parameter

Hi,

As you might have noticed, this is my second post about this component and I intend to use it on my web site once I clear all the issues that I have.

I wanted to roll the news a little slower.

In order to do this I can adjust the Interval value in the XML. So far so good.

When I adjusted the Interval Value nothing has changed. After doing a little investigation, ı have noticed that Ticker.as at line 40 has the parameter Interval spelled incorrectly with two l.

interv = Number(node.attributes.intervall);

After making the necessary change, the Inerval parameter started to work correctly.

Now comes my issue: when I use a lower value then the default 50 (or a higher value) specially the lines between news text flicker ! and the flickering is very noticable. Interesting enough the only speed is 50 when the text and the lines move very smoothly.

Do you have any recommendations ?

Thanks in advance,

Ali
alicamat is offline   Reply With Quote
Old 04-17-2009, 08:43 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 2,260
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

The only workaround would be to adjust the frame rate of the document. In the original file it is set to 30 fps, meaning it will update at 1000 / 30 ~= 33 milliseconds. So a interval of 33 would be the best option. That is the way flash renders things (with the annoying flickering), so it takes some testing with different frame rates and different intervals until you achieve the best result.
Adrian is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:04 PM.