Similar Threads:
1.Discriminating Clients through Client Log In Window
Question:
I am trying to set up a site that will show a product/s but depending on the
type of client when they go buy it, they access a different price structure.
How can i do this?
Just in case my question is not clear:
Say i have a site that shows a product but i have two different type of
customers, how can i (through the LOg in window) route them to different pages
for pricing?
Thanks!
Daniel
2.Using logging module to log into flash drive
Hi All,
I am trying to implement the following functionality:
1. log messages to the flash drive
2. if the flash drive is not available, switch handler to the
BufferringHandler and log into buffer,
3. once the flash drive is plugged in and available store the logs
from BufferHandler into that flash drive and switch the handler into
RotateFileHandler.
Which approach would you suggest to use while implementing this
functionality? One that come into my mind is to have one process or
thread to check periodically if the flashdrive is available, and have
a flag that will indicate that we can store the logs into the flash
drive. But I don't particularly like this approach.
Would you do it different way?
Any suggestions are appreciated.
Cheers,
Krzysztof
3.Log-Log coordinate axes
hi!
can anybody please tell me how to create Log-Log co-ordinate axes with flash.
Thanks,
shailendra.
4.Scripting a log-in with multiple log ins
Hi,
I am trying to modify a flash login interface that I got off of
actionscript.org (awesome site)
It works fine as it is, but I want to add multiple log-ins to access
different points in the movie and my programming kung-fu is weak.
Can someone help my scipt on the login button as it does not work:
on (release, keyPress "<Enter>") {
if ((userID == "890") && (password == "890")) {
gotoAndStop("Job 890");
} else {
if ((userID == "test") && (password == "test")) {
gotoAndStop("Job XX");
} else {
gotoAndStop("Try Again");
}
}
It errors when I add the
} else {
if ((userID == "test") && (password == "test")) {
gotoAndStop("Job XX");
It's probably something really simple but I am missing it.
Thank you!
5.Server Log Reader / Flash Log Player
The Flash Log Reader / Player appears to have the potential to be a great tool,
but it is of little value to me so far, since generated reports do not display.
The FCS Log Reader reads my log and the steps displayed in the status window
seem correct. When I click on "Create Report", a progress bar appears and
fills to completion, and entries are added to the status window indicating the
report is being created, and then, that the report is done. But that is all
that happens -- no report is displayed. Documentation states that "The program
will generate and open a web page with the server information.", but no web
page opens for me.
I am running the FCS on a PC with Windows XP Professional, SP2. Is it
possible that some of the security protection built in to that environment is
blocking the display of the report? I do not get any error or warning
messages.
I will appreciate any suggestions on how to view the reports created by this
tool. I was pleased to find the tool, because such information should be
available with the basic product. Now, it just needs to work.
:confused;
6. Split logs into per application logs
7. Log aborts, with Failed to open log file error
8. Using client DLL's in flash client