Hey great tutorial man. I have a bit of a problem though. The scroller works when you preview it in flash but when you publish it, it only works in IE no other browsers work.
I'm designing a website for a friends band and need the scroller to work on multiple browsers.
Very nice tutorials......................
tareq8193 1 month ago
var loader: URLLoader = new URLLoader();
loader.load(new URLRequest("external.txt"));
loader.addEventListener(Event.COMPLETE, onComplete);
function onComplete(event:Event):void
{
external_txt.text = event.target.data;
}
It works great!
krisnarocks 2 months ago
Thanks for this, works great
Stormlizard 1 year ago
Hey great tutorial man. I have a bit of a problem though. The scroller works when you preview it in flash but when you publish it, it only works in IE no other browsers work.
I'm designing a website for a friends band and need the scroller to work on multiple browsers.
Any thoughts?
donharritzio 1 year ago
Wish you had done that AS2 :((
tradecycles 1 year ago
for ARISPREVEZA
u has a wrong....
u need write ( " ) in ("external.txt"));
ZeToCosta 1 year ago
var loader:URLLoader = new URLLoader();
loader.load(new URLRequest("external.txt));
loader.addEventListener(Event.COMPLETE, onComplete);
function onComplete(event:Event):void
{
external_txt.text = event.target.data;
}
am I right?
ARISPREVEZA 2 years ago
In AS2 it takes 1 line of code only.
IQ168 2 years ago
How would you configure a button so that when clicked it opens an .swf file in the UILoader?
Geomaverick124 2 years ago
Hey Todd, This is an awesome tutorial. I wonder if you could let me know if there is a way and how to load data from an excel file into flash cs3.
Thanx
animmate 2 years ago