Issues with choppiness in image scrolling

I am not super experienced in flash, but I'm wondering what the deal is.  The swf I export looks choppy as hell as it moves across the screen and I have it set to 120fps.  You can see it here: http://mattdaddy.net/client/animator_images.swf the fla is http://mattdaddy.net/client/animator_images.fla   The swf file is about 160k, so I don't think it's the size of it is the issue.  This is one piece of a bigger flash presentation someone else is pulling together - http://mattdaddy.net/client/intro_v5.html
I don't get why it's scrolling fine in Flash, but when I export it, it looks like crap.  Any help would be MUCH appreciated because I REALLY just want to finish up this project once and for all.
thank so much.
M@

double click each image in the library and check "Allow Smoothing."
in cs4 you can highlight all of them and just right click > Properties to get them all at once.

Similar Messages

  • Hi, i am having an issue with a basic motion scroll effect.  I already watched and read every tutorial out there regarding this topic and even tried the adobe chat support, but the guy on the other end of the line disconnected me-, probably he didn't unde

    Hi, i am having an issue with a basic motion scroll effect.
    I already watched and read every tutorial out there regarding this topic and even tried the adobe chat support, but the guy on the other end of the line disconnected me…, probably he didn't understand what i wanted from him because english is not my native language, so a will try to be very, very clear about this one..
    please note, that i am new to muse, this is my first project ever.
    my idea is as following:
    when the customer comes to our companies site, he just sees our logo on a white Background. the logo consists of, say, four elements. when the customer scrolls down, the logo starts to disassamble: first the first part of the logo flies out the left side of the site, then the second part of the logo vanishes down, then the third part of the logo flies to the right, then the fourth part of the logo flies to the top and out of the customers view. given what i have seen, it is possible to do that….
    so…..
    now i have the four parts of my logo imported as png files into muse and assembled them in design view to build our companies logo. I select every one of the four parts and go into the scroll effects tab left beside the layers tab. first i enter the same values for every one of the four parts: initial motion: 0x and 0x again for the left and right motion; key position ( t-handle) : 0px; final motion: 0x and 0x again for the left and right value.
    now i hit "preview".: the logo is "pinned" at the correct position, i can scroll but the logo stays where it is. so far so good….
    now i select all the four elements again and go to the scroll effecs tab. at "final motion", i click the down arrows and enter 1x. I hit Preview…
    when i am scrolling down the WHOLE logo goes down…. so far so good.
    NOW i want the first part of the logo to go down, THEN the second part to go left, THEN the third part to go up, THEN the fourth part to go right.
    so i select ONLY the first part, go to the scroll motion tab, at "final motion" i click the left arrows, then i enter 1x.( the up-down value, i set to 0 again).. i hit Preview…
    the first part of the logo goes left as soon as i start scrolling, the other three parts still go down at the same time…
    NOW i want the second part of the logo to start moving, when the first part has left the scene, not at the same time as the first part.
    SO I SELECT THE SECOND PART AND DRAG ITS T-HANDLE (KEY POSITION) DOWN TO, LETS SAY, 200PX. SO IT STARTS MOVING ONLY AFTER THE CUSTOMER HAS REACHED THAT POINT, RIGHT?
    BUT WHEN I PREVIEW THAT ****, THE LOGO IS NOT TOGETHER ANYMORE, THE SECOND PART IS FLOATING ANYWHERE ELSE BUT WHERE IT SHOULD BE…..WTFF????
    short: when i move the t handle, the initial position of the object changes. thats what i said to the adobe employee, but he said, that thats the expected behavior….
    but if thats so, how can i have my four parts correctly together, so they form my logo, but with different t handles, so that they all start to move at different times??
    Pleeease help me, i am dying of frustration here…..:( that behavior cant be right, right?
    Thanks so much to everyone who actually reads this post and tries to help…….
    All the best,
    Niki Lapan

    Thank you so much for helping,
    But i really wonder how you did that. did you always switch between design view and preview view, then change the key position for 2px then switch back, to align the four letters? because i imagine that can get really frustrating, if you have a logo consisting of 58 parts instead of 4!:)
    Anyway thank you very much for your time and effort!!!!

  • System Image Utility - Issues with making bootable images

    During the image creation process for a Netboot, the System Image Utility reports an error. I've included the log file (everything before the removal of the bad image below).
    ------------Begin Log File --------------
    2006-06-02 13:19:25 -0400 Initiating user authentication
    2006-06-02 13:19:28 -0400 Image creation in progress
    2006-06-02 13:19:28 -0400 Starting image creation
    newfs_hfs:
    2006-06-02 14:10:30 -0400 b=400: bitmap clump size is too small
    --------------End Log File--------------------
    I have no issue creating images from restore disk sets (that shipped with machines) or retail masters of various OS's. This issue seems to be related to the particular drives I am trying to create images from.
    The drives that give me this error are hardwarily OK and the software works great. I can boot from these drives and have no issues with the machines imaged from them after the fact. I just want to Netboot off of these so I don't have to lug a million drives around...
    Any clue?

    i know that was the case in Leopard and Snow Leopard but i just mounted a leopard image to create a new netrestore on my lion server.  i was not able to boot any of my images created on Leopard or SL when running Lion Server.  I assume i need to recreate the images on Lion.  Right now my Lion server is using a leopard image as the source to create a netrestore i can push on the Lion server.

  • Issue with Multithreading and vertical scroll bar - help needed to debug!!!

    I have been working on a desktop Visual Studio 2010 application for quite a few years. It is written in C++ and MFC. This code is a combination of code I have written and code I inherited. It worked great for years on Windows XP, but when I ported
    it to Windows 7, a tricky problem has come up that I am having the darnest time trying to figure out
    In summary, it is a single .exe desktop application. There is the main thread (thread A), which launches another thread (thread B). Both threads share a pointer to a single window object which displays events. This window also implements a vertical and horizontal
    scroll bar. 
    The interaction and message processing between the threads seems a little sticky to me. Both threads A and B call the same member function of the CWnd object. BUT, Thread B ALSO posts messages to thread A's queue.
    So, in thread B, you will see code like this, which makes a direct call to the output window object, AND THEN it also posts a message to Thread A's mainframe window like this...
    if( m_pEventLog )
    pOutputWindow->AddLine("Some test...");
    if( m_phNotifyWnd[RECEIVE] && m_puiEventWMsg[RECEIVE] ) {
    ::PostMessage( m_phNotifyWnd[RECEIVE], m_puiEventWMsg[RECEIVE], 0, (LPARAM) pPkt );
    WHEN thread A receives the message that thread B posted above, it only does the following:
    LRESULT CMainFrame::OnSocketReceive( WPARAM, LPARAM lParam )
    CSPkt* pPkt;
    CRWPkt* pRWPkt;
    CSPktSocket* pSocket;
    ULONG ulType;
    CString csTemp;
    CBSWords bsWords;
    CSSSWords sssWords;
    CRWPkt* pLoopBackRWMsg; // used if we have to send a loopback msg back to sender
    CLMsg lmsg;
    m_wndTextWindow.AddLine("Test message");
    return 0;
    So both threads are writing to the output window via the .AddLine() member function.
    void COutputWnd::AddLine( CString& strLine, COLORREF crColor )
    UpdateVScroll();
    return;
    And this function then makes a call to :UpdateVScroll().  The problem seems to arise because thread B does a
    post to thread A, where thread A in turn writes to the output window. Eventually, the program
    HANGS in the call to
    SetScrollInfo() below...
    void COutputWnd::UpdateVScroll()
    CSingleLock lock( &m_CSVertScrollLock ); // lock things up while we are in here
    BOOL bok = lock.Lock();
    if (lock.IsLocked() == TRUE)
    int iMax = m_FifoIndices.GetHighestIndex();
    if( iMax < ( m_iMaxViewableLines - 1 ) )
    iMax = 0;
    //SetScrollRange( SB_VERT, 0, iMax, FALSE );
    //SetScrollRange( SB_VERT, 0, 9, FALSE );
    SCROLLINFO scrollinfo;
    scrollinfo.cbSize = sizeof(SCROLLINFO);
    scrollinfo.fMask = SIF_RANGE;
    scrollinfo.nMin=0;
    scrollinfo.nMax= iMax;
    SetScrollInfo(SB_VERT, &scrollinfo, FALSE);
    lock.Unlock();
    It doesn't take long for the program to hang...maybe about 10 seconds. 
    When I hit DEBUG->BREAK ALL, I get the output below in the CALL STACK WINDOW.
    ntdll.dll!770070f4()
    [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
    user32.dll!76c0cde0()
    user32.dll!76c018d9()
    >
    mfc100d.dll!AfxInternalPumpMessage()  Line 153 + 0x13 bytes
    C++
    mfc100d.dll!CWinThread::PumpMessage()  Line 900
    C++
    mfc100d.dll!CWinThread::Run()  Line 629 + 0xd bytes
    C++
    mfc100d.dll!_AfxThreadEntry(void * pParam=0x0022f6a4)  Line 122 + 0x13 bytes
    C++
    msvcr100d.dll!_callthreadstartex()  Line 314 + 0xf bytes
    C
    msvcr100d.dll!_threadstartex(void * ptd=0x004f97c0)  Line 297
    C
    kernel32.dll!762cee1c()
    ntdll.dll!770237eb()
    ntdll.dll!770237be()
    NOTE: If I never make the call to SetScrollInfo(), the program never HANGS.
    Sooo....I am trying to determine if there is a fundamental issue with the way the threads are communicating that is causing the issue, or if maybe I have a memory overwrite. It always hangs in ::SetScrollInfo(), no matter what I comment and uncomment. This
    makes me think that scroll bat behavior is different in Windows 7 than on XP, but I have not been able to find any documentation about it. 
    Can anyone provide any insight as to what may be the cause of the program hanging>

    It might look like working but it will crash eventually. The windows are thread affine and other thread must never touch other threads windows. Sometimes you might get along but usually it just crashes.
    Thread B must use PostMessage ( or SendMessage if suncronous action is require) to thread A's windows to achieve correct updating. Some very basic calls are implemented directly with SendMessage so they are safe to use but then you must individually check
    which ones are safe.
    Also having multiple SendMessage calls from B to A require rendezvous which might cause other problems ( thread B stalls or program deadlocks, depending on other program structure).
    So PostMessage is the way to do it ( or create yourself another inter-thread mechanism, possible but usually too much troble)

  • Issue with color profile image processing

    Their seems to an issue with the iPhone displaying an image which has a Color profile of: Generic HDR Profile. The image appears very dark and nearly unviewable. This has been frustrating to trouble shoot becasue the image will display correctly on the computer, but when it is viewed on the iPhone it looks completely different. When images have other color profiles such as sRGB the images will look the same on both platforms. When an image has a Generic HDR color profile it will not display correctly on the iPhone. 
    Anyone else come across this problem?

    When PSE gets weird, the first thing to do is to reset the preferences. Go to the editor preferences>general, click this button and restart the editor:

  • Hello Experts, i have issue with mime repository image with different languages ?

    Good day !
    I was facing the issue with images : we  are creating the images by using CSS tool  to generate a button. that image type is .png , this images we are importing into webdyunpro component as a mime object.
    These images are binided into button image source property. And i am writing the code for calling this button (this is uniq code for all languages).
    But all langaues are working fine for spanish(ES) langage only it was not displaying the image. it is displyind cross mark.
    Naming standard i ma mainintg for mime object name : Export_ES.png.(spanish).
    Please can any one help me on this .
    Regards,
    Venu

    Hi Kiran,
    Thanks for your Promt reply.
    1. i am creating different images for different languages.
      ex : english : Export_EN.png
             Spanish : Export_ES.png
    Code will be : here i am creating attribute and bing that attribute to button image source.
    me ->get_button_img
        EXPORTING
          im_button_id    = 'Export'
          im_button_value = 'IMG_EXPORT'
          im_type         = '.png'
        CHANGING
          ch_context_ele  = lo_el_images.
    'IMG_EXPORT' : attribute name
    method : get_button_img
       DATA: lv_img_name TYPE string,
            lv_lang     TYPE string.
    *        lv_jpg(4)   TYPE c VALUE '.jpg'.
      lv_lang  =  sy-langu .
      CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT'
        EXPORTING
          input  = lv_lang
        IMPORTING
          output = lv_lang.
      CONCATENATE im_button_id  '_' lv_lang IM_TYPE INTO lv_img_name.
      CALL METHOD CH_CONTEXT_ELE->set_attribute
        EXPORTING
          value = lv_img_name
          name  = im_button_value.
    here lv_img_name : Export_ES.png.
    But its not working.
    thank you

  • Issues with regard to images in mailforms the interaction center

    Hi experts,
    I'm having issues with the mailforms created in the manager IC role in CRM. When creating mailforms I want to add the logo of our company to the message. Therefore we use the 'insert image' icon. Till that point everything seems fine. However, when this mailform is used receivers receive a red cross where the picture was placed instead of the attached picture.
    Thanks in advance,
    Paul

    Hi Sigrid, thanks for your respons!
    In my situation the problem is more related to outbound mails. Creating a mailform in the IC manager part of the IC (including an image) goes well, the picture I add in the bottom part (by clicking the insert image icon) of the mail is viewed correctly. When IC email agents open the mailform to use it as a standard reply, they also see the view including the picture. However, the receipants of our mails get a red cross instead of the picture that was added. Do you have an idea how this can be solved?
    Best regards,
    Paul

  • Please help - issue with ng sound when scrolling

    Heya all,
    I have an ASUS P5B Deluxe Wi-Fi board with the latest BIOS (26), Vista Ultimate 32bit, a P82 case, E6400 @ 3.2GHz, 2GB RAM, 8800GTS and a lovely x-fi xtreme-music soundcard, which sits in the bottom PCI slot - the gfx card is obviously in the top PCI-E slot.
    Basically, whenever I'm listening to music via my PC (usual app Winamp, although WMP is used too at times) or watching DVDs etc, any movement of the mouse, or rather the scroll wheel of the mouse, results in a loud crackling and breakup of audio.
    In fact, after some further testing, it seems like whenever something graphically changes on the screen (whether it be scrolling, a web page loading, a window opening etc), anything at all, this loud and ultra annoying issue occurs. The sound at start-up also crackles and breaks up.
    I've tried reinstalling drivers for the x-fi and for my gfx card - neither helped. I've tried different drivers for both my GFX and x-fi. Again, no joy.
    I'm now using the Creative official vista drivers CD and we updated the drivers to 2.5.002. GFX-wise I'm using the latest NVidia publically released drivers as per their site.
    I'm at my wits end - can anyone help or throw any light on the issue please?
    Oddly, I've only just re-installed Vista as I've fitted a new HDD. The installation before, with exactly the same board, drivers etc etc, worked fine.
    Perhaps I should reformat Vista and try again?

    Amit,
    Thank you so much for your response. I also never thought that it would behave differently.
    I am just using one variable called CurrYear in my BR.
    Yes, I am guessing something is going wrong with the second point that you mentioned. That I have 0 level members selected in Page/POV and in EAS it is manually taking parent values.
    Well, I did a comparision but didn't see any differences though. I am using SETUPDATE CALC ON statement in my BR.
    Can you suggest me on how can I fix this?
    Thank you !
    ~ Adella

  • Why am I having issues with the background image here?

    body {
        text-align:left;
        font-family:Tahoma, Geneva, Helvetica, Arial, sans-serif;
        font-size:11px;
        line-height:17px;
        color:#8a8683;
        margin:0;
        padding:0;
    * html body {
        overflow:hidden;
    * html div#content {
        height:100%;
        overflow:auto;
    div#colBg2 {
        width:519px;
        height:100%;
        margin:0 0 0 449px;
        background:url(/images/colBg2.png) repeat-y top;
        z-index:600;
    table#colText {
        height:100%;
        width:433px;
        text-align:left;
        z-index:700;
    <div id="colBg2">
      <div id="colText">
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.</p>
      </div>
    </div>
    What this is supposed to do is show background image colBg2.png as a column extending from the top of the viewport to the bottom, whether there's enough text to fill it or not. If it doesn't, then it shouldn't produce a scrollbar. It uses 100% vertical height hacks, as demonstrated in the code above.
    When there's more text than the viewport can handle, there's a scrollbar, and the colBg2 successfully scrolls along with the text contained in colText. HOWEVER... when that background scrolls upwards so we can go down the page, it stops tiling. It stops wherever the viewport ends.
    If I stretch the window to reveal more of the column, no problem. It tiles just fine, and extends all the way to the end of the screen. But not if I scroll down.
    Anyone know if I'm doing anything wrong with this code, or if there's an obvious fix that isn't occuring to me?

    I was just about to prepare that for you guys when I had a quick flash to try applying the background image directly to the table instead
    of a containing div. I'm sure there was a reason I used a containing div to begin with, but can't for the life of me remember why right now. I'm sure it'll hit me at some point and I'll probably be back here when it does, but so far eliminating the containing div altogether has produced the desired effect. =)

  • Issue with re-importing images after using Nik plugins

    Currently, when images are edited in a Nik plug-in and saved back to Aperture, the project folder the image originated in is changed from being organized by "date" to "manual" and then that image is inserted as the first image in that folder. In past versions of Aperture, the image would be placed back into the project folder by date. At the very least I would like to have the control on where that image is placed. And my selection of how that project folder is organized should NEVER change unless asked.
    Is there some hidden setting that can change this behavior?
    Ken

    Unfortunately, this issue was with some of the last versions of Snow Leopard as well. Oh, and for clarification, this happens with HDR efex. Others have commented that the Nik plugin is designed to work this way. Maybe, but I would like a choice where the image is returned. I believe it is a NIk issue but they won't admit it.
    I did try your suggestion, but no luck. This image changed the project folder organization to "manual" and put the image first.
    Ken

  • IMac issues with displaying Internet images

    Recently my iMac hasn't been displaying some images on the Internet correctly. For example the header of bbc.co.uk/news looks like a TV searching for a scrambled signal, but the rest of the images on the page are fine. There are a few other sites that I'm experiencing the same issue. When I try to save those images, they download with the same scrambled effect. I'm not sure what caused it to do this, but it also started on my Macbook Pro a few days after. It's not the browser because the same thing happens on Chrome, Safari and Firefox. I've tried resetting the cache and PRAM but to no success. Both computers are running OS X 10.9.
    I'm not sure how to attach a file on this forum, but here is an imgur link to a screen shot of the problem http://imgur.com/7hGFSqE.
    If anyone has seen something like this, please let me know.
    Regards,

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • SQLServer to oracle migration. Issue with table having image data.

    Hi,
    I am using the SQL Developer version 1.5.0.53 Build MAIN-53.38. I am trying to migrate from sql server database to oracle. Sql server database version is 2005 and oracle database version is 10g (10.1.0.2 and 10.2.0.3). Both Oracle and Sql server databases are on windows-xp.
    Everything (including data) migrated well except for the one table having blob (oracle) and image(sqlserver). I am getting the following error in sql developer while migrating data for the blob from sql server to oracle.
    Data Move information:Rows : 497 Errors: 10278
    Commit failed: Closed Connection
    Must be logged on to server
    [POCRepository].[td].[REPOSITORY] Closed Connection
    Io exception: Software caused connection abort: socket write error
    [POCRepository].[td].[REPOSITORY] OALL8 is in an inconsistent state
    No more data to read from socket
    [POCRepository].[td].[REPOSITORY] No more data to read from socket
    Inserting ' ' into column td_POCRepository.REPOSITORY.RP_DATA (Row number 498)
    I have created sqldeveloper.cmd file as suggested in other threads and I am using the same java provided with SQL Developer 1.5.0.53.
    The database alertsid.log shows the following error messages for this activity.
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [0x34EF9E5] [] [] [] []
    ORA-00600: internal error code, arguments: [kghasp1], [0x5F3B718], [], [], [], [], [], []
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [0x34EF9E5] [] [] [] []
    The error ORA-00600[kghasp1] refers to the problem with heap memory. I also restarted the database and tried the data migration for only this table but with the same error.
    I tried it on both 10g release1 and 10g release 2.
    Can someone please help me in resolving this issue.
    Thanks
    Raghavendra

    Hi Raghavendra,
    Are you saying the Microsoft SQL Server bcp dump of image data failed? It has been tested, it results in a hex dump rather than a binary dump, hence the clob to blob, and hextoraw workaround.
    What are the version numbers and what is the reproducible test case?
    -Turloch
    Note that the clob to blob process is automated:
    Tools->preferences->Migration->Generation Options->General Options->Generate Stored Procedure for Migrate Blobs Offline
    From Help:
    Generate Stored Procedure for Migrate Blobs Offline: Causes a stored procedure named CLOBtoBLOB_sqldeveloper (with execute access granted to public) to be created if the schema contains a BLOB (binary large object); this procedure is automatically called if you perform an offline capture. If this option is not checked, you will need to use the manual workaround described in Populating the Destination Database Using the Data Files. (After the offline capture, you can delete the CLOBtoBLOB_sqldeveloper procedure or remove execute access from public.)

  • Issues with saving disc images using Toast 8

    I am having issues saving disc images to my portable hard drive using Toast 8.
    First, I'm attempting to save Dual Layer disc images to my portable hard drive for future use. I turn compression off and select DL DVD above the burn button, and select "save as disc image" from the file menu. As that point the program seem to freeze and I get the whirly-spinning rainbow. After a few minutes a window asks me if I'm buring single or dual layer. I select dual layer. Then a box appears that says "writing ...".
    After it's complete I check the portable hard drive and I've got EIGHT disc images all titled "SAMPLE DISC IMAGE TITLE.TOAST.001" .....002, 003, 004, 005, 006, 007, 008. File numbers 002-008 open in itunes, and file number 1 mounts with an error that will cause Toast to crash.
    This is so weird and confusing.
    When I save the image to the desktop, its saves fine. BUT, when I try to copy it to the portable hard drive it gets all the way to the end and reports an error message.
    Please help. Thanks
    17 inch PowerBook G4 1.67Mhz 80 GB   Mac OS X (10.4.9)   External HD: Lacie Portable 100gb

    After several weeks of searching and an error code 1309 I discovered the issue is not with TOAST but with my external hard drive. The drive format is FAT32 which does not allow single files to be transfered in excess of 4gb. I was attempting to create disc images of dual layered dvd's which can be up to 8 gb. Since the drive was incapable of accepting a file that size it created seperate files that made up the size of the original file.
    Example: 7.8gb file transfered to FAT32 external LACIE drive. Lacie creates 8 files: 7 are 1gb, 1 is .8gb.
    There is probably a program that could put these files back together but I've already experienced too great of an ordeal.
    Unless the user needs the external drive for use on a PC & MAC there is not a reason to have the format of the drive set to FAT32.
    I will be using Disk Utility to reformat the drive to "HFS+" in hopes to solve this problem.
    17 inch PowerBook G4 1.67Mhz 80 GB   Mac OS X (10.4.9)  

  • Issue with sending an image in the body of email using SAP ABAP

    Hello All,
    We have a requirement to send an email to our external clients that contains an image in the body of the email. We are using cl_bcs class in ABAP to send the email and the mail is sending in html format.
    We have uploaded the image in the SAP system using the transaction u2018SMW0u2019 and we are using the Function Module 'WWW_GET_MIME_OBJECT' to retrieve the image while sending the mail. But image is not displayed in the mail by using this approach.
    When we tried to use the image URL from the company website with <img> tag of the html code in the ABAP Program, the image is displayed in the mail. But, to display the image we need to use the download option and also it is taking time to download.
    Our aim is to download the image automatically in the mail. I have searched sdn but couldn't find complete info.
    If anyone worked on the similar functionality, kindly reply.
    Thanks in advance for your help.
    Best Regards,
    Ravi.

    Are you trying to send the e-mail with the image embedded? I did it with PHP and Phython... Never done it in ABAP, sadly to say... but I guess it should be possible. You'll need to play with the way the HTML code of the e-mail is being created, using MIME and the right headers. I'm guessing the result of WWW_GET_MIME_OBJECT will be your 'Content-ID'.
    Do some google with "Send an HTML email with embedded image". Even if it's related to another programming language it might give you some clues about how to compose the e-mail and you'll be able to replicate the logic by using CL_BCS.
    An alternative would be to just attach the image to the e-mail.
    Cheers,
    Andres.

  • Issue with exporting the image from camera and scanner

    Hello,
    When  importing JPG digital photos from my Conica Minolta SLR digital camera,  the file size is typically 3-4 megabytes. If importing
    and then  exporting the file out of Lightroom 2.6, the size of the file is not  changed (at least not very much).
    However, when scanning 35 mm color negative films using a  Plustek OpticFilm 7600i with SilverFast-SE the JPG file has a size of  abou
    t 5 megabytes (generated by SilverFast-SE). If I take this file  and import it to Lightroom and then export it out again, the size in
    crements to about 12 megabytes. What could be the reason for this?
    Browser:  Microsoft IE
    Operating System: Windows 7
    Scanner / driver  version: SilverFast-SE v6.6.0r6
    Has it ever worked? If so, what's  changed? (provide comments in description field): Not Applicable
    Same results with different file?: Not Applicable
    Same results with  different computer?: Not Applicable
    Recent System Hardware or  Software change?: Not Applicable
    Regards
    JPSingh

    It is the compression settings on export that will define the size of an exported image from LR, the amount of compression applied will produce differing file sizes according to the type of image, the amount of sharpening and many other factors.. To compare actual file sizes (rather than compressed sizes) see what it says when in Lightroom or when open in Photoshop. Two images with the same pixel dimension can have very different file sizes when compressed. When open, in PS for instance, the file size will be the same for images of the same pixel dimensions and bit depth. .

Maybe you are looking for

  • I need help with the boot setup in BIOS

    I am trying to reinstall windows 7 back onto my sister's laptop, The BIOS Version is 3.5  I went to the boot order to put the cd/dvd rom in the first boot order and then the notebook hard dive second, selecting f 10 to save and exit. When the compute

  • The best way to enlarge an image for print?

    Hello I've been designing for print for several years. Occasionally I design large display posters/banners (A0, 6-sheet, billboard etc) which use a photographic image. Assuming that the image I have is smaller at 300ppi than the final print, what is

  • Can't delete specific e-mails??

    I received un-solicited e-mail(s) without any text and when I try to delete them it immediately takes me back to desk top If I have deleted several B4 that none get deleted??

  • Xhtml validation - i dont understand error

    Hi All I have created a site called www.monicawellsphotography.net I have been following the flash satay method for the flash movies, along with dreameavers active content script - i tested my page including the validation and everything checked out

  • Mac G4 Won't Boot Completely After Restart

    I fired up my Mac G4 and ran software update and installed the 10.4.11 update. When I restarted to complete the install the computer gets hung up -- a blue screen with the gear icon turning and turning. It worked fine before I did the update. I've re