Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
mrmille #1
Problems with loadVariables and textfile linkage
Hi all!
Well, my problem is pretty simple but still complex
Im loading textfiles displaying on a newspage.
I got this project handed over to me from an other developer who quit on our
company so im not that very familiar with the code.
The problem
When i load the the textfiles with a compleete url from the webserver they
display alright.
If i load them locally they dont show at all, the swf file finds them alright
and so on.
The code
When loading externaly...
loadVariables("http://www.myserver.com/news/news00.txt", "nyheter.nyhet_00");
When loading local...
loadVariables("news/news00.txt", "nyheter.nyhet_00");
-----------------------------------
Have i missed a course in "local loading of textfiles". If i upload the files
to another webserver and accesses them from its location there they still wont
display :?
Im greatful for any help!
// eric
mrmille Guest
-
Button Linkage
Hi, I'm having a bit of a problem here. I am currently creating my flash site and have almost completed it. I have also created the buttons. The... -
linkage HELP!
i need to know how it would be possible to make a html link that reffers to a frame in a *.swf file.. can someone please aid me?! thank you!!! -
AS 2.0 linkage question
something like this, maybe? public function setText( newText:String ):Void { this._nameOfTextField.text = newText; } I think this will work.. -
using loadVariables in a loadMovie problems - MX
Hi Still using flash MX here, and have had this problem before but gave up and used a static textbox on all loadedmovies, but there has to be a way... -
external linkage
Hello, I wrote a program that uses the zlib compression library, specifically the functions compress() and uncompress(). Though I could find the...



Reply With Quote

