FLASH element overlapping LIGHTBOX PICS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Collectors-info
    General

    • Feb 2006
    • 8703

    #16
    Re: FLASH element overlapping LIGHTBOX PICS

    Hi, think think Tom's idea will work best for this one (Top left). With the situation with using flash & the light box not working, you will be better off not having the flash within view, if a visitor clicks on a ring. Wont look very professional.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment

    • Tom vR
      Brigadier General

      • Apr 2007
      • 1731

      #17
      Re: FLASH element overlapping LIGHTBOX PICS

      Looks good Neil, although I agree with Chris. Visitors might get a bit frustrated when they enlarge the images and then click to close the window. When they do that they are out of your website and must open it again.

      It will work very well if you could open each image in a pop-up that does not trigger a warning on the visitors' screen. See post number 2 by king Navaldesign in this thread. Click here. You can then add a close button on the pop-up as well.

      Or if using the gallery, set it to open with popups. See the Styles tab.
      Bless you
      Tom

      Comment

      • Nyoman
        Major

        • Sep 2005
        • 426

        #18
        Re: FLASH element overlapping LIGHTBOX PICS

        Originally posted by neil_s_dalena View Post

        If nyoman's recipe will work then i will do both (script and changes in lay out). This site will officially go online wednesday next week with a new domain name.

        Other links not yet working because site is still under construction.

        Thanks again.

        Neil
        flash will not overlapping lightbox with this parameter. if you are using bluevoda, make the code like this:
        Code:
        ><param name="wmode" value="transparent"
        right click your flash go to html and inside tag insert the code above.
        TRY
        .
        .
        Nyoman

        Comment

        • Collectors-info
          General

          • Feb 2006
          • 8703

          #19
          Re: FLASH element overlapping LIGHTBOX PICS

          Hi Nyoman,
          have been having a go at what you suggested & cant seemed to get it to work. Any ideas?

          Link to test page

          Code used.
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
          codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="450" height="140" id="Flash1"
          <param name="wmode" value="transparent">
          <param name="movie" value="spider.swf">
          <param name="quality" value="High">
          <param name="scale" value="ExactFit">
          <param name="wmode" value="Window">
          <param name="play" value="true">
          <param name="loop" value="false">
          <param name="menu" value="false">
          <param name="sAlign" value="L">
          <embed src="spider.swf" width="450" height="140" quality="High" wmode="Window" loop="false" play="true" menu="false" scale="ExactFit" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
          </embed>
          </object>
          Regards Chris.

          Collectables, Collecting, collectors-info.com

          www.chrismorris.co.uk

          House build project

          Comment

          • Tom vR
            Brigadier General

            • Apr 2007
            • 1731

            #20
            Re: FLASH element overlapping LIGHTBOX PICS

            Hi Chris,

            I also want to test this a bit later. Regarding your code, must
            <param name="wmode" value="Window">
            be included? I'm taking a fat chance here...lol...
            Bless you
            Tom

            Comment

            • Collectors-info
              General

              • Feb 2006
              • 8703

              #21
              Re: FLASH element overlapping LIGHTBOX PICS

              Originally posted by Tom vR View Post
              Hi Chris,

              I also want to test this a bit later. Regarding your code, must
              <param name="wmode" value="Window">
              be included? I'm taking a fat chance here...lol...
              Hi Tom, not sure if i may have put the code in wrong, but couldn't get it to work in FF or IE. I think this one came up before, & i don't think it was solved then. Might be wrong.

              Cheers.
              Regards Chris.

              Collectables, Collecting, collectors-info.com

              www.chrismorris.co.uk

              House build project

              Comment

              • Nyoman
                Major

                • Sep 2005
                • 426

                #22
                Re: FLASH element overlapping LIGHTBOX PICS

                Originally posted by Collectors-info View Post
                Hi Nyoman,
                have been having a go at what you suggested & cant seemed to get it to work. Any ideas?

                Link to test page

                Code used.
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="450" height="140" id="Flash1"
                <param name="wmode" value="transparent">
                <param name="movie" value="spider.swf">
                <param name="quality" value="High">
                <param name="scale" value="ExactFit">
                <param name="wmode" value="Window">
                <param name="play" value="true">
                <param name="loop" value="false">
                <param name="menu" value="false">
                <param name="sAlign" value="L">
                <embed src="spider.swf" width="450" height="140" quality="High" wmode="Window" loop="false" play="true" menu="false" scale="ExactFit" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
                </embed>
                </object>
                Hi Chris
                Just copy my code
                Code:
                ><param name="wmode" value="transparent"
                no more and no less , insert inside tag of flash html on bluevoda. your code on your test page is missing > at the begining
                .
                .
                Nyoman

                Comment

                • Collectors-info
                  General

                  • Feb 2006
                  • 8703

                  #23
                  Re: FLASH element overlapping LIGHTBOX PICS

                  Ah! i was using your 1st post. lol. Seems fine in IE, But no joy with FF. But this might be my FF or just not compatible.
                  Regards Chris.

                  Collectables, Collecting, collectors-info.com

                  www.chrismorris.co.uk

                  House build project

                  Comment

                  • neil_s_dalena
                    Private First Class

                    • Jun 2007
                    • 7

                    #24
                    Re: FLASH element overlapping LIGHTBOX PICS

                    Originally posted by Nyoman View Post
                    Hi Chris
                    Just copy my code
                    Code:
                    ><param name="wmode" value="transparent"
                    no more and no less , insert inside tag of flash html on bluevoda. your code on your test page is missing > at the begining

                    The recipe of nyoman really works. Thanks a lot man.

                    here's the page now http://www.sitangkaiseaweeds.com/auraproducts.html

                    Thanks to all who shared,

                    Neil
                    www.sitangkaiseaweeds.com

                    Comment

                    • Tom vR
                      Brigadier General

                      • Apr 2007
                      • 1731

                      #25
                      Re: FLASH element overlapping LIGHTBOX PICS

                      ...But NOT in FireFox....

                      Would you perhaps a fix for this Nyoman? Otherwise, good one for the favorites.
                      Bless you
                      Tom

                      Comment

                      • Nyoman
                        Major

                        • Sep 2005
                        • 426

                        #26
                        Re: FLASH element overlapping LIGHTBOX PICS

                        Hi all
                        i notice that Bluevoda has this option itself, so no need to add any code manually. on bluevoda double click your flash movie go to window mode, select transparent or opaque, work fine in IE,FF,mozilla

                        and for you non bluevoda user, you can apply this code in object tag
                        Code:
                        [FONT=Courier New]<param name="wmode" value="transparent">[/FONT]
                        and insert this code inside embed tag
                        Code:
                        [FONT=Courier New]wmode="transparent"[/FONT]
                        ENJOY
                        .
                        .
                        Nyoman

                        Comment

                        • cct9105
                          Sergeant First Class

                          • Dec 2006
                          • 57

                          #27
                          Re: FLASH element overlapping LIGHTBOX PICS

                          Hi Neil,

                          Nice site, you did great!!! Just quick question regarding on your lightbox how did you incorporate the price in your picture.

                          Thanks.
                          janeth
                          www.millarefoundation.com

                          Comment

                          • Collectors-info
                            General

                            • Feb 2006
                            • 8703

                            #28
                            Re: FLASH element overlapping LIGHTBOX PICS

                            Originally posted by cct9105 View Post
                            Hi Neil,

                            Nice site, you did great!!! Just quick question regarding on your lightbox how did you incorporate the price in your picture.

                            Thanks.
                            Hi, you should be able to add text with most image software/programs. If you don't have one there is a good free one at this link.
                            Regards Chris.

                            Collectables, Collecting, collectors-info.com

                            www.chrismorris.co.uk

                            House build project

                            Comment

                            • cct9105
                              Sergeant First Class

                              • Dec 2006
                              • 57

                              #29
                              Re: FLASH element overlapping LIGHTBOX PICS

                              Thanks for the info.
                              janeth
                              www.millarefoundation.com

                              Comment

                              • Collectors-info
                                General

                                • Feb 2006
                                • 8703

                                #30
                                Re: FLASH element overlapping LIGHTBOX PICS

                                Well done Nyoman. There are a few that have had this problem that never new about the transparent in the drop down. One to add to my list.

                                Cheers.
                                Regards Chris.

                                Collectables, Collecting, collectors-info.com

                                www.chrismorris.co.uk

                                House build project

                                Comment

                                Working...
                                X