How Flash MX implements the content of the external text file with Action Script

zhaozj2021-02-16  96

http://community.9cbs.net/expert/topic/2792/2792033.xml?temp =.435528 Master: How does Flash MX implement the contents of the external text file with Action Script? Community: Multimedia / Design Flash Streaming Media

Reply to: jiagao (www.eccool.com) () Reputation: 193 2004-03-02 10: 33: 45Z score: 0

Use Loadvars.

MY_LV = New loadvars (); my_lv.ondata = function (rw) {text = rw;}; my_lv.load ("test.txt");

Test.txt is written directly to HAHA ..., no variables. Note TXT To use unicode encoding, or add system.usecodepage = true in the above AS;

转载请注明原文地址:https://www.9cbs.com/read-10967.html

New Post(0)