Some images don't display in published HTML5 output

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
LarryCarey
Propeller Head
Posts: 28
Joined: Thu Jan 24, 2019 11:48 am

Some images don't display in published HTML5 output

Post by LarryCarey »

When I publish my HTML5 project, I keep finding that some images are not being displayed. These are images that are in the topics, not part of a skin or anything like that.
It's weird, because all of the images show up fine when I view the compiled project on my local machine. Surely this is a common issue, but I can't seem to find a discussion that provides a solution.
:?:
thanks!
-lc
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Some images don't display in published HTML5 output

Post by Psider »

I would check the image path in the topic. It's possible they're pointing to an absolute path, or a relative path that's outside the project. Make sure they're correctly pointing to the images inside your project.
devjoe
Sr. Propeller Head
Posts: 337
Joined: Thu Jan 23, 2014 1:43 pm

Re: Some images don't display in published HTML5 output

Post by devjoe »

Another thought, if the server is Linux, is to ensure that the file name uses the same case as the image reference in the topic. File names are case sensitive on Linux but not in Windows, so some mismatched links that work on Windows will fail on Linux.
Post Reply