Jalbum Gallery Dreamweaver.

hey guys hows it going.
My last post was about an easy and user friendly way on how to create a photo gallery for a photography website, at the time i was using adobe bridge but nancy had sugested me to download Jalbum.
i have recently just got the free download and i love it already. the only question is how to you import it to your dreamweaver and what page to import it to ?
Thanks.

JAlbum creates the index.html file for you inside a jAlbum Gallery folder.  The simplest way to implement this into your main site is with an iframe.  Save GalleryName folder to your DW Local Site folder.
Open the parent page on which you want the gallery to appear.
<iframe id="iframe1" name="iframe1" height="500"  width="100%" frameborder="0" scrolling="auto" src="GalleryName/index.html"></iframe>
Nancy O.

Similar Messages

  • Lightbox gallery dreamweaver cs6

    Hello, I m tried to insert a picture gallery with dreamweaver cs6 using the widget lightboxgallery, the first problem is that the  buttons,next, previous ... are not displayed, the second problem happens when I want to insert a second " lightbox gallery" in the  same page.
    thank you for helping me

    Many people have reported problems with the Lightbox widget.  I highly recommend using FancyBox2 instead of that widget.  To see a demonstration, copy & paste this code into a new, blank document.  SaveAs test.html and preview in browsers.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    /**this styles image container**/
    #thumbs p {
    float:left;
    width: 180px;
    height: 12.5em;
    margin: 10px 0 0 20px;
    padding: 10px;
    border: 1px solid silver;
    /**rounded borders**/
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    /**this styles caption text**/
    font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    /**recommend using same size images**/
    #thumbs img {
    width:  160px; /**adjust width to thumbnail**/
    height: 120px; /**adjust height to thumbnail**/
    margin-bottom: 1.5em;
    opacity: 0.75;
    #thumbs img:hover {opacity: 1.0}
    /**float clearing**/
    #thumbs:after {
    content:".";
    clear:left;
    font-size:0px;
    line-height:0;
    display:block;
    visibility:hidden;
    </style>
    </head>
    <body>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs">
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120" alt="Thumbnail 5" /></a> <br />
    Caption 5
    </p>
    <!--end thumbs--></div>
    <!--Fancybox with Iframe-->
    <h1>Fancybox with Iframe</h1>
    <h3><a class="fancybox" data-fancybox-type="iframe" href="http://example.com">EXAMPLE.COM</a></h3>
    <!--FancyBox function code-->
    <script>
            $(document).ready(function() {
                $('.fancybox, iframe').fancybox();
        </script>
    </body>
    </html>
    Nancy O.

  • Web Gallery Dreamweaver / Photoshop

    Just been looking at Photoshop web gallery creations, but this only refers to creating a website (Photo Gallery), is there anyway I can obtain/use a web gallery as a web page on my site??.

    You can try lightbox or simple viewer. Is this what you're looking for?

  • Easier way to create a photo gallery than this?

    Basically, the way in which I'm creating galleries on my sites are a lengthy process.
    In DW, I go to Commands > Create photo web album (after creating the three folders to place them in - images, pages, and thumbnails).
    Then Fireworks arranges it for me and I make adjustments as necessary in the HTML document.
    Once it's done, I go to my hosting service (110mb.com) and I must upload everything - the thumbnails, pages, images - everything. This would be fine if there's only a few photos in the gallery; however, it's quite a problem when the website contains six galleries, each with around 30 photos.
    Can anyone give me any advice on how to make this less time consuming?
    p.s. I do not want to use a free photo storage - the gallery must not link to an external website.
    Thanks in advance.

    is there a way to remove the background when embedding the website? This seems like a really simple solution to my problem, but unless I can remove the background colour, JAlbum links and all other unnecessary elements of the embedded webpage, it looks really inconsistent.
    To change the background or other elements in your JAlbum gallery, either select a different skin (style) or customize your skin Template (.htt) files.
    http://jalbum.net/developer
    JAlbum   has  a discussion forum where you can get help. Use the appropriate group for your skin -  http://jalbum.net/forum/index.jspa
    Finally, you might find it easiest to bring your Gallery index page into your existing site using an inline frame or <iframe>.  You can see an example of this on my web site.  View Page Source in browser to see how it's done.  http://alt-web.com/gallery.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Linking page to website

    Hi,
    this is my first time making a website and I am using
    dreamweaver CS3, and everything is about done, I made the photo
    gallery in JAlbum and I linked my homepage to the photo gallery,
    but I cannot seem to make a link on the gallery page, to come back
    to my homepage.
    I don't know what I am doing wrong, I have made links before
    that worked, but for some reason every link I have made doesn't
    seem to wanna work..
    Any suggestions would be helpful...thanks

    The simplest method is to use an iframe on your DW page to
    call up the
    JAlbum Gallery/index.html page.
    Here is an example of a JAlbum (flash gallery) on my site:
    http://alt-web.com/gallery.shtml
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Tesha725" <[email protected]> wrote in
    message
    news:gdd9jg$ao0$[email protected]..
    > Hi,
    >
    > this is my first time making a website and I am using
    dreamweaver CS3,
    and
    > everything is about done, I made the photo gallery in
    JAlbum and I linked
    my
    > homepage to the photo gallery, but I cannot seem to make
    a link on the
    gallery
    > page, to come back to my homepage.
    > I don't know what I am doing wrong, I have made links
    before that worked,
    but
    > for some reason every link I have made doesn't seem to
    wanna work..
    >
    > Any suggestions would be helpful...thanks
    >

  • Help with dreamweaver gallery - or ext. for gallery

    This link is to a template that I found that I really love how the gallery looks... but I am trying to figure out how to create this gallery with thumbnails along the top where you can click on one of the thumbnails on the left first (in the mouse over section) to activate which set of thumbnails you see at the top. Then once you click on one of those thumbnails at the top the image changes in the main section along with the extra 2 or 3 images that you can right or left arrow click to.  http://www.templatehelp.com/preset/pr_preview.php?i=20121&pr_code=J3Yh
    More info on what I am trying to do. incase that wasn't just jibberish.
    The boxes that have the images on the left (which is the mouse over section) I want to be able to click on one of the images for ex they would be listed as performing arts, restaurants, education etc. I would like to be able to click on one then once clicked have a set of thumbnails at the top of the main image that have one thumbnail for each job. so once you click on the job the main image changes to whatever job image I place in there along with still being able to click through more of the same job in that area like it does now.
    I am using Dreamweaver CS4... but if you know of an extension that can do that ... that would be great to.
    thanks

    That's a Flash site, you know?  You can't build Flash sites in DW.
    If you're really good with JavaScripts, HTML and CSS, you might be able to cobble something together that resembles the Flash site but it won't be exactly the same.  Sorry, I don't know of any extensions that would do exactly that.
    For some alternate ideas, loook at Project Seven's image gallery magic and their menu systems.
    http://projectseven.com
    Also look at JAlbum
    http://www.jAlbum.net
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Non Dreamweaver Extension Photo Album (Gallery) Recommendations

    Hi all,
    I knwo this is a dreamweaver forum, but I also know that it's
    the place to
    come for non dreamweaver web questions.
    So, does anyone have any recommendations for a 'non
    dreamweaver' photo album
    (gallery)?
    I found this one JAlbum, has anyone used it, is it any good,
    what are the
    pro's & cons of this one?
    http://jalbum.net/
    Other suggestions?
    BW
    www.visit-the-coqui.com/home for info about Puerto Rico

    That's what I thought, I'm looking for a none dreamweaver
    option (cheap or
    even better free) - the Jalbum fits that bill, just wondering
    what people
    thought of it.
    Thanks
    "Michael Hager" <[email protected]> wrote in message
    news:evdvhu$ij0$[email protected]..
    > Nope, sorry... it's a Dreamweaver extension.
    >
    > "BW" <[email protected]> wrote in message
    > news:evdv9r$i9k$[email protected]..
    >> Hi Murray, can that be used without dreamweaver that
    is can it be used
    >> standalone?
    >>
    >> I am looking for a gallery that can be added without
    having to use it in
    >> association with Dreamweaver
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:evdu10$glg$[email protected]..
    >>>
    http://www.projectseven.com/
    ---> Image Gallery Magic
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>> ==================
    >>>
    >>>
    >>> "BW" <[email protected]> wrote in message
    >>> news:evdts8$gfp$[email protected]..
    >>>> Hi all,
    >>>>
    >>>> I knwo this is a dreamweaver forum, but I
    also know that it's the place
    >>>> to come for non dreamweaver web questions.
    >>>>
    >>>> So, does anyone have any recommendations for
    a 'non dreamweaver' photo
    >>>> album (gallery)?
    >>>>
    >>>> I found this one JAlbum, has anyone used it,
    is it any good, what are
    >>>> the pro's & cons of this one?
    >>>>
    http://jalbum.net/
    >>>>
    >>>> Other suggestions?
    >>>>
    >>>> BW
    >>>> www.visit-the-coqui.com/home for info about
    Puerto Rico
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Help - with gallery for dreamweaver

    This link is to a template that I found that I really love how the gallery looks... but I am trying to figure out how to create this gallery with thumbnails along the top where you can click on one of the thumbnails on the left first (in the mouse over section) to activate which set of thumbnails you see at the top. Then once you click on one of those thumbnails at the top the image changes in the main section along with the extra 2 or 3 images that you can right or left arrow click to. http://www.templatehelp.com/preset/pr_preview.php?i=20121&pr_code=J3Yh
    More info on what I am trying to do. incase that wasn't just jibberish.
    The boxes that have the images on the left (which is the mouse over section) I want to be able to click on one of the images for ex they would be listed as performing arts, restaurants, education etc. I would like to be able to click on one then once clicked have a set of thumbnails at the top of the main image that have one thumbnail for each job. so once you click on the job the main image changes to whatever job image I place in there along with still being able to click through more of the same job in that area like it does now.
    I am using Dreamweaver CS4... but if you know of an extension that can do that ... that would be great to.
    thanks

    Dreamweaver doesn't build Flash sites.  You would need to build this sort of menu/slideshow with your Flash authoring program.
    There are other Photo Gallery solutions you might try instead.
    http://JAlbum.net/
    http://slideshowpro.net/
    http://projectseven.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How do i remove image links to adobe site with my dreamweaver built flash gallery ?

    This is probably a very simple solution, but i can't figure out how to remove the link to the adobe site when you click on the images in my gallery--I built a site in dreamweaver used the insert media option and added my photos---when uploaded, my images in the gallery are clickable and take you to the adobe site...how do i make the images have no link??
    here is an example of one of the pages...
    http://geckoweb.org/coleonyx-brevis.html
    any help is really really appreciated.
    thanks in advance

    Which version of DW are you running?
    There are plenty of jQuery solutions and commercial plugins to create photo galeries.
    Some require hand coding,
    http://www.typeerror.com/index.php/top-10-latest-jquery-image-galleries/
    https://www.google.com.au/search?q=jquery+photo+galleries
    others are point and click inside Dreamweaver.
    http://www.projectseven.com/products/galleries/index.htm

  • Photo Gallery Database in Dreamweaver Help

    Can anyone offer advise on a simple solution for a photo gallery based on a database that can be intergrated to a website that I'm creating in Dreamweaver. Does anyone know of any widget like options and or templates? Thanks in advance.

    I have a PHP script that dynamically populates the page with images from a folder.  I don't keep images in a database.
    http://alt-web.com/GALLERY/GalleryTest.php
    Nancy O.

  • Photo Gallery in Dreamweaver

    I am updating a site that has a flash gallery displayed within a table cell.  I want to replace the flash (.swf) gallery with an html one that would be apple friendly.  Is there a way to embed an html/java slideshow within a table on a page? Lightroom exports an html page. Isn't there a way to link a lightroom gallery to dreamweaver the same way you would link photoshop to an image in indesign? easy edits easy display? Am I missing something? Maybe it is a huge pain to create an html gallery on a page... I just updated from cs4 so I don't know all of the available options.  Lightroom seemed like the way to go.

    There are many javascript photo galleries available online that you could use to do this. I would steer clear of anything that does it automatically (like Photoshop or Fireworks) as the code they generate is horrible.
    Look up "jquery slideshow" and you'll have literally hundreds to choose from with most giving a "how to" tutorial. It'll take some basic coding skills to do it though. If you're not ready for that, look into Project VII, they have paid extensions for DW that can do this for you from the Design View interface.

  • Photo Gallery in Dreamweaver using Fireworks

    How do I add images to a photo gallery that I created in
    Dreamweaver using Fireworks? I created a photo gallery and I
    changed my background color and other settings, but I need to find
    any easier way to add images without messing up my settings. Each
    time I add a photo, I don't want to have to change 40+ web pages.
    Can someone please help? If there is an easier program to use, then
    I will change programs.
    Thanks for your help!

    Sorry in advance if the following comment is missing the
    point of your question.
    Ans: You need to export (>File > Export) the image that
    you have manipulated in Fireworks to an images folder in your
    dreamweaver website. You will be prompted for an optimum file
    output (JPEG, GIF etc) during this process. Then close Fireworks
    and open DW. Then place your curser at the point in the webpage
    where you want to insert the image and then select Menu > Insert
    > Image. Browse to the image that you have created in Fireworks
    and press enter. Job done! Fireworks is a fantastic s/w application
    ... and there's no need to look elsewhere.

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • How do I add .swf created with Photoshop web gallery to Dreamweaver page.?

    I've used Photoshop CS3 to create a Flash Web Gallery. I put that folder in my site root in dreamweaver, but when I add the .swf to the webpage- it only shows as a white box. Even when I press "play" nothing happens. What else needs to be done? All of the files created with the .swf are also already in the root directory

    That would seem to be a question for the DW forum
    http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=12

  • Lightroom Gallery in Dreamweaver.

    I was making a flash web gallery in Lightroom, and was wondering what I need to do in order for Flash Player to display my images, because right now it’s just blank. Thanks. I'm currently using Dreamweaver 8 but I also have cs3 on another computer. Anyway, thanks for your help.

    I've no experience with using Lightroom, but have you looked at these help docs:
    http://help.adobe.com/en_US/Lightroom/2.0/WSE7BC7E4B-BC7A-4c05-994A-A6F74113B819.html
    There could be something there that helps you get it working  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

Maybe you are looking for

  • Unable to view enhanced field in Data Source

    Hi All, We recently upgraded our R/3 system from 4.7 to ECC 6.0. Now when we are enhancing the data source, the field is visible in the Extract Structure. But we are unable to view it in the data source. We checked out in RSA2 the enhanced field attr

  • Send the same   message to two receivers with some  time difference..

    Hi   I want to send the same message to Two receivers  with the slight time difference.. becuase  but not at the same time.. if the same time means.. just we can  specify the two receivers in the one receiver determination..    but  if i want to send

  • Intel Mac mini or Macbook or intel imac?

    What would be the performance difference between these 3 for Logic or audio production purpose? Are these all as fast as the dual G5 towers which people used to say were the fastest just a couple of months ago?

  • MainMenu

    I was looking into an app called MainMenu. Can someone, in non-technical terms, please explain to me what the following mean/do and can running these tasks actually do more harm than good? Im not too savvy in these areas, so please remember, keep it

  • Net Price - direct copy from material master into purchase order

    When purchase requistions are converted to purchase orders, currently we are maintaining Net Price manually before saving the purchase order. Is there a way where the standard price is copied from the material master {Accouting view} into the purchas