# I don't know how to load the fbx file I have

**URL:** https://discourse.threejs.org/t/i-dont-know-how-to-load-the-fbx-file-i-have/22516
**Category:** Questions
**Tags:** loaders
**Created:** [January 17, 2021, 12:19pm UTC](https://discourse.threejs.org/t/i-dont-know-how-to-load-the-fbx-file-i-have/22516 "2021-01-17T12:19:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![stjsrls1004](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/stjsrls1004/32/15697_2.png) [@stjsrls1004](https://discourse.threejs.org/u/stjsrls1004)
#### Post date: [January 17, 2021, 12:19pm UTC](https://discourse.threejs.org/t/i-dont-know-how-to-load-the-fbx-file-i-have/22516/1 "2021-01-17T12:19:34Z")

</div>

Hi I am trying to play my fbx file by looking at the three.js document.  
I wrote it exactly like the example of the fbx loader, but my canvas is empty. You have changed the path of the modules to import and the path of the fbx file, but it remains the same. It’s a very basic question, but I want to solve it.

> <https://github.com/mrdoob/three.js/blob/cf04fca253477f40e04488229cfcaf0f280e448b/examples/webgl_loader_fbx.html>

 ![asd2](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/2X/5/59333f85ce5809d4e0230564b2d0c5153f547122.jpeg) ![asd1](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/2X/e/e96938a0bde4f70252bd3f459cfdcb3dc252e629.jpeg)

---

<div class="post-metadata">

### Author: ![Mugen87](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/mugen87/32/5645_2.png) [@Mugen87](https://discourse.threejs.org/u/Mugen87)
#### Post date: [January 17, 2021, 12:47pm UTC](https://discourse.threejs.org/t/i-dont-know-how-to-load-the-fbx-file-i-have/22516/2 "2021-01-17T12:47:57Z")

</div>

In situations like that, it’s best to open the browser’s developer tools and check the browser console for errors and warnings.

---

<div class="post-metadata">

### Author: ![stjsrls1004](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/stjsrls1004/32/15697_2.png) [@stjsrls1004](https://discourse.threejs.org/u/stjsrls1004)
#### Post date: [January 17, 2021, 10:44pm UTC](https://discourse.threejs.org/t/i-dont-know-how-to-load-the-fbx-file-i-have/22516/3 "2021-01-17T22:44:40Z")

</div>

Thanks to you, I checked it out and added some modules, and the error was reduced. but

Uncaught SyntaxError: The requested module

 ![1234](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/2X/a/ad12c567090b931419b3d29b4537b5e6238dfccc.jpeg) ‘./jsm/libs/inflate.module.min.js’ does not provide an export named ‘Zlib’

There’s an error window like that. How should we handle this situation?

 ![1234](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/2X/a/ad12c567090b931419b3d29b4537b5e6238dfccc.jpeg) ![12345](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/2X/e/ea230f783979b4614e2d6e47b7d50d19cab8f7ad.jpeg)
