[F8] External Text File
My client wishes to be able to update certain information. I have an example flash file attached that suites my needs, except that I want the text file to be able to have certain formatting options (bold heads) and hyperlinks. Simply changing the code to text.xml instead of text.txt did not work.
Anyone have sugestions, code, or sample file about importing text from an xml file?
Thank you much Flash family.
FlashKit > Flash Help > Flash General Help
Posted on: 01-28-2007, 08:43 PM
View Complete Forum Thread with Replies
Sponsored Links:
[F8] External Text Files Wont Load Into External Swf File...
Hi,
I'm making a Flash website in Flash 8 (mac).
Structure: There is 1 main file that loads external SWF files depending on what is clicked on.
One of the external SWF files loads its text from external text files. This works fine when viewing the SWF applet on its own. But when viewing as a whole site, the text doesnt appear. Very annoying.
I made that particular SWF on my mums computer running Flash MX 2004. The flash file itself uses the Scrollbar component from MX.
Could someone tell me why the text doesnt load in this scenario? It runs fine on its own, just not as an external SWF.
I've attached the files in question. Its a 200kb ZIP download. Do tell me if you need to know more.
Thanks
View Replies !
View Related
[AS] External Text File --> Internal Text File
Hi,
I have an external text file which I am using to write the dynamic text in my movie.
Can anyone tell me how I go about making this an internal text file. I am getting my movie ready for publication and I want people to donwload a single file (as an .exe projector file)
This is the code I am currently using.
Code:
next_button.onPress = function(){
n =_global.chapterCount;
load_Text()
}
MyVars = new LoadVars()
MyVars.load("animation_notes.txt")
load_Text()
function load_Text(){
L="Lx" add n;
mySlide= MyVars[L];
}
stop();
Thanks,
Tim.
View Replies !
View Related
[AS] External Text File --> Internal Text File
Hi,
I have an external text file which I am using to write the dynamic text in my movie.
Can anyone tell me how I go about making this an internal text file. I am getting my movie ready for publication and I want people to donwload a single file (as an .exe projector file)
This is the code I am currently using.
Code:
next_button.onPress = function(){
n =_global.chapterCount;
load_Text()
}
MyVars = new LoadVars()
MyVars.load("animation_notes.txt")
load_Text()
function load_Text(){
L="Lx" add n;
mySlide= MyVars[L];
}
stop();
Thanks,
Tim.
View Replies !
View Related
External Swf File Does Not Load External Text
Hi,
I have an external text file that loads dynamically in my swf file.
It uses the actionscript:
loadVariables("joblist.txt","_root");
When I play the swf it works perfectly with the text scrolling in the dynamic text field, but when I load this swf file into my main swf file with loadMovie, the text does not appear.
I have tried embedding the fonts in both files, but it still does not show up when loaded into the main movie.
Can anyone help me with this?
View Replies !
View Related
How To Format External Text File To Show In Three Separate Columns Through Text Area?
Hullo everyone!
Could anyone suggest a piece of advice to visualize the following idea?
I should like to import an external .txt file into flash and display it by means of a text area component, which would take the better part of the screen and be skinned to fit the rest of the page design. The text ought to be formatted by way of an external .css file. Images are optional.
I can do all this allright, but what I should like to have is the text formatted to be displayed in three separate columns. The idea for this naturally comes from the Flash version of the Macromedia Edge newsletter.
I should be most thankful if anyone cared to come up with a solution.
View Replies !
View Related
Dynamic Text Box Doesn't Update From External Text/html File
here is my code for a dynamic text box which is reading html from an external text file...problem is the text shows, but when I update it, it doesn't change...unless I empty the cache...I even tried some other suggestions on here such as adding a random # to the end of the file:
ran = math.round(math.random()*1000+1);
LoadVariables("./home.txt?ran="+ran,"")
If(home ne "")
here is a link to the fla file if you want to look at the whole thing:
http://mcc.larrychendesign.com/resou...ntitledmcc.zip
View Replies !
View Related
Dynamic Text Box Doesn't Update From External Text/html File
here is my code for a dynamic text box which is reading html from an external text file...problem is the text shows, but when I update it, it doesn't change...unless I empty the cache...I even tried some other suggestions on here such as adding a random # to the end of the file:
ran = math.round(math.random()*1000+1);
LoadVariables("./home.txt?ran="+ran,"")
If(home ne "")
here is a link to the fla file if you want to look at the whole thing:
http://mcc.larrychendesign.com/resou...ntitledmcc.zip
View Replies !
View Related
Embed Jpeg In Dynamic Text Using External Text File Html
so I have a website and I am using dynamic html enabled multi-line wrap text boxes and am sourcing the context to fill the dynamic text boxes via text files which contain html...
here are links to my .fla file and .txt file....
http://mcc.larrychendesign.com/untitledmcc.fla
http://mcc.larrychendesign.com/home.txt
I am using flash mx 2004 pro and am exporting/publishing in flash player 7 and actionscript 2.0...
I can't seem to get jpeg's to load, but I can get all the other supported html tags to work...I am using the <img src='untitled.jpeg'> but no image....they are NOT progressive jpegs...but they won't load...why not? I thought embedding non-progressive jpeg images are allowed in flash if publishing in flash player 7 and above and authoring in flash mx 2004 or above...what gives?
any help would be greatly appreciated! and I did stipulate the width and height to try that as well, but it didn't work...this did work back in the day, but I don't remember what I did...
View Replies !
View Related
Embed Jpeg In Dynamic Text Using External Text File Html
so I have a website and I am using dynamic html enabled multi-line wrap text boxes and am sourcing the context to fill the dynamic text boxes via text files which contain html...
here are links to my .fla file and .txt file....
http://mcc.larrychendesign.com/untitledmcc.fla
http://mcc.larrychendesign.com/home.txt
I am using flash mx 2004 pro and am exporting/publishing in flash player 7 and actionscript 2.0...
I can't seem to get jpeg's to load, but I can get all the other supported html tags to work...I am using the <img src='untitled.jpeg'> but no image....they are NOT progressive jpegs...but they won't load...why not? I thought embedding non-progressive jpeg images are allowed in flash if publishing in flash player 7 and above and authoring in flash mx 2004 or above...what gives?
any help would be greatly appreciated! and I did stipulate the width and height to try that as well, but it didn't work...this did work back in the day, but I don't remember what I did...
View Replies !
View Related
Embed Jpeg In Dynamic Text Using External Text File Html
so I have a website and I am using dynamic html enabled multi-line wrap text boxes and am sourcing the context to fill the dynamic text boxes via text files which contain html...
here are links to my .fla file and .txt file....
http://mcc.larrychendesign.com/untitledmcc.fla
http://mcc.larrychendesign.com/home.txt
I am using flash mx 2004 pro and am exporting/publishing in flash player 7 and actionscript 2.0...
I can't seem to get jpeg's to load, but I can get all the other supported html tags to work...I am using the <img src='untitled.jpeg'> but no image....they are NOT progressive jpegs...but they won't load...why not? I thought embedding non-progressive jpeg images are allowed in flash if publishing in flash player 7 and above and authoring in flash mx 2004 or above...what gives?
any help would be greatly appreciated! and I did stipulate the width and height to try that as well, but it didn't work...this did work back in the day, but I don't remember what I did...
View Replies !
View Related
External Text Loaded Into Text Field Won't Change File Attached
I have 3 textfields in 3 different frames. Each text field is for a different section of my website. I want to keep all the code that works for 1 textfield and just change the URL that is loaded. I tried so many different ways. I don't get a error so I believe the URL is being cached somewhere. When I trace it It shows that the other text doc has loaded but the text field doesn't show any change. Is there away to reload/stop cache/delete a variable?
PHP Code:
stop();var newsURL:String = "text/news.txt"//Below is other variables if you wanted to swap out the actual variable versus the url./*bioURL:String = "text/bio.txt"tourURL:String = "text/tour.txt"*///var newsURL:String = "text/news.txt"var textLoader:URLLoader = new URLLoader(); var textReq:URLRequest = new URLRequest(newsURL);var style:StyleSheet = new StyleSheet();//style defined belowstyle.setStyle("a" , {color:"#CC0000"});style.setStyle("a:hover", {textDecoration:"underline"});function textLoaded(event:Event):void{ text_mc.text_txt.styleSheet = style; text_mc.text_txt.htmlText = textLoader.data; }textLoader.load(textReq);text_mc.text_txt.autoSize = TextFieldAutoSize.LEFT;textLoader.addEventListener(Event.COMPLETE, textLoaded);function onClickNews(event:MouseEvent):void{ newsURL = "text/news.txt";// I tried including this in the button textLoader.load(textReq);// also this gotoAndStop(1);}news_btn.addEventListener(MouseEvent.CLICK,onClickNews);function onClickBio(event:MouseEvent):void{ newsURL = "text/bio.txt"; gotoAndStop(2);}bio_btn.addEventListener(MouseEvent.CLICK,onClickBio);function onClickTour(event:MouseEvent):void{ newsURL = "text/tour.txt" //var newsURL:String = "text/tour.txt" gotoAndStop(3);}tour_btn.addEventListener(MouseEvent.CLICK,onClickTour);
Please help Thanks
http://www.theofficialvip.com/testUR...RLSwitcher.zip
View Replies !
View Related
Loading External Text File Into Flash Using Links From Dynamic Text Field Link?
I am using a dynamic text field to load in .txt files with html tags. I have a couple "click here" type links that I would like to use to load a different .txt document into the same dynamic text field instead of a url link like it does default. Is this possible? I'm sure I could put a button over the text since its not long enough to need a scrollbar but I would like a more dynamic and flexible way to do this if its possible.
Thanks
View Replies !
View Related
Loading External Text File Into Text Area (flashMX)
Hi,
I am trying to load text from an external text file into a textarea in FlashMX. I am able to set the contents of the textarea by using a string ("test thingy"), but I was wondering if anybody could point me in the right direction on hoe to include text from an external file.
Used to set string:
scroller.text="test thingy";
Thanks a bunch,
Niklas Wahlberg
View Replies !
View Related
Loading HTML/Text From External Simple Text File…
To all the Flash Gurus:
Basically how do you do the above? I've gotten very small snipets of text to load from an external text file, but there was probably at maximum 50 characters. This is even after a long load time and a very fast connection (T1/off of the HD).
I'm trying to get this to work so that I don't have to update the flash files to update the text - or rather so that someone else can update them w/o me acting as a middle man except for special occasions. The best example, I think, of what I'm trying to do is www.spartamusic.com
Thanks-
Davin
View Replies !
View Related
Using Text File For Dynamic Text Field From External Domain
I have a .SWF file on a (we'll say original.com, for reference purposes)... I have a dynamic text file in that .SWF file, which is currently loading a text file using the loadVariables function. I would like the movie to start loading the text file from another server, which we'll call new.com, for reference purposes.
I'm told that Flash will not load files from external domains, but is that it - end of story? Is there any way I can somehow get this to work?
I know some stuff about PHP, so maybe that'll help?
Any help would be greatly appreciated... Thanks.
View Replies !
View Related
Reading External Text File Into Movie Text Boxes
So I'm trying to read a simple text file into an array and then putting that text into the dynamic text boxes of 6 movie clips
the MC are instances of 'CategoryBox'. Each instance is name cat1, cat 2, so on.
In the parent movie file the dynamic text box instance is called 'catText' and variable 'catText'.
Code:
// load the text file for Titles Questions
this.loadVariables("title.txt");
//Lets get the game going
this.onEnterFrame = function(){
//Titles loads? FIRE!
if(titles!=null &&titleArray==null){
titleArray = titles.split(";"); //makes new_ARRAY into an array having values of strings separated by a semicolon
trace (titleArray);
//title generations
for (z = 0; z < titleArray.length; z++) {
this.cat[z].catText = titleArray[z];
}
}
}
now trace shows the titleArray is getting it's goods, but the text in the clips is "_level0.cat2.catText"
text files reads as such:
titles=blah;blah; so on
View Replies !
View Related
Auto Scrolling Dynamic Text From External Text File
Hi guys,
I'm loading a text file into a dynamic text box using LoadVars, and I've got it to scroll using this code:
Code:
var myInterval = setInterval(scrollUp, 500);
function scrollUp() {
_root.text_mc.textbox.scroll += 1;
}
...but there are two problems. One, the client says it's too jerky (as it's doing it a line at a time, rather than a smooth scroll), and two, the client would like it to be like a news scroller, meaning it automatically scrolls to the bottom of the text, and then the start of the text appears underneath and keeps scrolling continuously. I hope I've explained myself reasonably well!
If someone could help me out with these two things, I'd really appreciate it - cheers!
Boog
View Replies !
View Related
Text Effect On Multiple Objects From External Text File
Hello to all, I am having a lil problem and no one seems to be able to help me.
I am working on an interactive map, the map will contain different countries, each country is a movie. Each time the user click on a county it displays text in a dynamic field using a typewriter effect. (the text is imported from an external text file)
This is what I have so far:
var myMessage:String = "";
myData = new LoadVars();
a1_mc.onRelease = function(){
myData.onLoad = function(){
myMessage = this.a1message;
};
myData.load("texteffect.txt");
var i:Number = 0;
function autoWrite():Void {
if (i<=myMessage.length) {
monitor_txt.text = myMessage.substr(0, i)+"█";
i = i+1;
} else {
clearInterval(writingInterval);
}
}
// calling the function repeatedly with setInterval() method
var writingInterval:Number = setInterval(autoWrite, 20);
}
now this works Great for the one country “a1_mc”, but I have a lot of them: a1_mc, a2_mc, a3_mc, a4_mc……ect….., for the text it goes the same way: a1message, a2message, a3message….ect….
How can I set it up so it displays the right text for each country once clicked?
Keep in mind that I am using one dynamic field all of them.
Here is a sample of the project, i just started it so.....
cick on the top right country/sector of the map to see what i Mean (a1_mc)
http://wirelessconcepts.us/test/tacticalmap.swf
thank you
View Replies !
View Related
Fading Random Ordered Text From External Text File
Newb to flash. Watching various tutorials trying to come up to speed.
What I would like to create is a small flash ap that displays text in a randowm order from an external text file. I wantot create a small text box in the sidebar of a web page where customer references are displayed in random order. (so users dont see the same ones each time) I want the text to fade in and out as the next text item is displayed.
Can someone kindly point me to a resource that is close to helping to create this? Or; is flash the wrong way to go for this?
Curt
Edited: 12/02/2006 at 12:22:31 PM by cwrig
View Replies !
View Related
Auto Scrolling Dynamic Text From External Text File
Hi guys,
I'm loading a text file into a dynamic text box using LoadVars, and I've got it to scroll using this code:
Code:
var myInterval = setInterval(scrollUp, 500);
function scrollUp() {
_root.text_mc.textbox.scroll += 1;
}
...but there are two problems. One, the client says it's too jerky (as it's doing it a line at a time, rather than a smooth scroll), and two, the client would like it to be like a news scroller, meaning it automatically scrolls to the bottom of the text, and then the start of the text appears underneath and keeps scrolling continuously. I hope I've explained myself reasonably well!
If someone could help me out with these two things, I'd really appreciate it - cheers!
Boog
View Replies !
View Related
External Text File Used In Flash Text Field
hi,
I am working on an fla project that loads an external text file. The problem is, when I put a return into the external text file, I get a double return in the flash textfield. (I would like the double return in the flash textfield to take the single return from the external text file, and not create a double return.)
My question is, can I use a code in my external text file to make the flash textfield behave correctly. Or, is their some sort of flash setting that will fix the problem.
can you help?
thanks
View Replies !
View Related
Formatting Text Loaded From An External Text File
Hi:
I have a scrollable, dragable, mini-window that uses multilined, dynamic text updated from an external text file. I also have word wrap, selectable, and HTML enabled for the text.
My question is how do I format the text? Specifically, even though word wrap is enabled, the words are being cut off at the right border. How can I prevent this??? BTW, there is no masking involved, and the text is on the top layer. Also, I experience this same problem, whether the text is loaded from an external file, or if I just type it into the action panel.
Any help will be greatly appreciated.
http://www.atlantaroadcma.org/dragwin2a.html
James
If you confess with your mouth the Lord Jesus Christ, and believe in your heart that God raised him from the dead, you shall be saved.
View Replies !
View Related
External Text File Loads Text And Buttons?
Is it possible to load external text and also specify which buttons can work or not???? I'll try to explain....
I have a flash file with a dynamic text box called "text".
I have 4 buttons (North, South, East, West).
I have a text file called "text.txt".
From the text file I want to set the text in the text box, and also specify certain buttons that can be selected.
Text.txt:
text1= Page 1...... You can go North or South.
&text2=Page 2...... You can go East or West
&text3=Page 3...... You can go East or North
.....etc etc.....
Frame 1: Actions:
loadVariablesNum ("text.txt", 0);
Loading the text I can do, but the buttons are different!! Help!!
Oh, Flash 5.
View Replies !
View Related
UTF8 Text In Flash Using An External Text File
I have a project where i have to import large amounts of Farsi text into flash, after searching i found this script that does the job but doesnt have an option for setting the text direction to "right to left". can some one modify thae script to do that? thanks amigoz!
-----------------
String.prototype.text2Html = function (fontSize, fontColor, align, fontFace) {
if (fontFace == null) {fontFace = "_sans";};
if (align == null) {align = "left";};
if (fontSize == null) {fontSize = "10";};
if (fontColor == null) {fontColor = "#333333";};
return (((((((((("<p align="" + align) + ""><font face="") + fontFace) + "" size="") + fontSize) + "" color="") + fontColor) + "">") + this) + "</font></p>");
};
unicodeData = new LoadVars();
unicodeData.source = "text_files/demoText.utx";
unicodeData.onLoad = function(){
_level0.display = this.data.text2Html("+1", "#333333", "left", "Verdana");
}
unicodeData.load(unicodeData.source);
View Replies !
View Related
Loading External Text Without Variable Name In Text File
i need to be able to load text from a file and put it in a dynamic text box but i cannot modify the text file to put in a variable name
ie the text file cannot contain variablename=1234
but rather must simply contain 1234
Is it possible to load some text without a variable name indicated in the file using flash mx 2004 and, if so, how would one do this?
View Replies !
View Related
Is It Possible To Display The Text (from External XML File) In A Text Field?
I'm a beginner with Flash ActionScript coding. I've got to make a flash menu that takes the text and URL for the menu items from an external file and displays it on a PHP page.
I've found the code to load text from an external file on the Adobe site:
http://livedocs.adobe.com/flash/9.0/main/00000890.html
However, this code doesn't work. It gives a message "Undefined" in a box, though all the paths are correct.
However, I can't use this code since I need to anti-alias the text display.Is it possible to display the text (from external XML file) in a text field? I can then apply anti-alias and select the text characteristics. I'll embed all the possible font characters in the movie.
How do I make this Dynamic Text for text fields work?
I'm using Macromedia Flash Professional 8 for creating this menu.
View Replies !
View Related
Dynamic Text From An External Text File. Issue
hi,
a small one, i think(?)
i have a dynamic text field in my site, loading txt from an external txt file.
the problem i am having is that when the text field comes is loaded onto the
stage, before the text is displayed tehre is a delay and the text box displays the target pathe to the text box instead of the loaded text. After a few seconds the text loads and everything is fine.
Is there a way to stop this, either displaying an empty box until it loads, or should i be loading all the text into the text files on the first frame of the movie before they are displayed.(?) am i approaching the problem from the wrong angle maybe.
Thanks very much
View Replies !
View Related
Loading Text Into Text Fields From An External File…
I have a file supplied to me with a couple of text boxes in it.
My friends would like to easily update the content of these boxes by using an external text file.
I have tryed tests with the "loadVariables" property, but can't seem to get any text to load at all. I have a text file called "Content.txt" and the dynamic text box has an instance name of text1 (original I know) and a variable name of myText.
The beginning of my text document starts of with "myText = "…
The line of code I was using was
loadVariables("Content.txt", text1);
this produced no result… does anyone have any suggestions for this problem?
Cheers.
Joel
View Replies !
View Related
Loading Dynamic Text Without External Text File...?
Hello,
I apologize if this has been asked before as i'm sure it has but for the past few days with all my searches on sitepoint, google, and flash kit but haven't been able to accomplish it.
What i'm trying to do is have text in my flash movie change based on a variable displayed on a WEBPAGE. I tried to accomplish this using FLASHVARS but i'm not even sure if I used flashvars correctly since not only did it not work but I couldn't find a tutorial that told me what i had to do inside the .fla file to make the flashvars function work.
I was wondering if someone here can point me into the correct direction or explain to me how exactly i would go about doing this...?
Again, all i'm trying to do is make a text in the .swf file change based on a variable in the web page, such as how FlashVars works...
Thank you in advance, and again i apologize if this was answered before.
View Replies !
View Related
Loading External Text File Into Dynamic Text Box
I have a dynamic text box on my stage that has a set width and height i want to populate it with an external text file to make it easy to update the text with out having to touch the fla. I'm just beginning to learn AS3 and don't know were to begin, in AS2 i would give the text field a variable and in my text file start with the variable name= ,variable on text isn't supported by AS3. any help would be appreciated.
Jake
View Replies !
View Related
Dynamic Text / External Text File ?
Hello,
I have a dynamic/multiline text box in a movieclip.
I am using the following code to load an external text file:
loadVariablesNum ("manifesto.txt", 0);
When I export and test the movie the external text file does not load. However, when I place the dynamic text box on the main timeline the external text file loads perfectly.
Please help!!!!!
Thanks in advance!!!!!
View Replies !
View Related
External Text File /with Dynamic Text
<pulling what little hair I have left....>
to my understanding, it is doable to open up external programs within flash (fscommand I guess).
Situation:
I have a dynamic text field that is filled with links pulled from an external text file. My first use of variables: the text file is pretty much just a listing of url's to fill the dynamic text field (looks something like:
filler=<A HREF=blah.pdf">link1</A><BR>
<A HREF=blah2.pdf">link2</A><BR>
<A HREF=blah3.pdf">link3</A><BR>...)
Because I'm popping all my links into a text file, I cannot execute the FScommand from there (at least I don't think so).
Now when a user clicks the link in the dynamic text field, it brings up a browser to open up the pdf file. The problem is I need Acrobat to open up the file directly, and not via a browser plugin, so I have to call the acrord32.exe program directly.
Any ideas on how I can get actual acrobat executable to open the file? I need to use a text file because I won't have access to swf after this is done, so any updating of the links there has to be done via a text file.
View Replies !
View Related
Text Length Of External Text File
hi people. its been a while since i've been on flashkit, but im back again (yay)
I havent used Flash for AGES as i've been pre-occupied playing games etc.
Anyways, i've decided to do something in flash but to acheive it i only need to do one more thing: count the letters in an external .txt file.
I can get the text loaded into the movie into a textfield called "gb"
how do i find the length of it?
i've tried this:
Code:
set("A", gb.length);
txtnumber = A;
but it dont work. please, where am i going wrong?
View Replies !
View Related
HELP With Writing Text On External Text File Using PHP
Hi,
i need some PHP code and Flash AS for updating my news on my web site.
My flash movie loads text on dynamic text field from external text file.
I've made Admin CP where the text fields are Input Text Fields, where i can write/change the news. I need PHP file who can write/replace the text to the text file, and AS for flash.
I want to be able to replace the news in my external text file directly from the web site (AdminCP), not downloading the text file to my PC, than replacing the text and uploading again.
Thanks!
View Replies !
View Related
External Text In Dynamic Text Box, From A PHP File
I'm having a problem with properly getting my text from a PHP file into my Flash site.
It currently is going to a Dynamic Text Box.
This is the part that prints out what the Flash movie should be getting.
PHP Code:
$post .= <<<END
<b>$topic_title</b>
$postdate by $postername
$post_text
($topic_replies) Comment$plural<br><br>
END;
which looks like this in my browser:
Quote:
&post=Berun accepted as Pledge Member! Mon Jan 23, 2006 2:14 am by Angusmungus Let me be the first to congratulate you Berun. Please keep up the good work and post when you can. With the recent re-opening of the Old forums we may seem preoccupied at times, but please feel free to join us here! (7) Comments
Creedroc Accepted as Kinsman! Fri Oct 14, 2005 1:04 am by Eruvelladan Friends, we have a new Ranger in our midsts!
Please welcome Creedroc as the newest addition to our ranks! (11) Comments
[RoF] Creedroc and ykamispet accepted as pledges! Sun Oct 09, 2005 2:15 pm by Eoden The Elders have discussed, and Creedroc and ykamispet (or Amada) have been accepted into the RoF for pledgeship!
Creedroc's pledgeships ends on Oct 13, and Amada's ends Oct. 21.
Congrats! (10) Comments
But when I get that in my Flash file and it displays in my Text box, the spaces between the paragraphs are quadrupled!
Does anybody know why those huge spaces are showing up in Flash for (apparently) no reason?
I can post a link to the site if anybody wants to see it in action.
View Replies !
View Related
Rotating Text From External Text File....
Hello...I am working on this new website...on it I have a testimonial section in the header, with text on top of a image background....I have several testimonial blurbs that I want to slowly fade/rotate into each other...but I want it to be easy to update the text and add new ones for my co-workers...
I've been out of the flash field for awhile so kinda rusty....is there a way to do this?
Thanks!
View Replies !
View Related
|