Netscape problems whith dynamically loading ASP into a textfield

FLASH

    Next

  • 1. FSCommand quest
    Can fscommand execute irftp.exe?? example: fscommand( "exec","C:\WINDOWS\system32\irftp.exe"); i try to use this method but i look like not working. Can anyone tell me, is there any solution for flash to communicate with IR com. Because i need to send image to handphone through my pc's Infrared port using Macromedia Flash. Thanks.
  • 2. How to make a screenshotviewer in Flash
    how do I open large images from an external source, by clicking the thumbnail: in a new window, with an exact size? (boy, that was exactly to the point, wasn't it? ;) also, could I load a template, and just swap the image inside it, that would be very helpful for my project?
  • 3. Handling events for overlapping movieclips
    Hi all, I have a situation where I have a movieclip that has many movieclips with event handlers defined for each and when you rollover them, they react in the way I want them to. However, I also load over the top of these movieclips, using the loadMovieNum method, another movieclip that also has movieclips with event handlers. My question is how I stop the movieclips underneath the loaded movie clip from reacting to the rollover events and also turn off the handcursor for the underlying MC's. Also, in general how to best handle overlapping movieclips? Is there a neat way to do this? Does it involve using event listeners and lots of messy conditional statements? I'm fairly new tp AS, but not new to programming (although it's been a while!) Any steer in the right direction would be appreciated.
  • 4. My Maze Game
    Can someone please tell me some ActionScript for making someone lose my game if their health drops to, or below zero, and to warp to the "End Game" frame if that is to happen? Thanks!:D I also need some ActionScript to tally up my score and give the end results on frame 10 for my end score. Thanks!:D

Netscape problems whith dynamically loading ASP into a textfield

Postby 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.



Return to FLASH

 

Who is online

Users browsing this forum: No registered users and 60 guest