IDE :: Thumbnail To Larger Pic Display?

Nov 28, 2009

I am in desperate need of some assistance (again). I have created some thumbnail images (as buttons) that need to open to larger images once clicked.

Currently I have it set up to open a new browser window but this is not what I want.

Herewith existing code:
thumb1.addEventListener( MouseEvent.CLICK, goto_thumb1 );
function goto_thumb1(e:MouseEvent):void
{
navigateToURL( new URLRequest( "thumb1.swf" ), "_blank" );
}

I need the larger pic display to be restrained to the size 600x400 and preferably to load in front to the main website (like a popup).

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Clicking On A Thumbnail To Display Larger Image?

Nov 24, 2011

i am building a digital portfolio and i have managed to get the thumbnails on a horizontal scrollbar but i want to be able to click on one to load the full image. I dont know where to start though. The code i have so far is:

Code:
package {
import flash.events.*;
import flash.display.*;
import flash.net.URLRequest

[Code].....

View 0 Replies

The Thumbnail Moves Where It Is Supposed But Does Not Get Any Larger?

Apr 23, 2009

I am trying to use Actionscript and movie clips. I get my script to work but my thumbnail does not enlarge when clicked. It stays the same size. Here is the script that I am using:

[Code]...

The thumbnail moves where it is supposed but does not get any larger. I have been working on this for 2 days now and have almost lost my mind!

View 4 Replies

ActionScript 2.0 :: Open The Larger Pic In A Javascript Window When Click On Thumbnail

Sep 21, 2003

I followed Senocular's XML portfolio tutorial and everything is working fine, except I want for each thumbnail when you click, for it to open the larger pic in a javascript window. I got it working, almost, the strange thing it's opening the same large pic no matter which thumb I click on. It seems to be loading the same javascript window also, with the adress being the html file where the swf file is. The code in the html file is this:

[Code]....

View 1 Replies

IDE :: Make A Simple Gallery With Thumbnails That Show A Larger Image Once Hover Over The Thumbnail?

Apr 20, 2009

I have flash CS4 and some time ago made a simple movieclip in an older version of flash.I now want to make a simple gallery with thumbnails that show a larger image once you hover over the thumbnail.[URL]I forgot most of the workings in flash, so it's difficult to make what I want.

View 2 Replies

Professional :: Make A Group Or Rollovers That Display Larger Versions?

May 5, 2011

I am trying to make a group or rollovers that display larger versions on images when you rollover their thumbnails. The problem is since everythign is in layers the bottom layers rollovers show up undernieth the other thumbnails. My whole website design is based on this and I want to avoid writing code for each individual rollover. Is there a way I can make it so all the rollovers apear over all teh other buttons?

View 4 Replies

ActionScript 2.0 :: Thumbnail Images Don't Display?

May 30, 2007

1) I bought a photo gallery that works well, but when I use it in a project I'm working on, the thumbnail images don't display, but everything else does including XML loaded text so I'm pretty sure it has to do with the actionscript and the level it's targeting.

2) I also can't figure out how to shrink the size of the full view photo which seems to also be loaded somehow with action script to a blank MC, but it may not be in the script below... there's a lot of script here that I don't understand.

View 5 Replies

ActionScript 3.0 :: Display Title Of Thumbnail Image?

Nov 23, 2009

I am trying to display the title of the thumbnail image, which is being loaded from the XML file. If i trace the title then it is printed, but it is not displayed in the TextField.

Below is the code, i used so far.

Code:
var Current_page:Number;
var Total_pages:Number;
var Detail_mc:Array = new Array();

[Code].....

View 1 Replies

ActionScript 3.0 :: Can't Display A Selected Category Of Thumbnail XML

Nov 16, 2010

I'm having issue to display from a selected thumbnail a bunch of images by their category which I loaded from a xml file. I don't have any issues to parse them.[code]...

View 1 Replies

IDE :: Gallery Thumbnail - Display The Corresponding Fullsize Image

Feb 8, 2010

I have a MC filled with button thumbnail images. I am trying to tell the thumbnail to display the corresponding fullsize image. the script I have for the first button is

on (release) {
picts.gotoAndStop(2);
}

Picts is the name of the MC containing full size images. There is no response to the button.

View 1 Replies

ActionScript 3.0 :: XML Thumbnail Gallery - Display The Thumbnails Vertically By Changing Some X Values?

Feb 7, 2010

How would I go about editing the code for this tutorial: http:[url]......so that there are 8 thumbnails displayed at a time and instead of scrolling based on mouse position, the user clicks a next or previous button to display the next set of 8 thumbnails in the xml?I attempted to get it to display the thumbnails vertically by changing some x values in y and a width variable into height, but that failed miserably.This site is an example of what I am trying to accomplish: http:[url]....

View 1 Replies

ActionScript 3.0 :: Mc Into Tooltip - Text Fields On The Stage That Display The Title And Description Of The Thumbnail Item?

Feb 11, 2009

bit stuck on something here and hoping that someone will be able to answer this question. i have a gallery generated via xml - i have three text fields on the stage that display the title and description of the thumbnail item.

[Code]...

not quite sure of the best/easiest way is to do it - call from the library and attach to mouse or something along those lines?

View 2 Replies

ActionScript 2.0 :: Thumbnail Loop - Middle Thumbnail Represents The Photo In Target_mc?

Nov 28, 2007

I have made a image-viewer. I've this AS for the viewer:

Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
function loadXML(loaded) {[code].....

Now i would like to make a loop for the thumbnails so they don't have a beginning or end(Now when i scroll to the right the thumbnails stop at the last thumbnail, i want it to begin at the first thumb again).I'm also trying to make that the middle thumbnail represents the photo in target_mc.

View 1 Replies

ActionScript 2.0 :: OnRelease - Cannot Scroll Thumbnail Until Roll Off The Click Thumbnail

Jul 10, 2007

I am making a gallery, which you can view here:[URL]ok, firstly, when you click a thumbnail, you cannot scroll them until you roll off the click thumbnail, and I'm not sure why. is it just a movieclip thing? or can I put some code in to re-get focus of something? ok, now for the two general questions:

1. When you roll over the thumbs, they go up, sometimes they flick back down though, even though you are rolled over them still. is this just because they are moving?

2. Does anyone know why when I add this:

[Code]...

View 1 Replies

ActionScript 1/2 :: Xml Thumbnail + OnRelease Function On Each Thumbnail?

Oct 11, 2009

Im trying to create via xml and a for() loop a thumbnails wiewer and each thumbnail have a simple onrelease function.....but my probleme is that my 'container' movieClip and 'BT' movieClip dont show when I export the movie...also when i trace()them the output is empty. maybe is because they are inside  x.onLoad(xml){} function ? At the end of the script you can remove // before the trace() function for ckecking in the output panel. here is my code:

xml file: TumbLoader.xml
<?xml version="1.0" encoding="ISO-8859-1"?><slideshow><photos thumbnail="thumbnail/1.jpg" /><photos thumbnail="thumbnail/2.jpg" /><photos thumbnail="thumbnail/3.jpg" /><photos[code]...

View 8 Replies

ActionScript 2.0 :: To Thumbnail, Or Not To Thumbnail ?

Jul 5, 2007

Yes, I'm making a photo gallery like everyone else. I'm making it so people can order pics from the site. There are going to be about 500 photos per album in 5 different categories. The photos can be shrunk down to about 60kb a piece. If I use the actual pictures as thumbnails, just scaled down, the total size of all the pics will be about 30mb. I know this is a lot.

Either way, the people looking at the album will most likely look at nearly all the pics so they will be using up bandwidth either way. Plus, if I use the actual pics as thumbs the user will not have to wait to see actual pic when it's clicked on because it's already loaded. A preloader is annoying to me. I do realize a preloader would be wise when loading the thumbs. Just dislike them after you click one for the big picture.

So is using shrunken thumbs a necessity or if the big pic is under a certain size it shouldn't matter if I use it for a thumb also?

View 1 Replies

ActionScript 2.0 :: Determining Which Value Is Larger?

Dec 21, 2005

i know there is a code that determines which of two values is larger and returns the larger value.i cannot seem to find it in the actionscript help.i know you can do it with

[code]...

but there is an easier way and i cannot find the file that i used it in previuosly.

View 3 Replies

ActionScript 3.0 :: UiLoader .swf Larger Than Base .swf?

Jan 18, 2011

I have opted to use the UILoader component to load external .swf's of my images. The problems I am running into are that: one, the UIloader does not seem to be loading at all some of the time

and two, I cannot have a UILoader that is larger than the dimensions I am loading the image into.

For the first problem, is there a way to put a progress bar that specifically targets the UIloader so I can make sure that it is actually loading? I've been looking for a tutorial for this, but have yet to find one that explains the code and what it does, making it difficult to customize.

For the second problem, is there any workaround for this, or are the dimensions of the loaded .swf limited to the dimensions of the base .swf?

View 3 Replies

Larger Flash Movie Than Browser?

Mar 30, 2011

Anyway, I have a 2037px wide flash movie that I purposely made that wide so that it would take up just about any screen.

What I'm trying to do is simply center it and basically hide the overflow on smaller screens when the movie appears on the end user's monitor. I can't get it to center, however, as it always just wants to align to the left. I don't want to use the 100% feature because that distorts the movie.

I've tried using the "overflow: hidden; text-align: center;" CSS feature, to no avail. Is there a way in CSS to make this work? Do I need to use javascript or something? If so, which script do I use?

View 3 Replies

Print Something Larger Than The Browser Window?

Jun 10, 2009

i would like to use the following APIs...
 
PrintJob.start()
PrintJob.addPage()
PrintJob.send()
 
...to print a chart displayed in the user's browser as part of a full-screen Flash application.  This works fine if the browser window is larger than the available print job page size.  However when the browser window is smaller, the print out is clipped.  How do i resolve this?  Is there an object I can add my Sprite to that will not get clipped by the bounds of the browser window?

View 2 Replies

ActionScript 1/2 :: 5 Times Larger Bitmap?

Sep 10, 2009

import flash.display.BitmapData; 
holder1._visible = false;holder1b._visible = false;one_slct.onRelease = function() {var bmd:BitmapData = new BitmapData(300,200);bmd.draw(_root.gmb_mc);holder1.attachBitmap(bmd,1);}; 

The size of the original MC is 300 x 200. Using the above code how can I convert it to a bitmap 5 times larger as the original MC? (the original MC is a vector drawing)

View 4 Replies

Professional :: Why Is Stage Larger Than .fla Dimensions

May 12, 2010

The more I work with this program, the more weird stuff I encounter.  I set up my .fla file as 700 x 400.  I've been putting stuff on the stage and adding tweens, then when I test the movie, part of the stage image is cut off.  I turned on the ruler, and found that the top of my stage is aligned at X 0.00 and Y -44.50.  I drew a box the size of the entire stage, and its position is X 0.00 and Y -44.50, and the dimensions are 700 x 469.  Can anyone tell me why my stage is larger than 700 x 400, and how to get the top left corner of the stage to be aligned at X 0.00 and Y 0.00? 

View 4 Replies

Professional :: Flash CS5 SWF Files Much Larger Than CS4

Jun 29, 2010

I have a Flash project in Actionscript 3 that came out to about 75kb when rendered as a .swf file using Flash CS4. After exporting the same project in CS5 with the same settings, the .swf file is about 150kb.

View 4 Replies

ActionScript 3.0 :: Stage Larger Than 2880x2880?

Nov 15, 2011

Is there any way to make a stage larger than 2880x2880?i'm working on a game,and i want to build a big level,where the player and move and discover,and the current stage size just isnt big enough.The background is not moving just my player,so the level has to be pretty big to explore...

View 2 Replies

Flash CS4 :: Outputs Larger Swfs Than CS3?

May 7, 2009

I'm working on a web banner campaign, which as you probably know involves strict file size limits -- an extra 1 or 2k here or there can mean the difference between an ad being accepted or rejected by publishers. What I've been finding is that that files published from Flash CS4 are about 10% bigger than the exact same documents published via Flash CS3. Is this a documented bug with Flash CS4? Is it just not ready for primetime, as far as producing banners goes? I'm using AS 2.0, targeting Flash Player 8; I've deselected the option to include XMP metadata, and checked the Compress Movie checkbox. Using the new (slightly awkward) Motion Tweens or using the old-style Classic Tweens doesn't seem to make a difference.

One interesting tidbit: I'm using TweenLite and one easing class, which should add around 5k to my file. However, in CS4, the size report says that I've got 17k of ActionScript classes included. What's weird about that is that if I comment out the import statements, size report now says I have 5k of ActionScript 2.0 classes - but my file size doesn't drop by a corresponding amount (it only decreases by about 5k). Very odd.

View 1 Replies

IDE :: Making The CS3 Checkbox Component Larger?

Jul 23, 2007

Relative newcomer to Flash, and I have (what should be) a simple question: how does one go about making the CS3 checkbox component larger? I'm not talking about the bounding box (checkbox + label); I'm talking about the checkbox itself. I've looked all over the place, and I'm stunned that this doesn't appear to be as easy as I thought.

View 1 Replies

ActionScript 3.0 :: Sprite Is Larger Than Its Children?

Feb 2, 2011

I have sprites with dynamically created children: combo-boxes, buttons, and textfields. The number of children is variable and they're positioned vertically one under the other. If a sprite contains textfields only, its height corresponds to the joint height of all children + the spaces between them. In the case of sprites containing combo-boxes and buttons however, the sprite height is larger.

I may be on the wrong track here, but it seems that what is responsible is the object bounds. E.g. if my button height is 25 and getBounds returns 100, the sprite's height is larger by 75 pixels.The sprites are loaded into a scroll-pane, and depending on their size, the vertical bar is visible (or not). Obviously the above results in situations where a scroll-bar appears even though the entire contents of the sprite is visible, or one scrolls down to an empty space...Is there a way around this problem? Can object bounds be re-sized as well or can I overwrite this '100' value somewhere in Flash itself?

View 1 Replies

ActionScript 2.0 :: Text Larger Or Smaller?

Jan 16, 2005

How i can to, knowledge, my text is smaller or larger of the value? If my text1.text the value is 10 and my text2.text is 20, how i can to flash detect if is smaller or larger?

View 1 Replies

ActionScript 2.0 :: Make Flash Larger On Monitor?

Dec 6, 2011

I put a lot of work in my flash website that will soon be launch. But now I realize I want it to fit better into the larger wide screen monitors. Is there a way I can make it larger without losing image quality? I know this probably needs to be done in the publishing tool.

View 1 Replies

ActionScript 3.0 :: Set Up FTP Connection To Upload Larger Files?

Mar 8, 2009

My webserver has a php upload limit at 20MB, so therefore I want to set up a ftp connection so that I can upload much larger files to my ftp. How is it done? I understand I can use socket and filereference, but I can't figure out how to set it up. (It hasn't have to be "ultra safe")

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved