ActionScript 2.0 :: Amend The Photogallery Tutorial Using XML On Kirupa

Sep 28, 2004

I've just tried to ammend the photogallery tutorial using XML on Kirupa... [URL] I have uploaded a test file above... the first 3 images.. i have changed the link in the xml document to my own... but they are not loading in.. heres the changes i have made to the xml document....

[Code]....

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Modifying PhotoGallery From Kirupa?

Sep 1, 2003

Trying to get my head around all of the variables, functions, etc. Anyway, I want to modify the Kirupa photo gallery AS <http:[url].... to have my movie go to another movie or scene after the images have been viewed one time instead of playing through the array over and over. Printing out the AS and going through my references I am getting an understanding of what things are doing.

View 8 Replies

ActionScript 2.0 :: Photogallery+thumbnail Tutorial Related?

Apr 5, 2007

I have a question regarding the photogallery tutorial on this site. Currently, all tutorials related to it (including adding of thumbnails) is written in such a manner that they assume all photos would be of equal size ie 300x200.

However, I do not have any such luxory and am stuck as I am not able to get it to work here.

The code is more or less related to the following We are doing a picture.loadMovie() to load the external jpeg.

Now, how do we make sure it's always in the center and has maxWidth as 300 and maxHeight as 200? ie, if width > 300 then width = 300 and height = proportionate to 200
and so on?

I am not able to capture the height and width of the "picture"

[Code]...

View 1 Replies

ActionScript 2.0 :: Modifying A Kirupa Tutorial

Jun 21, 2006

modify this tutorial ([URL]) so that it does this: one of the external swf's has a button in it that loads another external swf in a different area of the stage, so now there would be 2 external swf's displayed on stage. Then, when one of the main buttons is clicked, the exit animation of the 2nd swf is played, then the exit animation of the 1st swf is played, then the new external swf is loaded in the same spot that the 1st one was.

View 2 Replies

ActionScript 2.0 :: Kirupa's PHP Socket Tutorial?

Oct 6, 2006

Will this tutorial work on servers like this? I read through the tutorial and the author links to his own socket server. Do we have to pay big bucks for our own socket server or can a regular cheap host's server be converted to one?

View 9 Replies

ActionScript 2.0 :: Regarding XML Guestbook Tutorial On Kirupa?

Aug 19, 2011

I have incorporated the following XML guestbook on my site and it works like a charm since its inclusion on my site

[URL]

How to send a mail to me when anyone adds a message on the guestbook ?I guess it is possible as whenever one xml object is send to the php file for processing by sendAndLoad function , it can also send a mail via php .....the code that sends xml data to php in this actionscript is

Code:
myXML.sendAndLoad("processXML.php", receiverXML);

can some code be added in the processXML.php which also sends a mail vial "mail" function in php ?

View 2 Replies

ActionScript 2.0 :: Kirupa Scrolling Text Tutorial?

Aug 24, 2004

Scrolling Dynamically Loaded Text Tutorial[URL]..Best I've come across I can edit the scrollTrack-mc, but I need to edit the scrollpane window itself to change it's b/g colour ( always white ) or more importantly to make it transparent Somebody

View 1 Replies

ActionScript 2.0 :: Adapted Kirupa Xml Slideshow Tutorial

May 9, 2007

I have adapted the kirupa xml slideshow tutorial.However I would like to create a up and down buttons that jog the thumbnails + or - 3 thumb images either way.Is this a case of creating an on (release) action that tells the slider to advance a specified distance??[code]

View 2 Replies

ActionScript 2.0 :: Hover Caption Tutorial On Kirupa

Aug 3, 2011

My query is in respect to the tutorial posted on kirupa : [URL] Now :

1) If I want to add a line of caption ,the moviclip expands in a horizontal manner. So , if I write a big description , the caption movieclip occupies whole stage width. How can i make this movieclip exapand in a vertical fashion after a fixed no. of characters

2) Suppose a button which is inside a movieclip has been applied this function , the button action doesnt work !!!! only the hover caption appears. ( specifically the button on(release) action ) !! What is the possible solution.

View 14 Replies

ActionScript 2.0 :: Dynamic Scrolling Text Box Using Kirupa Tutorial

Dec 23, 2003

I've created a dynamic scrolling text box using the kirupa tutorial. It's the tutorial that uses self-made buttons to scroll up and down. In my movie I've got 7 buttons, when one is pressed I want to display different text in the text box. I have it working by loading text from .txt files but it is slow and does not allow me to format the text as I would like. What I'm thinking of doing is creating 7 keyframes on the timeline of the scrollable text. Then in each frame have the different text that I want displayed. When I click on a button it would go to one of those frames thus displaying the corresponding text. I can't get it to work. I've changed the text box to a static text box. I can't get it to move the playhead to the next frame in the text movie clip which the scrollable text box resides in.

View 2 Replies

ActionScript 2.0 :: Editing Random Movement Tutorial On Kirupa

Mar 29, 2006

I have a movieclip with a grid of 9 squares (3x3) what i would like to do is have each square move either on the x or y axis into a position of another square (like one of those puzzles where you move the tiles around to form a picture...) a random square in a random direction at random intervals.I have tried editing the random movement tutorial on Kirupa, but i cannot get the effect i need.url...

View 2 Replies

ActionScript 2.0 :: Stopping Auto-slideshow After One Run Through (Kirupa Tutorial)?

Aug 1, 2007

I'm using the Kirupa tutorial of the xml auto slideshow. I need it to stop after it runs through all the images one time.How should I modify the code below in order to do that

delay = 3000;
//-----------------------
function loadXML(loaded) {

[code].....

View 3 Replies

ActionScript 2.0 :: Putting Progress Bar Loading Animation In This Kirupa Tutorial?

Apr 4, 2004

[URL]i'm in the midst of extending/modifying this tutorial.... i understand the transition mc is the loading animation.... however i want to put a progress bar.. how do i achieve that..?

View 1 Replies

ActionScript 3.0 :: Flash - Generate An Isometric Grid Via Code Using Kirupa's Tutorial

Apr 8, 2011

I'm trying to generate an isometric grid via code using kirupa's tutorial but it's not quite working correctly as I'm trying to convert it. I am trying to generate a 5 x 5 grid with a unique coordinate to each square, but I can only get a row to form with the coordinates showing x = 5 and y = 5 for each square of the single row. There is also an unclickable square in the corner. Here is my code:

[Code]...

View 2 Replies

ActionScript 3.0 :: Call A Function Back In The PhotoGallery Class To Start Setting Up The PhotoGallery

Mar 18, 2011

I am developing a photo gallery using an XML file as the structure. As the document class I have a class called PhotoGallery:-

[Code]...

Once the parsing is finished here I want to call a function back in the PhotoGallery class to start setting up the PhotoGallery. Is this possible, or am I even going about this in the right way? I am not sure I am using classes in the correct

View 4 Replies

IDE :: Adapting Kirupa's "Adding Thumbnails" Tutorial (MX 2004) Into Just Plain Old MX?

Jan 11, 2009

continue the success with incorporating the scrolling thumbnails feature to my current galleries.I have done my best to incorporate the code from Kirupa's "Adding Thumbnails" tutorial to my site, but have a feeling the loader class is only MX 2004 and on, and I'm using plain old MX. I have absolutely no thumbnails showing up at all.

PS I also found two discrepancies in the tutorial:

1. Initial code to be pasted has a line such as this:

Code:
target_mc._x = hit_left._x+(eval("thumbnail_mc.t"+k)._width+5)*k;

and later in the tutorial that same code is treated as this:

Code:
target_mc._x = hit_left._x+(target_mc._width+5)*k;

2. Initial code to be pasted has a line such as this:

Code:
}else if ((_root._xmouse<=40) && (thumbnail_mc.hitTest(hit_left))){

but later in the tutorial when it's broken down it's listed as this:

Code:
}else if ((_root._xmouse<=(hit_left._x+40)) && (thumbnail_mc.hitTest(hit_left))) {

It's very difficult to test all possible variations in this, but I think I have, as there were 4 possible combinations since 2 lines of code varied. But none of them worked. Either way, would be good to know which users should be using. A little help in identifying: "snowThumbMC" is the name of my empty movie clip instance on my stage, in which I should be loading all of the thumbnails.

1. Is "target_mc" the name of an actual movie clip I should have on the stage somewhere? Or is it simply an empty one created via code to hold info?? I'm trying to figure out what exactly "target_mc" refers to.

2. Is "pictureValue" an actual value of a variable named "picture"? If so, should I have this variable on stage somewhere? I'm just not sure by reading the code (since I can't properly read it) what exactly "picture" refers to.

Code:
function thumbNailScroller() {
// thumbnail code!
this.createEmptyMovieClip("tscroller", 1000);
scroll_speed = 10;

[code].....

View 4 Replies

ActionScript 2.0 :: "Adding Thumbnails" Kirupa Tutorial - Import Transparent Gifs Via Swfs

Jul 14, 2005

This tutorial found on: [URL] Is extension of: [URL] The problem manifests itself when I substitute .jpg thumbnail with .swf one. (I need this because i need transparent thumbs, so i needed to import transparent gifs via swfs - i used [URL] to convert gifs to swfs if someone is interested - It is released under the GPL. ) XML is parsed ok, and the thumbnail is visible with other .jpg thumbnails. The problem is that it is not "alive": Clicking on it doesn't change the main image, hovering doesn't change its alpha:

[Code]...

View 2 Replies

IDE :: Resizing_Centering Kirupa Tutorial - Source File Won't Open - Get The Message "failed To Open Document"?

Nov 3, 2009

I'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".

View 3 Replies

ActionScript 2.0 :: Variable With Movieclip Event - When Click On A Movie Clip The Scores Will Amend Only Once

Jun 28, 2009

I'm trying to create a little game in with AS2 that makes the user hit targets. When a target has been hit, the scores amend accordingly (1 point is added to the score). Some of these targets are static, so I have made them buttons. Others are supposed to be moving around the stage, so they're movie clips. Now, with the buttons, my script works beautifully: The scores amend every time I release the button, just as I want them to. I have tried making the movie clips perform the same actions and have succeeded partly, BUT:

1) When I click on a movie clip, the scores will amend only once (i.e. the first time I click on the clip). No matter how many more times I consecutively click on it, nothing happens. It only changes the scores again when I click on another button or other item on the stage and then go back and click on the mc. But I want the movie clip to react the same as the buttons, i.e. add 1 point every time I click on it. (Consecutive clicks = points added consecutively according to number of clicks)

2) When I try to go from the button to the movie clip and then back to the button, the scores should amend automatically with EVERY click. But what happens is, for instance: I click on the movie clip and +1 is added to the score. Then I click on a button - and actually, what it should do is add another +1 as soon as I go and click on that button. But it doesn't. It does not react when I switch from clicking on mc to clicking on button. After having clicked on the mc, I have to click on the button *two* times in order to make it work, because it will not react upon the first click.

[Code]...

View 4 Replies

ActionScript 2.0 :: Perspective In Flash MX (tutorial) - Duplicate A Movie Clip Symbol In The Second Tutorial

Mar 22, 2005

I sent an email to pom regarding a tutorial that he wrote, but the email was bounced and he hasn't replied to my PM. I have followed both of pom's tutorials that involve experiments with perspective in Flash, but I have encountered a problem while attempting to duplicate a movie clip symbol in the second tutorial ([URL]). I have a single instance of the "ball" movie clip symbol appearing at random positions. However, I cannot seem to successfully duplicate the symbol instance at random positions using the loop that pom provided:

[Code]....

View 10 Replies

Professional :: Zoom Into Small Content For Readability Tutorial Or Magnifying Glass Tool Tutorial?

Aug 11, 2010

I have built a catalog in flash that was orginally built in InDesign and exported but it has some small content that is hard to read for the elderly users viewing it and I would like to add a zoom feature or some type of magnifying glass.

View 1 Replies

ActionScript 2.0 :: Tutorial Called Senocular's 3D Car Race Tutorial?

Jul 27, 2005

I am looking for a tutorial called Senocular's 3D car race tutorial

View 1 Replies

ActionScript 2.0 :: Photo Gallery Tutorial With Thumbnails Tutorial

Feb 28, 2006

original: I really just need to figure out how to center the pictures. here is what I did I have modified the tutorial that I finished to have a bigger stage for bigger pictures. Everything is working properly but the pictures are displayed on the left side, I want to have them centered in the stage for the images, after clicking on the thumbnails, plus my images are different sizes as well. ranging from 200x410 to 744x410 but all are the same height of 410. i will post up what I am talking about at the end. I believe it is something within either the action script or the xml coding that allows the position of the image to be differently? please help here is what i am talking about[URL] Continued: Here is my coding in action script:

[Code]....

View 4 Replies

ActionScript 2.0 :: Photogallery: Get Big Pic To Have URL?

Mar 15, 2007

I am trying to get the scrolling photogallery to have a url that when they click on a big picture it will take them to another page. So far, I can create the link but when I click on it ALL the urls come up.On the link movie clip, I've assigned:

(symbol on layer in Scene 1)
onClipEvent (enterFrame) {
this.onRelease = function() {
getURL(this._parent.link, "_self");

[code]....

View 5 Replies

ActionScript 2.0 :: Photogallery XML With HTMLtags?

Mar 24, 2006

I'm building a photo gallery with XML and Flash. But want the XML data file to include HTML tags. Like <br> or <font> tags

current XML data (partial)
<gallery>
<image title="KYOTO was the title of Roland's photo exhibition at the Gallery of the

[code].....

View 7 Replies

ActionScript 2.0 :: Looking For Tween Photogallery?

May 16, 2007

I stumbled across a website one time that had source files for AS tweening. I can't remember what it was and, of course, i can't find it again.

Anywho, I want to use an AS photo gallery on my portfolio...perfect example is on a-nt.com (anthony ludlow's portfolio).

View 1 Replies

IDE :: Add A Stop Button To The First Photogallery?

Feb 6, 2009

add a stop button to the first photogallery?

View 1 Replies

ActionScript 3.0 :: Free Download Ref Of 3D PhotoGallery?

May 10, 2010

Can u give me some  free download ref of 3D photoGallery.

View 1 Replies

Professional :: Create Photogallery In Flash?

Apr 20, 2011

stop();btn1.addEventListener(MouseEvent.CLICK,play1);function play1(event:MouseEvent):void{gotoAndStop ("fl1")}btn2.addEventListener(MouseEvent.CLICK,play2);function[code]...

This is the code I've got from net 2 create photogallery in flash using ActionScript3.0. but I don't have that version on my pc. I've  macromedia flash 8.So,I've used the same code in macromedia flash8.but it has given me errors like mouseevnt can't be loaded.

View 3 Replies

ActionScript 3.0 ::approch To Make A Three Photogallery?

Dec 14, 2009

I am new in as3, I am trying to build a photo gallery , can anyone tell me what it the best approach to make a photo gallery with three different categories let say:

1-cats
2-dogs
3-human

should I do it with different frame lables for each ? should I do it with different external swf file for each? or should I make different movieclips and keep them in the library and then call them?

I am teaching my slef and I am pretty confused, by the way I just realized that controlling external swf files is kinda hard you can't easily tell them gotoandplay , I ma struggling with it for 3 days, but yet I am not sure it's the best way?

View 0 Replies







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