I want to be able to scale a browser window containing a flash movie b loaded into a flash movie a in such a way that a scales but b does not. Is this possible? See thread thread250-676896.
I did try to trace the query activity on this server, but unfortunately the application logs (tomcat - java) do not give me the debug level that I need, and mysql logs only keep the queries that are sucessful. For now our system admin temporarily set up an application that restarts mysql service...
Folks,
I have Mysql db server (4.0.12-nt) running on Windows 2000 partition that is actually a VMWare - ESX Server virtual machine.
This VMWare machine has 524Mb of Ram allocated.
The set of the databases on this server is minimal, and my.cnf values are set to "my.small" file.
Nevertheless the...
I do not believe it's possible because the "load data infile" (just as mysqlimport) is a "bulk" loader that reads text files only. You may want to write a short script that will populate your "infile" with the data for the variables prior to the "load data infile" process.
WR.
it also worth to check if you actually can login into the mysql instance with your user name and "no password".
If you have a command line access to the mysql db server try to login into mysql as:
% mysql -u youruser -pyourpassword gtName_test
--well if you do not have password to the user just...
Hi guys,
Thank you for posting your comments. Indeed my situation is just as mr(mrs?)lgarner described: the customer owns the root password of the machine, therefore nothing can prevent him from copying the data directories of this mysql instance to another instance to view the structure and the...
Hi gurus!
Recently we had to move some of our databases to the clients site onto their linux server.
Can someone hint on how to prevent "the clients" from snatching our data and db schema? The drawback: they do own the machine - hence they do have a root password, therefore even if I change the...
we have a Flash 5/servlet application using SendAndLoad's to communicate between the Flash and Java. We have one subnet behind a firewall that's exhibiting what looks like the cross domain security denial in Flash. That is: the main.swf is accessed ok on all PC's on the subnet, main.swf does...
Hi all,
Our application uses Macromedia Flash calls to retrieve flash (swf) and xml files from the server via apache.
We can see the swf files just fine, but by some reason xml file request is getting lost and never reaches the apache server. I can see it from apache access_log.
Is there a way...
Well, I am not sure how to deal with the keyboard focus. I believe it works because I can "tab" twice and that get's me into the "login_name" field (as I mentioned before - cursor was positioned in that field by setFocus command).
??
regards.
whiterussian.
Yes, Selection.setFocus is there...and cursor is positioned inside of the login_name field, but somehow html does not pass control to the text field in the flash movie. Any ideas?
Thank you.
Hi All,
We have the html page calling a flash movie with the user login/password prompt. When swf is loaded - cursor positioned in the login text field. But when user starts typing, the entry does not go into the text box unless user clicks on it.
How do I make this text field active from the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.