kann galerie nicht duplizieren... ????

  • Hallo,
    hab mich grad am webseitenbasteln probiert, leider hänge ich jetzt ich müsste jetzt einen neue Gallerie erstellen, zb. image_gallery3.swf, jedoch wenn ich sie erstelle ladet sie mir immer die bilder der image_gallery2, selbst wenn ich in die .xml datei welche bei den anderen 2 gallerien so lautet

    <imageData
    thumb="images/image_gallery1/thumbs/[Ab]-haengen.jpg"
    lgimage="images/image_gallery1/large/[Ab]-haengen.jpg"
    image_movie="image"
    ratio="wide">
    <description><![CDATA[<font color = '#666666' size ='18'>Libelle</font><br><font color = '#888888' size ='10'>Set a description for each image in the xml. This text field is html formatted text. Which means you can format the text any way you want using many html tags. Such as font size and color, also add links.</font><br><a href='http://www.augenblicke-suedtirol.com' target = '_blank'><font color='#999999' size='10'>{launch site}</font>]]></description>
    <bufferTime>3</bufferTime>
    <imageWidth>1936</imageWidth>
    <imageHeight>1244</imageHeight>
    <thumbDesc><![CDATA[<font color = '#888888' size ='8'>Libelle</font><br><font color = '#ffffff' size ='8'>Ahrntal</font>]]></thumbDesc>
    <thumbCaption>true</thumbCaption>
    <thumbURL>http://augenblicke-suedtirol.com</thumbURL>
    </imageData>

    umändere in zb.

    <imageData
    thumb="images/image_gallery3/thumbs/shoot.jpg"
    lgimage="images/image_gallery3/large/shoot.jpg"
    image_movie="image"
    ratio="wide">
    <description><![CDATA[<font color = '#666666' size ='18'>Libelle</font><br><font color = '#888888' size ='10'>Set a description for each image in the xml. This text field is html formatted text. Which means you can format the text any way you want using many html tags. Such as font size and color, also add links.</font><br><a href='http://www.augenblicke-suedtirol.com' target = '_blank'><font color='#999999' size='10'>{launch site}</font>]]></description>
    <bufferTime>3</bufferTime>
    <imageWidth>1936</imageWidth>
    <imageHeight>1244</imageHeight>
    <thumbDesc><![CDATA[<font color = '#888888' size ='8'>Libelle</font><br><font color = '#ffffff' size ='8'>Ahrntal</font>]]></thumbDesc>
    <thumbCaption>true</thumbCaption>
    <thumbURL>http://augenblicke-suedtirol.com</thumbURL>
    </imageData>

    was mache ich falsch???

    die anleitung lautet so:

    How do I create more image galleries? –

    Step 1) Duplicate image_gallery1.fla or image_gallery2.fla and rename it.

    Step 2) Change the output name under file/publish settings in Flash to ../image_gallery3.swf for example.

    Step 3) Then duplicate "image_gallery1.xml" or "image_gallery2.xml", and rename it. Example: image_gallery3.xml.

    Step 4) Then inside your new .fla make sure to change the code to load your new xml doc To do that go to the "Actions" layer, line 237, and update the path.

    Step 5) Make sure to save your changes then export the fla. Now open your new xml doc and add the new images or videos.

    aber ich vermute der fehler wird bei diesem punkt liegen :
    "Actions" layer, line 237,

    aber genau diesen schritt finde ich in Flash nicht heraus,

    wäre um eure hilfe dankbar, .fla und .xml datei ist angehängt

  • In Zeile 247 steht der folgende Code

    Code
    xml.load("image_gallery1.xml");

    Wenn du diese Zeile entsprechend der Anweisung anpasst und du die xml-Datei richtig benannt hast und auch Bilder eingebunden hast, dann sollte es funktionieren.