No pics for me, either

Posted by user370169 
No pics for me, either
June 09, 2010 05:53PM
I admit I'm not familiar with XML. However, I modified the sample file provided and I get the following output error from Flash:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.jumpeye.slideshowBox.templates::PolaroidDefault/startSlideShow()
at com.jumpeye.slideshowBox.core::BaseAlbum/startImageSlideShow()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jumpeye.slideshowBox.core::ControlBar/dispatchClick()

Any idea what's going on here?

thanks
Re: No pics for me, either
June 09, 2010 06:36PM
I switched to using an external xml file as my source rather than placing code in the panel window. This seems to have done the trick - after I closed the items tag.
Re: No pics for me, either
June 10, 2010 12:24PM
Hi there,

It seems that the "items" tag from the sample xml, that loads in the SSB panel, is not correctly closed. We already fixed that xml and that problem will not appear anymore in the next update which will be available in a few days from now on. Till then you can fix the problem by simply add the "/" character in the items tag from the bottom of the xml as you actually already did :

</items>



Edited 1 time(s). Last edit at 06/10/2010 12:25PM by florodebat.
Re: No pics for me, either
July 04, 2010 01:04AM
WALL 3D

With the </items> tag verified I still seem to have an issue with Error #1009.

I have also tried both external XML access and pasting the xml code into the source window.

Just can't seem to get this to work. Can anyone please help?

My simple xml code is:
to which there are 140 images so I cut it short

<SlideshowBox>
<items>
<item>
<thumbnailPath>thumb/image1.jpg</thumbnailPath>
<largeImagePath>medium/image1.jpg</largeImagePath>
<fullScreenImagePath>large/image1.jpg</fullScreenImagePath>
<title><![CDATA[Title 1]]></title>
<description><![CDATA[Description 1]]></description>
</item>
<item>
<thumbnailPath>thumb/image2.jpg</thumbnailPath>
<largeImagePath>medium/image2.jpg</largeImagePath>
<fullScreenImagePath>large/image2.jpg</fullScreenImagePath>
<title><![CDATA[Title 2]]></title>
<description><![CDATA[Description 2]]></description>
</item>

</items>
</SlideshowBox>

Errors received:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.jumpeye.slideshowBox.templates::Wall3D/hideThumb()
at com.jumpeye.slideshowBox.templates::Wall3D/hScrollUpdate()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jumpeye.slideshowBox.controlbars::Wall3DControlBar/dispatchUpdate()
at com.jumpeye.slideshowBox.controlbars::Wall3DControlBar/hGetValue()

Any help would be much appreciated,
Thanks, Tom



Edited 2 time(s). Last edit at 07/04/2010 01:37AM by TomFullen.
Re: No pics for me, either
July 05, 2010 11:32AM
TomFullen,

The error you got there seems to be different than user370169's error. The xml you posted above seems to be OK.
Please follow the instructions from the link bellow in order to open a new support ticket regarding that issue. Please don't forget to attach the fla and the xml file so we can test them. Thank you.

[www.jumpeyecomponents.com]



Edited 1 time(s). Last edit at 07/08/2010 01:02PM by florodebat.
Re: No pics for me, either
September 25, 2010 03:09PM
I can´t see anything else than a big black square when i preview my show. I dont´ know anything about xml scripting eather. What is wrong? I have everything in the same catalog. Isn´t there any simplier way to get the show to function. What I can see in the forum there are a lot of people having the problems to get it work properly. I try to work in Dreamweaver 8 and use IE to preview.
Re: No pics for me, either
September 28, 2010 10:06AM
If you did everything correctly it should work. Anyway I don't have enough information to be able to make an assumption on what exactly doesn't work, but I will be glad to took a look if you will open a ticket and send the files you are currently working on.
[www.jumpeyecomponents.com]
Sorry, only registered users may post in this forum.

Click here to login