this works fine on my PC which is good and I can see the text but when I try loading the app onto my android with the text file in the same folder it wont load the text. really need to do this so any help would be very appreciated :)
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
Great tutorial. I'm building a basic website in flash cs3, as3. I've some buttons with one dynamic text field. I want to load one particular txt file each time a specific button is pressed. How can I achieve that? Any advice would help
At that site it is in the Flash Video Tutorials section. Second Orange Button Left Menu. It is first lesson under heading: "Working with Other External Files and Data"
this works fine on my PC which is good and I can see the text but when I try loading the app onto my android with the text file in the same folder it wont load the text. really need to do this so any help would be very appreciated :)
NCdesignsHD 1 week ago
this worked great, I have a further question. Can you alter and save the text file through flash?
slipknotjoeyjor 8 months ago
Thanks, this really helped me =)
I already had the code, but I didn't know the file had to be in the .bin directory.
Deleojur 10 months ago
yo this is old
it has 360 resolution !!!
mjtajik 11 months ago
This has been flagged as spam show
similarly can i import rtf (rich text file/ wordpad file) into flash??
vallavan54vinoth 1 year ago
similarly, can i import rtf (rich text file) to flash and make them marquee???
vallavan54vinoth 1 year ago
i have a question.... How do you add multiples dynamic text with out making the Action Script too big and complicated? I like your tutorials Thanks
ryerandy21 1 year ago
i have a question.... How do you add multiples dynamic text with out making the Action Script too big and complicated?
ryerandy21 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
Comment removed
pantrobus 1 year ago
Hi there.
Great tutorial. I'm building a basic website in flash cs3, as3. I've some buttons with one dynamic text field. I want to load one particular txt file each time a specific button is pressed. How can I achieve that? Any advice would help
zduhac011 1 year ago
@zduhac011 i was wondering the same thing when i watched this..
AngelReckoning 1 year ago
If i put a timer to you're script.. it dosent work on IE... just other browser why??
m4unot 1 year ago
so good men..the tutorial..
by the way im also learning the xml on flash thing.
i really luv it..cud u post more video tuturial???
mackynyxz 1 year ago
re 'download it from the link'... it's hard to find. I could not, so thank you for posting it.
However these tutorials are all very good. Thanks to the tutors.
jdhereagain 2 years ago
At that site it is in the Flash Video Tutorials section. Second Orange Button Left Menu. It is first lesson under heading: "Working with Other External Files and Data"
flashbuilding 2 years ago
I really appreciate all your tutorials! They have been extremely helpful on a number of different topics.
PatrickWard4 2 years ago
is there any possible to load external PDF?
vaasung 2 years ago
Is there any way to do this in Action Script 1 or 2 aiming for compatibility with flash 7.0??
sickliberty 2 years ago
How would you add a scroll bar to this if the text file contains enough text to need one?
arel3 2 years ago
Dude... cant read. Please add some sound
RebelwowPonta 2 years ago
sorry, can u please put the code in a comment, thanks in advance
deaniture 2 years ago
you can download it at the link in the comments :)
code is
var loader:URLLoader = new URLLoader(new URLRequest("my_text_file.txt"));
loader.addEventListener(Event.COMPLETE, completeHandler);
function completeHandler(event:Event):void { var loadedText:URLLoader = URLLoader(event.target);
myText_txt.text = loadedText.data;
Sunlounger1 2 years ago