hi guys, i was wondering if you can help me. i preface that my coding skills are close to “shyte”
ok, so I am working woth a gallery like this:
http://www.flashden.net/files/38186/adWall3DFull.html
but instead of displaying a picture, when one is selected, i would like to reppresent something like this (actually, exactly this):
http://www.cittadinosovrano.it/aw3d.swf
the pictures are loaded from an external xml file. the script for each picture looks like this:
<items>
<item>
<image src=“asset/UEF/sample2.jpg” />
<description> <![CDATA[<title>Photo Description: Animal 1 </title>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent euismod nunc id ligula. Vivamus ac justo. Morbi imperdiet. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque est eros, viverra quis, pellentesque nec, elementum id, mi ...<a href="event:http://www.flashden.net/user/RimV"> Link </a>]]> </description>
</item>
i was trying to play around with it:
changing (for example):
<image src=“asset/UEF/sample2.jpg” />
TO
<object src=“asset/UEF/Asample2.swf” />
so that instead of loading the picture, it would load an swf file. BUT, to no avail.
what could you recommend i do?
thank you very much for your help…