Enlarge image

Hello,
I'm using flash 8. I'm want to be able to click my small
images and have a larger image come up in a new window where I can
add text. Is there a way to do this??? If there is a way, could you
leave instructions or direct me to a place where I can get
instructions, such as, a book, tutorial, add-on, etc. Thank you!

alzan wrote:
> I have a home page with 4 image 2" x 3". I want to be
able to double-click
> one image at a time. When I double-click, I want the
image to enlarge in a new
> window. I want to be able to do this to each image, one
at a time--not all at
> once. Then, in the new image window, I want to add text
and a close window
> button. This is all I can tell you! Maybe you can give
me the easiest way to
> do this. I also have dreamweaver, fireworks and
photoshop cs2. So, if need be
> I could build this in another program and insert into
flash. I would prefer
> doing it in flash. I hope this helps. Thank you!
You could load the image into movie clip or level using
loadMovie / loadMovieNum action.
Or you could open each image in new browser window using
getURL action. I really don't
know which one is more suitable for your project.
I would go with loading them in level or movie clip holder.
Let me explain, this should
be considerably easy solution. Open new flash file and import
your image. Place it in
top-left corner of the stage. To aling precisly you might
want to use the ALIGN tool.
CTRL K to open the align tool panel, select the image and
press these two icons:
http://flashfugitive.com/align.gif
Now you can place text below that image with whatever info
you like.
Save it as Image_01.fla and export to SWF. You get
Image_01.swf
Now you can use loadMovie("Image_01.swf", "holderMC"); or
loadMovieNum("Image_01.swf", 1);
to load that file.
If you load using loadMovieNum, it will position the file to
top left corner of your stage.
By loading in holderMC (movie clip) you can define the
position by placing the MC whenever
you want on stage. The loaded SWF follow the MC top top left
corner not the stage.
To unload (close) the movie, all you need is place a button
within the Image_01.fla/swf
file with action:
unloadMovie("holderMC");
or
unloadMovieNum(1);
Depend on what action you are going to use to load it.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Safari won't enlarge image

    I can get Safari to enlarge font sizes but suddenly, today, it stopped enlarging images. I used to be able to hit Control+ and Safari would enlarge the image. Today, it stopped doing it. Any suggestions? Thank you.

    Greetings,
    The keyboard command to enlarge is Command-+, not Control-+. If you're using the latter key combination, that would explain the problem. If you're using the former key combination and it doesn't work, what URL are you at when it does this? Did you try accessing the function from the View menu to see if that works?

  • HOW do I create a NICE enlarged image in a window EFFECT? CS5

    Maybe a long unnecessary title but I'm not sure how to describe it, and I can't find an example at the moment.
    Basically, I would like to create little image thumbnails which when clicked on bring up an enlarged version of the thumbnail. Basic I know, but rather than just having it load up in a pop-up window like you can do with behaviors in Dreamweaver, I would like the enlarged image to appear in a window which expands out from a small rectangle/square to a large rectangle/square (kind of like an animation) and THEN the image appears in this lovely display window.
    How is that done?
    Maybe I haven't explained this very well. In the meantime I will have a look and see if I can find an example to better explain what I mean.
    Thank you.
    Ian.

    You're looking for a AJAX "Lightbox" style script. These are quite common these days, and started with the original Lightbox JS script. They've since evolved into related projects like Thickbox, FancyBox, Lightbox 2, etc.
    Here's a round-up of the different available scripts (plenty more are out there if you Google "lightbox script"):
    http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-galleries-slideshow s-lightboxes/
    The way these work are:
    You place a script or two (sometimes your lightbox script and the jQuery JS package) in a folder on your server
    You then link these scripts in the head of your document
    You add your thumbnails to your page, and link them to the larger images
    You then add some type of attribute to each thumbnail, such as a class like "lightbox".
    When you click the thumbnail, instead of getting the larger image it triggers the lightbox script. Most all of the scripts have either instructions on setting them up, or a demo where you can view the source code. What I used to do is download the script, which almost always has a demo file in the download package, and open that up in Dreamwevaer to reverse engineer. It's not as complicated as it first looks.

  • How to View Album as Only THumbnails and Enlarged Image

    I hope I can explain this right...
    When I click an album on my page, it takes me to a page of smaller thumbnails of all of the images in that album and the thumbnails are scattered around the page. When I click on any of the images, it takes me to a page that shows a strip of square thumbs across the top of the page with one enlarged image beneath, with the option of clicking on any of the thumbs or starting a slideshow, etc. Is there a way you can be brought directly to this page from the main albums page and bypass the middle page of medium sized thumbs? That middle page seems unnecessary and I'd be psyched to learn how to skip it. Thanks!!

    jimrc wrote:
    Thanks Cyclosaurus. That works great and does just what I wanted. There are a few small glitches though that you may be able to help with.
    http://web.me.com/jrcphoto/jrcphoto/GALLERY/GALLERY.html
    When clicking on the People gallery, the page we're bypassing blinks briefly before going to the thumbnail page. This doesn't happen on the other pages. Any thoughts?
    It's servers latency or you browser caching, it's part of async processing (AJAX).
    Also, there is a Back to Album link in the upper left which takes you to a blank page and then you have to click the Back to Index link to get to the main Gallery page. Can I get the Back to Index link on the other page instead?
    Give this a try:
    <script type='text/javascript'>
    _base=parent.window.location.href;
    if(_base.indexOf('#')==-1){parent.window.location=_base.split('#')[0]+'#0';}
    var albumsIndexURL = 'http://web.me.com/jrcphoto/jrcphoto/GALLERY/GALLERY.html'; // this is you album URL, change this if needed
    function newBtI() {
    if (parent.widgets) {
    headerControls = parent.document.getElementsByClassName('com-apple-iweb-widget-detailview')[0];
    backToAlbumDiv = headerControls.getElementsByClassName('left')[0];
    backToAlbumAnchors = backToAlbumDiv.getElementsByTagName('a');
    for (btaai=0;btaai<backToAlbumAnchors.length;btaai++) {
    backToAlbumAnchors[btaai].removeAttribute('onclick');
    backToAlbumAnchors[btaai].setAttribute('href', ('' + albumsIndexURL));
    chknewBtI = setInterval('newBtI()', 500);
    </script>

  • Enlarged images with built-in magnifier do not load properly as they did in F3, chrome etc.

    www.mohlitz.com uses thumbnails which click to give enlarged image with built-in magnifier. Works ok with all other browsers inc F3 but now when pointer hovers over image it goes white instead of showing magnifier F4

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I want to enlarge an image on a digital photo and save the enlarged image as a seperate photo

    I want to enlarge an image on a digital photo and save the enlarged image as a seperate photo

    We won’t stop you …
    Edit: Actually I’m naturally not entitled to talk for other contributors to this Forum …
    Crop (if necessary)
    Image > Image Size
    File > Save As

  • Opening enlarged images in web site?

    I'm working with a thumbnail gallery of images.
    Currently to see an enlarged image one clicks on thumbnail and it opens in same window and the you return to thumbnails to view another.
    Example linked:
    http://dankennedy.ca/dust_oblivion/dust_pg_one_sm.htm
    I realize this is not the most convenient method. What is the best approach to take without going into a Lightbox scenario? Opening in a new tab ?

    I realize this is not the most convenient method. What is the best
    approach to take without going into a Lightbox scenario? Opening in a
    new tab ?
    Without going to Lightbox/Jquery your solution is the only solution.  Unfortunately you cannot open a new tab in the browser window as there is currently no way of doing this in HTML.  Most modern browsers will treat the new window code as a new tab but that is programmed into the browser and not the site.
    If you need a more automated way of managing the images you could tie in a database, but your page is only HTML so I don't think that is an option you are considering at this time.

  • Firefox does not display facebook full (enlarge) image when i click on it. Why?

    Firefox allows me to view the whole album pictures in my facebook account but when i click on individual image, it navigates to the enlarge image page, picture did not display. Please assist what I can do.
    == URL of affected sites ==
    http://www.facebook.com/photo.php?pid=6577356&id=653901153

    Did you check the exceptions?
    See also [[Images or animations do not show]]

  • Click to enlarge image

    It has been suggested that I add a the zoom tool to my images
    so that visitors can click to enlarge images on my site. I feel
    silly but I can't find how to add this feature. Any help is
    appreciated. Thanks, Donna

    I've used it too - worked great for me.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "josie1one" <joleros[nospam]@yahoo.com> wrote in
    message
    news:edk7em$6s5$[email protected]..
    > To add to Patty's suggestion have a look at JustSo
    Picture window. It
    > doesn't zoom, but opens another window when you click to
    enlarge:
    >
    http://www.valleywebdesigns.com/vwd_Vdw.asp
    > reasonably priced and really handy.
    >
    > --
    > Jo
    >
    >
    >
    > "dberke" <[email protected]> wrote in
    message
    > news:edk4i7$3ch$[email protected]..
    >> It has been suggested that I add a the zoom tool to
    my images so that
    >> visitors
    >> can click to enlarge images on my site. I feel silly
    but I can't find how
    >> to
    >> add this feature. Any help is appreciated. Thanks,
    Donna
    >>
    >
    >

  • Why can't i enlarge images on kijiji ads

    I cannot enlarge the images on kijiji ads or browse the extra ones in an ad. This only started recently. i don't know what changed. This is on safari.

    Hi,
    I have been trying out the Command+ option and its not the same. Using the track pad to enlarge images and text was by far better and more precise than using the command+ option.....

  • When I use a tool on an enlarged image the image freezes and I can't get it to move unless I change tools. I tried resetting tools and uninstalling and reloading CC. What should I do?

    When I use a tool on an enlarged image the image freezes and I can't get it to move unless I change tools. I tried resetting tools and uninstalling and reloading CC. What should I do?  Once any tool is used I can't change its size or move the image.

    Howdy,
    Sorry for the lack of info. It is Adobe Photoshop CC, I have been using
    CS5 and am trying the trial version of CC to see if it worth changing
    to. Any tool works once but freezes the tool sizing and image movement.
    I am also using the Beta version of Mac Yosemite. But the CS5 version is
    working fine.
    Hasta,
    Bob McCaw

  • Why does CTRL+ enlarge images on some pages, not others?

    I have a website with many pages. On some pages, CTRL+ enlarges the images, on others, it enlarges the TEXT BUT THE IMAGE ACTUALLY SHRINKS!. An example of a page where CTRL+ does not work:
    http://www.microscope-antiques.com/acme4.html
    An example of where it does work (home page): www.microscope-antiques.com/index.html
    There is no Javascript on these pages. It is all in xhtml 1.0 STRICT, AND W3C CHECKS THE PAGES AS GOOD AS DOES THE CSS CHECKER FOR THE STYLE SHEETS.
    i USE A LIQUID LAYOUT SO ALL VIEWERS HAVE THE SITE FILL THE SCREEN.
    I have searched the W3C site and the net and cannot seem to find an answer.
    Any help would be much appreciated.
    Thanks
    Barry

    This probably happens because the images are in a div container that has a fixed width.
    The images themselves are quite large and scaled down to fit in their container.
    If you zoom the page then the containers keep their width and thus the images won't get zoomed as would have happened if thumbnails had been used.
    The reduction might be caused by those floating elements having their position as percentages.

  • Enlarge images on tap from iBooks Author to preview on iPad...

    I wonder if anyone can indicate how to output 'all' images to enlarge on tap on preview in iPad?
    While some images output correctly on tap on iPad (they get bigger), others don't. Appreciate any ideas.

    Thanks much for checking it out! After your response and some additional looking around on our part, we're heading down the "it might be Apple" path - perhaps something that happens on upload from Producer (compression, maybe???).
    The reason we're going that way is that we can't really replicate either - without Apple. The upload to the Apple store through Producer seems to be the constant.
    So ...
    Drop shadows visible directly in .iba file in iBooks Author = yes.
    Drop shadows visible in iBooks 2 when using the preview feature in iBooks Author = yes.
    Drop shadows visible in iBooks 2 when directly opening the .iBooks file exported in iBooks Author = yes.
    Drop shadows visible in iBooks 2 in downloaded preview from iBoookstore = no (only in the TOC view).
    Drop shadows visible in iBooks 2 in downloaded (full purchase) book from iBookstore = no (only in the TOC view).
    Here's the link to one of the books this is happening to. If you have the time/inclination to look, would you please confirm if you can see drop shadows? There should be at least one on every page of the preview.
    http://itunes.apple.com/us/book/u.s.-history-reconstruction/id521396731?mt=13
    Again ... much appreciate the look!!!
    Jen

  • As3 / mouse hover and enlarge image code

    Good Evening,
    Would anyone be kind enough to share the as3 code that makes a "movie clip" image enlarge and change opacity with a eased tween on a mouse over, and then go back in reverse when the mouse leaves.
    Thanks as always,
    [email protected]

    For what it is worth, I believe this problem is fixed in Rh10.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Enlarge image maintain resolution

    Photoshop Elements 10.  I want to enlarge an image and maintain 300 dpi resolution.  If I enlarge the image the resolution automatically lowers.  I need to keep the res at 300.  How do I accomplish this?

    Check Resample Image in the Image Size dialog.

  • PSE 6 for Mac - Trouble enlarging images

    Using OS 10.6.1 -- When I'm working on an image in the PSE window, sometimes the ability to enlarge or decrease the size of an image using the mouse button stops working.  I have tried changing the mouse but that wasn't the solution.  If I quit PSE and then reload the program, the enlarge/decrease function works fine.  No telling why it stops working.  Any ideas?

    Is there any specific workflow where you observed such behavior? Or do you recall what kind of actions were you doing when zoom via mouse stopped functioning?

Maybe you are looking for