ActionScript 2.0 :: Caption In A Image Gallery?
Dec 24, 2008
I have made an image gallery using a tutorial by blue chiIt is basically constituated of thumbs that once clicked let a large image appear. I now want to add captions to these large images, on a rollover. I tried applying the tutorial "Hover Captions" to my movie, without success.Being relatively new to all that language, I am not sure it is appliable, and mostly where I should put it, i.e, should i include it to my main timeline or to each image (which are movie clips), on an other layer and so on.Here is the code I have for now
Code:
this.createEmptyMovieClip("container",1);
import mx.transitions.Tween;
[code].....
View 1 Replies
Similar Posts:
Jun 3, 2011
I have a gallery where passing over the image a rectangle drops down showing the caption for the image. The informations are read from an XML file and some of my images don't have a caption, for those emails I want to avoid the tween.
[Code]...
View 2 Replies
Jan 28, 2009
I am using the XML and Flash photogallery that Kirupa has in the tutorials [url]. I was wondering how I can:
a. make a second caption
b. make a caption with a link on it.
View 1 Replies
Sep 24, 2008
I am creating a very basic AS3 XML Gallery. The problem I am having is including the description or "caption" along with the photo. I have been going around it for awhile, but I can't seem to get my head around it.
These are the basics I have for my XML.
<?xml version="1.0" encoding="utf-8"?>
<images><image>
<url>pics/first.jpg</url>
<big_url>big_pics/first.jpg</big_url>
<description>The first time</description>
</image></images>
View 8 Replies
Aug 2, 2007
how modify gallery from this tutorial [URL]to load caption from xml.
View 3 Replies
Nov 12, 2008
[Code]...
this is the code i got from a tutorial....here the images are loader and when the mouse is over each image the CAPTION is shown under the image in a text box. but what i need is...i want the CAPTION to appear when i click on the image(not on mouse over), but i cant find any mouseover event here as well.
View 1 Replies
Jul 24, 2003
I've completed the Hover Caption tutorial at [URL] successfully. What I'd like to do in addition, is to resize the caption box to match the caption text's length.
I've tried giving the background box a name (box) and turning it into a button and then doing:
_root.caption.box._width = _root.caption.help.length * 8;
But the box never aligns with the text properly after that. don't know what methods to call in order to get the bottom corner of the text and bottom corner of the box and align them properly.
View 5 Replies
Mar 1, 2011
I have an audio slide show and I need to add caption and on off button to show and hide the caption. how can I make on and off button to show the caption?and is it possible to add caption on my audio (not video) using actionscript 3.0?
View 1 Replies
Jan 13, 2009
Based on the kirupa xml gallery I am loading a random image opposed to starting with the first image in the xml file. It works fine, but I have not been able to figure out how to get the accompanying caption to load with the specific image.
Code:
function loadImage() {
if (loaded == filesize) {
[code]...
I know it has to do with this: "description[0];" I'm just not sure what to change the '0' too....?
View 5 Replies
Feb 6, 2009
i was looking for gallery looking like this site [URL] i was looking gallery first page title gallery then Big image like this with description.
View 1 Replies
Feb 17, 2008
i am trying to add extra images to the photo gallery attached. I would have thought it is easy and it seems so. I add an extra image to the gallery. I publish it. The html file shows the extra image in the gallery but the swf doesnt. driving me crazy, cant work it out?
View 14 Replies
Jun 6, 2003
I have a very general requirement that seemed very simple: Step 1: Load a new external JPEG image into a MC with a string var encoding a string caption in the URL link (VALUE="../fadeTest.swf?someTextVar=TestCaption") within the EMBED / OBJECT sections. I know how to do this and it semed to work fine. STEP2: When the JPEG is loaded I would like the substituted Text to Fade In over the JPEG. The JPEG should also fade in before the Text. The fade rate should be programmable.
[Code]....
View 1 Replies
Oct 26, 2010
I've made a gallery slideshow before but wasn't as intuitive looking back at it now and I want to start fresh on this new project. I would like to convert a jQuery lightbox style gallery into a flash XML based AS3 image gallery with categories. I don't want to code the FLA, I want separate AS files.
This is a school project for my website. I would use jQuery and I have more experience with it but this project needs a flash component. I'm just not sure where to start and looking for some advice on how and where I could find resources. I want it to be minimal as I can make it;
- 8 thumbnails to a "page/section" with more flowed into page 2 or 3 etc. (or a srcoller)
- a few buttons for categories
- images fading in full size with a description when hovered over and a close button
- preloader (simple bar)
Esentially something like this > http:[url].........works which is using http:[url].... for the thumbnails. That might be ambitious but I'd suffice with a simple fade effect.I've downloaded some galleries out there but most of the code is messy or outdated.http:[url]... this is alright, but all the code is done in the FLA. I might break it into AS files but it depends.
View 1 Replies
Sep 1, 2009
Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.
View 1 Replies
Nov 7, 2010
I'm trying to find out how to make a simple image gallery which changes image upon a mouse click on a button, when a button is pressed I want the image to slide in from the left into the viewable area and then when another image is selected I want the previous image that was viewed to remain in the screen and then the new image slide across over the top to replace the image.
I can get the images to slide across from the left upon a mouse click however I can't change the layer order so if image 6 is viewed and then I click to see image 1, the image will slide into place however it will be below image 6 so therefore not viewable.
I don't have an example of what I'm after but I hope my explanation was good enough, I've seen this been done in javascript but I have to use flash and am unable to replicate the effect I'm after
View 4 Replies
Apr 30, 2010
I have this piece of code to change images. I was trying to figure out how you could put a timer on the code, so if the image has been displayed for say 5 seconds it diverts to the next image automatically? Also if it's not to hard, when it has played to the end to divert to the 1st image.
[Code]...
View 1 Replies
May 22, 2009
Just wondering if anyone knows about the project I am trying to start, uploading images from flash using php is fine but wondering if anyone knows how to create dynamic xml from php and it takes all the image names from the same folder where those images have been uploaded. So we can load all the images in image gallery through xml into flash.
View 5 Replies
Oct 30, 2011
I have found an excellent tutorial and source file for a 3D image gallery. However I would like to make the thumbnail click thorugh to a url link when pressed rather than loading the image into the gallery.
Currently the images load in through actionscript. Is there a way to amend this script so you can specify that a thumbnail clicked links through to a url, like you would with a normal button instance rather than loading the image. Here is a link to the file and tutorial. The actionscript is on the top layer within the file.[URL]...
View 9 Replies
Oct 30, 2011
I have found an excellent tutorial and source file for a 3D image gallery.However I would like to make the thumbnail click thorugh to a url link when pressed rather than loading the image into the gallery.Currently the images load in through actionscript. Is there a way to amend this script so you can specify that a thumbnail clicked links through to a url, like you would with a normal button instance rather than loading the image.Here is a link to the file and tutorial. The actionscript is on the top layer within the file.URL...
View 9 Replies
Sep 10, 2009
I am am not a developer but have bought a template which I am modifying to suit my needs. I have made most of the modifications but and stuck on how to change the animation for the image gallery. When I move from one picture to the next the animation effect is something like a bubble burst. This is too flamboyant for me. I would like to change it to something more sleek but have no clue where to start.
View 1 Replies
May 12, 2011
I have a dynamic image gallery that pulls the pics into a movie clip and adds them to the container (slider) The issue i am having is that when i click on this i am essentially clicking on all the items collectively and i would like to be able to click on each image seperately...
[Code]....
View 4 Replies
Nov 28, 2010
I have an image gallery but I can't seem to get the previous image removed. I have two functions:
ActionScript Code:
function clearLoader():void {
try {
var li:LoaderInfo = slideLoader.contentLoaderInfo;
[Code]....
But in some way not the previous image is removed, but the one before that. Annoying, because if image 1 is larger than image 2, image 1 stays on the background. It is only when loading image 3 the first image is removed from the stage.
View 0 Replies
Dec 4, 2006
So I'm having some trouble modifying this script. I have a text box so a user can go to a certain image (In my case page). So if the user type 5 it should go to image 5I've tried numerous methods, none of which are working (they work but then my next and previous buttons aren't working properly). I know I need to just get go to the number image in the array but the way the script is set up it seems I would have to change the current position value but that doesn't seem to be the case.Am I over complicating this?
ActionScript Code:
function loadXML(loaded) {
f (loaded) {
[code].....
View 1 Replies
Oct 7, 2010
I would like to be able to add the functionality of being able to load different galleries from a menu without loading a new mc with gallery inside it. I managed to botch the file up pretty good on my own, and was wondering if there is a ready answer nearby.So I'm thinking have but1, but2 and but3, with a seperate xml file for each. What would you recommend for a smooth way to swap the the xml files to the gallery, and load the first image of the new xml file? Also, can it be done with one big ol' xml file while keeping the galleries seperate? It's not necessary, but could be handy, and save some loading.It would also be interesting to apply the same principle to the resizing script that Scotty has in that big Resizing thread, just a thought.
View 2 Replies
Feb 23, 2005
Second, I'm struggling a bit on xml and hoping for a hand. Your xml image gallery is a sweet piece of work, and I would like to be able to add the functionality of being able to load different galleries from a menu without loading a new mc with gallery inside it. I managed to botch the file up pretty good on my own, and was wondering if there is a ready answer nearby.So I'm thinking have but1, but2 and but3, with a seperate xml file for each. What would you recommend for a smooth way to swap the the xml files to the gallery, and load the first image of the new xml file? Also, can it be done with one big ol' xml file while keeping the galleries seperate? It's not necessary, but could be handy, and save some loading.
View 5 Replies
Jan 30, 2007
did the tutorial on this site for an xml image gallery - it worked great... My question would be is there a way to accomodate for multiple image sizes that would allow the image displayed to be centered?
View 1 Replies
Mar 2, 2011
I am creating an image gallery and the images change but change right back to the original image. I had it working yesterday but today it doesn't work.
[Code]...
View 1 Replies
Oct 14, 2009
A client has asked me about the image gallery on this site, I wonder is anyone can identify it? I have searched a few websites and resources, but no luck thus far.
View 2 Replies
Dec 11, 2009
any tips how to create something like this?What i need is to be able to pull images from a folder, and just be able to dump images into a folder and not have to keep updating an xml or fla file.
View 1 Replies
Jan 28, 2010
Does anyone have a link to a tutorial that will show me how to make an image gallery that has an automatic slideshow with manual controls, a multi-page thumbnail bank with manual controls, and a preloading system that would be good for about 160 images at about 1024x680? I don't really know any useful actionscript, and I've managed to find a hodge-podge of tutorials but I don't know how to tie in all the parts to make what I want.This site in the gallery section is pretty much what I want, except for the color change and the animation:URL...
View 3 Replies