Problem with BDC- file transfer

I am able to open the file but the Contents of a file are not read.

Hi,
I think you are looking for BDC Problem, Its wrong forum to dicuss about it.
Refer - this could help you
How to upload  excel file
data set problem bdc
Thanks
swarup

Similar Messages

  • Problem with itunes file transfer.

    hello,
    l recently purchased another PC windows  7 64 bit. l installed Itunes 64bit . l have a problem when trying to transfer files (video or any other) from my pc to my ipad using Itunes; it freezes and crash. l am using and app called EZ file which plays any video file not that l think that does matter.l never had any issue with it. l used another PC to do the same thing and it worked. l try re-installing Itunes but it does the exact same thing.
    this is the error message that i get;
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          iTunes.exe
      Application Version:          10.6.1.7
      Application Timestamp:          4f71aced
      Fault Module Name:          objc.dll
      Fault Module Version:          1.435.16.11
      Fault Module Timestamp:          4ee7d01f
      Exception Code:          c0000005
      Exception Offset:          000085f4
      OS Version:          6.1.7601.2.1.0.256.48
      Locale ID:          1033
      Additional Information 1:          0a9e
      Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:          0a9e
      Additional Information 4:          0a9e372d3b4ad19135b953a78882e789
    any thoughts??

    In iTunes, Advanced>Create iPod or iPhone version

  • Problem with emoticonized file transfer capabilities multithreaded javaCHAT

    Hi, I've got confused with how do i use 1 socket to transfer all needed data for that chat application..
    Current progress:
    - Server can accepts sockets from listened port and put the socket, dataOutputStream, and name of the client into a hashtable
    - Client can interacts globally each other
    The problem is:
    - I want each socket of each client to be able to handle the chat message as well as the file transfer and etc....How can I differ every data that goes through that socket?
    - I've tried to make the file transfer, and somehow be able to put all the file the client send into a hash table in server...BUT when I tried to send the data to another client...I got problem...the data somehow mixed up each other, even tho i put them sequentially..like this:
    Server:
    else if (message.equals("RECEIVE"))
                             System.out.println("Preparing to receive file...");
                             String filename = din.readUTF();
                             System.out.println("Request for file " + filename + "...");
                             System.out.print(dout);
                             server.takeOutImage(filename,dout);                              
    void takeOutImage( String filename, DataOutputStream dout)
              try
                   if (imageFiles.containsKey(filename))
                        dout.writeUTF("ACK");   // we have this file
                   else
                        dout.writeUTF("NACK");  // dont' have it
                        return;
                   // get file contents from storage
                   byte contents[] = (byte [])imageFiles.get(filename);
                   // tell client file size
                   int togo = contents.length;
                   dout.writeInt(togo);
                   DataInputStream bytestream = new DataInputStream(new ByteArrayInputStream(contents));
                   FileSender.sendInChunks(bytestream, dout, togo, 1024);
                   bytestream.close();
              catch (Exception e)
                   System.err.println("File receive failed.");
         }Client:
    else if (message.equalsIgnoreCase("/receive"))
                        System.out.println("Preparing to receive file...");
                        String receive = "ab.gif";
                        String ack = null;
                        try
                             dout.writeUTF("RECEIVE");   // RECEIVE command,
                             dout.writeUTF(receive);     // ...filename to server
                             ack = din.readUTF();        // get server response
                             System.out.println(ack);
                             if (! ack.equals("ACK"))
                                  System.out.println("Server didn't acknowledge receive attempt.  Aborted.");
                             else
                                  int togo = din.readInt();
                                  System.out.println(togo);
                                  // receive file contents
                                  File file = new File(receive);
                                  DataOutputStream filestream = new DataOutputStream(new FileOutputStream(receive));
                                  FileSender.sendInChunks(din, filestream, togo, 1024);
                                  filestream.close();
                                  System.out.println("File received.");
                        catch (Exception e)
                             System.err.println("File receive failed.");
                        tf.setText( "" );
                   }It doesn't work sequentially, and being interrupted by this
    Client(to accept message):
         public void run()
              try
                   while (true)
                        String message = din.readUTF();
                        ta.append( message+"\n" );
              catch( Exception ie )
                   System.out.println( ie );
         }Any solution to this?
    Best Regards,
    William

    T-kuz wrote:
    No one told me any clue, nor asked me any question...Everyone has different reasons for their own behaviour. Personally I simply didn't see your question.
    If you want more/better/faster answers, then a good way to get them is to make a better question. This might mean adding information.
    Read [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html] for a general guide on getting good answers.
    even tho i put 10 dukes for this...Dukes are pretty worthless, they don't really help a lot for most people answering questions around here.
    I got rid of the problem by adding another socket and thread...I didn't really read the code precisely (another possible reason for no answers: too much code, no really clear problem-definition), but you might need to implement a more fine-grained protocol such like this:
    S: <Initiate file transfer for "Foo.png", size: 3000>
    C: <Accept, file transfer number is #1>
    S: <Part of file transfer #1, offset 0, length 100, data: ...>
    C: <ACK> (or leave that out, you're using TCP after all)
    S: <some other message>
    S: <Part of file transfer #1, offset 100, length: 100, data: ...>
    and so on ...
    thanks for your "!help" by just viewing...Come on, don't be snarky to the people you want help from. That's rarely a good idea.

  • Problem with Firewire file transfer

    I have a PB G4 15" running 10.3.9 that holds files I would like to transfer to an iBook G4 running 10.4.8. I've connected a 6 pin FW cable to both machines and started the iBook in Target mode. It is not recognized by the PB. I then tried starting the PB in target mode, to no effect. I zapped the PRAM, no effect. Then I checked System Profiler. There is no Firewire 400 port as far as SP is concerned. The FW 800 is listed, but no FW 400. I have also unplugged the PB and removed the battery, hoping to reset the ports. No luck.
    Is there a way to bring my FW 400 port back to life? Or is this most likely a hardware problem?

    That's not good
    Not to raise the alarm but I had a friend 'fry' a firewire port by inserting the cable upside down from the way it should - he just wasn't careful.
    You should connect the cable after you've started the machines as well.
    Have you tried booting the PB into Target and then inserting the firewire cable into the 800 speed port - it is backward compatible and will drop down to the 400 speed.
    Read this...
    http://docs.info.apple.com/article.html?artnum=50458

  • Problem with binary file transfer

    Hello everybody,
    I've got a bit of a strange problem. I'm making an application that opens a socket connection to a waiting perl script on the other side of the line. What it should do is recieve an int (filesize in bytes) and then a binary stream. This stream is written to a file, and I should have succesfully transfered a file.
    But the file I end up with isn't the same. The size is correct, and almost al the binary data seems to match up with the original, save a very few corruptions. The beginning and ending of the 2 files are exactly the same though.
    I know the Perl script is correct, I've stored the output through another script and had no problems.
    This is the code I used in Java:
    The Reader:
    in = new BufferedReader(new InputStreamReader(sock.getInputStream()));The important stuff:
    private void readBytes(int numberOfBytes) {
         FileOutputStream fos = null;
         try {
              fos = new FileOutputStream("image.jpg");
              DataOutputStream dos = new DataOutputStream(fos);
              for (int x = 0; x < numberOfBytes; x++) {
                   dos.writeByte(in.read());
         catch (IOException e) {
              System.out.println("IO Exception in readBytes");
    }I've got no idea how this could fail. Anybody who does? Thanks in advance.

    Thanks, the last two answers explained my problems. I've got it fixed now, this is the way I did it:
    private void readBytes(int numberOfBytes) {
         try {
              fileSock = new Socket(host,2001);
              fileIn = new BufferedInputStream(new DataInputStream(fileSock.getInputStream()));
              FileOutputStream fos = null;
              fos = new FileOutputStream("image.jpg");
              DataOutputStream dos = new DataOutputStream(fos);
              for (int x = 0; x < numberOfBytes; x++) {
                   dos.writeByte(fileIn.read());
              dos.close();
              fos.close();
              fileSock.close();
         catch (IOException e) {
              System.out.println("IO Exception in readBytes");
    } I'll assign the Duke Dollars, thanks again for helping out.

  • Error: There is a problem with the file and it cannot be copied

    I've been trying to copy (and essentially move) the contents of an NTFS-formatted external HDD to my iMac's internal HDD so I can then format the external HDD to Mac OS Extended. However, when I simply try to drag and drop, I get an error during the transfer that states:
    There is a problem with the file and it cannot be copied.
    I tried a basic cp command in Terminal to copy all contents of the external HDD to a folder on my iMac's desktop, and found that while there were no errors, there were many individual files missing full chunks of data (ie. original file would be 4GB on my external HDD, but only 350MB on my desktop).
    Any ideas on how I can successfully copy a large amount of data (approx. 170GB) from my external HDD to my internal HDD while avoiding this error, so I can ultimately format my external HDD to Mac OS Extended? ANY help is greatly appreciated.

    That's not a good error to see. It indicates something is very wrong. Pulled out of an old programming header file:
    ioErr = -36, /*I/O error (bummers)*/
    If Apple labelled it "bummers," they had a good reason! Unfortunately, that doesn't bode well for you.
    Try running Disk Utility again. Keep repairing over and over until one of two things happens: 1) Disk Utility says no repair was needed, or 2) Disk Utility reports the same error in two sequential repair sessions and is unable to repair it both times.
    If you hit the second case, or if you hit the first but still can't copy files, then you've got two basic options:
    = Buy a third-party disk utility or two and try them. Try TechTool as a first choice.
    = Recover what files you can and write the rest off as gone.
    = Send your drive to a data recovery service and hope they can extract more than you can.
    Of course, none of this is necessary if you have a backup of the contents of that hard drive. (If you don't, this is your learning experience. Once bitten, twice shy, so they say.) Also, regardless of the outcome, once you've got your data or have decided it's gone, you're going to want to wipe that drive completely clean. Reformat the drive with Disk Utility, then when it's done, select the drive in Disk Utility and hit command-i. (Don't select the new volume you just created on that drive, select the drive itself. Mine looks like "232.9 GB Hitachi ..." with the volume name indented underneath.) Look for an item that says S.M.A.R.T. Status, and if it doesn't say Verified, you might as well throw out the drive. Don't trust any more data to it.
    If all appears safe, you can start moving data back onto it. But, as always, make sure you have a backup of everything!

  • Problems with .ARW files and auto toning

    problems with .ARW files and auto toning
    let me try to explain this because this has happened in past and never found a way to resolve but i lived with it
    now that I have a Sony A7R the problem is more serious
    Firstly i take pride it making the picture happen all in camera, i use DRO lvl 5 to get enough light, like when i'm shooting at dusk. DRO its like doing HDR but in a single file, it lightens the darks. in my camera i'm happy with results
    but when I upload them to lightroom, they come out near black.
    allow me to explain
    lets say I import 100 images
    i double check my preferences and everything is UNCHECKED when it comes to importing options, there is no auto toning, nothing.
    as the images import i see a preview in the thumbnail which looks fine.
    i double click on one to enlarge it, hence leave grid view.
    for a brief 1 or 2 seconds, i see the full image in all its glory but than lightroom does something funny, it darkens the image
    one by one as it inspects each image, if it was a DRO image it makes it too dark.
    to make this clear, the image is perfect as it was in the beginning but after a few seconds lightroom for some reason thinks it needs to correct it.
    how to prevent lightroom from doing this, i want the image exactly as it is, why must lightroom apply a correction>?
    i think it has to do something with interpreting the raw file and lightroom applies its own algorithm.
    but here is what i dont get.....before lightroom makes the change i'm able to witness the picture exactly as it was taken and want it unchanged..
    now i have to tweak each file or find a profile for it which is added work.
    any ideas how to prevent lightroom from ruining my images and just leave them as they were when first detected...
    there are 2 phases...one is when it originally imports and they look fine
    second is scanning each image and applying some kind of toning which darkens it too much.
    thanks for the help

    sorry thats the auto reply message from yahoo email.
    i've disabled it now
    thing is, there is no DRO jpg to download from the camera
    its only ARW. so my understanding is when i use DRO setting, the camera makes changes to the ARW than lightroom somehow reads this from the ARW.
    but then sadly reverts it to no DRO settings.
    because i notice if i take normal picture in raw mode its dark but if i apply dro to it, it comes out brighter, yet when i d/l the image from camera to lightroom, which is an ARW - there are no jpgs. lightroom decides to mess it up
    so in reality there is no point in using DRO because when i upload it lightroom removes it.
    is there a way to tell lightroom to preserve the jpg preview as it first sees it.
    its just lame, picture appears perfect...than lightroom does something, than bam, its ruined,.
    what do i need to do to prevent lightroom from ruining the image? if it was good in the first place.

  • Problems with compressing  files with right hand click. it does not work.

    Problems with compressing files with right hand click.
    I am using the compress function in the Mac OS (File > Compress XX) from time to time. Today it does not work anymore. OS 10.5.6
    I get a message: The content list cannot be created for compressing.
    I tried it with files and folders and keep getting this message. Anybody any idea as to how to fix this

    Thanks I love my macbook!!!!
    I also got further problems such as copy-paste not working etc.
    so I fixed it just this morning by running Applejack 1.5 and am back up running noticing your post.
    thanks for helping though!

  • Problem with BDC on VA02

    Hi All,
    I am facing a problem with bdc on va02. After hitting enter on the first screen it pops an info message "consider subsequent douments". It doesn't get recorded in recorded. Hence I am not able to run the transaction with no screen mode. Please help me to suppress the info message
    Navin

    Hi Navin,
    These kind of messages and pop ups are precisely the reason why use of BDC for updating transactions is NOT advisable.
    If you were to bypass such messages, you would have to put a check to see why the message appears (in this case probably because the sales document flow for the sales order in table VBFA has some documents) and then write a logic to either handle the message or not.
    Instead i would recommend you use the BAPI functions provided by SAP to change the sales order.
    Have a look the BAPI for sales order change attached to the business object BUS2012. For this goto transaction SWO1 and enter the BUS2012 business object. Then goto methods and look for the "change" method. Double click on the method and look at the BAPI used to implement the method. Go ahead and use this method in your program as against a BDC.
    I am sure it will be a much better option.
    Otherwise if you still want to proceed with a BDC, please debug at the point where the message/pop up appears to ascertain reason for the same and then incorporate the same check in your program to handle the pop up.
    Regards,
    Aditya

  • Problem with Image file

    Hi,
    Iam facing with one problem.I have one swing interface through which I can upload files(back end servlet programme).Now I can upload all types of file but problem with image file it uploading perfectly that means size of the uploaded file is ok but its format damaged.It can not be open.My backend servlet programme is ok coz i tested it with html form it is working perfectly.Problem with swing interface.Plz guide me where I done a mistake.Below r my codes:-
    ImageIcon Upload=new ImageIcon("images/Upload.gif");
         Button=new JButton(Upload);
         Button.setToolTipText("Upload");
    Button.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
              int returnVal = fc.showOpenDialog(ActionDemo4.this);
              if (returnVal == JFileChooser.APPROVE_OPTION) {
              File file = fc.getSelectedFile();
    String aa=file.getAbsolutePath();
              textArea3.append(aa);
                   textArea2.append("Local URL:");
    long l=file.length();
              try
              byte buff[]=new byte[(int)file.length()];
              InputStream fileIn=new FileInputStream(aa);
              int i=fileIn.read(buff);
              String conffile=new String(buff);
              String str1=textArea10.getText();
    url = new URL ("http://127.0.0.1:7001/servletUpload?x="+str1);
         urlConn = url.openConnection();
         urlConn.setDoInput (true);
         urlConn.setDoOutput (true);
         urlConn.setUseCaches (false);
         urlConn.setRequestProperty("Content-Type","multipart/form-data;boundry=-----------------------------7d11e410e500f2");
         printout = new DataOutputStream (urlConn.getOutputStream ());
    String content ="-----------------------------7d11e410e500f2\r\n"+"Content-Disposition: form-data;"+"name=\"upload\"; filename=\""+aa+"\"\r\n"+"Content-Type: application/octet-strem\r\n\r\n\r\n"+conffile+"-----------------------------7d11e410e500f2--\r\n";
    printout.writeBytes(content);
    printout.flush ();
    printout.close ();
    Best Regards
    Bikash

    The errors are here:
              byte buff[]=new byte[(int)file.length()];
              InputStream fileIn=new FileInputStream(aa);
              int i=fileIn.read(buff);
              String conffile=new String(buff); (conffile is a String object containing the image)
    and here:
    String content ="-----------------------------7d11e410e500f2\r\n"+"Con
    ent-Disposition: form-data;"+"name=\"upload\";
    filename=\""+aa+"\"\r\n"+"Content-Type:
    application/octet-strem\r\n\r\n\r\n"+conffile+"--------
    --------------------7d11e410e500f2--\r\n";
    printout.writeBytes(content);conffie is sent to the server but
    it's non possible to treat binary data as String!
    Image files must be sent as byte[] NOT as String ......

  • What is the exact problem with this file?

    Hi all,
    There is an old form , which was not in use from many days.
    Now when we tried to run the form, i got the error saying "FRM-40734:Internal Error:Pl/SQL error occured.", in the login form.
    When i tried to open the fmb file in Oracle Forms Builder 6i, i got the following error:
    FRM-10102: Cannot attach PL/SQL library d2kwutil. This library attachment will be lost if the module is saved., but the fmb file got open.
    The login button has the following code:
    DECLARE
      UNAME VARCHAR2(30);
      --USER_ID PARAMLIST;
      V_USER APUSERMA.USER_NAME%TYPE;
      V_PASSWED APUSERMA.USER_PASSWD%TYPE;
    BEGIN
    select user_CD INTO :GLOBAL.USER_ID from apuserma 
    where user_CD = :TI_USER_NAME AND user_PASSWD = :IT_USER_PASSWD
    AND SYSDATE BETWEEN USER_VALID_FRM AND USER_VALID_TO;
    :global.user_id  := substr(win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername'),1,10);
    :global.compname := :compname;
    compnm(:compname);
    --USER_ID := CREATE_PARAMETER_LIST('USER_id_NAME');
    call_form('Forms\MAIN_SCREEN',hide,DO_REPLACE);
    exception
      when no_data_found then
      MESSAGE('Incorrect Username or Password.  Please Re-Enter');
      message(' ');
      RAISE FORM_TRIGGER_FAILURE;
    END;
    EXIT_FORM;
    When i tried to compile, i got error saying ,
    Error 201 at line 10, column 28
    identifier 'WIN_API_ENVIRONMENT.READ_REGISTRY' must be declared.
    I am not getting to know What is the exact problem with this file?
    Help me with this please.
    Thank You.
    Oracle forms builder 6i.
    Oracle 9i.

    Vijetha wrote:
    I also want to know what is the use of  win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername') ??
    What does it do??
    If i comment the following line , will it be a problem??
    :global.user_id  := substr(win_api_environment.read_registry('HKEY_LOCAL_MACHINE\system\currentcontrolset\control\computername\computername','computername'),1,10);
    Because i commented the above line & compiled, so it is not giving any error now.
    So please tell me what win_api_environment.read_registry does??
    it's read windows registry value. So, no problem if you comment it.
    Thanks

  • Problem with Receiver File adapter

    Hi
    I have a problem with receiver file FTP adapter, while writting file in target folder, connection is failing, after retries, it writting file again. How to avoid this situation, is there any way to write the leftout part in the file.
    VS

    Hi
    Thank u all,  Problem is solved, i changed write mode to Over write existing file. It is working fine.
    VS

  • Has anyone had a problem with TapMedia File Manage on iPhone 5. I reported a WIFI functionality problem to the developer and asked for support. Instead they have been very unprofessional by name calling me instead of logically evaluate and troubleshoot th

    Has anyone had a problem with TapMedia File Manage installed on iPhone 5? I reported a WIFI functionality problem to the developer and asked for support. Instead the company has been very unprofessional by name calling me instead of logically evaluate and troubleshoot the problem

    Hi AKE1919,
    Welcome to the Support Communities!
    The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    Cheers,
    Judy

  • Problem with import file type setting

    Problem with import file type settings - In preferences>general I select "wav encoder" But then going to tools>Create it still says "create mp3 version".
    Can't find a way to overcome this. Thanks for any help.

    Doublechecking, roy. After making the preferences change, are you leaving the General tab by clicking the OK button down the bottom-right-hand corner of the tab?

  • Problem with URL File download

    Hi every one i am facing a problem with URL File read Technique
    import java.awt.Color;
    import java.io.DataOutputStream;
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.net.URL;
    import java.net.URLConnection;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JProgressBar;
    public class JarDownloader
         boolean isSuccess = false;
         public JarDownloader(String url)
              downloadJar(url);          
         public boolean isDownloadingSuccess()
              return isSuccess;
         private File deleteExistingFile(String filename)
              File jarf = new File(filename);
              if(jarf.exists())
                   jarf.delete();
              return jarf;
         public static void main(String args[]){
              new JarDownloader("url/filename.extension");
         private void downloadJar(String url)
              try
                   URL jarurl = new URL(url);
                   URLConnection urlc = jarurl.openConnection();
                   urlc.setUseCaches(false);
                   urlc.setDefaultUseCaches(false);
                   InputStream inst = urlc.getInputStream();
                   int totlength = urlc.getContentLength();
                   System.out.println("Total length "+totlength);
                   // If the size is less than 10 kb that means the linkis wrong
                   if(totlength<=10*1024)throw new Exception("Wrong Link");
                   JFrame jw =new JFrame("Livehelp-Download");
                   JPanel jp =new JPanel();
                   jp.setLayout(null);
                   JLabel jl = new JLabel("Downloading required file(s)...",JLabel.CENTER);
                   jl.setBounds(10,10,200,50);
                   jp.add(jl);
                   JProgressBar jpbar = new JProgressBar(0,totlength);
                   jpbar.setBorderPainted(true);
                   jpbar.setStringPainted(true);
                   jpbar.setBounds(10,70,200,30);
                   jpbar.setBackground(Color.BLUE);
                   jp.add(jpbar);
                   jw.setContentPane(jp);
                   jw.pack();
                   jw.setResizable(false);
                   jw.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
                   jw.setLocationRelativeTo(null);
                   jw.setSize(220,150);
                   jw.setVisible(true);
                   int readlngth=0;
                   int position=0;
                   byte[] readbytes = new byte[totlength];
                   while(totlength-position > 0)
                        readlngth = inst.read(readbytes,position,totlength-position);
                        position+=readlngth;
                        jpbar.setValue(position);
                   File jarf = deleteExistingFile(filename);
                   jarf.createNewFile();
                   //FileWriter fwriter=new FileWriter(jarf,true);
                   FileOutputStream fout = new FileOutputStream(jarf,true);
                   DataOutputStream dout = new DataOutputStream(fout);
                   dout.write(readbytes);
                   dout.flush();
                   dout.close();
                   inst.close();
                   jw.setVisible(false);
                   jw.dispose();
                   isSuccess=true;
              }catch(Exception ex)
                   isSuccess=false;
    }From the above code i received the total length of the PAGE content (i.e here url is a file) when i tried to find the size of that file it return -1.
    please help me

    I think the real problem is that you don't check the return value from read (it's probably less than data.length indicating an incomplete read). Isn't there a readFully somewhere?

Maybe you are looking for

  • How do I stop the codec performer pop up page from coming up?

    It continues to pop up. I tried the suggestions but it still comes up.

  • Connect to secure LDAP server from iWS 4.1

    I am trying to connect to a secure LDAP server that is expecting client authentication. I installed a client cert (provided by the LDAP admin) on the iWS admin server, and I can search/view user records housed on the LDAP server. However, when I try

  • Won't open file

    Just purchased converter, did 3 pdf converts to excel and word.  When I try to open it says file format not supported, or was sent as an email.  What am I doing wrong?  I have office 2010.  Thanks

  • Problems generating right CSR for Callmanager 10 - cisco messes up values, Bug?

    Hi, we wanted to install our official SSL certificates for the Callmanager, presence and Unity Connection. I had to regenerate the web-security from the console following the instructions. All values are in the correct order: orgunit orgname locality

  • Movie Clip Thumbnail Gallery

    I'm using Flash 8 Professional Here's the swf: http://208.131.133.122/flash/ And my fla: http://208.131.133.122/flash/scene.fla (8MB sorry!) Right now, when the mouse is in the same _x position as the last thumbnail, the thumbnails slide gently to th