Flash Question
Flash Question
- Started
- Last post
- 4 Responses
- Jamie
Can someone tell me how to load content with URL links into a flash movie without having to use a non anti-alias font?
I would like to use a flash style font.
- Jamie0
Please help.
- lvl_thirteen0
on(release){
loadVariablesNum("yourtext.html... 0);
scrollingText = sourceText;
}make a dynamic text box.
then create a text or html doc that looks like this:
scrollingText=this is a link or what ever else you want to type in here.
then save that doc as yourpage.html
- lvl_thirteen0
by the way, if you don't want the html to load by pressing a button just put :
loadVariablesNum("yourtext.html... 0);
scrollingText = sourceText;
- lvl_thirteen0
did it work for you?