CoBalT
Legacy Member
http://www.jeroenwijering.com/?page=wizard&example=51 dit script krijg ik niet 100%
aan de praat.
Dit is de code op men index:
en dit is de code in mijn imagelist.xml
of location nu een link is naar een jpg of een link naar één in men eigen map het blijft het zelfste. ik krijg wel de info te zien en ik kan scrollen tussen de "afbeeldingen" alleen laad hij de afbeeldingen niet. en blijf je da loading tekentje zien. Maar je ziet wel altijd de info die ikerbij gezet heb wel staan.
Wat is er fout?
aan de praat.
Dit is de code op men index:
HTML:
<embed
src="imagerotator.swf"
width="470"
height="160"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="width=470&height=160&file=/upload/imagelist.xml&transition=blocks"
/>
Code:
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="[URL]http://xspf.org/ns/0/[/URL]">
<trackList>
<track>
<title>Beijing goes wild</title>
<creator>Jeroen Wijering</creator>
<location>http://www.kevininscoe.com/pub/lol.jpg</location>
<info>http://www.jeroenwijering.com</info>
</track>
<track>
<title>beijing powns yu</title>
<creator>Jeroen Wijering</creator>
<location>http://www.kevininscoe.com/pub/lol.jpg</location>
<info>http://www.jeroenwijering.com</info>
</track>
<track>
<title>ola lalalaaa</title>
<creator>Jeroen Wijering</creator>
<location>http://www.kevininscoe.com/pub/lol.jpg</location>
<info>http://www.jeroenwijering.com</info>
</track>
</trackList>
</playlist>
Wat is er fout?

