Username And External Files plz help!

Hey there,
Hope someone can help me out with this even pointing into the right direction will be very helpful.
I kind of understand how to create a basic username and password 'menu' in flash.
password = inputName
if (password == "kirupa") {
answer = "Access granted!"  ;
} else {
answer = "Access denied!"   ;
But I would like to create a menu where a user can create a new username with then will be added to an exteral file ( data base I guess).
From there on anything the user does is remembered on that name. And if that user exits the program and loads it again the user's stats are loaded.
If you have any info on this please let me know, where lost here.
thx
pavel

u can not write anything from flash in text file . What u can write through flash is shared object. u can store ur user name and password in shared oject and then get and set those value same u can achive through javascirpt cookies also
But both option would be system specific
otherwise
database is the option as suggested before

Similar Messages

  • $$$%%%   Linking flash file PLZ HELP  $$$%%%

    hello and thankyou for whoever is reading this for taking the
    time! Im makinga band
    web site and I made flash buttons in flash 8(not the
    flash buttons in dreaweaver). now I need to add a link to each
    button. How can I do this. I see that a lot of band pages are made
    like this. take a look at www.relientk.com. Thats what im trying to
    make. Can any one help me with Ho I could link a flash file????
    linking flash FILE PLZ HELp
    thank you so much

    See your answer on the DW forum.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "beliy333" <[email protected]> wrote in
    message
    news:enffbg$c3f$[email protected]..
    > hello and thankyou for whoever is reading this for
    taking the time! Im
    > makinga
    > band
    web site and I made flash buttons in flash 8(not the
    flash
    > buttons
    > in dreaweaver). now I need to add a link to each button.
    How can I do
    > this. I
    > see that a lot of band pages are made like this. take a
    look at
    > www.relientk.com. Thats what im trying to make. Can any
    one help me with
    > Ho I
    > could link a flash file????
    >
    linking flash FILE PLZ HELp
    >
    > thank you so much
    >

  • Hi friends i am update my iphone 4 i have back up file but how show to itunes enter the password to unlock iphone back up file plz help me i forget my iphone back passoword

    hi friends i am update my iphone 4 i have back up file but how show to itunes enter the password to unlock iphone back up file plz help me i forget my iphone back passoword

    Then you won't be able to use that backup. You might as well delete it and start over.

  • Backup database and external files

    We have a web application that stores files in a separate folder outside the database, we want to do real time backup (while the users are connected to the application). If we run a scheduled task to backup the database and then the files, then the database and files will be out of sync, because if the database backup takes 5 mins for instance, then we will be backing up the files that are related to some records that were not added to backup.
    What is the best way to do real time backup for database and external files so that we have them both in synch?

    user11738458 wrote:
    We have a web application that stores files in a separate folder outside the database, we want to do real time backup (while the users are connected to the application). If we run a scheduled task to backup the database and then the files, then the database and files will be out of sync, because if the database backup takes 5 mins for instance, then we will be backing up the files that are related to some records that were not added to backup.
    What is the best way to do real time backup for database and external files so that we have them both in synch?Then why not backup only those files that match up to a certain point in time.
    Exclude all newer files.

  • I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    Unfortunately, these are the requirements
    Facebook Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 4.3 or later.
    WhatsApp Requirements: Compatible with iPhone. Requires iOS 4.3 or later.

  • HT4061 i loose my iphone and i dnt know my apple phone serial number and emie number plz help me how to found

    i loose my iphone4 i  dont know the serial number and emie number plz help me how to found my mobile and emie number

    Read here:
    http://support.apple.com/kb/HT4061
    Your carrier also has a record of your IMEI number.

  • GetHardwareAddress() and JSP.  Plz help

    I'm writing a JSP page that must get The MAC Address of the client.
    I used the following code:
    InetAddress addresses = InetAddress.getByName("192.168.1.100");
    NetworkInterface ni = NetworkInterface.getByInetAddress(addresses);
    byte[] mac = ni.getHardwareAddress();
    if (mac != null) {
    for (int i = 0; i < mac.length; i++)
    outz.write(mac);
    outz.write puts the result in an HTML page
    the result i got was: !k&?" instead of the typical xx-xx-xx-xx-xx
    I figured out that maybe the result isnt being written in hex so I added:
    {code}{code}
    InetAddress addresses = InetAddress.getByName("192.168.1.100");
    NetworkInterface ni = NetworkInterface.getByInetAddress(addresses);
    byte[] mac = ni.getHardwareAddress();
    if (mac != null) {
    for (int i = 0; i < mac.length; i++)
    outz.write("%02X%s", mac[i], (i < mac.length - 1) ? "-" : "");
    the error I got was:
    An error occurred at line: 19 in the jsp file: /jsp/savename.jsp
    The method format(String, byte, String) is undefined for the type FileWriter
    16: byte[] mac = ni.getHardwareAddress();
    17: if (mac != null) {
    18: for (int i = 0; i < mac.length; i++) {
    19: outz.write("%02X%s", mac[i], (i < mac.length - 1) ? "-" : "");
    20: }
    21: }
    22:
    VERY IMPORTANT NOTE: this code works in normal java file, but in JSP it makes this error.
    Plz can anyone help me figure what's the error? and how to solve it?
    can anyone provide a working way for this, using these methods? and thx very much.

    look bidox this is the query
    String sql= "SELECT * FROM WOH.P_DEMGRAPHICS " +
    "WHERE P_ID LIKE \'%" + query+ "%\'";
    and P_DEMGRAPHICS is tabel inside my WOH database
    and am searching using the Primary key
    i uploaded screen shot to understand
    http://rapidshare.com/files/102091314/tabel.JPG.html
    i want to retrive raws using P_ID ie input P1 and it will return the rows
    Now it should work! what you doing wrong is the database just use the table ignoring the WOH; the reason is, if you logged in the workspace using your username and password, automatically oracle will recordnise the table with that user login assigned.
    Your code now looks like this;
    String sql= "SELECT * FROM P_DEMGRAPHICS " +
    "WHERE P_ID LIKE \'%" + query+ "%\'";

  • Disk Images and External Drives - PLEASE HELP

    Hi all,
    I've got to a point where i can't afford to keep buying expensive drives to work form with Final Cut Pro X so decided to just work from several high spec drives and then back them up on other cheaper drives, reformat the high spec ones and start again.
    Not really understanding how disk imaging works I hoped I could carbon copy mountable and read and writeable drives (in this case a thunderbolt lace SSD)  on to a cheaper mass storage, wipe it and start again. I hoped it would then appear on the drives top level just as the drive appears on my desktop, and that I could access it if needed or port it back to a single drive at a later date? Is this possible? Can anyone help? So far everything I've tried has failed.
    One thought I did have was to create several partitions on the cheaper mass drive and duplicate it on to there? But I can't find any help or instruction for this online and need to make sure its write before I go deleting old projects.
    Attached are a picture of what I have (the disk image file) and what I was hoping to create (a mountable replica of a working drive on an external HD)
    Any help greatly appreciated.
    Robin

    You can research the terms disk image and back up for several hours. That might not help.
    None of the back up routines I am aware for for video and large media files use any compression or bundling systems like .dmg. I think your best bet is to make one-to-one copies of your files to your cheap drives. If you need the older projects, you copy them back to your working drives. That's pretty much how it's always been unless you are have a nice NAS RAID with mirroring to another rack of drives.
    The problem with cheap mass storage is no that it's unreliable. It's just not QUITE as reliable as more expensive systems. Having a copy of your work on a disk that might or is likely to fail is almost the same as not having a backup at all. but there is a point of diminishing returns for all of us in this business. This trend toward 4k and 8k, and FCPX's inability to manage media efficiently, means we all must add TB of storage for every project. A friend of mine includes a couple of TB drives in his fees. The client pays for and gets the drives.

  • X201 vs X201s and external monitor, please help

    Hello
    I am about to order my first thinkpad and have 2 questions and would greatly appreciate your thoughts
    I need a machine that is fast enough to handle huge data files quickly.
    1. Not sure whether to go for:
    X201 with i7-620M processor 2.66GHz, 8Gb RAM and 128Gb SSD
    or the slower but lighter
    X201s with i7-640LM processor 2.13GHz again with 8Gb RAM and 128Gb SSD
    2. When working at home and work i hope to connect to a ~24" monitor (1920 x 1080)
    I have been informed by lenovo sales people today 
    "the x201 will only support a maximum resolutionof 1280 x 800"
    Is this the case, how will it effect my use of a large external monitor?
     I do note that the x201s seems to support 1440 x 900 and would be happy to buy an ultra base for work and home if that helps?
    Look forward to hearing from you
    cheers
    Dan

    I had  the same concerns when trying to decide between the two models.  
    In the end I went with the X201  -with the i7-620M proc. 
    My reasoning is that, sure the performance difference between the two processors may not be that big, but I'm future-proofing the machine just a little bit more at only a marginal additional cost.  
    As for battery-life - my laptop spends most of the day plugged in, so the benefits of the lower voltage processor and lower power consumption wouldn't be that great.  
    I bike in to work every day with the laptop on my back, so weight and size were important issues for me.  The laptops are the same size.  With the 6 cell battery they're both 1.1" thick.  Only if you slap on the 4cell does the x201s become thinner.  The x201 does weigh about a quarter pound more when configured with the 6 cell. (3.1 lbs as opposed to 2.8 or so)  I was willing to make that tradeoff for better performance. 
    As for the video output - I haven't plugged the x201 into my home monitor: 24" , but its performing beautifully on my 20" office monitor @ 1680x1050.  

  • Exporting definition of the external file  - please help.

    Hello to all of you wonderful people.
    either me or my machine are just about to jump out of the window here..
    I have imported external file into OWB - no problem at all - everything singing and dancing.
    I now need to export this file and 'tweak' it a bit, rename and reimport - to save typing gazillion column names for other files i have to import.
    It was possible to do so in OWB 9i, however, everytime i am trying to do it i get this error message:
    Warning: MDL1427: Cannot export selected PROJECT <ADMIN> because it does not exist in target repository.
    Firstly,Of cause it is not in target repository - it is an external file! once i load my target table with it,it will be in target repository.
    secondly, I DO NOT HAVE A PROJECT CALLED <ADMIN>...
    Googled it and searched oracle, technet etc - to no avail. found only one entry for it on this amazing forum... but no solution :(
    Dearest Tom OWB it was your post about a month ago - did you manage to find out what that mean and how to go about it?
    Any help/hints would be greatly appreciated.
    Thank you very much for all your help and support regarding this issue.
    Kind Regards
    Vix

    Now I remember!
    There are two different ways to export the metadata. Clicking a project or object name less options and for me the error above.
    However if I click on the project and go to the top menu and to Design > Export > Warehouse Builder Metadata I am able to export the metadata fine. You also get access to the advanced tab this way.
    Bit strange but awell.
    Cheers,
    James

  • Got Noise in the Speaker after plugging external display. plz help.

    Hi guys, i just bought the apple Mini DisplayPort to VGA Adapter, but as soon as i plug it in, i got annoying noise comes out from my speaker.
    im using M box Mini as my audio interface.
    at first i thought it might be the wiring noise, so i moved the M box away from the external display, and moved the usb cable to varies position, but didnt work..
    guys plz help. the noise is just there constantly never give me a break!! really driving me crazy!! cant work with that noise,. plz help guys

    sorry
    i was getting confused with this rig i got here fsb should have been 166 for athlon 2600.    as for the not display no boot i just had to wait a little longer as the capitors kept on for ages eventually reseting the bios settings allowing boot.
    just tested the radeon seems to be running ok now - no crashes so far maybe 1.9 fixed it
    cheers

  • I give up! Can I send someone the ID CS3 file and print file for Help

    I have done everything I possibly can (given I am no where near expert), and can not figure this printing out.
    I have a food menu that is on 11 x 17 (will be tri fold) ID file with a border. The border is a "Placed" PSD file into a separate ID layer.
    Even though it looks perfect on the screen, I can not get it to print properly using an Epson Stylus 1400 series printer (wide body).
    The border does not print correctly.
    I can (and will if you want), print the menu to a file and send it to someone (along with the ID CS3 file and PSD file) to see if someone can tell me what stupid things I am doing.
    I also believe I can print to a file, then bring the printed file up on the screen and do a Snagit Screen Grab to upload to pixentral.com If this is possible, you will see how the border did not print correctly. I would also take a screen grab of the ID CS3 menu file so you can see how the border is perfect.
    I am hoping someone with a wide body printer can load 11 x 17 paper and try to see what I am doing wrong. I am printing it on 11 x 17, landscape, centered borderless stock and it looks good in preview mode.
    Any and all help would be appreciated. At least I don't have those OOLLM phantom lines like I did on my last plea for help.
    Bob

    Hmmm.
    Looking at the last picture, I see what is going to be a bit of a problem for you, I think. Do you really have a thin red line around the outside of the yellow border?
    Here's how bleeds work, and why they are set up the way they are. Printing, and more importantly, trimming, is done on mechanical equipment. Paper sizes may or may not be entirely uniform in a stack, or there may be minor alignment issues when jogging the stack, or there may be dust build-up, or any number of other little things that conspire to keep a stack of prints from being 100% perfectly aligned with each other, or a cutter setting may be off by a few thousandths of an inch making the trim larger than intended. In such cases there is a possibility that color intended to run all the way to the edge of the page may in fact stop short of the trimmed edge, leaving the paper showing.
    To hide this, and that's all you are doing, hiding misalignments, areas of color at the edge of the page are extended beyond the page boundary, typically 1/8" in the US, so that the excess color will fill what would otherwise be a blank area after trimming. InDesign Allows you to set up a "Bleed Area" in the document setup, which adds a colored guide around the page for easy reference, and also allows you to check the "use Bleed Area" checkbox in the print dialog so you don't need to specify it manually.
    Now for why that narrow red line is a problem, if it is really there. Printing presses typically can maintain sheet to sheet registration that is very accurate, but desktop printers are often off by as much as 1/16" in either direction from sheet to sheet. Further, there can be some paper stretching during the printing process, and the aforementioned dust build-up or slight errors in cutter setup, which can cause the paper to be trimmed slightly inside the intended mark. Also consider that if the paper is cut outside the mark on one edge, it will be cut the same distance inside on the opposite side.
    So, if you have a thin line on the edge of the page, you need to be very accurate in both sheet-to-sheet registration AND in cutter setup or you risk cutting off the line on one or two edges completely, and leaving more than you planned on the opposite edges. The thinner the border is, the greater the risk of cutting it off, and the more small differences in position will show. (The difference between 1/16 and 1/8 is much more obvious than the difference between 1/16 and 3/8 )
    As a corollary, jobs that bleed need to have a safe zone, or "live area" that is smaller than the page dimension by at least the amount of the bleed allowance all around so that trimming at the outside of the bleed on one edge doesn't end up cutting off something important on the opposite edge. The easiest way I can think of to visualize this is to think of trimming as if you were putting an open frame the finished size on top of the print, and you move it around so that the hole exposes more on one edge while hiding the opposite edge the same amount.
    Peter

  • Combine mutiple soudn in one file plz help me

    hello,
    i am creating an application that user can add multiple sounds and mix them .
    is ther a way to merge this mix in one byte array ?
    plz help me

    Actually, I know it can be done because they do it in various sites (http://aviary.com/tools/Myna , http://www.looplabs.com/ ,http://www.audiotool.com/ , http://www.remixgalaxy.com/), I just need help on how to do it.

  • Hi,I have 4s,I have a problem since 2days that the ring tone,lock sound,password sound,volume button and slide,calls flash,all sometimes working and sometimes not,plz help me to solve this problem.thanks

    HI
    i have iPhone 4s with iOS 8.1.3 , since 2 days I'm facing a problem that the ring tone,lock button sound,password sound,volume buttons,slide volume and incoming call flash,
    all these not working properly , sometimes it will work and sometimes it will not, I tried to restart the phone many times but I didn't fix the problem
    plz help me to solve this problem

    Try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose any data by resetting, but it can cure some glitches.
    If this does not help, setting it up as new device would be the next step:
    How to erase your iOS device and then set it up as a new device or restore it from backups

  • Computer turns off when importing CDs and converting files! HELP!

    Hi everyone,
    I'm having trouble importing music from CDs and converting files on my computer. The computer just turns off when I do these things and I'm really stuck as to why. Can anyone help?

    I just started having the same problem. I was able to import songs from 5 cds with no problem, but when I tried a few more my mac started shutting down about halfway through the import of the song. It doesn't matter how many songs I choose to import, it happens on the first one everytime. Did you find a fix for this?

Maybe you are looking for