Netscape problems whith dynamically loading ASP into a textfield
by Mats » Thu, 10 Jun 2004 05:40:42 GMT
Hi,
I have a problem with getting Netscape to work with my ASP-page that I load
into a variable in Flash.
The info on the ASP page is recieved from a MySQL-database.
When I run the Flash file on my loacal machine (WinXP, IIS) it works fine,
but when I move it to the webserver it only load once and then nothing
happens.
It would be brilliant if anyone understand my problem and comes up with
anything to help me.
Thanks
/mats
Similar Threads:
1.Create and dynamically load into textField problem!
I seem to have the exact same problem along with other problems with created dynamic text fields. I been working with flash for years and I never seen flash code act so wierd. I am building an App and it really seems that createTextField is buggy and unreliable.
mytext.embedFonts = false; text shows up fine
mytext.embedFonts = true; text dissapears yet sometimes works, how i have yet to figure that out.
From what I can tell, its a run-time error in flash. As like you said, you have to space the code through a couple frames. This makes it a nightmare for parent actionscript calls or functions.
2.Dynamically load an ASP inside an ASPX file while loading
I have 2 ASPX files. One is the main, the other a smaller one which is the
center part of the main ASP file.
Now, how do I load the 2nd ASP into the first one?
3.Set TextField.selecable = false For all dynamically created textField
I have created more than 100 textfields throughout my project. And it'll be
very time comsuming to go through all my AS files and located all the
textfields and set this property (selectable = false).
Any idea on how I could do this faster or easier?
4.Dynamically load image from mySQL with asp
I need to be able to view images from mySQL.
I'm using ASP to create the output from the database, text works great but i
got a problem with images.
When I use:
<img src="image/pic.jpg">
it works, but not like this:
<img src="bilder/imageShow.asp?Id=1">
It doesnt work.
My deadline is ticking so I would REALLY appreaciate some fast help!
5.Help loading HTML into TextField or Text Components dynamically
Hi all!
I'm trying to load 4 HTMLdocuments into 4 different TextArea components
(infoTxt1, infoTxt2, infoTx....). In the attached code I use/load the same HTML
document to populate the components just to simplify the testing.
This loop will not work. Can anyone tell me why or if there is a better way to
load several HTML into components dynamically? It works IF it only loop once.
Thanks
for (var n = 1; n <= 4; n++)
{
this["tabData"+n] = new LoadVars();
this["tabData"+n].onData = function (theText:String):Void
{
if (theText != undefined)
{
personInfo.bg["infoTxt"+n].text = theText;
}
trace("Here it comes: \n\n"+theText +"\n");
}
this["tabData"+n].load ("artist1c.html");
};
6. Dynamically set textfield using OnChange
7. dynamically created textfields problem
8. problem whith Arabic in Flash 8.0.