Image files won't display (jpg)

Hi,
I'm evaluating Robohelp X5, I've created a new topic and
imported a PDF of a visio org chart. I've then created an image map
over a part of the flow chart and linked that to a picture. When I
click the view button the link works ok but when the project is
compiled and I try it I get an empty box with a red X in it.
I've done something similar (flowchart) and this seems to
work ok so I'm not sure where i'm going wrong.
Any help would be greatly appriciated.
Thanks

Hi,
The problem is caused by your project not 'knowing' about the
picture. Robohelp will automatically include all images that are
embedded in HTML docs, but if they are only displayed via a link,
they do not form part of the files list that is created in the
resulting .HHP file.
A remedy: to resolve this in the past, I've created a 'dummy
page' that is not indexed or included in the TOC, and contains
embeds of all of these pictures that aren't directly set in the
HTML. Make sure it is included with the correct conditional build
tags and recompile, you should find that the linked image now shows
up in the CHM okay.

Similar Messages

  • Swf files won't display in Safari

    My swf files won't display in Safari but they will work in IE. I'm using Dreamweaver 3 and Flash 4 to build the website and movies. See below.
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v3.0
    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document); return x;
    function MM_controlShockwave(objStr,x,cmdName,frameNum) { //v3.0
    var obj=MM_findObj(objStr);
    if (obj) eval('obj.'cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')')');
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF">
    <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#ver sion=7,0,2,0" width="720" height="28" name="dance1" onLoad="MM_controlShockwave('dance1','','Play')">
    <param name="src" value="../Images/dancewords1.swf">
    <embed src="../Images/dancewords1.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="720" height="28" name="dance1" swliveconnect="true">
    </embed>
    </object>
    </body>
    </html>

    A direct link to the site in question helps. Posting your code here isn't much help since the .swf file is stored on your server and can't be tested by the helpers here
    -Ryan

  • Some PSD files won't display in Bridge

    Why is it that some PSD files won't display a visible thumbnail in Bridge?
    Don

    I tried Curt Young's suggestion in the Bridge forum:
    When in the folder with the problem click on Tools/cache/purge cache for folder xxx. The thumbnails will be then rebuild and see if that solves the problem. Let all the thumbs rebuild completely (spinning arrow on bottom left corner will stop) before carrying out any other operation. You may have a few corrupted files in the cache.
    It worked!

  • Quicktime Pro won't display JPG or create image sequence

    I'm having a problem with QT Pro in that some of my jpg files will open in QT as blank white. When I resize the window, the window blinks with a scrambled image. Same thing happens when I try to create an image sequence.
    This doesn't happen on all my jpg files, maybe about half of them. Also, the same files that don't open properly in QT Pro on my Mac Pro open just fine in QT Pro on another computer. These files also open fine in Preview, Lightroom & Photoshop - it's just QT that's having problems.
    I've deleted and reinstalled QT with no luck. Any ideas what the problem could be? Help is greatly appreciated...

    Try the following:
    System Preferences>Quicktime>Advanced
    Click on the MIME Settings button.
    In the next window that opens up make sure that click on the triangle next to Images - Still image files.
    Make all items are enabled (checked) except for PDF Image.
    Click the OK button.
    Restart your computer.
    ==============
    Take a look in your Home/Library/Internet Plug-Ins folder - if you see any QT plugins or webplugins file there, remove them to the desktop or trash.
    Restart your computer.
    ===============
    Are you trying to view JPG files from a browser or from your HD? Asking because most browsers have a +"file helper"+ preference. For Firefox, it's under the Applications Preferences. There, you can select which type of files you can map to the QT browser plug-in.

  • PDF files won't display. Error message "Missing Plug-ins"

    Hello. I am having trouble with adobe reader but only certain files. When I first signed up for school in may Adobe Flash Player and Adobe Reader were required and when I did the check plug-ins system check, both were installed and running just fine. Just in the past 2 days is the check plug-ins test saying Adobe reader is not installed. I have tried un-installing and re-installing but still saying it is not installed. I'm not having troubl with all adobe reader files. I'm an online student and my e-books are opening and displaying just fine. Also my pdf documents saved on my computer are opening just fine. When I try to view a websites brochure, a websites sale paper, or maybe open up an article, the page pops up but the image won't display. It keeps saying "missing Plug-ins". I have a MAC 10.6.8. running on Safari and I have downloaded Adobe Reader 10.1.0. I need to be able to open up articles because I'm doing a homework assignment that requires one. If u can help in any way, please do.

    I've tried all the fixes listed in the discussions about missing plug-ins in Mail.  None of them worked.  I can see attachements in the emails, but when I forward them, the missing plug-in shows up in place of the attachments on the forwarded email.  I'm running the latest OS 10.7 on my Mac Pro and I just downloaded the latest Java app.  HELP!!

  • Image deletion won't display in browser

    Hey everyone, simplly put I am displaying a picture I have created to the user, after it is displayed I wish to delete it from my drive, the only problem is that the image is deleted before it is displayed, i want it the other way round.
    I have created a servlet program which creates the image and sends it to a jsp page where it is displayed. After the code that displays the image executes I create a class where I delete the file. In a perfect world the image would still be displayed in the browser as the file is deleted behind the scenes but in this case the code to delete it deletes it before it is displayed, I have tried a few things including putting the thread to sleep for a few seconds and then deleteing the file, all to no avail. Any ideas?
    thanks

    Putting the servlet to sleep won't help.
    The request for the image is made seperately to the servlet call.
    The browser can only request the image once it has received the html page.
    Obviously it needs time to receive the html page, send a request back for the image, and then have time to download it before you delete it.
    I think the best method would be to schedule a process that deletes image files from a directory (for example) every five minutes (based on their timestamp of file.lastModified() so you don't delete any current ones)
    Good luck,
    evnafets

  • IMac 2.66 Radeon HD 2600 Pro: some Excel files won't display in ppt decks

    Running Leopard 10.5.8 and MS Office 2004
    Two iMac (8.1) 2.66 GHz with ATI Radeon HD 2600 Pro video won't display some Excel files in PowerPoint decks, but iMac 1.83 GHz Core Duo will display o.k. as will MacBook Pro, MacBook, etc. Installing a trial version of Office 2008, both iMac 2.66 GHz display the PowerPoint files o.k.
    I could downgrade the users to Intel iMac 1.83 GHz, or buy two copies of Office 2008 and support them, neither of which is a great solution.
    Looking for a simple fix or workaround on what seems to be a video card issue. Don't seem to see this problem or a fix on the ATI site. I've googled this but haven't run into a similar issue.

    Well, Office 2008 is only $110 USD at http://www.amazon.com/Microsoft-Office-2008-Home-Student/dp/B000X86ZAS/ref=sr11?ie=UTF8&s=software&qid=1251560959&sr=8-1
    That seems the least expensive solution to me.

  • Flash file won't display

    Bear with me, I come from the GoLive world.
    Have a site recently converted to DW. Made an update to the
    home page that has a Flash file in it. DW asked me if I wanted to
    update code to make it IE safe. Now file does not display in Mac
    Safari or Firefox. Haven't turned on a Windows box yet to test
    there.
    It displays in preview, but not live.
    http://www.starmilling.com
    Flash file should be right above the Simplicity bag area.
    Any idea what happened? DW is hard enough to figure out
    without having this.
    If worse comes to worse, I can always copy the GL code for
    that flash file back in, but was hoping to fix it without
    that.

    If you had done what you needed to do from the start, you
    wouldn't have to
    do this at all. I'm just saying....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mrsnak" <[email protected]> wrote in
    message
    news:[email protected]...
    > Easy solution to the problem: Cut & paste the code
    from my original GoLive
    > created page.
    > Eliminated the DW-required javascript (non-existent).
    > DW code:
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','194','height','250','src','images-home/star-home','qu
    > ality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cg
    >
    i?P1_Prod_Version=ShockwaveFlash','movie','images-home/star-home'
    ); //end
    > AC
    > code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="194" height="250">
    >
    > <param
    > name="movie" value="images-home/star-home.swf" />
    >
    > <param
    > name="quality" value="high" />
    >
    > <embed
    > src="images-home/star-home.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="194"
    > height="250"></embed>
    > </object></noscript>
    >
    >
    > GL code:
    > object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="250" width="174"
    align="right">
    > <param name="movie"
    value="images-home/star-home.swf">
    > <param name="quality" value="best">
    > <param name="play" value="true">
    > <embed align="right" height="250"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > src="images-home/star-home.swf"
    type="application/x-shockwave-flash"
    > width="174" quality="best" play="true">
    >
    > </object>
    >
    >

  • Using Windows 7, now Reader XI and now SOME pdf files won't display. Try: 'PDF of Reader XI Help'!!!

    After installling Reader XI SOME pdf files will not display. Using Windows 7 and all worked fine until installation of XI. Esample: when I try to display YOUR file 'PDF of Reader XI Help' all I get is a blank screen with an X in the upper right corner. Works just fine with Windows XP and Reader 8.5.1. Any ideas ????? Thanks.

    http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html

  • Log files won't display

    I have installed DS 5.0 on Solaris 8. The log files are not displayed in
    the
    management console. It simply shows an empty content window.
    The files are there and they contain data. Access rights seem to be
    okay.
    Paths seem to be okay. I upgraded to SP1, but this did not help.
    I checked the patches. They are all installed.
    Thanks
    Bernhard Fromberg

    This may be a stupid question from me, but did you press the refresh button? Or select something like continues update button (don't remember the exact name)
    Regards,
    Niels

  • Files won't display in finder after updating to Mavericks

    Have upgraded to Mavericks. Went to finder found the folder I use daily opened it and there are no sub folders or files displaying. I have done a search, they are still on my mac. Obviously I don't remember all my file names so how do I display sub folders and files in finder now? Some advice/help would be appreciated.
    Thanks.

    Hi,
    Since I upgraded to Mavericks I am  having issues!
    Menu bar wont show anymore on desktop, I am not using anything, no application. Just turn on the mac and there you go, I have no Menu bar. It just shows for 3 seconds then goes away forever!
    My files and folders same issue, they dissapears after 3 seconds!
    At the log in window where you type your password to turn the computer, it will not let me type in, i have to click I dont know how many million times then it would let me!
    I installed a game and the game window won't saty, it would kick me to desktop window after 3-4 seconds that i am in the game!
    and also Finder wont work!
    SO, LOTS OF ISSUES!
    My question is, is there a way to fix these things, if not how do I go back to previous OS without losing anything on my mac?
    Thank you so much for for your help....
    Annoyed Mac Owner....

  • Photoshop no longer recognizes NEF files / won't open jpg files because of "missing marker segment"

    I am running Photoshop CS6 on a 2013 iMac with OSX version 10.9.2.
    1) As of today, Photoshop no longer recognizes NEF files. This has never happened before, and the files are coming from the same camera I've used for the past five years.
    2) I receive the following message when I attempt to open a .jpg file "Could not complete your request because a JPEG marker segment length is too short (the file may be truncated or incomplete)."
    This is also the first time this has happened, and happens with EVERY .jpg file I attempt to open.
    3) Both of these errors ONLY happen when I am opening files located on the work server. I hit COMMAND K to connect to serveral work servers -- my work space, shared collaboration folder, and an image archive that was recently moved. If I grab the file that I want and transfer it to my desktop, and open it with Photoshop from there, it works fine.
    I have run all updates.
    I'm not sure if this is a Mac issue (with regard to accessing the work servers) or a Photoshop issue.
    Any help is appreciated.
    Thanks

    Photoshop does "play nice" over networks, but seems to catch more OS and server bugs than other applications (mostly because we've added more error detection code over the years after dealing with many OS and server problems).

  • My 3rd gen iPad & iPhone 4S won't display jpgs correctly

    I have created these jpgs myself from photoshop, they are from illustrator files and i was toying with the idea of making some backgrounds available on my website.
    The pictures are on my twitter feed here pic.twitter.com/IUyxX8ea &amp; pic.twitter.com/E9gGUZlU
    As you can see it shows up fine until it enlarges. I tried it as a tiff and that worked fine but tiffs are just huge files so would prefer a smaller alternative if possible. Is there a way around this or maybe a better file to use, the images are saved in photoshop at the same dimensions and ppi as on the ipad page on apple.com.

    Turns out, after poking around in my settings, I discovered my iCloud backup was still downloading even though there was nothing left to download. I cancelled it and PRESTO! Wifi downloading worked.

  • On the web & a site invokes browsing my pc all files won't display

    When on a website and I need to upload a file, Firefox browser is evoked but not all files will display. When using Explore Files locally there is no problem seeing everything.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • .kar (karaoke) files won't display text

    I'm trying to play .kar (karaoke) files in Quicktime (version 10.1).  The music plays, but the text track doesn't display.  When I look at the "Movie Properties," it clearly shows there is a "Music Track" and a "Text Track." Any suggestions?

    Here's a site I just downloaded a file from that worked  fine: http://www.nifter.com/midi_karaoke_songs_free_downloads.htm  Specifically, I tried the "Blackbird" file.
    Here is the descriptor text track for the working file:
    {QTtext}{font:Geneva}{plain}{continuousKaraoke:on}{textColorHilite:on}{size:12}{ textColor: 65535, 65535, 65535}{backColor: 0, 0, 0}{justify:center}{timeScale:1000}{width:300}{height:144}{timeStamps:absolute}{ language:0}{textEncoding:0}
    [00:00:00.000]
    Blackbird
    By The Beatles
    [00:00:04.375]
    {textBox: 0, 0, 80, 300}{karaoke: 28; 0, 0, 0; 314, 0, 5; 625, 5, 9; 939, 10, 17; 1094, 18, 20; 1250, 21, 24; 1875, 25, 32; 4375, 33, 38; 4689, 38, 43; 5000, 44, 49; 5625, 50, 56; 5939, 57, 62; 6564, 63, 72; 6719, 73, 75; 9375, 76, 79; 9689, 79, 83; 10000, 84, 88; 12814, 89, 93; 13439, 94, 98; 13750, 99, 103; 14219, 104, 108; 14689, 109, 116; 15000, 117, 121; 15469, 122, 126; 16250, 127, 133; 16407, 134, 136; 16875, 137, 138; 22814, 138, 142;}Blackbird singing in the dead of night
    Take these broken wings and learn to fly
    All your life
    You were only waiting
    For this moment to arise
    [00:00:27.189]
    {textBox: 0, 0, 80, 300}{karaoke: 29; 0, 0, 0; 312, 0, 5; 625, 5, 9; 937, 10, 17; 1250, 18, 20; 1405, 21, 24; 1719, 25, 29; 2187, 30, 32; 4687, 33, 38; 5312, 38, 49; 5937, 51, 57; 6250, 58, 62; 6875, 63, 73; 9687, 74, 81; 10000, 81, 85; 10312, 86, 90; 13437, 91, 95; 13750, 96, 100; 14062, 101, 105; 14219, 106, 108; 15000, 108, 110; 15312, 111, 118; 15469, 119, 123; 15780, 124, 128; 15937, 129, 131; 16562, 131, 135; 16719, 136, 138; 17187, 139, 141; 18437, 142, 146;}Blackbird singing in the dead of night
    Take these  sunken eyes and  learn to  see
    All your life
    You were only waiting
    For this moment to be free
    [00:00:45.625]
    {textBox: 0, 0, 48, 300}{karaoke: 15; 0, 0, 0; 625, 0, 5; 2189, 5, 9; 5000, 10, 13; 5625, 13, 19; 6875, 19, 23; 9219, 24, 27; 9532, 27, 33; 9689, 34, 37; 10314, 38, 43; 10469, 44, 46; 10939, 48, 49; 11094, 50, 54; 11250, 55, 60; 30000, 61, 66;}Blackbird fly
    Blackbird fly
    In to the light of  a dark black night
    [00:01:15.625]
    {textBox: 0, 0, 80, 300}{karaoke: 31; 0, 0, 0; 314, 0, 5; 625, 5, 9; 782, 10, 14; 939, 14, 17; 1250, 18, 24; 1407, 25, 29; 1875, 30, 32; 4375, 33, 38; 4689, 38, 43; 5000, 44, 49; 5314, 50, 56; 5939, 57, 62; 6564, 63, 72; 6719, 73, 75; 9375, 76, 79; 9689, 79, 83; 10000, 84, 88; 13125, 89, 93; 13439, 94, 98; 13750, 99, 103; 14064, 104, 106; 14375, 106, 108; 14689, 109, 113; 15000, 113, 116; 15469, 117, 126; 15625, 127, 129; 16250, 129, 133; 16564, 134, 136; 16875, 137, 139; 18125, 140, 144;}Blackbird singing in the dead of night
    Take these broken wings and learn to fly
    All your life
    You were only waiting
    For this moment to be free
    [00:01:33.750]
    {textBox: 0, 0, 48, 300}{karaoke: 16; 0, 0, 0; 625, 0, 5; 1250, 5, 9; 5000, 10, 13; 5625, 14, 20; 7189, 20, 24; 9064, 25, 28; 9219, 28, 31; 9532, 32, 34; 9689, 35, 38; 10469, 39, 44; 10625, 45, 47; 10782, 48, 49; 10939, 50, 54; 11250, 55, 60; 23125, 61, 66;}Blackbird fly
    Blackbird fly
    In to the light of a dark black night
    [00:01:56.875]
    {karaoke: 58; 0, 0, 0; 314, 0, 5; 625, 5, 9; 939, 10, 17; 1094, 18, 20; 1250, 21, 24; 1407, 25, 29; 1875, 30, 32; 4375, 33, 38; 4532, 38, 43; 5000, 44, 49; 5314, 50, 56; 5625, 57, 62; 5939, 63, 66; 6250, 67, 72; 6719, 73, 75; 9375, 76, 79; 9689, 79, 83; 10314, 84, 88; 12814, 89, 93; 13125, 94, 98; 13439, 99, 103; 13594, 104, 106; 14064, 106, 108; 14375, 109, 113; 14844, 113, 116; 15000, 117, 121; 15314, 122, 126; 15625, 127, 129; 16094, 129, 133; 16250, 134, 136; 16719, 137, 138; 17814, 138, 142; 18125, 142, 146; 18439, 147, 151; 18750, 152, 154; 19375, 154, 156; 19844, 157, 164; 20000, 165, 169; 20314, 170, 174; 20469, 175, 177; 20939, 177, 181; 21250, 182, 184; 21875, 185, 187; 23125, 188, 192; 23439, 192, 196; 23750, 197, 201; 24064, 202, 204; 24219, 204, 206; 24375, 207, 211; 24844, 211, 214; 25000, 215, 219; 25157, 220, 224; 25314, 225, 227; 26094, 227, 231; 26250, 232, 234; 26875, 235, 237; 28125, 238, 242;}Blackbird singing in the dead of night
    Take these broken wings and learn to fly
    All your life
    You were only waiting
    For this moment to arise
    You were only waiting
    For this moment to be free
    You were only waiting
    For this moment to be free
    [00:02:25.000]
    And this is the site where I got the Mikado files: http://www.intronvaria.com/waihekechoral/Mikado/Mikado_index.html. Scroll down and you'll see, after the regular MIDI files, a set of Karaoke (.kar) files.
    And here is the descriptor text track for the non-working file:
    {QTtext}{font:Times}{plain}{size:18}{textColor: 0, 0, 0}{backColor: 0, 0, 0}{justify:center}{timeScale:1000}{width:300}{height:0}{timeStamps:absolute}{la nguage:0}{textEncoding:0}
    [00:00:00.000]
    [00:02:52.572]
    While the difference between 3 bytes of data (for the non-working file) and approximately 2280 bytes of data (for the working file) may be considered relativerly small, as you can see, it is enough to make a difference between an empty, non-working lyrics track and a working one. Obviously, your original non-working download contains no lyrics to be displayed.

Maybe you are looking for

  • How can I run a 32 bit application on a 64 bit machine?

    A program I use: Easyeclipse seems to only support 32 bit. Since I have a 64 bit system, I can't run it. Is there any way I can run a 32 bit executable on a 64 bit system?

  • Partner Profiles for EDI message output settings

    HI, Iam creating Partner profiles settings for Message output through EDI. While entering data for partner type Li Vendor. Iam selecting User Type Organizastional Unit. & while selecting Agent no information found. Iam getting error as Object type O,

  • Regarding idoc userexits

    hi all,         i would like to know how to do userexits in idocs and the t-code to create user exits

  • I am unable to use acrobat reader 10

    I am unable to access acrobat reader 10.  I tried to download acrobat 11 still didn't work.  Tried to change and delete 10 unable to do that.  Purchased a registry (regcure) cleaner no luck.  I'm at a loss..

  • Passing http parameters to xsl

    Hi, 1.I'am passing the http posted posted parameters from a form object.I can retrieve the params as @x but the prob. is i'am not able to send the params to xsl where i would like to use it as matching pattern. 2.i want to set the column names in the