Jump to content
MakeWebGames

Odd situation


Lithium

Recommended Posts

Could you please post the script, or the part that actually chooses the image that is going to be displayed?

From what I know, you are loading either an array with image locations, or searching a specific directory? There should be a problem with either of those.

But, it could be possible your trying to retrieve local files with a HTTP method, which I wouldn't suggest.

You can load the images via readfile() and encode in base64 and use as the src property on the image, or you can just use readfile() in a separate script and set the corresponding headers.

But I would suggest you give me a look at your script, because I really can't tell what's wrong without it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...