Jump to content

Examples don't load offline


DINmatin
 Share

Recommended Posts

To expand on what Deltakosh said, it's common practice to load any assets that aren't Image or Audio by using XMLHttpRequest (or xhr for short). XMLHttpRequest won't work offline, because it doesn't allow cross-origin requests for security reasons. You have to set up a local server (since you're dealing with HTML5 development, you'll need to do that no matter what anyway). I suggest either setting up a static node.js server or using XAMPP.

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.
Note: Your post will require moderator approval before it will be visible.

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.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...