Picture Reference Problem...solutions?

So I have the gallery pulling up just fine when I test the scenes in my flash player. The problem is that after uploading both my finished .swf and the folder of pictures that the gallery actionscript references…no pictures are pulled up online? What’s the deal? The part of the code that specifies where to pull the pics from looks like so:

pathToPics = “pictures/”;

Now…the folder, “pictures” is in the same directory as the finished site’s .swf. I uploaded the folder pictures and the new flash file together up to my site. Both reside under a parent folder named “Flash”. I tried renaming the code to this:

pathToPics = “Flash/pictures/”;

But still, no dice, it doesn’t work. The only other thing I could think to try is adding the last folder which all the files are under called “public_html” I don’t think this would work though. What can I do to get those pictures to pull up online?

~Alexander~

EDIT: I just noticed that after my page is done loading and I hit the pictures button to bring up the gallery, my browser says, “Waiting for alexvogt.com” like it’s trying to load pictures…then it goes away and I click the arrow in the gallery and it comes back up again…but still no pictures. The .swf alone by itself is working and pulling things just fine. It seems to only have a problem when I try to put it in an .html page.