How to modify index.html for Flash gallery

I've been hunting around for the past couple of days trying to figure out how I can modify the index.html page which is generated for the Flash gallery. I'd like to add a google Analytics code snippet so I can track my galleries. Currently I'm doing it manually once the export has finished. Can anyone point me in the right direction? Thanks

I may just have written a blog post for you :-)
http://automagisk.no/blog/2009/04/01/adding-google-analytics-to-lightroom-web-template/

Similar Messages

  • Help: how to modify a setting for a running

    solaris 10 10/05 on sUN E3000
    Q: how to modify the setting for a running zone.
    I want to add a lofs mount for /usr/local read/write.
    also I want to add access to cdrom
    so I use zonecfg to "add fs ", and stuff then commit.
    now what should I do to make effect in the zone.
    thanks.

    to rephase my question:
    once I have a zone installed, is there a way to
    modify the zone settings , such as adding a fs
    or devices, without destory the zone? thanks.

  • How to create volume slider for flash cs 5 using action script 2.0?

    how to create volume slider for flash cs 5 using action script 2.0?the output should like if user want to hear sound in slow pitch,medium pitch or high pitch(slow to high pitch anything).i have attach this sound to button with using this code:
    stop();
    mySoundBtn.onRelease = function () {
              mySoundC = new Sound(this);
              mySoundC.attachSound("mySoundClip");
              mySoundC.start(0, 10);  //10 represents the number of loops
              gotoAndPlay(2);
    This sound plays till 3-4 scene ahead.
    Can anyone help me?

    Hey thnx Ned.
    this sites are really helpful.but,i have used sound through button.so how it is possible to attavh the link with slider.i have created slider also.
    Below is my slider code for sound.
    onClipEvent (load) {
        mySound1 = new Sound();
        mySound1.loadSound((myScale)+"/"+(myTanpura)+"/"+(myTanpuraSwar)+"/"+(myTanpuraTempo)+".w av", true);
        mySound1.onSoundComplete = function() {
        mySound1.start();
        mySound1.start(0.058,999);
    onClipEvent (enterFrame) {
        downloaded = mySound1.getBytesLoaded();
        total = mySound1.getBytesTotal();
        if (downloaded != total) {
            _root.dl = "You have to buy this software...";
        } else {
            complete = 1;
            _root.dl = "";
        mySound1.setVolume(ratio * 2);
    This code is working for slider.I mean it scrolls the slider.but it dosent make any effect to sound.
    Below is my button code.
    stop();
    mySoundBtn4.onRelease = function () {
              mySoundC = new Sound(this);
              mySoundC.attachSound("mySoundClip4");
              mySoundC.start(0, 300);  //10 represents the number of loops
              gotoAndPlay("play1");
    this is on button's frame.not exactly on button.
    Button and Slider both are on diffrent scene.
    Can you plese help me out?

  • How to adjust this HTML for my Mobile Me site?

    Hi,
    I've downloaded the below source code from here: www.slidesjs.com as I want to add a JQuery to my iWeb site.
    I found this tutorial, which is great! http://www.bluenotesentertainment.com/iweb-tips/how-to-add-a-jquery-slider-to-iw eb/ - but, the source code has changed since it was written and I cannot figure out what the change the elements below to in order for it to work.
    For you info, I have uploaded the Standard folder to my iWeb site (complete with index file, css folder, img folder and js folder) and renamed it to 'slider' for ease. All these files are saved in: http://web.me.com/myusername/flash/slider
    I think I know what to change all the blue highlighted areas below too, but not the red.
    If I am right in my thinking, the blue should be: href (the web address of where I want the image on the slider to click through to), title (what appears under the image on the slider), img src (the location of where I have saved the image, in this case - http://web.me.com/myusername/flash/slider/images/image.png).
    But I am not sure what to put for the red highlighted areas, especially the script source. Surely this would be http://web.me.com/myusername/flash/slider something or other?
    On the tutorial, it replaces:
    <script src="js/jquery-1.4.4.min.js"></script>
    with
    <script src="http://www.yourdomain.com/slider/js/jquery-1.4.4.min.js"></script>
    I have my site hosted through mobile me, but then redirected to my domain through godaddy. So do I put my mobile me one or my main web address it redirects to and how should it show? Plus the HTML below is entirely different.
    <!DOCTYPE html>
    <html lang="en">
    <head>
              <meta charset="utf-8">
              <title>Slides, A Slideshow Plugin for jQuery</title>
              <link rel="stylesheet" href="css/global.css">
              <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
              <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
              <script src="js/slides.min.jquery.js"></script>
              <script>
                        $(function(){
                                  $('#slides').slides({
                                            preload: true,
                                            preloadImage: 'img/loading.gif',
                                            play: 5000,
                                            pause: 2500,
                                            hoverPause: true
              </script>
    </head>
    <body>
              <div id="container">
                        <div id="example">
                                  <img src="img/new-ribbon.png" width="112" height="112" alt="New Ribbon" id="ribbon">
                                  <div id="slides">
                                            <div class="slides_container">
                                                      <a href="http://www.flickr.com/photos/jliba/4665625073/" title="145.365 - Happy Bokeh Thursday! | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-1.jpg" width="570" height="270" alt="Slide 1"></a>
                                                      <a href="http://www.flickr.com/photos/stephangeyer/3020487807/" title="Taxi | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-2.jpg" width="570" height="270" alt="Slide 2"></a>
                                                      <a href="http://www.flickr.com/photos/childofwar/2984345060/" title="Happy Bokeh raining Day | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-3.jpg" width="570" height="270" alt="Slide 3"></a>
                                                      <a href="http://www.flickr.com/photos/b-tal/117037943/" title="We Eat Light | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-4.jpg" width="570" height="270" alt="Slide 4"></a>
                                                      <a href="http://www.flickr.com/photos/bu7amd/3447416780/" title="‚ÄúI must go down to the sea again, to the lonely sea and the sky; and all I ask is a tall ship and a star to steer her by.‚Äù | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-5.jpg" width="570" height="270" alt="Slide 5"></a>
                                                      <a href="http://www.flickr.com/photos/streetpreacher/2078765853/" title="twelve.inch | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-6.jpg" width="570" height="270" alt="Slide 6"></a>
                                                      <a href="http://www.flickr.com/photos/aftab/3152515428/" title="Save my love for loneliness | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-7.jpg" width="570" height="270" alt="Slide 7"></a>
                                            </div>
                                            <a href="#" class="prev"><img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
                                            <a href="#" class="next"><img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
                                  </div>
                                  <img src="img/example-frame.png" width="739" height="341" alt="Example Frame" id="frame">
                        </div>
                        <div id="footer">
                                  <p>For full instructions go to <a href="http://slidesjs.com" target="_blank">http://slidesjs.com</a>.</p>
                                  <p>Slider design by Orman Clark at <a href="http://www.premiumpixels.com/" target="_blank">Premium Pixels</a>. You can donwload the source PSD at <a href="http://www.premiumpixels.com/clean-simple-image-slider-psd/" target="_blank">Premium Pixels</a></p>
                                  <p>&copy; 2010 <a href="http://nathansearles.com" target="_blank">Nathan Searles</a>. All rights reserved. Slides is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache license</a>.</p>
                        </div>
              </div>
    </body>
    </html>

    To answer the question in the subject line :
    You don't.
    Do not think iWeb. Do not think MobileMe. Do not think domainname. It confuses the brain.
    Simply put the desired slideshow folder from the examples on the server.
    The result is this :
    http://web.me.com/wyodor/Standard/
    Open the index.html file in a HTML editor of your choice and remove the code with text you do not want displayed. And change the name of the images.
    And now we come to iWeb.
    Add a HTML snippet to a page and paste an <iframe> to display the slideshow :
    <iframe src="../../../Standard/" width="950" height="200" scrolling="no" frameborder="0"></iframe>
    Change the width and height numbers to make the slideshow fit the snippet.

  • Problem with DOCTYPE tag in the index.html for flex file

    When I have the following !DOCTYPE tag in the index.html file I use to load the flex swf file(s) both FireFox and Orical browsers both become horizontally shortened.  When the tag removed everything works fine.  Given that the !DOCTYPE tag is necessary for good html I'd really like to know what's going on.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Good info on that site about HTML, unfortunatly it had nothing new for me.  I did double check and everything and I was doing things the way they recomend.
    I'm really bothered that this is happening.  The DOCTYPE tag should be used and it should not have this effect when added to the HTML generated by the Flex Builder.  Additionally the new Flash Builder does have the DOCTYPE tag in its generated HTML and this is very worrisome.

  • How to modify rendered HTML dynamically

    Hi, I'm looking for a method to modify rendered HTML appearance at runtime. I.e. enabling/disabling a button according to some other condition. I can do it within the same page, by means of a valueChangeListener, then searching for the componennt id to enable/disable. But I cannot when coming from another page, since the involved lifecycle refers to this one. The target page is rendered at the end, and I would like to modify its button then. I guess I should influence the render response phase to enable/disable that button, but how ?

    You can use EL in the rendered or disabled attributes:
    <h:commandButton value="..." action="..." rendered="#{MyBean.shouldButtonBeRendered}" />
    <h:commandButton value="..." action="..." disabled="#{MyBean.shouldButtonBeDisabled}" />etc

  • How do i use numbers for image gallery and arrows?

    Hello there,
    I'm hoping someone can advise me on the best possible way.
    I would like to use numbers to help the user navigate through the image gallery i'm creating and arrows on either side of an image (one image viewed at any one time). I have attached an image of what i'm trying to acheive. I feel like the arrows will help aid the user to navigate and the numbers will inform them on the number of images to view.
    I have so far created the site with a template (logo and nav bar) and child pages for: home/about/work/contact.
    Hope to hear from someone soon.
    Nicola

    With so many pre-built image galleries available to you, there's no reason to re-invent the wheel.
    CSS Image Viewer (view source to see the code)
    http://alt-web.com/DEMOS/CSS-Image-Viewer.shtml
    jQuery slideViewer 1.2
    http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html
    57 + Image Gallery, Slideshow & Lightbox solutions
    http://www.1stwebdesigner.com/css/57-free-image-gallery-slideshow-and-lightbox-solutions/
    In addition to the ones above, log-in to Adobe's Widget Exchange with your Widget Browser
    http://labs.adobe.com/technologies/widgetbrowser/
        * jQuery Cycle Widget
        * Lightbox Gallery Widget
        * Spry Content Slides
        * Spry Image Slideshow
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create index file for pdf.

    Hello,
    I need to create a plugin which will read a list of pdf files and then create a full text index with catalog. I searched on net and came to know about the catalog plugin which does this work.In AV layer there is a catalog object but I am unable to find any example on net which uses the catalog object to create the pdx file and a support folder(contains idx files).
    I also read the java script documentation but there was no example for creating index.We can build index but for that we need to retrieve the index object first.
    Can somebody please giude me.
    Thanks!

    Hi Irosenth,
    Is it possible to use DOM/IAC to create index files. The example given in SDK(SearchPdfVB) allows us to add,remove,enable and disable index files. But there is no method given in example to create an index file.
    I want to create index file and the supporting folder which contains .idx files automatically ie through code. Is it possible to do so??
    I also looked into the AVCommands but couldn't understand how to create the index files using AVCommands.
    Can you please guide me.
    Thanks!!

  • How to reduce file size in flash gallery and add description

    How can i reduce physical filesize of my photo's within the flash web gallery. When i generate the flash gallery it takes the original filesizes to publisch, some jpg files are verry large, not mentioning my raw files.
    How can i reduce the filesize? lets say 600x400 at 96 dpi in stead of 6144x4113 at 300 dpi.
    Or do i first have to reduce the filesize in a automated script within photoshop?
    Also i want to add the description into the flash document.
    How can this be done?
    Help is much appreciated...

    Crizzz wrote:
    How can i reduce the filesize? lets say 600x400 at 96 dpi in stead of 6144x4113 at 300 dpi.
    Or do i first have to reduce the filesize in a automated script within photoshop?
    Use the Image Processor script.
    In Bridge it is: Tools > Photoshop > Image Processor ...
    The interface is self-explanatory.
    Where do you want the description and what do you want?

  • How to update AIR SDK for Flash Pro CC?

    The most recent info I can find is for Flash Pro CS6:
    http://helpx.adobe.com/x-productkb/multi/overlay-air-sdk-flash-professional1.html
    Does this work in Flash Pro CC?

    Thanks Colin.
    I was thinking of adding a comment to my previous post along the lines of, "You would think that Adobe could make this process easy."   It appears that they could, and they have. 

  • Does anybody know how to modify the driver for the Tektronix 370A curve tracer so that it will work with the 370B?

    I am trying to control a Tektronix 370B curve tracer using LabView via a GPIB interface. However, there are no drivers available for download for the 370B. There is one available for the 370A, but it is not compatible with the 370B and I have been unable to figure out how to modify it to make it work with the 370B. Does anyone know how to modify this driver, or know of an existing driver that works with the 370B? Thanks!

    Hi S _Bracht,
    Yeah, unfortunately, the Tektronix 370B does not currently have an instrument driver and the driver for the 370A is not supported by National Instruments (it is just posted on our website as a courtesy) - so I am afraid that there is not really any more information on the differences that might exist between the two available from National Instruments.  As an alternative, you can always develop your own driver using the VISA and 488.2 drivers + a copy of the user manual for the Tektronix 370B.  Otherwise, you may consider speaking with Tektronix or getting ahold of a User Manual for the 370A and comparing some of the settings - there are likely some differences in your configuration options at the very least.  Or, if someone out there has tackled this before and shares their knowledge...
    Good luck! 
    Regards,
    Anna M.
    National Instruments

  • How to modify select query for retrieve assets from assets tab and assets in merchandising in 10.1.2?

    Hi All,
          I need to modify the SQL for retrieving assets from assets tab and assets in merchandising in 10.1.2. I found the class for SQLQuery builder, but I want to change the SQL.
          Could you anyone please how to solve this.
    Thanks & Regards,
    Bala

    Hi All,
          I need to modify the SQL for retrieving assets from assets tab and assets in merchandising in 10.1.2. I found the class for SQLQuery builder, but I want to change the SQL.
          Could you anyone please how to solve this.
    Thanks & Regards,
    Bala

  • How to place index.html at root level

    I've published my website using iweb and published it on me.com. I did the other steps for the CNAME etc.
    I'm trying to set up my website so I don't have to type www before domain name. It works fine with it but without it, the page appears which says in effect that it's under construction probably from the domain registrar I'm guessing.
    I feel stupid asking this but I tried dragging the index.html file to the sites folder and only a copy appeared. It didn't work when I checked url.
    Also, if I create the index.html which redirects to the homepage, where do I find the code to change it? Can someone give me directions? Thanks for your help.
    Message was edited by: fosterm

    This has nothing to do with index files and you don't need to do anything with it - you are making all more complex than it actually is or needs to be.
    Whether you get to your site using the www or not is purely a CNAME forwarding issue and you domain name registrar is where you need to fix this.
    Go to the DNS settings at your registrar, where I assume you went when first setting up forwarding? All registrars are different, but with some you need to delete the A records that are there already and set up CNAME. What you would need to do is set up 2 CNAME's, one for the www and one for @.
    @ represents your domain name on its own, so http://domain.com. Set this up as @, CNAME web.me.com.
    www represents your sub-domain, so http://www.domain.com. Set this up as www, CNAME web.me.com and then people should then be able to get to your url by using either domain.com or www.domain.com.
    There is no need to set up any kind of forwarding or fiddle around with your index file. Simply change your CNAME forwarding and it should work.

  • Eigrp - How to modify Admin distance for redistributing connected links and over WAN

    We have a single EIGRP domain 101 across 2 locations (A and B) separated by a WAN link. Each location has a number of L3 switches at the IDF behind the router which has  the L3 vlans VL1, VL2 etc. We run eigrp 101 across all the switches and on the routers but we dont advertise any of the L3 vlans on them and we do redistribute static and connected for the static and the vlans to be distributed on eigrp.
    Qn
    1. How do i reduce the admin distance of the directly connected vlan on IDF on our core switch. ie. Vl1 and Vl2 that are distributed via connected has a admin distance of 170 locally as the other switches sees that as External without having to advertise the networks individually on each switch.  
    2. Is that possible to increase the admin distance over the WAN link without having to create a 2nd eigrp domain. ie.. Add a admin distance of say 50 over the WAN link  and that way devices on both sides do see that there is a 130 distance for the remote side and 90 for local for admin distance.
    Why?
    I am trying to separate two locations and i don't think we will be able to create an additional domain and i am trying to see alternate methods of achieving this.  
    Additional info-
    The design i mentioned has 2 locations with a WAN connection and i have mixed (90/170) distance based on where the routes are coming(eigrp/connected/static) from eventhough  everything is within the same network.  We only have 1 Eigrp network 101 and was looking to alter the AD for just connected if at all possible.
    Assuming i put in all the routes into the network how can i make site 2 see the site 1 network with a larger admin distance and 1 to 2 with a larger admin distance while not altering the admin distance within the local site.
    Underlying reason: We are getting a MPLS link(lower bandwidth) connecting to site 3,4 and 5 at both sites and wanted to clear the internal routing first before i can add them or redistribute them into bgp.

    If these two sites are connected via a P2P link and you are exchanging EIGRP routes across it then you need to be aware of what you redistribute into BGP because each site will know about it's own subnets but also the other sites subnets.
    If you just redistribute all EIGRP at both sites then it's a lottery as to which MPLS connection the non EIGRP sites use.
    So you either need to -
    1) when you redistribute EIGRP at each site into BGP use a route map and only allow the local networks for that site
    or
    2) if you want each of the EIGRP sites to back each other's MPLS connection up you could have them both advertise out all networks ie. their own and the other EIGRP site's networks but modify the BGP attributes of the non local networks so they are least preferred.
    You still want to use a route map to ensure only the local and other EIGRP sites network are redistributed because remember you are also receiving BGP routes from the non EIGRP sites and redistributing these into EIGRP at each site and these are exchanged via the P2P link as well.
    It realty depends on what you are trying to do.
    The actual basic redistribution is very straightforward, see this link -
    http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/113506-failover-eigrp-bgp-00.html
    but you need to decide what you are going to do in terms of EIGRP to BGP advertisements as covered above.
    I'm not trying to make things complicated for you but because you have a P2P link connecting these sites and you are running EIGRP over it then any routes received via BGP will be redistributed into EIGRP and you need to make sure they are then not redistributed back into BGP on the other site router.
    Jon

  • I settup Bootcamp drive on my Macbook pro retina.  Loaded Windows 7.  The necessary drivers to communicate with Win7 did not load. How do I get drivers for flash drive, etc. when the keyboard et. all do not work on Windows side?

    Can't get Windows 7 to recognize my keyboard, usb drives, nor the mouse pad on my MacBook Pro.  Have settup Bootcamp division and loaded Win 7.  Apparantly the needed drivers did not load.  How do I deal with this issue?
    Thanks.

    Got it working! 
    First off, I found out if you use a 32GB Flash Drive or larger, you need to format it with EXFAT format, not MS-DOS FAT.  I was also trying to use USB 3.0 Flash Drives which may have something to do with my problems.  I was successful in my installation attempt when I used an 8GB USB 2.0 Flash Drive formated in DOS/FAT.
    Also ensure when you install Windows, that Windows 7 Premium (NOT Basic) is selected for installation (also had the option to install Windows 7 Professional and Ultimate but do not have the license for them).  I did not see that window with all the options on any of my three previous installation attempts.  I noticed that Windows 7 Basic is the default which may have been part of the problem.
    Happy and safe New Years to all,
    DJ

Maybe you are looking for

  • Please help me with the homework given to me by my teacher

    hello,i am new in java programming please help me with the home work given to me by my teacher at school, help me to build an interface that can work with this code.i can build an interface but i dont just understand this code. //references: //http:/

  • Recovery with disk

    I bought my HP desk top last year, It stopped working a few weeks ago.  I called HP and ordered a recovery package. I got 4 disks, 3 for recovery.  I put first one in and booted, and then all three disk in one by one as requested.  (Everything seems

  • "Laser Power not calibrated" error??

    I just upgraded my Mac to a 24" 2.4GHz Aluminum model last week. I went to burn a DVD this morning and got an error message that said "The laser power level has not be calibrated to burn this media". I'm using Toshiba 8x DVD-R media - the same media

  • Mail 7.3 quirk

    MBP mid 2012, OSX 10.9.4, Mail 7.3 When I delete an email from my inbox Mail selects the next message and removes the unread icon prior to me opening the message. Is there a way not have this happen? I often find that as I  go back through my emails

  • Activation of function-pool

    while activating include.....top of function group m getting report program statement missing or program type is include?plz help