Image file can't be used

I get the following message when I try to place a movie into my movie page in iWeb. "The image file can't be used because you don't have access priviledges or because it has no content or is corupted". I am using small 30 sec clips that I've imported into iPhoto from my digital camera. They are AVI files. I've place them before with no problem, this is new.
Any idea what's wrong and what I can do?
Dual 450 MHz PowerPC G4   Mac OS X (10.4.6)  

So it sounds like something about your iWeb installation got munged. Something used to work, but now it doesn't work anymore. So it must work somehow. Here are the suggestions that I give to people with these sorts of varied and nonspecific issues with iWeb. So without further ado...
1. Delete iWeb preference file at: YourHardDrive/Users/yourname/Users/Library/Preferences/"com.apple.iWeb.plist"
2. Delete iLife Media Browser preference file at: YourHardDrive/Library/Preferences/"com.apple.iLifeMediaBrowser.plist"
3. Repair startup disk permissions using Disk Utility
4. Reboot machine
5. Delete iWeb application (but keep a backup of the Domain file!) and reinstall iWeb 1.0 from original iLife'06 DVD or Recovery Disks and then update directly to 1.1.1 via Software Update.
These are the top 5 things that seem to garner some kind of positive results from people having similar problems. I know that you have already tried a couple things here, but heck, what do you have to lose? For the record, I doubt that it is your Canon camera.

Similar Messages

  • How can i upload a image file to server by using jsp or servlet.

    Hi,
    I m gurumoorthy. how can i upload a image file to server by using jsp or servlet without using third party API. pls anyone send me atleast outline of the source code.
    Pls send me anyone.
    Regards,
    Gurumoorthy.

    I'm not an applet programmer so I can't give you much advice there.
    If you want to stream the file from the server before it's entirely uploaded, then I don't believe you can treat it like a normal file. If you're just wanting to throw it up there and then listen to it, then you can treat it like a normal file.
    But again, I'm not entirely certain. You might be able to stream the start of the file from the server while you're still uploading the end of it, but it probably depends on what method you're using to do the transfer.

  • IWork 08 Pages "The media file can't be used because it's corrupt"

    I am creating a school Yearbook - lots of photos. Pages has been running really slowly and to add to my problems when I reopened my pages document, most of the pictures on the pages I worked on have been replaced by grey blocks with a question mark in it. I am not able to replace the grey blocks with the pictures that used to be in there as it gives me the error message "The media file can’t be used because it’s corrupt". However, the photos work perfectly well in other Pages documents and other programs such as preview, word and so on...
    I am finding the whole experience of working on Pages very demoralizing. Any help out there?

    Hi naglechocolate
    Welcome to the forum.
    Pages is far from a professional DTP program and when you get down to some real world tasks does show more than a few rough edges.
    I suspect you may have just pushed it too hard.
    As Yvan says it includes the whole image in the document, unlike most DTP programs which work with links. So I would concentrate on not making those images too large.
    With a school yearbook, the photos are usually one or 2 standard sizes and need to be printed at a finished resolution of 300dpi, so you can crop and size them before you import them to be most efficient.
    *Preview .app* will do this for you for free but there are also 3rd part utilities that can make a much a set workflow out of this often tedious process.
    Look here: http://www.macupdate.com
    Peter

  • How to flip through multiple image files in a folder using Preview?

    On windows a default image viewing program similar to preview allows a user to press the arrow keys to flip through images within the same folder as the image file originally opened with a Preview-like application.
    How can a person filp through images in the same folder with a few keystrokes using Preview?
    thanks

    hmm...you mean there isn't a way to simply skim
    through images in a folder using an arrow or page-up
    key?? That's kind of disappointing...especially
    being forced to pre-select images...
    oceanbluesky,
    There's no reason you can't use Preview to do what you're trying to do. And there's no need to pre-select images.
    The trick is to open Preview first, and then choose Open from the File menu (or Command + O on the keyboard). When Preview's Open dialog window appears, navigate to the folder which contains your pictures. Highlight the entire folder and then press the Open button. Once the folder is open in Preview you should be able to use your arrow keys to flip through...
    Note: To avoid a storm of images from opening on your desktop, go to Preview > Preferences > Images and make sure that the "Open each image in its own window" radio button is not selected.
    Good luck!
    Andrew99
    iMac 1 GHz Flat Panel 15" PPC 768 MB RAM   Mac OS X (10.4.10)  

  • Image file can't be opened by windows store app if the file is in the Ext4's external hard disk.

    My question is described below:
    I have two disks, external hard disk and removable disk. They are formatted with EXT4.
    I put the same image in the disks, and use Ext2Fsd to mount the disks.
    I open the file in win8, and it will default open by the windows store app : photos.
    It will be success to open if the file is in the Ext4's removable disk.
    It will be failed to open if the file is in the Ext4's external hard disk.
    I don't know why it will be failed to open if the file is in the Ext4's external hard disk.
    Does anyone have similar experiences?

    Hi hatasum,
    Thanks for posting!
    Base on my experience, if installed Ext2Fsd, we can read the ext4 file system on windows system. But Which version of Ext2Fsd did you use? From my experience, Ext2Fsd is not spported fine  about windows 8 version. Please refer to this software official
    website (http://www.ext2fsd.com/ ) . I suggest you could post this issue to the Ext2Fsd discussion forum ( such as
    http://sourceforge.net/p/ext2fsd/discussion/143329/thread/7f262ad0/ )for better help.
    Thanks for your understanding.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Storing image file in ms-access using jdbc

    Dear all,
    When i try to store a image file in MS-Access, I try it using OLE Object type in ms-access and object type in Java but i got following exception
    java.sql.SQLException: SQL Exception : Unknown SQL Type for PreparedStatement.setObject (SQL Type=1111
    So anyone please guide me that how to store an image file into ms-access database using the jdbc.
    ishan

    Do you want to store the text from the file? or the actual file?
    If you want to store large amounts of raw text, then you can use the MEMO type, but it will only store up to 64kb (65,535 characters). If you want to store the actual file, you'll have to use a field of OLE type.
    Does this answer your question? or were you asking something else?

  • Sending an Image file to a client using UDP

    I wants to send an Image file from the client to the server using UDP. As UDP can only sends data of type byte, how can i convert the Image file to byte & send it. Here is the Client program:
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.awt.*;
    public class Client {
    public static void main(String[] args) throws IOException {
    if (args.length != 1) {
    System.out.println("Usage: java Client <hostname>");
    return;
    BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
    String str = br.readLine();
    br.close();
    // get a datagram socket
    DatagramSocket socket = new DatagramSocket();
    // send request
    byte[] buf = new byte[65500];
    buf = str1.getBytes();
    InetAddress address = InetAddress.getByName(args[0]);
    DatagramPacket packet = new DatagramPacket(buf, buf.length, address, 4445);
    socket.send(packet);
    // get response
    packet = new DatagramPacket(buf, buf.length);
    socket.receive(packet);
    // display response
    String received = new String(packet.getData());
    System.out.println("Received: " + received);
    socket.close();
    Thanx.

    DataInputStream inStream = new DataInputStream(new FileInputStream(filename));
    try {
    byte bindata = inStream.readByte();
    catch (EOFException eof) {
    }

  • IDVD image files not always burning using Disk Utility

    I am using iDVD 06 to create media, from FCE .mov, and have been using the "Create DVD image file" option so that I can make quick copies for clients as needed. Recently a LOT of my gens, using Disk Utility, have been rejected as 'not verifiable' hence wasting a good disk. Some of them do get created successfully. I am currently using WINDATA DVD+R disks. Not sure if this is an iDVD problem or Disk Utility problem frankly. Have reverted back to creating multiple copies in iDVD after the initial 'slow' burn of the original. Thanks

    I am currently using WINDATA DVD+R disks. Not sure if this is an iDVD problem or Disk Utility problem frankly
    There is a third choice that I think is the most likely problem source - WINDATA DVD+R disks themselves.
    I'm 'not big' on + media for single layer disks anyway, but if you are supplying clients with discs you burned, you really ought to use good quality media like Verbatim or Maxell.
    BTW, I always recommend reducing the burn speed in Disk Utility to 4x or lower (I use 2x)
    F Shippey

  • Insert image file to word document using active X

    Hello,
    I would like to insert an image into my word document (at the end). The image is saved as a bmp file and I'm using LV 8.2.1.
    I would like to do this using Active X (without using report generation toolkit).
    Any idea please ? Thanks in advance.
    J.
    Solved!
    Go to Solution.

    Hi J.
    The method to use is Inline shapes (Add pictures). I have linked an example. You will have to configure it in order for it to be at the end of your document but that shouldn't be a problem for you.
    Best Regards,
    Charlotte F. | CLAD
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> "Du 11 octobre au 17 novembre, 2 sessions en parallèle : bien démarrer - approfondir vos connais...
    Attachments:
    activex image.vi ‏13 KB

  • Retrieve image file from FORMS 10G using BLOB

    Dear all,
    i inserted one record in a table for the following procedure.
    Create Or Replace Procedure Blob_Xl Is
    l_blob Blob;
    l_bfile Bfile;
    Begin
    Insert Into LOB_TABLE Values ( 'TEST1', Empty_Blob() )
    Returning BLOBDATA Into l_blob;
    l_bfile := Bfilename( 'TEST1', 'I.JPG');
    dbms_lob.fileopen( l_bfile,dbms_lob.file_readonly );
    dbms_lob.loadfromfile( l_blob, l_bfile, dbms_lob.getlength( l_bfile ) );
    dbms_lob.fileclose( l_bfile );
    Commit;
    End Blob_Xl;
    after that
    record also inserted, i check thro count.
    i try to retrieve that image from that table for using following procedure, in that procedure i called from one button in forms 10g and wrote in when button pressed , when i clicked it wont show any images.
    where i am wrong?
    Create Or Replace Procedure get_img As
    vblob Blob;
    buffer Raw(32000);
    buffer_size Integer := 32000;
    offset Integer := 1;
    Length Number;
    Begin
    owa_util.mime_header('image/JPG');
    Select BLOBDATA Into vblob From LOB_TABLE Where No = 'TEST1';
    Length := dbms_lob.getlength(vblob);
    While offset < Length Loop
    dbms_lob.Read(vblob, buffer_size, offset, buffer);
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    offset := offset + buffer_size;
    End Loop;
    Exception
    When Others Then
    htp.p(Sqlerrm);
    End;
    /

    hi
    try something like this for retrieve.May it helps u.
    DECLARE
    directions CLOB;
    directions_1 VARCHAR2(300);
    directions_2 VARCHAR2(300);
    chars_read_1 BINARY_INTEGER;
    chars_read_2 BINARY_INTEGER;
    offset INTEGER;
    BEGIN
    --Retrieve the LOB locator inserted previously
    SELECT falls_directions
    INTO directions
    FROM waterfalls
    WHERE falls_name='Munising Falls';
    --Begin reading with the first character
    offset := 1;
    --Attempt to read 229 characters of directions, chars_read_1 will
    --be updated with the actual number of characters read
    chars_read_1 := 229;
    DBMS_LOB.READ(directions, chars_read_1, offset, directions_1);
    --If we read 229 characters, update the offset and try to
    --read 255 more.
    IF chars_read_1 = 229 THEN
    offset := offset + chars_read_1;
    chars_read_2 := 255;
    DBMS_LOB.READ(directions, chars_read_2, offset, directions_2);
    ELSE
    chars_read_2 := 0;
    directions_2 := '';
    END IF;
    --Display the total number of characters read
    DBMS_OUTPUT.PUT_LINE('Characters read = ' ||
    TO_CHAR(chars_read_1+chars_read_2));
    --Display the directions
    DBMS_OUTPUT.PUT_LINE(directions_1);
    DBMS_OUTPUT.PUT_LINE(directions_2);
    END;
    sarah
    Edited by: S@R@h on Oct 7, 2009 11:29 PM

  • Image Files - Within Database, or Use FileStream?

    I have millions of photos tied to transactions.  There are several photos tied to one transaction.  My app pages and displays hundreds of transactions with the photos.  I would also like a user to be able to download all of the transaction
    information including the photo to a spreadsheet.  Currently, the images are stored within the database - is this the best way to go?
    Considerations -
    I am currently using transactional replication to replicate this SQL database to another location and the database for the images is 25GBs and will continue to grow.
    The images do not change but daily hundreds more transaction and images are added to the system.
    I know there is a newer method - FileStream.  Should I be using this method and FileTable? I know I can't use Database mirroring with this option (is that a concern) and am currently using transactional based replication.
    What backup method should I use with the recommended database deign - replication or ?

    Consider FileTable for your application.
    BOL: "The FileTable feature brings support for the Windows file namespace and compatibility with Windows applications to the file data stored in SQL Server. FileTable lets an application integrate its storage and data management components, and provides
    integrated SQL Server services - including full-text search and semantic search - over unstructured data and metadata.
    In other words, you can store files and documents in special tables in SQL Server called FileTables, but access them from Windows applications as if they were stored in the file system, without making any changes to your client applications."
    LINK: http://msdn.microsoft.com/en-us/library/ff929144.aspx
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Reducing image file size for web use without pixelation

    Can anyone help me figure out how to best reduce images for fast web loading (in slideshows in Muse). I have done the save for web in PS and they are super pixelated now. The only versions that do not lose quality are the original size and they are huge files. Any help is appreciated.
    Also can anyone tell me how big each image should be, what is considered a too big size (kb) for web images? Thanks Hillary

    The settings I used were in the save for web panel and I saved the image as "medium" and the quality was 30, optimized was checked and it was scaled down to 16kb instead of 700kb. Is there a guideline as to how large in kb an image should be for good loading, it seems like with faster internet speeds we can go a bit larger for asset size. Is it OK to have an image as 65 kb if it is quite large (8 inched wide)?
    I think I solved the problem. I just went in and saved the images as larger quality. I hope it does not slow things down too much. Any advice would help.

  • .SPC subtitle file - can it be used in any way?

    I have a project for which I've been given the subtitles as a .SPC file which DVDSP does not recognise - can this be converted to a useable subtitle format?

    If the subtitle data is plain text, you can use a combination of table-to-text and find-and-replace in word to get the data into the correct 3-column format. There is a sample subtitle text file in the DVDSP manual for reference.

  • What image files can i put on my nokia 3300

    i want to send some images to my nokia 3300 from my pc using a usb data cable i have but i dont no what format the fone can have (jpg, bmp etc) what format do the images have to be??Message Edited by fallon on 15-Feb-2006
    08:14 AM
    Message Edited by fallon on 15-Feb-2006
    08:15 AM

    I believe that they are JPG. Other handsets of that ilk use JPG.
    Gadget
    Remember to mark all correctly answered questions as Solved. A forum is only as great as the sum of its parts, together we will prevail.

  • AVI files imported to Premiere Elements 10 are blank. Files can be played using Windows Media.

    I am trying to import AVI files to Premiere Elements 10 but they are blank. They show the proper time length for the file but I get no video or audio. When I attempt to import the files directly from my Flip (one of the import options) the files are not even discoverable. I am using Windows XP. Any suggestions?

    My wife has a Flip camera, and I do not believe that AVI is what her camera uses (just checked... her Flip saves as .MP4)
    Exactly what is inside your AVI files?
    Codec & Format information, with 2 links inside to read
    -read both links in reply #1 http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/

Maybe you are looking for

  • Problem in accessing the media files from another server

    Currently I am working in a project with streaming video on demand and using FMS 4.5. Let's say the FMS is installed on one machine say '121.123.35.34' and there is another server '100.54.88.222' where all the media files belong. Now we need to point

  • Error while creating DTP from DS to Infoobject

    Dear All, I am getting one error while creating DTP from Datasource to Info object can any one give some suggetion regarding this issue. Issue:Enter a valid value Msg No:00002 Procedure: Display the allowed values withF4 and correct your entry, Regar

  • How do I create a dynamic table in the form for auto field detection?

    I am new to Acrobat. We need to create a form template that contains dynamic table control so that it can be populated using auto field detection. Our dynamic table contains reimbusement information, the rows vary from one claim to another. Please he

  • How do I include an image's collection hierarchy in its name when exported?

    Hi, Newbie question - I organize selected images using hierarchies of collections. When I export the images in those collections, I'd like to include the entire collection hierarchy of each image in its exported name. For example, if I have a collect

  • JSP -- default list selection

    I am working on an application that is using something like this <option value="0" <%if(selected_in.equals("0")) %><%="selected"%><%;%>>12:00am</option> to populate a list. I need to have a default value assigned to this based on username that is bei