Javascript :: Gallery Software For A Website That Will Resize Based On Height, With A Click On Image To Navigate?

Apr 12, 2011

And just loved the way it looked, anyone have any idea how to get a similar effect using ideally CSS/JS and if not then using flash? Furthermore it would be excellent if you could move to the next slide by clicking on the image itself.I'm also wondering how she is able to maintain height of the images when resizing (unless she is doing it manually which I doubt now days).

View 1 Replies


Similar Posts:


Actionscript 2.0 :: Get A URL And Navigate To An External Website When Click On An Icon?

Feb 2, 2011

I was working through your XML Carousel AS2 tutorial, and I was wondering how you use Actionscript to get a URL and navigate to an external website when you click on an icon? Or anything really, it would be a useful thing to do for a button or whatever.

View 3 Replies

ActionScript 3.0 :: 3D Globe Image Gallery - Navigate To Url From Image Thumbnail?

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

ActionScript 3.0 :: 3D Globe Image Gallery / Navigate To Url From Image Thumbnail

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

ActionScript 2.0 :: Movie Clip Resize Yscale Based Off Dynamic Text Height

May 26, 2010

I'm using a tweening engine and I need to be able to base the _yscale % of a movie clip off the height of a dynamic text field that is slightly smaller contained within the movie clip. 52 pixels smaller to be exact.I'm very poor at math but I'm guessing so far that some variable needs to be declared to factor the percentage based off the height of the dynamic text field. And I just can't think of how to do that.What I know so far:movie clip height at 100% _yscale = 396 the 'buffer' space above and below the dynamic field = 52.So if my dynamic text field height = 0, my movie clip would be 52 pixels in height. And that percentage in _yscale is 13.1%.I just can't figure out the math for this and how to translate it into ActionScript.

View 2 Replies

ActionScript 3.0 :: Resize Website Content Based On Browser?

Oct 19, 2009

Does anyone know how to resize a website's content proportionally based on the browser window's width and height? Also, the navigation can be repositioned accordingly based on the browser's size as well.[url]...Resize website content based on browser?

View 0 Replies

Javascript :: Resize Flash Div To Full Browser Height And Width?

Dec 22, 2009

i have a page with swf flash flash with width 300x250

<div id="flashswf"> ...some flash </div>
<div id="maxme">full screen</div>

i have a link called full screen and i need to maximize the flashswf div to fit the current browser maximum height and width

is this possible using jquery?

View 4 Replies

Professional :: Convert A JQuery Lightbox Style Gallery Into A Flash XML Based Image Gallery With Categories?

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

Actionscript 3.0 :: Resize An Image But To Keep The Proportions Between Width And Height?

Mar 25, 2010

How can I resize an image, but to keep the proportions between width and height?

View 2 Replies

Actionscript 3 :: Position Loaded Images From Loop Based On Image Height?

Jun 10, 2010

I'm trying to dynamically stack images that are being pulled in via an xml file. Below is what I'm doing, and it almost works. The problem is that it only seems to fire off the event complete function on the very last one, instead of going for all of them. Is there a way to make it run the even.complete function for each image?

function aboutfileLoaded(event:Event):void {
aboutXML = new XML(aboutTextLoader.data);
for(var l:int = 0; l < aboutXML.aboutimages.image.length(); l++)

[Code]....

View 2 Replies

ActionScript 2.0 :: Resize Xml Image Gallery?

Jul 10, 2009

where i can find a xml Stage resize image gallery

View 1 Replies

ActionScript 2.0 :: Different Image Resize - See The Container._height Is Bigger Than The Maxh (maximum Height)

Mar 10, 2005

this is my code:

[Code]...

as you see the container._height is bigger than the maxh (maximum height) but the _width is just fine... how do i fix this problem??

View 1 Replies

Actionscript 3.0 :: Website- Resize Background Image/stage?

Oct 26, 2010

everything is working well with the exception of the background image/stage. Whenever I preview it in a browser, the site gets stuck in the upper left corner. I need it to automatically resize according the to viewers browser size. How do I do this? From what I've seen online, it involves possibly putting everything in a movieclip, which I can do, I just don't know how to proceed from there.

View 2 Replies

ActionScript 2.0 :: Image Gallery - Thumbnails With Same Height But Different Width?

Oct 19, 2008

I'm making an image gallery and are having some issues with the thumbnails. What I want is to be able to have thumbnails with the same height but different width. Attached the fla.

View 6 Replies

Javascript :: Resize Flash Error "Unable To Set Value Of The Property 'height': Object Is Null Or Undefined"?

May 22, 2011

I'm wondering if its possible to resize flash with javascript. I can't change any code in the flash object alone all I have is html, javascript and php to work with. Heres what I've found so far:

[Code]....

Content Embed is the embed tag and content object is the object tag in the flash. This works in chrome (and probably firefox) but not ie. In internet explorer I get the error: Unable to set value of the property 'height': object is null or undefined Here is the example page I have been using:[URL]

View 1 Replies

ActionScript 3.0 :: Auto-resize Image Based On The Users Screen Size?

Dec 10, 2010

How can i make a image resize based on the users screen size in flash?

View 4 Replies

ActionScript 2.0 :: Scotty's Image Resize Gallery?

Oct 16, 2006

I found this great thread Scotty's Image Resize Gallery and have been playing around with some of the files. The one things no-one has mentioned in all of the posts, is how you might be able to customise the border.I see where it is written in the code, but what I really need to do is create a scribbly line rather than a straight one. It seems best to create mc and then have this re-size and stretch as the images re-size.

View 1 Replies

Text To Image Mouseover On A Flash Based Website

Jul 25, 2009

I've done my fair bit of HTML coding and work fairly well with CSS but i've never ever done a mouseover in flash.. Now, the website's text, all of it, is simply located on a text.txt file that the flash file reads and incorporates onto the website.. All text and images come from this text file. This is what I want to do.

Click on Enter site, then when it loads, click on the "Selling" tab at the top of the site. On the "My Listings" section is where I want to have the mouseover text and the "Market Analytics" section (which we'll be renaming) is where we'd like the image to actually appear. My question to you is can this be done within this environment and how so?

I can edit JavaScript somewhat, though its been a while.

View 6 Replies

ActionScript 2.0 :: Make A Simple Image Gallery Which Changes Image Upon A Mouse Click On A Button

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

ActionScript 3.0 :: Make Image Resize Based On The Users Screen Size In Flash?

Dec 12, 2009

How can i make a image resize based on the users screen size in flash?

View 4 Replies

ActionScript 2.0 :: Tweaks To Scotty's Image Resize Gallery

Jan 23, 2007

Before I go and spend a number of hours trying to figure it out - has anyone made the following improvements to Scotty's "V3_with_thumbs" gallery?[url]...

1) Gallery menu is fed by the XML doc and not hardcoded in Flash.

2) Next and Previous buttons (in addition to the thumbnail buttons)

3) Icing on the cake: "Slideshow" button that loops through the chosen gallery thumbnails. Probably needs to be a toggle button to stop the loop too.

View 6 Replies

ActionScript 2.0 :: Image Gallery - Resize The Images, Not The Slideshow?

Mar 16, 2005

I'm working on an xml driven flash website where clients can modify an xml file directly to change the appearance of the site (eventually i'll make a flash/php dashboard GUI). The site will have listings each with a photo.I'm trying to find a way around having the clients have to crop images to thumbnail and enlarged view size themselves. In other words the images would be displayed scaled to fit within a movie clip.

View 1 Replies

Make An Image Gallery For Website

Jun 23, 2009

I am trying to make a Image Gallery for my website, I have a limited space to work with.

I am looking at doing it in Javascript but thought I could do the same thing in Flash. (maybe :P)

This is the Javascript idea.

Basically I would want it to be the same as this but the size i want instead of a small one like that.

As I have a limited space I dont want small thumbnails for people to click on and then have the larger view updated.

I would also want the controls and description to be viable all the time minus the play / pause button.

Is this possible? If so how can I do it? Is their already something out that will do this?

If possible I would like to have it database driven (the images and the description) to make it easier so I dont have to keep manually updating the flash.

Also can it be friendly to both Portrait and Landscape images?

and last but not least (and not necessary) can the images then beable to be clicked on and open up to full size ...

View 3 Replies

ActionScript 2.0 :: Create An Image Gallery Based On An XML File?

Jan 8, 2009

I need to create an image gallery, based on an XML file, which displays both the thumbnails and the normal-sized images. Here's a link for you to get an idea of pretty much what I want to achieve, except for the fact that I don't want the thumbnails to slide to the left or right, I'd rather want them to be static, and if there are more thumbnails than, let's say 3, to display a "previous-next" controller. After following some tutorials, here's what I created so far:(you can also find all these files + the thumbnails in the attachment)The XML file (settings.xml):

PHP Code:

<slideshow>
<images>
<thumb tLink="th/01.jpg" desc="This is the first thumbnail" bLink="bigImgs/01b.jpg" />
<thumb tLink="th/02.jpg" desc="This is the second thumbnail" bLink="bigImgs/02b.jpg" />

[code]....

So far, so good, the script does trace what I told it to But I need to further improve this rather simple script. So, basically here's what I need:How do I load each thumbnail into a "container" movieclip, so I can further manipulate this movieclip's properties (do an easing for position, alpha, filters etc.)? There's one more thing I need to specify: I want to display only, let's say, 3 thumbnails at runtime, not all of them. how could I assign an instance name to each of them.

View 3 Replies

ActionScript 2.0 :: Debug Many Stuff From Xml Based Image Gallery?

Mar 16, 2009

i found a very nice tutorial about making an xml based gallery from oman3D which i use it as a base and change some codes abit for my own gallery project... but those modification comes with bugs that i can't figure out that makes me feel like stop learning this and kill myself T_T. among few things, i tried to add auto resize, auto center and a crossfade transition for the images but it has awesome bugs that i cant figure out why it happens..

most annoying bugs i got is that when i tried to center an image, which i did by substracting the default width and height of the gallery with the loaded image's width and height then divide it by 2 and adding the default position of the gallery so it should practically comes out with x and y that puts the image on the center of the allocated gallery space

well, it works but apparantly the image's height and width are rubbish, because sometimes the number is accurate and other times it may changes... i wonder is it accurate to get image's width and height property if that image is loaded with loadClip and the props are checked during onLoadInit

second bugs is that i tried to create a crossfade transition... or to the least a fade in-out transition, for the latter i manage to make it work by using tween script which starts fade out the old image and start the fade in of the new image using the onMotionComplete function

but after modifying other scripts it stops working for reasons i can't figure out.. also the tween script i added for reasons unknown will reset the position of the loaded images to 0,0 and i dont really have any idea on how to crossfade this ( the only thing i can think of is that i would duplicate the old image's mc then fade it above the new but it doesnt seem to work)

as for the auto-resize function i made, it did works perfectly until i figure out the original mc's size cannot be reverted back, so if i load a very large image, then unless the next image is as large or larger than the previous one, it becomes tiny... even after i tried to reset the mc's prop before every new images loaded..

View 1 Replies

ActionScript 2.0 :: [FMX04] Image Gallery - Resize Depending On What It Loads Using XML

Dec 7, 2005

I am using the fla's that were posted on [URL] regarding the image gallery where the box scales and resizes depending on what it loads(using XML) within it. The boxe's top left stays static which is the goal and the rest resizes according to what loads. Now inside the actionscript it has spacing of 10 which puts space around the bottom and right sides of the image that is loaded but does not put spacing on the left and top. I m trying to get the space so it is on the top and left also, basically so the image loaded is centered within the border. To clarify more simply I just want a even border around the images that it loads. Here is a link to the files being used: [URL] Also for some reason when I tried testing to download the .fla myself from the above link it loaded a page with a whole lot of characters.

View 14 Replies

Professional :: Image Gallery - Click On Each Image Separately

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

Javascript :: Photoshop-like - Embeddable Web Based Image Editor?

Dec 7, 2009

[URL] The above wasn't really the answer that I was looking for. I'm looking for an online image editor which I can embed into my pages, so users can edit images and submit them. I'm fine with it being Flash or Canvas/JS, no Silverlight or Java . Should have these features, or close to: File upload for image or remote url fetch Layer-based like Photoshop Magic Wand/Pen/Pencil/Brush/etc Text editing Cropping tool

View 4 Replies

ActionScript 3.0 :: Create An Image Gallery For Website?

Apr 18, 2011

I am reasonable new to flash and I'm trying to create a image gallery for my website. The gallery has thumbnails along the side and when ever you click on one the corresponding image slides in to the center stage. I'll post the code I have so far then explain what keeps going wrong.......

var inTween3:Tween;
var currentPos3:Number = img3_mc.x;
thu3_btn.addEventListener(MouseEvent.CLICK, pic3In);
function pic3In(event:MouseEvent):void

[Code]...

View 5 Replies

ActionScript 2.0 :: Adding Flash Gallery To Flash Based Website?

May 3, 2010

So I have a Flash CS3 based website and I am trying to add in a Flash Gallery.I designed the Flash Gallery as a seperate file and tried to copy the library items into my site file. I got it in, looked ok but when I ran the test it goes crazy and I get 7 actionsript

{Tweener.addTween(%2is is all the same on my errors: 1120: Acc0transition: "easeIn" } );
Tweener.add0mc, { alpha: 0.7, time: tween_duration,%2ion, transition: "easeOut" } );
TwTween( mc, { alpha: 1, time: tween_durat time: tween_duration, transition: "easeOut".ener.addTween( thumbnail_group, { alpha: 0.2, time: tween_duration, transition: "easeOut" } );[code]...........

View 7 Replies







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