ActiveDen

Terminal flight board text animation XML version

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
timtay says
Purchased

Thanx Are the letters edited in sample 3 by adding lines with the letters? Can one use the cyrillic? Thanks

1 year ago
Author
ranfirefly ranfirefly replied

No. If you need to add additional new letters you must do that directly from the Flash source files.
I sent you an email

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

i just purchased this, added in the html code as per the help file, copied across all the the required file and it shows up as blank? :S i know its picking up the xml cause it shows the background but not the terminal letter, also when i check the swf its blank as well? please urgently advise.

1 year ago
Author
ranfirefly ranfirefly replied

Hi DNDS ,
I’m not sure what is the problem, make sure that all your XML file is written properly.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ob01 says

HI,

Great work! ... Is there a way the board display random names from a list?.

Thanks,

1 year ago
Author
ranfirefly ranfirefly replied

Hi ob01,
What do you mean by “list”?

1 year ago
Default-user ob01 replied

Hi Ranfirefly,

The final use for the board will be to show the name of a winner from a list of names.

It’s possible to add the names to the XML , then pick randomly and show just one Name?.

Thanks!

1 year ago
Author
ranfirefly ranfirefly replied

Yes, it’s possible, but the FLASH file needs some modification to pick a random name from that list.
You can contact me through my profile page.
Thanks.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

waist of money in my opinion, animation looks great but its poorly constructed not to mention the support is non existent…......ranfirefly i sent you an email if you ever feel like responding to it

1 year ago
Author
ranfirefly ranfirefly replied

Take a look at my comment above.
I replied to your comment, but you never replied back.

Sorry for your inconvenience.
But just so you know, authors are not obligated to provide any support for the files; the files are sold as they are.
Nevertheless, I tried to help you.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

Tried to help me? no you responded to my comment above, not to mention that it wasn’t a solution more of a “i don’t know” i emailed you regarding another issue i have which you still haven’t responded to, but im glad you pointed out that authors don’t HAVE to provide support, the only difference is the ones that do will have returning customers compared to the ones that choose to make a quick sale and move on.

1 year ago
Author
ranfirefly ranfirefly replied

First of all, I didn’t get any of your emails.
Second, I still can’t understand what the problem is. Obviously it’s nothing to do with the file, the file is perfect and I’m sure you’re doing something incorrectly, which is ok, that could happened.
By the way, I’m helping everybody!
Please try to be calm, I’m sure I can help. Cheers.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

i am perfectly calm, like you i have the right to choose weather or not to voice my opinion on the file and service’s here, in no way have i been aggressive towards you and i can see you are helping ppl here, but this isn’t regarding everyone Else’s experience but rather mine. i will point out though that since i have made a that comment about me sending you an email this is the first time you have told me that you never received it and the first time you have actually said you are willing to help me. i don’t think the problem is with me but with the file. I’m in no way saying the file doesn’t work, but for what i want to use it for, it doesn’t, ill send you another email explaining again what i need it for if you can help me then feel free, if you cant then say so.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

email sent again

1 year ago
Author
ranfirefly ranfirefly replied

Hi,
I got your email.
Replied.
8)

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

got it and responded, the transparent background is just one of the smaller issues, its more about positioning and alignment. but check your email and the psd i sent you :)

1 year ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • South Africa
DNDS says
Purchased

sorted thank you for helping me around that problem, looks great

1 year ago
Author
ranfirefly ranfirefly replied

That’s great. I’m glad I could help and everything went OK.
8)

1 year ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
serdargenc says
Purchased

hi, this is not working code :



var sox = new SWFObject(“Dynamic_Terminal_Display_for_html.swf?xmlFilePath=xml/ahl.xml”, “preview”, “800”, “500”, “10”); sox.addParam(“quality”, “high”); sox.addParam(“menu”, “false”); sox.addParam(“loop”, “false”); sox.addParam(“wmode”,”transparent”); sox.addParam(“scale”, “noscale”); sox.addParam(“allowFullScreen”, “true”); sox.write(“flashcontentahl”);

var so = new SWFObject("Dynamic_Terminal_Display_for_html.swf?xmlFilePath=xml/esb.xml", "preview1", "600", "300", "1");
    so.addParam("quality", "high");
    so.addParam("menu", "false");
    so.addParam("loop", "false");
    so.addParam("wmode","transparent");
    so.addParam("scale", "noscale");
    so.addParam("allowFullScreen", "true");
    so.write("flashcontentesb");

11 months ago
Author
ranfirefly ranfirefly replied

Hello serdargenc,
First, thanks for your purchase.

I can see you made some changes to the code, but of course I can’t see all your associated files so I cannot know what the problem is.
I can assure you all files are working perfectly, feel free to contact me directly through my profile page.
Thanks.

11 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
markvreg says
Purchased

Hello ranfirefly

I can’t ran on Chrome using 4 or more lines of text. Flash gets blocked or letter changing almost stops and on IE9 already on 3 lines.

Am I missing anything in my config files? Any timing issues I miss?

My 4lines XML example that fails is at: https://gist.github.com/1100178 and 3 lines: https://gist.github.com/1100218
10 months ago
Author
ranfirefly ranfirefly replied

Hi,
I can see you’re not using the provided XML file, Please refer to the original XML you downloaded and check the its structure, you’re missing lots of attributes in your XML .
Thanks.

10 months ago
Purchased
Default-user markvreg replied

ranfirefly

Thank’s for your help. Problem solved.

I had PauseTextAnimation in config level and not in TextBlock.

10 months ago
Author
ranfirefly ranfirefly replied

That’s great, I’m glad you solve it.
:)

10 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
ronuk98 says
Purchased

hi there pleased to have purchased today. Just one question can i incorporate date and time updated every 5 minutes or so…not quite real time via variables or database???? or other means. if so can you help with the code to do this?

many thanks

ron

9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
ronuk98 says
Purchased

still waiting for my reply. apreciate this

9 months ago
Author
ranfirefly ranfirefly replied

Hey ronuk98,
So basically it’s possible but that requires lots of modification to the FLA source file and the XML structure. It’s not something that can be easily explained, it requires trials and testing.
Let me know if you need any custom work.
Thanks, Ran.

9 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • United States
jmarx34 says
Purchased

Would it be possible to have multiple blocks of flipping text appear on one stage, in one line? Also, how can I change the font color? This looks to be exactly what I need, but I am desperately under the gun, so any and all help as soon as possible is greatly appreciated!

8 months ago
Author
ranfirefly ranfirefly replied

Hi,
Multiple blocks in one line:
Yes, it’s possible. Follow the instruction of my multiple example.
Changing font:
You have to make this change through the Flash source file. You can edit each of the letters with any color you like.
:)

8 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • United States
jmarx34 says
Purchased

Ranfirefly, Sorry, i should have expanded… I saw your multiple example. What I want to do is have multiple blocks, separated, that populate from left to right. So the letters/numbers in sections one and two both will spin, but section one will lock in, then section two will lock in. They both will hold for a few seconds, then the entire line starts spinning again and the process is repeated with new text. Also, is it possible to have the text filling in the blocks load with the equivalent of text-align: right? I need the last letter of any word to appear in the last block (right) in the section. Thanks again for a great template though!

8 months ago
Author
ranfirefly ranfirefly replied

I guess it would be better if you contact me through my profile page.
What you describe required only XML adjustment.

8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
transparency2010 says
Purchased

hi there,

is it possible to get a vector of the whole board complete with all the symbols and numbers ? i’d like to use it in an illustration.. i’ve bought the extended license but the whole thing is put together in as3 on the fly so its difficult to reconstruct… please let me know! :)

8 months ago
Author
ranfirefly ranfirefly replied

Hi,
I sent you an email.
Yes, basically it’s possible but as you mentioned, it requires to reconstruct the graphic in a new layout.
Thanks.

8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jamesbond127 says
Purchased

hi ranfly. i have downloaded your animation which i think is amazing. we are a small disability charity in the uk focusing on training disabled pilots. so, when i saw your work, it seemed to fit nicely with our site. i downloaded flash 8 to be able to use your templates and uploaded those exported files to our site host.

I have been struggling to find out how to embed a .swf directly into a new wordpress post or play the animation in widgets or header banner.

from flash 8 i exported these 2 files (which work when i open them in a new firefox or safari or chrome) http://www.freedomintheair.org/wp-content/flash/Dynamic_Terminal_Display_combineMulti_FL8_glewis.swf http://www.freedomintheair.org/wp-content/flash/Dynamic_Terminal_Display_combineMulti_FL8_glewis.html plus these version : http://www.freedomintheair.org/wp-content/flash/Dynamic_Terminal_Display_1_FL8_glewistest.swf http://www.freedomintheair.org/wp-content/flash/Dynamic_Terminal_Display_1_FL8_glewistest.html

I have tried so many times to embed the flight board to a new wordpress post and tried to get the animation to play in the header image with the charities logo. I am really stuck as to what to do, i have tried youtube, google code, and now reaching out to anyone on this forum who can help.

it is a great piece of animation for what we would like to do with it. look forward to your reply. by the way, i also contact your via email etc

7 months ago
Author
ranfirefly ranfirefly replied

Hi,
Have you tried using KIMILI plugin?
Chaeck this FAQ answer: http://activeden.net/item/terminal-flight-board-text-animation-xml-version/faq/67518.

BTW . I haven’t got your email.
Thanks.

7 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jamesbond127 says
Purchased

Hi ranfirefly, thanks for your comment. Yes, i tried kimili and that does not work, nor does wp-swfobject plugin. i sent the email to you direct from your contact page of this website and i sent it to your @deconcept.com account. my email might have gone to your spam folder.

I looked at the source page for how activeden embeded your flight board sample and i copied that code and replaced it with info for our site where we have the swf file: so somehow this works]

it is a great animation and i am glad i found it – even though i still do not understand properly how to get swf files embedable on our site. the joys of learning by trial and error.

7 months ago
Author
ranfirefly ranfirefly replied

Hi,
Well I guess it’s hard for me to know where the problem is, but I know for sure it work ok for some of the clients I worked with. Anyway, I hope it will work for you the way you want it to be. Let me know if you get any progress. Thanks.

6 months ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
dulee says

Hi ranfirefly,

is it possible to add some futures, f.e. i need this one, with a static text, f.e. “company” and a interactive number which is changeable directly from the frontend, f.e. there is the following:

COMPANY : 39

+

If somebody clicks on ”+” it changes on the “Airport-Terminal” to

COMPANY : 40

...i wanted to use it as background on my computer (thats possible as html document) to see every time when somebody clicks on ”+” how many clicks there are.

Is this possible?

Thank you very much in advance.

Cheers Dee

6 months ago
Author
ranfirefly ranfirefly replied

Hi Dee,
Basically, sounds like it’s possible, but of course there are some modification you’ll have to make to the file in order to achieve this kind of interactivity. I’ve never tried this thing, so it’s hard for me to tell you how it should be done.
Thanks.

6 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
oafcu says
Purchased

We have 10 XML files running so I can do different size text and after a couple of hours go by the different sizes get out of sync. (this is in fullscreen using flashplayer 10 directly (not embedded anywhere)). Is there a way to have it reload after a certain amount of time or runs through so they all resync again?

Thank you, it looks and works awesome otherwise.

Mousenut

2 months ago
Author
ranfirefly ranfirefly replied

Hi oafcu,
I’m glad you like it. :)
Regarding the sync, I would say it could be various reasons, so it’s really hard to say. But as you mentioned, we can create an interval reload so it force the animation to sync. Please contact me through my email on my profile page , so we can see how we can customize it for your needs.
Thanks.

2 months ago
by
by
by
by
by