Sliding images with clickable images

I am making a video site for a film director which includes lots of his tv commercials.
I am on a Mac and am building the site in Muse.
I have made an image banner from lots of tiny images from his work that will run along the bottom of the page.
I want the user to be able to click on an image to take them to a video page.
I want the banner to move across the page when clicked (from right to left).
Does anyone know how to do this? Should I use a gallery widget or perhaps anchors? Do I have to make it in Edge Animate first?
Any help is greatly appreciated.
thank you!
Here is a sample of a similar banner (photo of page and a link to page below.)
Also a screen grab from the site that I'm building.
http://markus-altmann.de/seiten/br.php?id=MarkusAltmann_Handwerker_4077_1_1.jpg

Thank you so much Sanjit!
I’ll give it a go.
Cheers
Jill
Jill McKay
Freelance Director’s Assistant & Web Designer
0400 177 952

Similar Messages

  • Flash on site, after running, replace with clickable image

    Hi, so i dropped a flash movie i made into a website i am
    doing. it runs (still needs work cause the sound is now running at
    a different pace than the movie! and i gotta turn off the looping)
    but when it's done, it goes to blank. I need it to do this:
    onload: run movie once only, then replace flash movie (in
    same place) with clickable image to go to another page on the site.
    can anyone guide me a bit? here is the page
    http://www.kirkmanlabs.com/chrisindex2.htm
    thanks in advance.
    Holly

    On the last frame of your movie place the required still
    image (converted to a movie clip with an instance name) , together
    with a stop(); action to prevent the moving looping. On the same
    timeline frame add the actionscript to respond to a click on the
    image movie clip, something like:
    this.instanceName.onRelease = function(){
    getURL("newPage.html", "_blank");
    }

  • Can I create a rotating image with sevaral images in  Photoshop?

    I was wondering if I can  create   a rotating image with sevaral images in  Photoshop?    Much like a gif? Would this improve my page load time or would it be the same as loading a slideshow?  Here is an example of what we wanna do vacationsalabama

    Yes you can create a gif in PS to do this but it would be much easier to accomplish with some simple JQuery Image slider.
    Several examples here
    and here
    The benefit is they load faster, have speed options, and switching images out is a breeze. They can also have links asigned to the images as they appear.

  • Aperture replaces images with other images that have the same image number

    Help! Aperture has started replacing images in recent projects with older images from elsewhere on my hard drive that have the same image number. Obviously I need a better numbering system, but can someone help me figure out why this is happening? I store master files on an external drive and the "replacement" files seem to be coming from identically named images on my local HD or in iPhoto.

    I started renaming all of my images when I import them. I'm using referenced images to an external drive, although I still have a bunch of older images stored in the Aperture library under my old numbering system (which was basically whatever image number the camera generated)....need to move them all to the external drive but haven't had time.
    So here's the latest problem: Today, Aperture started replacing images in albums (referenced images with unique file names under my new system) with old images even though the file names weren't even remotely close. It also replaced the images with the preview for the old image (230 pixels wide). "Show master" showed me the preview for the old image, not the correct image.
    I tried forcing an update to the preview, but it had no effect. The real masters are intact on the external drive, but this is really scaring me. It happens out of the blue, right in front of me...I watch as my images appear to be replaced with random old images in Aperture. It appears to have nothing to do with file names, as I'm now using totally unique file names.

  • Replace Internet Explorer Image with Site Image

    I would like to replace the IE image or any image in the
    address bar with the image of the website. Is this doable and if so
    how would I go about doing this.
    Thank you in advance.

    canadianflower wrote:
    > I would like to replace the IE image or any image in the
    address bar with the image of the website. Is this doable and if so
    how would I go about doing this.
    Google favicon.ico.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Can I create a system image with System Image Utility and then transfer the image folder to another server?

    I am currently in the process of creating several images to restore for classroom purposes. I am wondering if it is possible to use the System Image Utility on a computer which has Server Admin Tools installed, then transfer that image folder directly to the "NetBoot" folder on our current Apple Netboot Server. Has anyone tried this and/or succeeded? I'd like to get some feedback before attempting it myself on our college's netboot server. Thanks!

    We've run into a few problems concerning this process. When we create the image on a seperate machine from the server using SIU and then place it in the NetBoot folder, not every .nbi folder created works properly. We're running into errors that say "Could not find any scan information. The source needs to be imagescanned before it can be restored". This does not happen with every image, but it does happen with computers which have a lot of programs installed on them. Is there a way to imagescan the .nbi folder and/or resolve this issue without going through the process of making a completely new NetRestore image?

  • Color correct CMYK Image with RGB Image

    1. anybody please tell me is it possible to perform color correction in CMYK image with RGB reference image
    2. how to do that i mean what are the details i have to watch for?
    ADVANCE THANKS

    Your match using my color profile(similar to North American General Purpose) would be 29c 100m 83y 35k. Convert a sample swatch, using your color workflow/profile.
    Some RGB colors won't convert well to cmyk (eg 0R 255B 0G). In that case your problem is not using a RGB reference image for CMYK color correction, but the cropped color gamut in the color conversion itself.
    In those cases of saturated RGB colors you may have to do some handtoning to surrounding colors, to help create the illusion of RGB saturation to the troublesome color you are matching.

  • Replacing Java Cup Image with Custom Image

    Hi
    i have a Jframe for which i want to replace the java cup icon that appears at the Top Left Most corner of the bar with a image of my own.How can i do this?

    import javax.swing.*;
    public class Test extends JFrame {
        public Test() {
            java.net.URL imgURL = Test.class.getResource("icon.jpg");
            setIconImage(new ImageIcon(imgURL).getImage());
            setSize(400,400);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setVisible(true);
        public static void main(String[] args) {
            new Test();
    }

  • When rotating my custom .bmp image with Rotate Image Control.vi using the Rotate.llb, why is my rotated image coming up blank?

    I downloaded the Rotate.llb and am trying to rotate a simple 24bit .bmp I made in Windows Paint, but the rotated image comes up blank.
    I edited the default image control and indicator to have my image inside it and really don't know what else to do? The example works fine with the default image, I'm wondering if it has to do with my image properties?
    I tried using "Picture to Pixmap" but to no avail. Any help would be greatly appreciated. I am attaching a screen shot of my results and the modified Rotate vi I am working on, thanks.
    Attachments:
    Rotate Picture Control_v2.vi ‏16 KB
    rotate_shot.jpg ‏383 KB

    Hello Sametron,
    Give this a try:
    Regards,
    Jeff L.
    Applications Engineer | National Instruments
    Attachments:
    201606.zip ‏1 KB

  • Random Image with Clickable Link

    Hey guys so far I found a code that lets me randomize an image and I found out a piece of code that makes the image clickable but I do not know how to add a specific link to each specific image.
    Here is the code:
    <head> <script language="JavaScript">
    var theImages = new Array()
    theImages[0] = 'Accounting Cartoon1.jpg'
    theImages[1] = 'Accounting Cartoon2.jpg'
    var j = 0
    var p = theImages.length;
    var preBuffer = new Array()
    for (i = 0; i < p; i++){
       preBuffer[i] = new Image()
       preBuffer[i].src = theImages[i]}
    var whichImage = Math.round(Math.random()*(p-1));
    function showImage(){
    document.write('<a href="link.html"><img src="'+theImages[whichImage]+'"></a>');}
    //-->
    </script>

    anyone have an idea?

  • Replace branding image with moving image

    hi experts,
      i want to replace branding image .jpg(i.e on login screen ) with any flash movies kind of thing or like any moving image.
    my question, is it possible to have that option in loginscreen .
    if yes could anybody help me on this issue in details.
    thanks in advance.
    vijay

    Hi,
    I think it is possible to change Branding Image. Refer this blogs
    Re: Changing standard logon sap page
    Modifying The Logon Par(or customising the Logon Screen)
    Portal Customizations Intro - Login Part 1
    A fast and easy Portal logon page customizing
    Regards,
    Senthil K.

  • Scan large image with small image.

    Is it possible to take a large and a small image, and check if the small image is somewhere in the large image.
    Perhaps with some sort of precision so it doesn't have to match 100 %.

    prometheuzz wrote:
    eikhorsholm wrote:
    Super, that's all...! Thanks...
    Or... Perhaps some code-example, You are probably not fully aware of how difficult this is. It's impossible to post an "example snippet": it's no Hello World kind of thing.I agree. In fact, I'm guessing OP isn't up to speed on "Image Processing". If so, I'd recommend OP studies Image Processing for a good 6 months to a year before even attempting this project.
    links to tutorials, source-code etc. would be nice!The Quantitative Imaging Group of the Technical University in Delft are among the top of their field:
    [http://www.ist.tudelft.nl/qi]
    and their previous home page [http://www.ph.tn.tudelft.nl/]
    I'm sure they have some interesting reports/publications on their website.Yeah, and you can search for pattern recognition or image matching or something and find stuff on Google. It's not the most complex thing in the world, but you have to understand some core fundamentals. i.e. if you're right out of high school you'll need possibly months of study before succeeding.

  • Error creating a netboot image with System Image Utility

    Hi all !
    I am trying to create a NetBoot image from my Panther CD, to boot an old iBook.
    I am using System Image Utility version 10.4.11.
    I can create a NetInstall image, but when I create a NetBoot image SIU give me an error.
    I looked in the logs and I can see the error is generated by the script Applications/Server/System Image Utility.app/Contents/Resources/.preinstall
    This command is the culprit:
    /usr/sbin/installer -verbose -lang 'eng' -pkg '/Volumes/Mac OS X Install Disc 1/System/Installation/Packages/OSInstall.mpkg' -target /Library/NetBoot/NetBootSP0/PantBoot3.nbi/mnt -_multiDiscPath /tmp/siuInstallExtras
    The error is (as seen in the logs):
    This package requires authentication to install.
    If I take the command and run it in the terminal using sudo it goes thru, but gives another error:
    installer: Cannot install on volume /Library/NetBoot/NetBootSP0/PantBoot3.nbi/mnt because it is disabled.
    installer: Mac OS X cannot start up from this volume.
    Is this thing supposed to work ?? It seems to me SIU is buggy.
    Any help would be much appreciated.
    Regards
    Mike

    I'm not digging the new SIU at all yet. Maybe I'll get used to it in time. I couldn't get it to accept a Tiger 10.4.6 Install disc the other day to build a NetInstall. Don't know if I was doing something wrong or if it was instinctively rejecting it because I was doing something unsupported.
    I miss NetRestore. I think Mike wants use to use Automator... but I want NetRestore's automated Multicast ASR and Windows image restore. It would take a lot of work to match Mike's shrink-wrapped solution.
    Speaking of NetRestore, its creator Mike Bombich advises against use CCC for mass deployment. This may include what you're doing. It's really a backup tool, but unfortunately a lot of people got into the habit of using it for creating deployment images and these often have problems. It's the best tool for create images that you will deploy onto multiple Macs.

  • Replace factory image with corp image when utilizing blue ThinkVantage button?

    Is there any possibility and documentation on customizing the ThinkVantage blue button/app. What it launches and what the user can do our concerns. Any information or direction is welcomed.
    Thank you,
    Terry G Phillips

    Looks like you want the Productivity Center Customization Guide.
    I was previously employed by Lenovo but have no formal role on this forum.
    I am here on my own time because I like fooling with PCs, especially Lenovo ones. ALL my posts are purely my personal opinion.

  • HT201210 I was backing up my iPad and it gave me an error and ever since my iPad is dead. It shows the iTunes icon on the screen with an image of a USB pointing to the iTunes image. I have tried to restore but it isn't working. I have the iPad 2. Please h

    Hi, I was backing up my iPad 2 and it gave me an error message. Since then, my iPad has been dead or should I say, STUCK. The screen shows the iTunes image with an image of a USB cable under it with an arrow pointing towards the iTunes icon. I haven't been able to get it to unfreeze and when I connect it to iTunes, iTunes doesn't give me the option to Sync or Restore. It actually just goes into the iTunes Store section and I can't access the part I need. Please help! Thank You!!!!!

    You may need to put the iPad in recovery mode to restore it.
    http://support.apple.com/kb/HT1808

Maybe you are looking for

  • Can not start Oracle 8.1.7 Network configuration assistant

    Hi! I have Oracle 8.1.7 on a PIII 1Ghz 256 Mb running win2k sp2 , I try to run Network configuration assistant and nothing happens , I can run dba studio and sql/plus or Database configuration assistant without problems but no way with any tool under

  • FF5 mailto: links are not working.

    Recently I discovered that mailto: links in FF5 are not working. Haven't downloaded any new addon's. Can someone give me some help on this matter?

  • Viewlink with third party jdbc driver

    Hello, I try to create a viewlink with a Firebird SQL JDBC driver, but the SQL statment JDeveloper generate to test the view is not generic SQL compliant with Interbase, it's rather ORACLE specific : SELECT * from (select * from V_INDIVIDU_CODE_ADH)

  • Kernel error when connecting to server

    When I attempt to connect to a particular server at work (via VPN), an empty directory appears on the desktop then my iMac G5 hangs. Looking at the system log while this is happening I find continually repeated entries like this: Feb 9 18:21:27 Minke

  • Syllabus/Topics for Sun Certified Instructor for Java Programming Language

    Hi, What is the Syllabus/Topics for Sun Certified Instructor for Java Programming Language ? At the following link http://www.sun.com/training/catalog/instructor/java.html detailed syllabus is not there. I am unable to find the details in Sun site ev