# Papervision preloading problem? (PPP)

**URL:** https://forum.kirupa.com/t/papervision-preloading-problem-ppp/258769
**Category:** Uncategorized
**Created:** [April 28, 2008, 4:17am UTC](https://forum.kirupa.com/t/papervision-preloading-problem-ppp/258769 "2008-04-28T04:17:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kanaeda](https://avatars.discourse-cdn.com/v4/letter/k/9e8a1a/32.png) [@kanaeda](https://forum.kirupa.com/u/kanaeda)
#### Post date: [April 28, 2008, 4:17am UTC](https://forum.kirupa.com/t/papervision-preloading-problem-ppp/258769/1 "2008-04-28T04:17:07Z")

</div>

Ahh… I’ve been trying at this for a while and nothing works… Okay… SO… I’m trying to make a preloader (the kind that brings in an external swf and add it as a child) for my Papervision app. But I just don’t know what I’m doing wrong. The output looks like thus:

DisplayObject3D: null  
DisplayObject3D: null  
TypeError: Error #1009: Cannot access a property or method of a null object reference.  
at PV3D$iinit()

(don’t worry about the DisplayObject3d: null, I put it in there to show that the swf is actually initializing, it’s just that at some point, it can’t go any further).

Could it be that it’s trying to access properties that are null? How do I fix that? There was another post, but it didn’t have much of a conclusion:

> **[\[AS3\] Problems with a SWF preloader](https://www.kirupa.com/forum/showthread.php?247185-AS3-Problems-with-a-SWF-preloader&s=7dfedab3f60b1dd323f8100dd4330cf1)**
>
> Got a web design/development question or just want to hang out with the most awesome people on the planet? Drop on in!

Help me, please? This could be vital info for everyone else too…
