Can I create a non-flash web gallery

I have been creating web galleries using output in Bridge CS6 but I am looking to create galleries that will work on tablets (no flash). Is there a method for doing this? HTML5 possibly, or not?
David

I have been creating web galleries using output in Bridge CS6 but I am looking to create galleries that will work on tablets (no flash). Is there a method for doing this? HTML5 possibly, or not?
David

Similar Messages

  • Can You Create a Fully-functional Web Gallery for a Non-.Mac Site?

    I love the idea of the web galleries that iPhoto '08 uses and would buy iLife '08 for that alone... but I don't have a ,Mac account and don't plan to. I have seen only one mention of this in these discussions, and it was only speculation. So here's the question:
    Can iPhoto '08 create web galleries with all the goodies involved--skimming over a gallery to see thumbnails of all the images for example--which will be fully functional on a private, non-.mac web site?
    If so, then count me in.

    this may seem other than your request, but I have a suggestion:
    just buy a darn .Mac account already. Personally, I've grown tired of hearning about how .Mac is unreasonably priced all these years. Well guess what, a basic account now gets you 10 gigs of space for about $90 if you pay the taxes. Thats an additional fee that you feel you shouldn't have to blah, blah, blah. -Sure, you can host to your own .com via iWeb and I'm sure we'll all hear about how to host other things without a .Mac account soon. But just pretend iLife costs an additional $90 and move on. It's worth it once you start to use it and you can say good buy to your concern. again, sorry for the indifference, but you can easily get past your issue. Think of it this way... there are many ways to upgrade to iLife '08 that will save you the same amount of money. If you're that cheap, go that route. If you're reasonable, like the rest of us that understand we need to pay (yes, unfortunately) for Apple's innovation, get on the boat and enjoy the ride.
    crucify me if you want... this ends my rant.

  • Edit Photoshop Flash Web Gallery

    Hi!
    I'm completely new to Flash but I've been trying to edit the
    Flash gallery 1 included in Photoshop CS2. What I like to do is to
    make links from the title in the head. I figured out how I can copy
    the code for the email field that already exists. But I cant really
    understand how I change it so it works on a webpage instead of an
    email.
    The template I'm using can be downloaded here:
    Photoshop
    Flash Web Gallery
    I found the specific code in title.class.as
    The code I want to change looks like this:
    if (email != undefined) {
    var emailObj = this.createEmptyMovieClip('email_mc',
    this.nextDepth())
    emailObj.beenClicked = false;
    //trace ('we have email info it is '+email);
    currentY -= titleH2.size;
    emailObj.createTextBlock('email_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, email,
    config.embedFont, false);
    emailObj.email_txt._width = emailObj.email_txt.textWidth+10;
    emailObj.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOver = emailObj.onDragOver = function () {
    //trace("over");
    this.email_txt.textColor = theGallery.link.toHex();
    emailObj.onRollOut = emailObj.onDragOut = function () {
    //trace("out");
    if (this.beenClicked == false){
    this.email_txt.textColor = theGallery.link.toHex();
    } else {
    this.email_txt.textColor = theGallery.vlink.toHex();
    emailObj.onPress = function () {
    //trace("out");
    this.email_txt.textColor = theGallery.alink.toHex();
    emailObj.onRelease = function () {
    this.beenClicked = true;
    this.email_txt.textColor = theGallery.vlink.toHex();
    mailTo ( email)
    //trace("release");
    What I want to do is to create a link in the code for:
    if (one != undefined) {
    //trace ('we have a one it is '+one+' that is '+one.length);
    currentY -= titleH2.size;
    this.createTextBlock('one_txt', currentX, currentY,
    'dynamic', titleH2, 1600, 20, false, false, true, false, one,
    config.embedFont, false);
    Lets say that I want it to link to a page called one.htm
    How do I do this?

    This would be the least instrusive hack I can find that may get you around the problem.  In the js fle there is a function...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return false;
    Try changing this function to...
    function detectFlash(ver) {
    if (getFlashVersion() >= ver) {
      return true;
    } else {
      return true;
    This should eliminate making the text appear.  If not, there's another thing you can try.
    A better approach wuld be to use more up to date embedding code, though I cannot say whether the js file is written specifically for this Flash application such that it includes code that talks to the Flash file.

  • Flash web gallery NEED HELP

    I have no clue how to program these flash galleries....My
    site www.al-burke.com contains a flash web gallery that I purchased
    online and I have been able to upload it to the site but its says
    movie not loaded. I have all the neccessary files in place I
    believe (gallery.xlm, main.html, main.swf) all under a folder. Can
    anyone please help me out? Thanks

    Does it work when you test it from your local drive? If it
    does, but doesn't work when you post the files to the server, you
    may not have uploaded all of the parts correctly. If it doesn't
    work when testing from the files on your harddrive either, then
    there is a linking issue - have you moved any of the files after
    the gallery was created...? (If so, the links will be broken).
    You also reference a file named "main.html" - this isn't the
    name of the file that's posted - if you created a file named that,
    then changed the name to index.html without updating the links when
    prompted, that will also break the links...
    Hope that helps...

  • Lightroom Flash Web Gallery Size limitations

    I just created a flash web gallery with about 250 images and I can view it fine when open the webpage locally from my computer. But when I upload the folders to my server, the images are taking forever to load, if they even finish loading.
    Is this expected? I'm using "large" thumbnail and preview sizes with Quality set to 70.

    Jeffrey's Lightroom Metadata-Viewer Preset Builder

  • Flash Web Gallery HELP

    I decided to create a website to showcase some of my graphic
    design work and I have been stumped for over three weeks of how to
    insert a flash web gallery. I bought this gallery from Entheosweb
    awhile ago and have been trying to correspond with their customer
    service but to no avail. I created a basic layout in photoshop with
    a simple header and footer and a body thats at least 840 x 490
    (dimensions of the gallery). I've been using dreamweaver to upload
    the files to my web host and when I exhange the code of the gallery
    for the image (body) code it is uploaded but cannot be seen on
    http://www.al-burke.com. You
    can actually right click the gallery and press play and it will
    appear. Will this happen for all visitors to the site? Also, I am
    not sure where to put the images and the important files of the
    gallery in my root folder. Thanks for your help.

    I tried access the URL provide, however, it appears you've
    emptied your root directory.

  • Needed:  variable weblinks in flash web gallery title & caption fields

    I know that one can put a fixed URL as custom text into a LR flash web gallery title or caption fields and simply click on that field in a gallery and go to that website. However, that URL is fixed and shows up for all images in the gallery. I would like the ability to have that URL vary by image. That is, I want to be able to setup custom text for a title or caption gallery field that inserts an image's certain metadata value(s) within a URL string. E.g., have LR web gallery custom text of the form:
    click here for foobar
    result in the browser going to URL held in the current image's title metadata.
    This almost works now (LR v1.4) ... Such a custom text title displays correctly. And if I left click on it and choose "copy link", the correct URL is in fact there. Unfortunately a right click doesn't take me there as it would if the custom text was a constant URL string, instead of having one or more embedded image metadata tokens.

    whoops, I didn't know that my post's example custom text string would be interpreted as a hyperlink :>) Here's the example text without the enclosing "a brackets".
    href="{title}">click here for foobar

  • Variable weblinks in Flash web gallery title & caption fields

    I know that one can put a fixed URL as custom text into a LR flash web gallery title or caption fields and simply click on that field in a gallery and go to that website. However, that URL is fixed and shows up for all images in the gallery. I would like the ability to have that URL vary by image. That is, I want to be able to setup custom text for a title or caption gallery field that inserts an image's certain metadata value(s) within a URL string. E.g., be able to enter for these LR Flash web gallery fields custom text of the form:
    #A href="{title}">click here for foobar#click here for foobar#/A#
    where "#" = enclosing html brackets
    and where {title} is an image's LR title metadata (e.g., "http://www.foobar.com")
    Left clicking on such a custom field should take the browser to webpage whose URL is held in the current image's title metadata.
    This almost works now (LR v1.4) ... Such a custom text title displays correctly (i.e., just an underlined "click here for foobar"). And if I right click on it and choose "copy link", the correct URL from that image's metadata is in fact there. Unfortunately a left click just doesn't take the browser there.
    This capability would be useful for providing image info which either won't fit (e.g., extended caption info) or is technically not easy to place (e.g., a dynamic *.mov pano view) on an image's web gallery page.

    Just a comment about the web link in general -- Make sure your URL link actually works in the live /internet world. I have found that it doesn't. It looks great on your computer but when you actually build the web gallery, the link doesn't go anywhere.

  • LR Flash web gallery

    I'm having a real problem with creating a flash web gallery in LR. I'm using LR 1.3 and firefox when I upload the gallery and go to view it in firefox it just hangs there saying "loading..." and it never loads. When I create a html gallery it works fine. I really want to use LR flash galleries on my site but I'm afraid I'll have to look for other options if this doesnt work out :(

    **Update**
    Working now. We were doing javascript:; browser pop to this page and if the Height of the window exceeded the ie6 laptop screen size the flash gallery would fail to work. When I changed the height to 690 (from 800) it worked fine. Go figure...
    Is this a known flash issue that I was out of loop on? Do we need to keep window sizes in mind?
    I have LR 1.3 and IE6 is not showing thumbnails on my flash gallery output.
    Also note that I had to remove the xml doc type (line 1) from the index file or I would get a parse error on our server (it worked fine locally and on my leopard MAMP websrv testing environment.)
    Seems to be working on all other browser/platforms but IE6 is by far the most popular for our website.
    Flash Gallery

  • Insert flash web gallery into webpage

    Hi!
    How do I integrate a flash web gallery created with photoshop into my own webpage? I have to call the swf from another folder than where all the web gallery stuff is.
    For example my webpage is in the folder /index
    my gallery swf and all the xml and js and imagefiles are in /index/mygallery
    I tried to copy all the css and js stuff from the generated index.htm into my header and copied all the div-content into my page. Than I altered the call of the gallery.swf to mygallery/gallery.swf and in the js in the header I altered mygallery/flashobject.js
    But it still does not work!?

    Open the xml file and see if there are any folder location that. Other than that it should be working. I haven't tried the flash gallery yet. So I could be off here. Is there another external javascript file that has not been uploaded?

  • Customizing Flash Web Gallery in Photoshop

    Hoping someone can help me... I'm at my wits end.
    I am doing a Flash Web Gallery in Photoshop, the second kind where the images "morph" into horizontal/vertical shapes.
    I need to make a couple of customizations to it:  First, I would like the TITLE of the image (or description) to appear the whole time on the gallery, NOT just when you hover over it with your mouse.
    I need to make the text larger for the titles.
    I would like to make the little Controller images on the lower right corner BIGGER, they are so small one can barely see them.
    I was able to download the flash source file but my Flash expertise is limited and it looks like all they are are movie clips, you can't acutally MANIPULATE items in there.
    PLEASE HELP!!!!!!!
    Thanks!

    My advice is to get a 3rd party gallery creation program.
    Many are free and most are better than Adobe's half-baked offerings.

  • Flash Web Gallery large photo border erratic behavior

    In Lightroom HTML Web Gallery one can define border styles for the displayed photos. I cannot find a similar future in the Flash Gallery however. Is there one??? In any case, the first 6 photos in my Flash Web Gallery appear with a black border around the main large displayed photos. The subsequent photos do not have any border. In either case, it would be nice to have the border appearance consistent and preferably user definable.
    Any help is appreciated.

    Hi John,
    Thanks for that. A bit more digging - preview in browser is fine and export to harddrive then runs in browser OK. I tried HTML gallery and got the same error (No 2 says a file was truncated) so I chucked it all at another server and it seems to be OK. Looks like an ISP problem.
    Those unconnected problems were:
    Despite repairs I still can't burn to CD, it still says it's been disabled. I don't miss the feature but I like to think my installation is fully functional.
    I still seem to have a memory leak in that if I crop,edit and export 46 images as jpg it falls over, very politely - sorry for the inconvenience etc but this is repeatable, yesterday it crashed at 46 and 92 images. I wonder if my 2.3 install was OK and this was behind the second part of my question.
    David

  • Can't access password protected .Mac Web Gallery

    Safari is my primary browser. I have been creating web galleries using iLife '08 and my .Mac account and then viewing them with Safari for the past month or so with no trouble. This weekend I tried creating a password protected web gallery and it won't load in Safari. The gear icon just spins forever and has timed out when I have left it alone long enough. My other web galleries continue to load just fine. Clicking on the link from within iPhoto for my password protected gallery doesn't work, typing the url into Safari doesn't work, going to my gallery index and clicking on the icon of the "locked" gallery doesn't work, etc. I can still view all of my other web galleries, but this one that I'm trying to protect just won't load.
    This actually appears to be a Safari problem. I don't get a dialog asking for User Name and Password. The url works just fine using Firefox on my Mac, and it also works on a PC running Windows XP. When using something other than Safari, I get the prompt for User Name and Password that I would expect. Upon entering that information, everything looks normal and works just fine.
    Tsk tsk Apple! Safari shouldn't be having trouble displaying protected .Mac web galleries. Sheesh!

    Just wanted to let you know that I have the EXACT SAME problem, except it is affecting my password protected iWeb site and my Gallery. I can view it from Firefox, so that is the web browser I am using now. I sent a bug report to Apple, and I also send them a request for help using e-mail, but so far I have gotten no response. Hopefully someone is working on the fix?

  • How do I change parimiters in a lightroom flash web gallery?

    how do I change perimeters in a lightroom flash web gallery?  I have the gallery made up and it works, but the photo info text is small and i see the site title is slammed against the left margin. How do I change these?  I've downloaded flash and tried to open, but it doesnt see my gallery files? What am I doing wrong???

    As of now you can not -- a good thing to suggest to Apple -- iPhoto menu ==> Provide iPhoto Feedback
    Larry Nebel

  • How can I create a high res image gallery, need to have print res photos for a pressroom section.

    How can I create a high res image gallery, need to have print res photos for a pressroom section.

    If you want Muse to "pass through" your images and not adjust, compress, crop etc - you need to place your images in the lightbox EXACTLY at the right size, pre-cropped and prepped in Photoshop.
    So if your light box is 800x600 the image you're dropping into that must be 800x600 exactly with no effects, rotation etc added to the lightbox frame. This stop Muse fiddling with your images, if they are perfect when inserted and you're not asking Muse to crop, expand, add effects etc. If it's perfect when inserted, Muse SHOULD also leave the resolution alone too, but I have not tried that one, but in theory, it should work.

Maybe you are looking for

  • HDV 30p export from FCP to Motion doesn't work

    Hello all, I have a sequence in FCP HDV 30P. Every time I am trying to export it to motion, FCP gets completely stuck to the point of force quit. How can I open the sequence in Motion? Thanks for your help. K

  • Line on desktop with icons below it

    I have no idea what it is i do from time to time but suddenly there will appear a horizontal line about two inches from the bottom of my screen. Below the line will be a couple of document icons maybe or perhaps a programme icon. This is not the dock

  • Performance problem with MERGE statement

    Version : 11.1.0.7.0 I have an insert statement like following which is taking less than 2 secs to complete and inserts around 4000 rows: INSERT INTO sch.tab1           (c1,c2,c3) SELECT c1,c2,c3    FROM sch1.tab1@dblink   WHERE c1 IN (SELECT c1 FROM

  • Where can I download Firefox for U3 Usb?

    Can't locate a U3 version of Firefox anymore

  • Quotation to be maintained with these conditions

    hello mm gurus , my requirement is like this in me47. quotation  should be maintained with these item conditions 1. basic price 2.packing % 3.excise duty % 4.CST/VAT % 5.Freight % 6. total landed cost including all the above when making the me49 comp