rhodarose
08-10-2010, 03:22 AM
The flash that i download has a gallery.xml file and here is the code:
<gallery thumb_width="120" thumb_height="120" gallery_width="400" gallery_height="375" gallery_x="10" gallery_y="10" full_x="220" full_y="10">
<image thumb_url="thumb1.jpg" full_url="image1.jpg" title="image1" />
<image thumb_url="thumb2.jpg" full_url="image2.jpg" title="image2"/>
<image thumb_url="thumb3.jpg" full_url="image3.jpg" title="image3"/>
<image thumb_url="thumb4.jpg" full_url="image4.jpg" title="image4"/>
<image thumb_url="thumb5.jpg" full_url="image5.jpg" title="image5"/>
<image thumb_url="thumb6.jpg" full_url="image6.jpg" title="image6"/>
<image thumb_url="thumb7.jpg" full_url="image7.jpg" title="image7"/>
<image thumb_url="thumb8.jpg" full_url="image8.jpg" title="image8"/>
<image thumb_url="thumb9.jpg" full_url="image9.jpg" title="image8"/>
<image thumb_url="thumb10.jpg" full_url="image10.jpg" title="image9" />
<image thumb_url="thumb11.jpg" full_url="image11.jpg" title="image10"/>
<image thumb_url="thumb12.jpg" full_url="image12.jpg" title="image11"/>
<image thumb_url="thumb13.jpg" full_url="image13.jpg" title="image12"/>
</gallery>
this code the color of title is black I want the color of text is white
<gallery thumb_width="120" thumb_height="120" gallery_width="400" gallery_height="375" gallery_x="10" gallery_y="10" full_x="220" full_y="10">
<image thumb_url="thumb1.jpg" full_url="image1.jpg" title="image1" />
<image thumb_url="thumb2.jpg" full_url="image2.jpg" title="image2"/>
<image thumb_url="thumb3.jpg" full_url="image3.jpg" title="image3"/>
<image thumb_url="thumb4.jpg" full_url="image4.jpg" title="image4"/>
<image thumb_url="thumb5.jpg" full_url="image5.jpg" title="image5"/>
<image thumb_url="thumb6.jpg" full_url="image6.jpg" title="image6"/>
<image thumb_url="thumb7.jpg" full_url="image7.jpg" title="image7"/>
<image thumb_url="thumb8.jpg" full_url="image8.jpg" title="image8"/>
<image thumb_url="thumb9.jpg" full_url="image9.jpg" title="image8"/>
<image thumb_url="thumb10.jpg" full_url="image10.jpg" title="image9" />
<image thumb_url="thumb11.jpg" full_url="image11.jpg" title="image10"/>
<image thumb_url="thumb12.jpg" full_url="image12.jpg" title="image11"/>
<image thumb_url="thumb13.jpg" full_url="image13.jpg" title="image12"/>
</gallery>
this code the color of title is black I want the color of text is white