Slide presentation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • chitragurung
    Second Lieutenant

    • Dec 2006
    • 132

    Slide presentation

    I want to display following slides in my page



    How can I display above slide from my following page. I try to put but it does not work.



    Evergreen Tours offers series of all-inclusive amazing Nepal trips, family vacation, small groups, escorted tour to Bhutan, India and Tibet, China.


    my html code was as follows


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Bhutan Trip</title>
    </head>
    <body bgcolor="#FFFFFF">
    <p>&nbsp;<p>
    <style type="text/css">
    <!--
    .style1 {
    color: #006633;
    font-weight: bold;
    }
    -->
    </style>
    <!-- saved from url=(0013)about:internet -->
    <table align="center" border="0" cellpadding=0 cellspacing=0>
    <tr>
    <td align="center">Bhutan Trip</td>
    </tr>
    <tr><td align="center"><br /></td></tr>
    <tr>
    <td align="center">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub...ersion=6,0,0,0" width="480" height="400" id="tech" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="http://www.egtours.com/media/bhutans...ath=slides.xml" />
    <param name="quality" value="high" />
    <embed src="http://www.egtours.com/media/bhutans...ath=slides.xml" quality="high" width="480" height="400" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </td>
    </tr>

    </table>
    </body>
    </html>
    Chitra B. Gurung
    EVERGREEN Tours,
    Kathmandu, Nepal
    www.egtours.com
  • Karen Mac
    General

    • Apr 2006
    • 8332

    #2
    Re: Slide presentation

    Its working perfectly when i view it..clear your cache.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment

    • chitragurung
      Second Lieutenant

      • Dec 2006
      • 132

      #3
      Re: Slide presentation

      Hi Karen,

      Yes slide is working but I want to display this slide on the following page

      Evergreen Tours offers series of all-inclusive amazing Nepal trips, family vacation, small groups, escorted tour to Bhutan, India and Tibet, China.


      I put html code in above page but it does not work.
      Chitra B. Gurung
      EVERGREEN Tours,
      Kathmandu, Nepal
      www.egtours.com

      Comment

      • Karen Mac
        General

        • Apr 2006
        • 8332

        #4
        Re: Slide presentation

        did you try uploading it as just a swf and using the video icon to drop it on a page?

        Karen

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

        ------------------------

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment

        • Karen Mac
          General

          • Apr 2006
          • 8332

          #5
          Re: Slide presentation

          Well thats a different script that you are now using...

          Code:
          <!--
          //*****************************************
          // Blending Image Slide Show Script- 
          // © Dynamic Drive ([URL="http://www.dynamicdrive.com"]www.dynamicdrive.com[/URL])
          // For full source code, visit [URL]http://www.dynamicdrive.com/[/URL]
          //*****************************************
          //specify interval between slide (in mili seconds)
          var slidespeed=3000
          //specify images
          var slideimages=new Array("[URL]http://www.egtours.com/promo/promo1.png","http://www.egtours.com/promo/prom**.png[/URL]")
          //specify corresponding links
          var slidelinks=new Array("[URL]http://www.egtours.com/index.php?pr=10_Days_Nepal_Trip","http://www.egtours.com/index.php?pr=Nepal_Bhutan_Tour[/URL]")
          var newwindow=1 //open links in new window? 1=yes, 0=no
          var imageholder=new Array()
          var ie=document.all
          for (i=0;i<slideimages.length;i++){
          imageholder[i]=new Image()
          imageholder[i].src=slideimages[i]
          }
          function gotoshow(){
          if (newwindow)
          window.open(slidelinks[whichlink])
          else
          window.location=slidelinks[whichlink]
          }
          //--></script><a href="javascript:gotoshow()"><img name="slide" border="0" width="513" src="promo1.png" height="110" style="filter: blendTrans(duration=3)" /></a>
          <script language="JavaScript1.1">
          <!--
          var whichlink=0
          var whichimage=0
          var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0
          function slideit(){
          if (!document.images) return
          if (ie) document.images.slide.filters[0].apply()
          document.images.slide.src=imageholder[whichimage].src
          if (ie) document.images.slide.filters[0].play()
          whichlink=whichimage
          whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0
          setTimeout("slideit()",slidespeed+blenddelay)
          }
          slideit()
          //--></script> 
          </div>
          I rather suspect you left out the /images/ in your url

          Code:
          [URL="http://www.egtours.com/promo/images/promo1.png"][COLOR=#0066cc]http://www.egtours.com/promo/images/promo1.png[/COLOR][/URL]
          Karen

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment

          • chitragurung
            Second Lieutenant

            • Dec 2006
            • 132

            #6
            Re: Slide presentation

            I have everything working in my domain. Only thing is I want to display slide with my page.

            www.egtours.com/media/bhutanslides/bhutan/bhutan.html

            I want to put this slide in my following page

            Evergreen Tours offers series of all-inclusive amazing Nepal trips, family vacation, small groups, escorted tour to Bhutan, India and Tibet, China.


            All slide componets are in www.egtours.com/media/bhutanslides/bhutan
            Chitra B. Gurung
            EVERGREEN Tours,
            Kathmandu, Nepal
            www.egtours.com

            Comment

            • Collectors-info
              General

              • Feb 2006
              • 8703

              #7
              Re: Slide presentation

              Hi, can you just pop http://www.egtours.com/media/bhutans...tan/bhutan.swf
              into an iframe??
              or enter the code below on your page.
              <iframe name="" id="InlineFrame1" style="width:476px;height:401px;" src="http://www.egtours.com/media/bhutanslides/bhutan/bhutan.swf" frameborder="0">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
              Regards Chris.

              Collectables, Collecting, collectors-info.com

              www.chrismorris.co.uk

              House build project

              Comment

              • Karen Mac
                General

                • Apr 2006
                • 8332

                #8
                Re: Slide presentation

                Originally posted by chitragurung View Post
                I have everything working in my domain. Only thing is I want to display slide with my page.

                www.egtours.com/media/bhutanslides/bhutan/bhutan.html

                I want to put this slide in my following page

                Evergreen Tours offers series of all-inclusive amazing Nepal trips, family vacation, small groups, escorted tour to Bhutan, India and Tibet, China.


                All slide componets are in www.egtours.com/media/bhutanslides/bhutan
                Yes... and as I said.. on the page where you want it to display use the VIDEO icon, drop it to the page and 1.) select the swf or presentation in the list that you have already UPLOADED, or upload it and then select it from the list.

                Karen

                VodaHost

                Your Website People!
                1-302-283-3777 North America / International
                02036089024 / United Kingdom
                291916438 / Australia

                ------------------------

                Top 3 Best Sellers

                Web Hosting - Unlimited disk space & bandwidth.

                Reseller Hosting - Start your own web hosting business.

                Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                Comment

                • chitragurung
                  Second Lieutenant

                  • Dec 2006
                  • 132

                  #9
                  Re: Slide presentation

                  Thank you all of you,

                  Finally I made it. Now you can view at

                  Evergreen Tours offers series of all-inclusive amazing Nepal trips, family vacation, small groups, escorted tour to Bhutan, India and Tibet, China.
                  Chitra B. Gurung
                  EVERGREEN Tours,
                  Kathmandu, Nepal
                  www.egtours.com

                  Comment

                  Working...
                  X