Internet Commerce

Partners & Affiliates

Developer Channel


Featured Flash FLA
Gallery Downloads 11401 Flash Movies | 5 New Flash Movies Added
What's New | Top 100

Featured FLA

»  Author: Nick Kouvaris
»  Title: Znax
»  Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
»  More by: Nick Kouvaris


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 4941 Flash Sites | 1 New Flash Links
What's New | Top 100 Flash Site

Featured Site

»  Author Agence WOP Digital Agency
»  Title: Electricdrum
»  Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.


Random Links | Add your own Flash Related Links
Flash Tutorials 1481 Tutorials 7 New Tutorials Added!
What's New | Top100

» How To Make A Simple Animation Using Christmas Clips
» Simple Step by step flash game tutorial Spot the diffrence
» How To Make A Moving Text Slide
» Create Flash Banner With Text Float Effect
» How To Make Zoo Photos Slideshow
» How To Make A Dolphin Photos Slideshow
» How To Make A Fathers Day Slideshow
» How To Make A Transparent Background of Your Flash File
» Create Flash Banner With Text Disco Light Effect Today we will introduce you a Text Disco Light eff
» Unknown Tag: Title10
Random Tutorial | Add Site


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Tips_And_Techniques

Categories HTML use in Dynamic Textboxes
Author: Alan Wisternoff | Website: http://www.buffoonbrothers.com |

 
Page 2
«prev 1 2 3 next»

Internal/External text

You can use external text or internal text in a very similar way. The text is always given a variable name which makes it easy to use, I have used 'textbox' as the variable.

To load external variables they must be saved as text (.txt) files. Inside the text file the variable is defined eg.

textbox=<html><font color ="#adff2f" size="18">Friday May 30th 2003</font></html>

You dont need to use quotation marks in external variables like you do in internal variables.You need to use the loadVariables action to load them into your movie.

To use internal text it is just a simple matter of using the set variable action eg.

textbox="<html><font color =\"#adff2f\" size=\"18\">Friday May 30th 2003</font></html>"

You will notice though a few differences from external text. Firstly all the code is inside quotation marks. Secondly all the quotation marks that are part of the HTML code need a backslash in front of them to tell flash that the quotation marks are part of the text and not the termination of the variable. Have this as a variable within your movie like you would have any other variable.

Just remember the text will be loaded into whatever level you have your loadVariables action or setVariable action.

Make sure the HTML checkbox is checked if you are using HTML coded text otherwise all the text, tags and all, will be displayed. Also you need to check the appropriate 'Embed fonts' button if you want your dynamic text to be anti-aliased or if you are using a custom font.

«prev 1 2 3 next»

» Level Basic

Added: : 2003-09-21
Rating: 7.14 Votes: 29
Hits: 1876
» Author
Flash Designer, Snowboarded, Cylist Extrordinaire.
» Download
Download the files used in this tutorial.
Download (53 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments