
AnswerList of Questions
To display a large amount of text on your page use the TextFile.ReadToString action, and display the results in a paragraph object.
To accomplish this in AutoPlay Media Studio 5.0:
Choose Object > Paragraph from the menu.
Insert the following code into any event in your application:
text = TextFile.ReadToString("AutoPlay\\Docs\\large_text.txt");
Paragraph.SetText("Paragraph1", text);
Applies to:
Standard Edition
Professional Edition