Flash8 :: Dynamic Hotspots For Photos Gallery?
Jun 14, 2009
I'm trying to create a simple photos gallery.I load a new picture into the scene using loadMovie function. X and Y coordinates are custom for each photo so it would be centered nicely. The size of the picture is different too. It means, we have 4 variable distances here (question marks in the graph).Now the hard part.I want to divide a loaded picture into two sides and convert them into two different hotspots. I'll be using these hotspots for prev/next buttons.
View 1 Replies
Similar Posts:
Nov 13, 2010
I'd like to build a gallery of photos which has selected thumbnail on each of them before displaying their photos.
Ex: photo.xml
Code:
<gallery>
<photo id="1">
<thumb>pics/thumbnail/img_001.jpg</thumb>
[code]....
View 9 Replies
Feb 16, 2006
I have an external text and i want to make some hotspots in this text preferably with actionsscript in flash so the next functions can be added in flash:
when somebody goes over it with the mouse it displays the position and some hover text and when the mouse goes over it or selects/clicks it, thats has to be registert. I think some of these functions can easily be made in flash so thats why flash has to identify the specific word in the text file.
So i have the text: "this is an example text" and i want flash to identify "example" as an hotspot or clickable word, when the mouse goes over it, it should display position and something should remember that the word has been clicked.
Is there any way to set up a variable for this? Or another method to do it?
View 2 Replies
Feb 15, 2010
I have made a photogallery in actionscript 3 which uses an .XML file to import pictures. As the user clicks on the displayed image the code loads the next image in the cycle into the display. Now, I would like to add a preloader which displays the loading progress of each image as the user clicks (otherwise there is just a blank area as the image loads). I have made a pre-loader for the main .SWF but I can't figure out how to make it work for the images or how to make a seperate one for the images. The fact is that I am a bit of a muppet when it comes to AS3, and am finding myself getting lost an confused quite easily.
I have attatched the .FLA if that helps any! If not then...
here is the link to the .HTML page that contains the .swf:
[Code]...
View 2 Replies
Feb 8, 2009
I have made an XML Gallery in Flash but there is a problem, it works very well however some of the photos are portrait and this causes a problem as gaps are created between photos.Here's the code:
ActionScript Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;[code]...
View 9 Replies
Jan 1, 2006
I'm trying to make an image gallery that loads 3 photos at a time (look at .SWF). I have also built a function that resizes the photos to fit into its respective box once they're loaded (a maximum of 120x120 pixels). The images aren't getting resized, and they aren't getting re-loaded after the "forward" button is pressed the second (,third,fourth,etc...) time.
View 13 Replies
Feb 16, 2006
I have decided to build my own XML gallery. The flash loops through, checks how many images there are and duplicates a movie clip to match the amount of photos on that page. The duplicated mc's are given the names "hello"+z, but when trying to load the images they don't want to load (I have taken the code that loads the dynamic images out). When I trace "hello"+z, it gives me an undefined.
Here is the code:
//builds an array for the amount of XML nodes
function loadXML(loaded) {
vararPhoto =[]
if (loaded) {
xmlNode = this.firstChild;
[Code] .....
View 4 Replies
Dec 7, 2010
I'm following a tutorial for a gallery but it's in AS2 and I'm working in AS3. so I've had to use an event listener.As I am in AS3 i still need to add _mc at the end of the each instance name ?
Description : Once the mouse rolls over the thumb, the alpha should increase from .50-1
thumb1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayAtImg1);
function fl_ClickToGoToAndPlayAtImg1(event:MouseEvent):void
{ photos.gotoAndPlay("img1");[code].....
these are the errors
1120: Access of undefined property photos.
1119: Access of possibly undefined property onRollOver through a reference with static type flash.display:SimpleButton.
1119: Access of possibly undefined property onRollout through a reference with static type flash.display:SimpleButton.
Warning: 1090: Migration issue:The onRollOver event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0. You must first register this handler for the event using addEventListener ( 'mouseOver', callback_handler).
View 2 Replies
Apr 17, 2010
it has interactive picture gallery where you roll over with the mouse and click on the desired photo to see it on bigger size. I would like to replace the big photos with videos of my showreel. you can go and check it out: [URL]. Flash only allows me to exchange for the same file this case pictures.
View 6 Replies
Oct 22, 2008
I want to put together a flash gallery of photography for my photography business. I am very good at Photoshop design, html, css, javascript but I am a novice with flash. I can use it and use some actionscripting but my knowledge is limited.
I see galleries like this one: [URL]
The images expand and contract perfectly as the browser is resized. I am used to having to size pics for the lowest res screens (I design for 1024 width resos's usually).
What size should I make pictures to work like this... Does flash scale them down / up / either... are there quality issues with letting flash manage the sizing.
View 0 Replies
Jul 25, 2009
Being a newbie to this flash design and actionscript and self learning with the help of forums and tutorials I have create a simple photo gallery for a website I'm building. And all works fine. What I would like to do is add a list box to display different albums but I am having trouble with the actionscript and how to set out the XML file.
[Code]...
View 1 Replies
Jun 18, 2009
Im trying to create same MCs and create a textField inside each MC created, then I am trying to apply onRollOver event into those MCs created and change the textField.textColor.
From my code Im resulting and trace with "undefined" how can I manipulate the dynamic created Textfield inside the dynamic created MC
Here is my code:
for (var i = 101; i < 103; i++)
{
if ( i != 115 and i != 116 or i != 126 or i != 127 or i != 134)
{
[Code].....
View 3 Replies
Feb 25, 2010
I have Flash CS4, but the tutorial I used to create this used Action Script 2.0.[URL] This is just a basic mockup of the site, but you can see that the client wants to have images of the pages of their publication that you can browse and have their advertising be clickable so it takes you to Coke's site for example. The example you see there I did in Flash, but I was having trouble making the hotspots be active at the right time -- i.e. right now Morningside market is clickable even when the image is not up, and then it goes away and the hotspots I have on Coke aren't working.
The client also wants to have links to each page by number i.e. Front Cover/1-2/2-3. So I saw that that part would be easy to do in Fireworks, but can't figure out the clickable aspect. Then on the other hand, in Flash, I can't get it all to work either.
View 5 Replies
Dec 14, 2006
I have spent some time looking at the Kirupa XML gallery with the thumb navigaition sliderOne problem emerge when i use different sized images (same height, different widths).If one thumbnail is half the width of the others, that thumbnail will be placed directly on top of one of the others. Furthermore if the "large" image also is half the width of the others (which it also is here) it'll get placed starting from the left and have a gray background where there is no image (which makes sense since the background is grey in the .fla).My question is: how i can get the gallery to display all thumbnails with the same spacing between them no matter what width they have (in my case they will all have same height). And if a thumbnail is not as large as the "default size"(for example 67 in height and 100 in width) is it possible to center that image in the "large image" display?
View 7 Replies
Jan 13, 2010
I have two hotspots, one partially overlapping the other. The top one is set to listen for MouseEvent.ROLL_OVER. The bottom one is set to listen for MouseEvent.CLICK.Both work correctly in the non-overlapping area and I can get one or the other to work in the overlapping area by changing the order of the layers but I can't figure out how to get a click in the overlapping area to get through to the lower hotspot, the top one always captures the mouse event. I tried playing with the parameters for the 'addEventListener', 'useCapture' and 'priority', with no success.I am now trying to use'getObjectsUnderPoint()' but so far can't figure out how to make that work either.
View 3 Replies
Oct 15, 2006
I'm building a dynamic content page in flash that consists of using attachMovieClip and createEmptyMovieClip with coordinates to place photos and objects, which are loaded from an external source and scrolling their thumbnails I've run into a problem setting the variables correctly because the scrolling thumbnails required that the thumbnails be nested inside a scrolling controller clip and that has somehow messed up my preloading and sequential text caption loading for the tumbnails.
View 4 Replies
Nov 20, 2009
I need to add 'mouseover' interactivity to an .flv video - here's what i need and what I'm guessing I should do, but don't know how as yet:> I need to add mouse 'hotspots' to items in a video when the items appear. The hotspots would include external weblinks>> My guess is that I could add cuepoints to the flv which dynamically load mc's from the library - the mc's would need to be invisible until mouseover wherein they animate/reveal a list of links.
I want to use an flv, not embed video into the fl, as I need to utilise flv streaming.The mc mouseover would be bog standard stuff, but I just don't know how to call mc's from the library in an flv.
View 4 Replies
Jan 27, 2011
I'm creating sort of a game in Flash, which requires invisible hotspots changing their position in time, relative to the stage. The question is: can I simply keyframe the hotspot position and have it work, or is there something that I should consider?
View 5 Replies
Jun 15, 2007
im trying to do a dinamic link for my dinamic thumbs gallery. But i dont know how to propagate it. here is my function for my show next button PHP Code:
[Code]...
View 1 Replies
Mar 23, 2009
When my website loads I would like some objects to come up from the bottom of the screen, no matter what size the screen is.Does anyone know how to do this?
View 1 Replies
May 7, 2009
this post references the files listed at:i've implemented a dynamic text box that calls a txt file into it. it uses a scroller that i found a tutorial on:i've got everything working splendidly - everything EXCEPT the scrolling bar... as you can see, it scrolls up and down just fine, but doesn't control the text.i've pretty much exhausted my search through the actionscript to locate the problem and i can't find it.
View 1 Replies
Jun 5, 2009
I have 4 Mc's on the stage, and they have instance names 'mc1' - 'mc2' etc.The MC's have links in them (they are kind'a navigation items) and i need to change the functions of the 'rollOver, and mouseDown events', but keep the MC's the same.The MC's are referenced by instance name and given functions in the first few frames of he movie. for example
---------------
mc_1_0.onRollOver = function() {
if (_root.mc_1_0._currentFrame == 1) {
[code]...
Now, what i want achieve is to change the instance names of the MC's (mc_1_0 for example) so that when the user interacts with this MC on the stage, they are taken to locations of my choice (and the actions of another MC), by switching the instance names. IE, i want to change the instance name of 'mc_1_0' to 'mc_2_0' at runtime, BUT i want to do it with a variable from a .txt file.i would need to start with a script that looks for the MC with a certain instance name
-- look for instance mc_1_0, and then change the instance name to 'mc_2_0'
The effect would be that the user would instigate the same actions, regardless of which of the two MC's they rolled over.Maybe i could call the instances initially 'MC_1_Temp' and 'MC_2_Temp' etc: and then i would need a script to change them to 'mc_1_0' and 'mc_2_0' at runtime.SO in the text file i would need something like this
--------------------------
&MC_1_Temp_name=mc_1_0&
--------------------------
this way the behaviour of the MC on the stage wil take on the functions of another MC.should i be looking at something like this placed on the MC.....
onClipEvent(load){
//make this instance called - var = MC_1_Temp_name
}
View 3 Replies
Jul 22, 2009
saw various tutorials where dynamic fields had a motion teen effect. However If I tryto do the same, once I apply the motion tween the dynamic text becomes Graphic. How can I avoid this?
View 6 Replies
Sep 18, 2009
I have a dynamic text box that loads different external html files that scroll with buttons. When I load a new html file, it starts at the same point that the previous file was scrolled to. I need to reload the text box so that the new file starts at the top.
View 1 Replies
Feb 25, 2010
I had a form working fine at [URL] and then I edited something that made it screw up. I have been poring over the code but I can't figure out what I did wrong.look at the Contacts page and tell me if you can discern what would cause the lettering in the dynamic text boxes.
View 1 Replies
Nov 20, 2010
I have a dynamic text box with the instance name "output" and three buttons (btn_A, btn_B, btn_C). What I want is when you press a button the corresponding letter should appear in the text box. What I have so far is this:
Actionscript Code:
//btn_A:on (release) { ausgabe.text = "A";}
Works fine, but what do I have to do when I want to spell something, e.g. "ABC"?
View 4 Replies
May 8, 2009
this post references the files listed at:i've implemented a dynamic text box that calls a txt file into it. it uses a scroller that i found a tutorial on:i've got everything working splendidly - everything EXCEPT the scrolling bar... as you can see, it scrolls up and down just fine, but doesn't control the text.i've pretty much exhausted my search through the actionscript to locate the problem and i can't find it.
View 8 Replies
Jan 21, 2011
I am facing a problem with loading dynamic data through XML in Flash. I have 09 text fields which are taking data from XML file and if for example there are 05 News then rest of 04 input boxes displays "Undefined" in Flash at the front side. I am using following code which gives me Undefined error:
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
[code].....
View 1 Replies
Jun 3, 2011
dynamic text field, which displays a txt file.
If I hardcode the file name in the code, then it works fine. This is on the first frame of my movie, which holds the dynamic text field.
Code:
myData = new LoadVars();
myData.onLoad = function(success)
{
[Code]....
Is there a trick to defining url's for dynamic text fields? Because if I hardcode the path from the server, it works locally, but again not on the server..
View 2 Replies
Jan 5, 2012
I have searched and tried different things for hours now.It has been a while since I have used Flash and I can't seem to remember.I have a movie embedded and I am passing a variable to the root movie for it to play when the embedded movie is complete. I know the variable is getting passed because I am displaying the value in as dynamic text but the parent movie will not play. This is what I have:
stop();
row = 0;
if (row == 1) {[code]..........
I know there is a way to tell the parent movie to play from the embedded movie by using TellTarget but I would like to find out why this doesn't work.
View 1 Replies