|
&Title=Scroll Bar with Text File&
&myText=<b>Scrollable Text field with Exteral File</b>
This example shows you how to use a scrollbar with external text - in a text file. The important thing to remember is not to give your Text Field a variable Name. But make sure to give it an Instance name. This is the biggest difference between Flash 5 and MX when using text fields and components.
<b>Using Style's and Formats</b>
The Code also goes over how to use Style's and formats to change just about everything having to do with your ScrollBar and dynamic Text field.
<b>Example HTML Formatting</b><br>
<b>Bold</b> - tags shown in source.
<i>italic</i> - tags shown in source.
<a href="http://www.flash-db.com" target="_blank">URL Link</a>
Their are some others as well - but html in flash is fairly limited.
|