hi kirupa colleagues, quick question for anyone out there listening.
iv been going through the mx’04 thumbnail tutorial, and have reached the section where u create the blank movie clip and label it thumbnailMC. at that point u r suppose to ctl+enter and see all the thumbnails loading into the same spot. but this doesnt happen. the enlarged pics load and i can click through them, but not the thumbnails. iv checked this, redone it, started over again and again, but im obviously missing something. the actionscript has no errors so, and this is a guess, it has to be my xml file.
my flash file, thumbnail pics, and enlarged pics r all in the same folder. am i missing something in xml that should, or shouldnt be there??
iv pasted it below. can anyone help?
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image0.jpg</image>
<caption>0</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image0_sm.jpg</thumbnail>
</pic>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image1.jpg</image>
<caption>1</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image1_sm.jpg</thumbnail>
</pic>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image2.jpg</image>
<caption>2</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image2_sm.jpg</thumbnail>
</pic>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image3.jpg</image>
<caption>3</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image3_sm.jpg</thumbnail>
</pic>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image4.jpg</image>
<caption>4</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image4_sm.jpg</thumbnail>
</pic>
<pic>
<image>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image5.jpg</image>
<caption>5</caption>
<thumbnail>C:\Documents and Settings\Fulci\Desktop\kirupa tutorials\photo gallery\image5_sm.jpg</thumbnail>
</pic>
</images>