ActionScript 2.0 :: Adding An Additional Separate Image To Gotoandlearn Carousel

Oct 28, 2009

I am trying to change a version of the gotoandlearn carousel to add an additional image that appears along with the first image when it's clicked on. I can get the movie clip to appear/disappear properly, but I can't get the photo to pull from the XML file and appear in the movie clip. I've tried everything and what I think should work doesn't. Here is my XML file and action script code: ("the2nd" is the movie instance, "image2" is the photo in the XML file that needs to appear).

XML file:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<icons>
<icon image="carouseldogs/icon1.jpg" image2="carouseldogs/icon1a.jpg"
tooltip="How we help"

[Code]....

View 0 Replies


Similar Posts:


ActionScript 2.0 :: Adaptation Of GotoandLearn Carousel With A 2nd Separate Image?

Jan 31, 2010

I am trying to change a version of the gotoandlearn carousel to add an additional image that appears along with the first image when it's clicked on. I can get the additional image movie clip to appear/disappear properly, and can get ONE image to pull from the XML file and appear in the movie clip. However, it's not pulling in all the photos - just the same one each time. Here is my XML file and action script code: ("the2nd" is the movie instance, "image2" holds the photos in the XML file that need to appear). Adding these lines either load the same image over and over, or all the images and the carousel stops. Can someone tell me how to get it to the correct photo from the XML file when the first photo is clicked on? What am I doing wrong?.

home.the2nd.loadMovie(nodes[i].attributes.image2);//this line alone works 1 pic the2nd = home.attachMovie("item","item"+i,i+1);//loads all pics but stops carousel

XML file:

Code:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<icons>[code]..............

View 0 Replies

Actionscript 2.0 :: Add Extra Separate Image To Carousel?

Nov 19, 2009

I am trying to adapt the gotoandlearn carousel to fit a dog rescue's needs and learn something in the process. What they want is for a 2nd image to load when the first is clicked on. (so it zooms up and a 2nd image loads that is also contained in the XML file).I was able to get the 2nd image's instance to appear and disappear properly, but I can't seem to get anything to load into it no matter what I do[URL]

View 11 Replies

ActionScript 2.0 :: Adding Separate Image From XML

Dec 2, 2009

I am trying to add a separate image in the background of a carousel...when a carousel image is clicked on, it moves back and the new image appears with it - but nothing loads in the new image. I thought this would be how to do it, but it's not working...what am I doing wrong? here is what it looks like so far: [URL]

[Code]....

View 2 Replies

ActionScript 2.0 :: CS3 - Pageflip Assistance With Adding Additional Page?

Nov 14, 2008

I'm running in to a problem where I've added additional pages (20+ pages in total) and everything after page 16 is transparent.

//pageflip version 2.02 (200405031400)
//
//(for the latest version, always check at http:url....)
//
//this code is written by Macc 2004.05.03[code].....

View 1 Replies

Actionscript 2.0 :: 3D Carousel Adding Button

Jul 26, 2010

I'm not very good in as or flash, but I'm learning. What seems to be a problem with that 3D carousel is:I would like to add close button when you want to go back to carousel after you click on carousel element (but it doesn't work as I would like to). The problem is that when I click on my button it returns to carousel, but carousel doesn't spin and also the last clicked element it's out of position. What I did is I'm calling the function unReleased which is working perfectlly when you clicked on the carousel element.[code]

View 4 Replies

ActionScript 2.0 :: Adding To The Dynamic 3d Carousel?

Nov 8, 2007

i just ran through the '3d carousel' tutorial i would like to do/add.

here are a few things i would like to add to this code below:

- Different colour panel containers, so somehow i would need to edit the attachMovie with a tint on the mc or maybe load in a another mc?

- Each mc to be clickable.

- A unique link for each items

- The rotating animation to only occur when the mouse is in actual flash movie, so once out of the active area the rotation from the mouse x position to stop.

Also i was aware that GotoAndPlay tutorials have a xml version of the tutorial that can import links/images/ descriptions but for this particular task i cannot have any external files, so it's all got to be within this one file.

View 4 Replies

ActionScript 1/2 :: Adding A Html Link To A Carousel?

Apr 8, 2009

i have followed a tutorial to build a flash craousel and have had no problems in building that.  i wanted to add a html link to a section of the carousel but everything i have tried up to now has failed.  All the information is passed through to the carousel from an xml file and everything works fine except for the link.

i have slightly modified the tutorial so i have an extra box on the information page which holds the web address for the site they are looking at in the portfolio.  i have the address showing up but i cannot use the text as a link. the box that i am putting it in is a dynamic text box which has been set up with the following settings

[Code]...

View 4 Replies

ActionScript 3.0 :: Adding Links To Flash Carousel Through XML?

Aug 2, 2009

I have a nice Flash Carousel gallery and it fed from a n xml file. I am trying insert links to give an option to a reader to go an external website to read more about the given subject. I am new to actionscript, and all my trying and all my trying failed so far.Here is the script for this section:

xml.onLoad = function() {
var nodes = this.firstChild.childNodes;
numOfItems = nodes.length;
//this counts the amunt of items listed in the xml document (numOfItems);

[code]....

View 0 Replies

Adding URL Link To XML File Of Carousel Tutorial

Oct 27, 2008

I am using the Carousel application as designed in the 3 part tutorial. My question that i can't find an answer to online is how to add a URL link in the description text that shows when an icon is clicked.

View 3 Replies

Professional :: Adding New Items To Existing Carousel Causes Sequence To Restart

Jul 18, 2011

My company recently contracted an outside web developer to create our new website. I have some experience with Flash, but not beyond basic timeline controls. I've been given the task to update the flash element that has a horizontal carousel. Inside, there's three series, each with 6 buttons. The controls are a left and right arrow button on either side. I added a new button into the series and moved each of the series so they no longer ovrlapped.The carousel should just rotate through continuously, but it returns to the start after 6 clicks. Please let me know if there is any other materials I need to provide. Did adding in another button change the positions in the code? If so, what do I need to do to fix it?

[Code]...

View 1 Replies

ActionScript 3.0 :: PV3D: When Adding Text3D To Planes In A Carousel The Rotaion Slows To A Crawl?

Jan 13, 2010

I have added 2 text3D textfields for each plane that gets rendered via xml.Everything works fine, yet as more planes get added via xml the carousel slows down considerably.If I remove the text3D fields the carousel rotates very smooth and at normal speed. Is this just a limitation of text3D in Papervision3D or is there a way to optimize this better? Yes, smooth is set to false and images have been optimized.

View 1 Replies

Adding To Stage When Separate Classes Are Used

Jul 21, 2011

I am having is trying to add objects to stage. At the moment I can not put anything onto the stage unless it is in my Main document class (Main). How would I add to stage in my player class and bullet class?

Code:
package game{
import flash.display.*;
public class Main extends MovieClip{

[Code].....

View 2 Replies

Can't Download Video On GotoAndLearn

May 11, 2009

I can't download the video "Flash, HTML, and CSS" on gotoAndLearn website. The error is "The requested URL /404.html was not found on this server."

View 1 Replies

ActionScript 2.0 :: Adding Separate Actions To A DuplicateMovieClip Button(s)?

Dec 9, 2009

how to add seperate actions to a button group that is duplicated to create 2 buttons from one...this is the code which takes the movie to another frame - i have to load one of two movies depending on which button is clicked, but either button only goes to the same frame...:

Code:

stop();
import mx.transitions.Tween;
import mx.transitions.easing.*;

[code]....

View 1 Replies

Custom Video Player By GotoAndLearn?

Jan 20, 2009

i did the Video Basic Tutorials and the XML Playlist, because this was a chance to insert more than one videos. Altouhgh, i customized the skin of the Videoplayer.

When i'm finished, the videoplayer shoud look like this:

Okay, so i took the functions shown in the tutorial. So i've got an XML-Playlist, play/pause button, replay button, mute button.

But as you see in the screenshot there should be some more

First of all i want to stop the "Autoplay-system" and "Autoreplay-System". I want to show the preview-picture and if i klick on "play" i want the TV to start. If one video is finished, there should be the "screenshot" again.

Screenshots -> Because i want to use the player with a lot of movies, i want to write down screenshots next to the videourl (XML Datei), something like this

Code: Select all<?xml version="1.0" encoding="ISO-8859-1"?>
<videos>
<video url="videos/rundengewinner08.flv" desc="Giga Homepage Award Runde 8" thumb="preview.jpg" />
</videos>

Than there are some "Arrowkeys" like this », so i want to switch between the screenshots to choose your video. Because i want this as "navigation", i don't need the Playlist next to the player (if i delete the layer i cannot use the player anymore).

Third: I would love the "minutes"-display (shown on the screenshot).

View 3 Replies

Flash :: Combining Two Points And Returning Not Working, But Adding X / Y Vectors Separate Is?

Dec 25, 2010

I'm trying to calculate an X/Y vector (calling it angle here) in code. Don't know hot to do static methods yet, so I'm doing the following in my class:

[Code]...

View 2 Replies

ActionScript 3.0 :: Making An Image Carousel

Mar 27, 2009

[URL] On this site it has this Image Carousel controlled by moving my mouse side to side, is there a flash component, or some flash script i could use/buy?

View 1 Replies

ActionScript 3.0 :: Xml Image Carousel Errors?

Jan 29, 2010

Originally Posted by panel1. locally path is relative to swf file, but on the web flash is relative to page containing flash.2. You can use some local proxy to review http requests (you'll know what is the exact url fore the file flash try to loadI placed all the files in the same directory instead and changed the xml/script to call everything in the same dir as well. It's easier that way since I'm making multiple flash files like this.Only problem I have now is locally the position is fine but on the web the animation is off the screen. I want to make this animation appear in a larger file which contains other animations. How would I change it to appear in a specific position width and height in the file?

View 2 Replies

ActionScript 2.0 :: XML - Create A Image Carousel

Jan 13, 2011

How difficult would it be to create a Image carousel like the one in this example: [URL] Could anyone lead me in the right direction?

View 5 Replies

Carousel - Image Instead Of Text Upon Rollover?

Aug 22, 2008

I watched all 3 Carousel tutorials but can not figure out how to use an image instead of dynamic text for the rollover bubble that appears above each icon.

View 3 Replies

Actionscript 3.0 :: 3D Carousel And Image Displays

Aug 4, 2009

I have been working with the 3D Carousel template on the Flashmo site but instead of the description text, I would rather like to display images. Does anybody know how to do this.

View 3 Replies

ActionScript 3.0 :: Create A Dynamic Image Carousel

Jul 7, 2009

i want to create a dynamic image carousel like the below link / atleast send the link like the same carousel. [URL]

View 1 Replies

ActionScript 3.0 :: Carousel Hidden Behind Of Image Background?

Mar 2, 2011

I'm new to actionscript 3.0. I'm facing a problem on my flash file that I created. I did a carousel through scripting but the carousel was hidden behind a background image that i added on one of the layer. What can be the problem for the carousel to be hidden behind the background image?here is the code for the carousel:

const NUMBER_OF_ITEMS:uint = 8;
var menuItems:Array = new Array();
var txtArray:Array = ["Pop/Rock", "Hip Hop", "Electrónica", "Jazz", "Ambient", "Folk",

[code].....

View 1 Replies

Actionscript 2.0 :: Image Change In Flash Carousel?

Jan 20, 2009

I'm trying to edit a basic flash carousel which I made from online tutorials. The carousel has 5 smiling images(as buttons) rotating as normal and when you hover over an image, it changes to an angry face. Now what i'm trying to do is, when the images reach the 5 to 7 o'clock position it changes to the hover image automatically.

Code: Select allvar numOfBalls:Number = 5;
var radiusX:Number = 350;
var radiusY:Number = 160;

[Code]....

View 4 Replies

ActionScript 2.0 :: Image - Position The Carousel In A Certain Area Of The Movie

Feb 1, 2010

I got this script for an xml controlled image carousel. It works really well, I just need to tweak it a bit to get it to work the way I want. I want to position the carousel in a certain area of the movie. The only parameter that I see to control where it's positioned is "var floor:Number = 20;" but this only controls the vertical position. I need to control the horizontal position, right now it's just centered. I see "xpos3D" but don't know what to make of it.

I also want to keep it from showing up outside of the frames I want it to appear. Right now when I put the script in the movie it shows up in every frame. How do I get it appear only in certain frames of the movie? When i put "stop();" at the end of the keyframe it still shows in the frames after it. The last thing I need is to position the animation on top of other layers. Right now it appears below all other layers in the movie. I don't know what parts to modify to accomplish this so of course I don't know what parts to post, which is why I'm posting the whole thing.

[Code]...

View 1 Replies

Actionscript 2.0 :: Carousel - Increase The Dimension Of The Image When Over It With The Mouse

Feb 3, 2009

I'm customizing the carousel flash gallery for my site. i would to encrase the dimension of the image when i'm over it with the mouse.

[Code]...

View 2 Replies

Actionscript 2.0 :: Modifying Carousel With Added Image Gallery?

Aug 2, 2009

I'm currently trying to add an image galley, something like this [URL] into into the carousel from gotoandlearn [URL]. What I'm trying to achieve is, every icon would have its own image gallery with different images beside it.

AS2 CAROUSEL WITH IMAGE GALLERY
Code: Select allimport mx.utils.Delegate;
import mx.transitions.Tween;
import mx.transitions.easing.*;

[Code].....

View 1 Replies

ActionScript 2.0 :: Use Flashmo Carousel 057 - Fixed Image Size?

Apr 29, 2008

I use flashmo carousel 057.But all loaded pictures orginal size.How to fixed(100x75) or any image size view ? http:[url].....


Code:
// Code Credit: Lee Brimelow
// Tutorial Reference URL: www.gotoandlearn.com
// Modified by www.flashmo.com[code].....

View 1 Replies

ActionScript 3.0 :: Creating Carousel Gallery - Each Image Accompanied By URL

Mar 22, 2009

Here is the scenario... I am attempting to create a carousel image gallery each image is accompanied by a url that when pressed will take the viewer to an external website. I am pulling this information from an xml document "images.xml". I am using a dynamic textfield with an instance name "links" to hold the urls. The problem is the URLs are not changing when I selected a new image. How can I make it so that when a user clicks on image1 for example they'll get "View Google" and when they click on image2 they'll get "View YouTube" etc?

Here is my XML:
<?xml version="1.0" encoding="UTF-8"?>
<images><image src="img/Layer-1.png" />
<urltxt><a href="[URL]">Cops</a></urltxt>
<image src="img/Layer-2.png" />
<urltxt><a href="[URL]">Dogs</a></urltxt>
[Code] .....

View 3 Replies







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