ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

slideshow pro images do not show

May 10, 2011 6:48pm

Subscribe [4]
  • #1 / May 10, 2011 6:48pm

    farberrifkin

    31 posts

    Help.

    I am not sure why my images are not coming in via the exp engine control panel.

    this is what i want..
    http://www.hhdc.com/

    This is what i got..
    http://www.hhdc.com/index.php/site

    I also changed the code to http://www.hhdc.com/gallery.xml
    in slideshowpro in flash cs5

    Code:
    xml file: 
    <album title=“HHDCMAIN” description=“Gallery 1”
    lgpath=“http://www.hhdc.com/images/photogallery/”
    tn=“gallery/”>

    <!—Begin Flash Here—>
    <object id=“FlashID” classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” width=“990” height=“400”>


    <!—This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt.—>


    <!—Next object tag is for non-IE browsers. So hide it from IE using IECC.—>
    <!—[if !IE]>—>
    <object type=“application/x-shockwave-flash” data=“http://www.hhdc.com/gallery.swf” width=“990” height=“400”>
    <!—<![endif]—>

     

     

    <!—The browser displays the following alternative content for users with Flash Player 6.0 and older.—>
    <div>

    Content on this page requires a newer version of Adobe Flash Player.

    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif
    </div>
    <!—[if !IE]>—>
    </object>
    <!—<![endif]—>
    </object>
    <!—End Flash Here—>


    Thanks again

  • #2 / May 10, 2011 8:10pm

    Natetronn

    161 posts

    I would like to help you though, I am not sure exactly what issue you are having. Would you mind elaborating a bit?

  • #3 / May 10, 2011 8:53pm

    farberrifkin

    31 posts

    thank you..

    I can’t get the images in the slideshow to view on this page…
    http://www.hhdc.com/index.php/site

    It is working on my none ee2 site…http://www.hhdc.com

    The files used to create the slideshow, were slideshow pro (via flash cs5),file name is gallery.swf,
    gallery.xml,  the images are in a folder /images/photogallery/

    here is the code: that i have in my control panel in expression engine 2
    for this page:

    {embed="embeds/html_header"}
    {embed="embeds/home_header" the_url_title="home_page"
    my_location="home"}

    [removed][removed]   
    <!———————————————————————/*Slideshow*/———————————————————————>
    <div id=“main”>
          <div id=“gallery”>
    <!—Begin Flash Here—>
    <object id=“FlashID” classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” width=“990” height=“400”>


    <!—This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt.—>


    <!—Next object tag is for non-IE browsers. So hide it from IE using IECC.—>
    <!—[if !IE]>—>
    <object type=“application/x-shockwave-flash” data=“http://www.hhdc.com/gallery.swf” width=“990” height=“400”>
    <!—<![endif]—>

     

     

    <!—The browser displays the following alternative content for users with Flash Player 6.0 and older.—>
    <div>

    Content on this page requires a newer version of Adobe Flash Player.

    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif
    </div>
    <!—[if !IE]>—>
    </object>
    <!—<![endif]—>
    </object>
    <!—End Flash Here—>
    </div><!—/*homecontent-gallery*/—>
    <div class=“clear”></div>
    </div><!—/*homecontent-top*/—>
    <!———————————————————————/*AD Section*/———————————————————————>
    <!———————————————————————/*latest*/adOne, adTwo, adThree———————————————————————>
    <div id=“latest”>
      <div class=“adOne”></div> <!—/*adOne*/—> 
      <div class=“adTwo”>
              <h1>There is nothing ordinary about Harbor Hills Day Camp!</h1>

    Guided by an extraordinary Leadership Team and         a well-trained, dedicated staff, campers from         ages 3-14 participate in a strategically-designed         program of dynamic and exciting activities.

              http://www.hhdc.com/images/interface/btn_moreR.gif
      </div><!—/*adTwo*/—>
      <div class=“adThree”></div>  <!—/*adThree*/—>
    </div><!—/*latest*/—>
    <div class=“clear”></div>
    <!———————————————————————/*latest*/adFour, adFive, adSix———————————————————————>
    <div id=“latest”> 
    <!—/*adFour*/—> 
      <div class=“adFour”>
           
              ../images/interface/btn_moreL.gif
           
              </div><!—/*adFour*/—>
        <div class=“adFive”>
             
              http://www.hhdc.com/images/interface/btn_moreL.gif
             
              </div><!—/*adFive*/—>
        <div class=“adSix”></div>  <!—/*adSix*/—>
    </div><!—/*latest*/—>
    <div class=“clear”></div>
    <!———————————————————————/*bktrees1*/———————————————————————>
    <div class=“bktrees1”>
                  <div class=“bktrees”>
                        <div id=“homebackground”>
                              <div class=“clear”></div>
                      </div><!—/*homebackground*/—>
                  </div><!—/*bktrees*/—>
    </div><!—/*bktrees1*/—>
    <!———————————————————————/endwrapper*/———————————————————————>
    </div><!—/*wrapperimage*/—>
    {embed="embeds/footer"}
    [removed]
    swfobject.registerObject(“FlashID”);
    [removed]
    </body>
    </html>


    Thank you i hope this makes more sense…
    d

  • #4 / May 10, 2011 9:00pm

    Mark Bowen

    12637 posts

    Seems to be working here from this end.

    As a note though with Flash always make sure that you are using an absolute link to the xml file otherwise it will be loading from the incorrect location. Either provide a full URL such as http://www.example.com/xmlfile.xml or ensure you have a leading slash such as /xmlfile.xml so that it loads from the root.

    Best wishes,

    Mark

  • #5 / May 10, 2011 9:06pm

    Natetronn

    161 posts

    farberrifkin does the slideshow you are referring to have kids in it? I see a bunch of kids playing at camp. First image I see is a girl smiling with a rock climbing helmet on.

    I have tested this on a pc with vista using Firefox 4, Chrome, Safari, IE9, IE6-7-8 (IE Tester) etc and everything looks fine to me and exactly the same as your other link.

    What browser are you using? What OS? PC, Mac, Linux etc ?

  • #6 / May 10, 2011 9:09pm

    Natetronn

    161 posts

    Try Marks suggestion and or maybe take a look at your crossdomain.xml file, info found here: http://forums.slideshowpro.net/viewtopic.php?id=1548

  • #7 / May 10, 2011 9:22pm

    farberrifkin

    31 posts

    http://www.hhdc.com/index.php/site

    i am checking it with firefox and safari…no images…

  • #8 / May 10, 2011 9:52pm

    farberrifkin

    31 posts

    i am not sure i did this right…(nothing happen)
    i added a crossdomain.xml then i added the code…
    <cross-domain-policy>
      <allow-access-from domain=“hhdc.com” >
      <allow-access-from domain=“www.hhdc.com” >
    </cross-domain-policy>

    I am still an art director that took a wrong turn in programming so excuse my confusing language…
    BUT… am i correct in saying….
    that when i go live http://www.hhdc.com/index.php/site
    will then be files should be in.

    also while i have your attention…i should remove the ee_wizard file…

    thanks for your patiences…
    D

  • #9 / May 10, 2011 10:10pm

    Natetronn

    161 posts

    You might consider validating your html, take a look at this line: 

    Line 66, Column 61: end tag for “param” omitted, but OMITTAG NO was specified

    There are quite a few errors which might solve your issue when fixed:

    http://validator.w3.org/check?verbose=1&uri=http://www.hhdc.com/index.php/site

    Try validation and then get back to us.

  • #10 / May 10, 2011 11:26pm

    Cheif

    626 posts

    Turn off caching on your browser whilst testing Flash & Cache = bad

    Works in OSX Safari & FF at our end !

  • #11 / May 10, 2011 11:33pm

    farberrifkin

    31 posts

    well what doesn’t kill me will make me better..
    it’s working…and i also have the cleanest code i ever done.

    thanks all…

  • #12 / May 11, 2011 12:00am

    Natetronn

    161 posts

    Glad you got it working! I hope your code continues to stay clean too 😉

  • #13 / May 11, 2011 9:13am

    Sue Crocker

    26054 posts

    Thanks for the assist, Natetronn, Mark and Cheif.

    farberrifkin, looks like everything is working as expected. Feel free to start a new thread if you have any more questions.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases