-
1. Re: does anyone know how to create a text slider in edge
shadowfax007 May 5, 2013 1:38 PM (in response to sabermaster28)I'm not sure exactly what you want but I made a quick example that I think may be close.
Let ud know a bit more what you are looking for, or how close this example is :-)
https://creative.adobe.com/share/24cbac04-e796-45c1-b497-42c88144e685
James
-
2. Re: does anyone know how to create a text slider in edge
Zaxist May 5, 2013 1:54 PM (in response to sabermaster28)i dont know what doyou mean by text slider but maybe this help you : http://forums.adobe.com/message/5054974#5054974
-
3. Re: does anyone know how to create a text slider in edge
sabermaster28 May 5, 2013 6:29 PM (in response to Zaxist)what I need is more like the scrollers or sliders on this site
-
4. Re: does anyone know how to create a text slider in edge
Zaxist May 6, 2013 2:20 AM (in response to sabermaster28) -
5. Re: does anyone know how to create a text slider in edge
sabermaster28 May 6, 2013 10:42 AM (in response to Zaxist)Thank you Zaxist your text slider was helpfull. although I need help adding additional sections. I Tryed adding more sections by adding more text
and placeing additaional code but the text slider stoped working.heres the code with the code I tryed adding. Hopfully this will give you an idea of what I was trying to attempt
if ( x === -253){
sym.getSymbol("Div").$("Text").stop().animate({"top":"-506"}, 750, "easeInCubic");
x = -506;
}if ( x != -506){
sym.getSymbol("Div").$("Text").stop().animate({"top":"-253"}, 750, "easeInCubic");
x = -253;
}
}if ( x != -759){
sym.getSymbol("Div").$("Text").stop().animate({"top":"0"}, 750, "easeInCubic");
x = 0;
}I tryed adding code in at the bottom to extendee the slide although it stalled or stoped the slider completely.
Any help would be great thanks.
-
6. Re: does anyone know how to create a text slider in edge
Zaxist May 6, 2013 12:33 PM (in response to sabermaster28)The program that i write will work just for this size of text, you need to have some experience in java program language, i just made a sample, if you dont have enough knowledge let me know, i will teach you the way you can add more text easy
-
7. Re: does anyone know how to create a text slider in edge
sabermaster28 May 6, 2013 5:28 PM (in response to Zaxist)No I dont have enough knowledge that would be amazing if you could teach me how to add additional text. Thank you
-
8. Re: does anyone know how to create a text slider in edge
Zaxist May 7, 2013 4:12 AM (in response to sabermaster28)Dear Sabermaster28
i made This Sample especially for you
Now you can add many addtional text as you want, just need to change 1 thing
First - you have to change your text height size in Div Symbol to the length of your text
for now length of text is 753 to see all text in the text box this length is enough, but if you add more you have to resize length of text box, so you can see the text this is first things that you should do
Note : you should increase The text box's height size by plus it to Steps
for example if you wanna add additional text, your text height size would be plus with your Step Number
now height of text size is 753 should be plus with 251 and new text height size would be 1004...
Second - in the Stage you have Variable named Step, the number you give to Step is the size of your Div Symbol
for now Div Symbol height is 251 so our Step would be 251
So in the future if you wanted to have taller Dive you should change your Step too
isn't it Easy ?
Link to project : http://www.mediafire.com/download.php?d99hxibjjd92k2d
if you liked my Sample mark my post As Correct
Zaxist
-
9. Re: does anyone know how to create a text slider in edge
sabermaster28 May 8, 2013 7:59 AM (in response to Zaxist)thats amazing it works. I only have one more problem and solving this problem would allow me to make textsliders for all my web pages.
The problem is that im trying to nest the text slider inside a symbol in my web page although once I do this it stops working. well the down
button is working slighty maybe its not the nesting in the symbol either but the wat I programed it.
Anyways check it out and see what you can repair. Heres the link to my website the textslider is in the calnder section or the showtimes section if your viewing it in edge.
-
10. Re: does anyone know how to create a text slider in edge
Zaxist May 8, 2013 8:32 AM (in response to sabermaster28)i tried your link but it says the files are deleted or removed !!
-
11. Re: does anyone know how to create a text slider in edge
sabermaster28 May 8, 2013 8:37 AM (in response to Zaxist)sorry im sending the link again I had to make some changes heres the new link.
-
12. Re: does anyone know how to create a text slider in edge
Zaxist May 8, 2013 10:10 AM (in response to sabermaster28)ok
i figured it out that you have problem with addressing symbols, i made some correction for you, and changed a bit my code so you can use them in any project as you want just you need to make sure you always observe the Tips below :
Tip 1 : you should always make sure to set Class with name Content for your Text box
Tip 2 : is better to have your Text Slider code inside of your Stage>CompositionReady
if you had any Problem let me know to help you
i send you just necessary files, and you need to replace them with yours
Link : http://www.mediafire.com/download.php?izftqj66p64f9sp
and if it was helpful please mark my post as Correct
Zaxist


