Announcement

Collapse
No announcement yet.

image fader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    image fader

    I've been asked to present 3 images on brochure index page, the idea being the 3 images slowly fade in and out and replace each other.

    Whilst I'm not convinced this is a good decision, nonetheless I have to present something for the client to see - and hopefully dismiss.

    Each image needs to be high res, ie its a sumptuous product image (think M&S adverts) 400px square.

    Whats the best method of displaying these images?

    #2
    Flash is your only option for a quality transition.

    Comment


      #3
      Whilst I own Flash I also use SWISH for creating very simple transition effects for images (its text effects are shockingly retro) as it outputs to SWF


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        aren't there problems integrating flash within actinic?

        Comment


          #5
          Not with your Actinic / HTML knowledge.


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            LOL, better go and work it out then hadn't i?

            Comment


              #7
              .. no pressure at all


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #8
                DW 8.02 does it all as is needed for actinic.

                Comment


                  #9
                  hah... 7.0.1

                  Comment


                    #10
                    It's still pretty easy, main issue is embedding it correctly (forum has the correct info on this now) and the activation of the flash so that it starts and doesn't need to be activated by the user. If activation becomes a problem then Javascript can do it for you.

                    Comment


                      #11
                      This has worked fine for me in a fragment:
                      Code:
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="140" height="140" >
                        <param name="movie" value="http://www.mydomain.co.uk/acatalog/myflashfile.swf">
                        <param name="quality" value="high">
                        <embed src="http://www.mydomain.co.uk/acatalog/myflashfile.swf" width="140" height="140" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

                      Comment


                        #12
                        I used to use a Java-applet called (funnily enough) "Imagefader" by Anibal Wainstein.
                        It is freeware and can be used commercially. It worked quite well and maybe worth trying.

                        Brian
                        Brian
                        www.netmusicalinstruments.co.uk

                        Comment


                          #13
                          Originally posted by leehack
                          the activation of the flash so that it starts and doesn't need to be activated by the user.
                          I was under the impression that the Flash bits only needed activation if they had control elements (like a video player for example) the 'image fader' would not need user input so shouldn't require activation,

                          Of course i could be totally wrong there!
                          www.incredibid.co.uk

                          Comment


                            #14
                            You're right as far as i know Andrew, it was more of an 'all bases' covered answer, which was why i said IF there is a problem, then Javascript now solves it. I have no idea what the file is or how it is going to work, so more of a generic answer than a specific.

                            Comment


                              #15
                              Best to use SWFObject (Google "swfobject" and go to Adobe site - Adobe now own Flash) to embed Flash these days, or you will get the thick grey border round Flash objects whether they need activating or not - and if they do need activating (ie click to link to something else) you will need to click twice.

                              Aquazuro - designer stainless steel accessories

                              Comment

                              Working...
                              X