Scrolling Dynamically Loaded Text HELP

No problem man, I figured it was bad wording. It happens.

And its ok about the text files, it would have been easier to use your text files and see exactly what you were doing (who knows, coulda been a problem with that instead of in Flash) instead of recreating my own, but oh well.

Welcome to the Flash world, where headaches, migrains, stress and frustration will overtake your entire life :stuck_out_tongue:

Itā€™s quite addicting though :beam:

well considering Iā€™m puttin all my time and effort into my websites at the moment. And I mean all my time. I quit collegeā€¦ I have no job :S
Iā€™ve really gotta work hard to get noticed, Iā€™m thinkin I should go back to college, n then uni!
its a hard life :beam:
thanx again m8
SpitwolF :crazy:

You should definitely go back to college. College is an important thing nowadays, itā€™s practically required everwhere (at least around me)

yeh it is round here, its just gettin my lazy arse off my chair n fillin in the forms
but I am determined to do well
I love creatin things, its what I wanna do, wikid graphics, animations. THE LOT
cya m8
Spitwolf :crazy:

urm, how do u put links into dynamically loaded text?
Iā€™ve tried
<href a=ā€˜mailto=dayswheni@hotmail.comā€™>Days When I</a>
<href a="mailto=dayswheni@hotmail.com">Days When I</a>
but they dnt seem to work

You are writing them wrongā€¦

<href a='mailto=dayswheni@hotmail.com'>Days When I</a>
<href a="mailto=dayswheni@hotmail.com">Days When I</a>

Should beā€¦

<href a='mailto:dayswheni@hotmail.com'>Days When I</a>
<href a="mailto:dayswheni@hotmail.com">Days When I</a>

Thats how it is in HTML too.

Its not workin m8!
this is the txt file

textField=Contact
Email:
<href a=ā€˜mailto:dayswheni@hotmail.comā€™>Days When I</a> | <href a=ā€˜mailto:ike_himself@hotmail.comā€™>Ike</a> | <href a="mailto:benamun_graffit_24_7@hotmail.com">Ben</a>

any ideas?
SpitwolF :crazy:


<a href='mailto:dayswheni@hotmail.com'>Days When I</a> | <a href='mailto:ike_himself@hotmail.com'>Ike</a> | <a href="mailto:benamun_graffit_24_7@hotmail.com">Ben</a>

Ooops, I just noticed something. I just noticed you put [HREF A]instead of [A HREF]

wheeey nice one m8
I knew this flash would interfere with me old html knowledgeā€¦ but what the hell, its so fun!!!
cya
SpitwolF :crazy:

Well its not Flashs fault, the HTML code I used in my last post is the way it is supposed to look in actual HTML.

I didnā€™t mean that m8, I just meant that it would make me forget all my html knowledge n bring in sum new knowledge :stuck_out_tongue:
cya
SpitwolF :crazy:

Ohhhhhhhā€¦ lol. Ok, I gotcha.