ActionScript 3.0 :: XML For Interactive Slideshow?
Sep 14, 2009
I have an interactive slideshow that I need to do which display pictures. Upon hitting the "next" or "previous" button one pictures needs to slide off to the left with motion blur and easing while the next one comes on from the right.
Sounds simple enough right!
As far as I have been able to find out, the best way to do this would be using XML. I have looked at a ton of tutorials on xml for AS3 and I can't seem to adapt them to match what I am trying to do. There seems to be so many different ways that one can go about loading xml and all of them are different so I don't see how to make the different tutorials integrate into what I need. I found tutorials that do pictures and text, or just text, or pictures that go automatically but not with buttons etc - and what I need is just pictures with buttons and motion easing (which I can probably figure out once I learn how to load the xml pics and get them moving with buttons).
I was not expecting to get some code that I could just copy and paste but I have not been able to figure out to adjust the code to fit what I need.
I am doing the AS in an .as file and I am trying not to put any AS in the fla document because this slideshow is just one section of a bigger framework.
I am pretty new to flash but I am kind of getting the hang of things. I am trying to create a interactive slideshow in flash that will not end up on the web. These are three quick questions I currently have. Thanks for any help you can provide
1. Let's say I have an icon of a person in my flash file, how can I make it so that when my moves rolls over the person a thinking bubble appears and when it rolls off the bubble disappears?
2. If I have a small image of a page version of a .pdf file in my flash file, how can I make it so that when the little .pdf page icon is click the .pdf file is launched?
3. I understand how to create a square button over text and mess with its up/down/over/click settings, but I am wondering how I can do something like change the color of the text when it is clicked or when the mouse is over it? Right now I only know how to change the color of the square button.
What I try to make in Flash is some kind of interactive slideshow, with .swf files instead of static images. I want to have kind of control pannel with buttons numbered from 1 to n, always visible at the front layer. In the background, there will be swf files that change, for example, every 30 seconds. And each change consists of fade in and fade out effect of the swf container (and so the loaded swf file itself). During the swf changes, the buttons should change too by switching their states from 0 to 1 and so on. User should be able to skip to any frame he wants by clicking the corresponding button.This is the code I already have:
I am a multimedia student and I want to create an interactive slide show to put in the Portfolio section of my web site. How would I do that? Would it be easier to do in Dreamweaver CS5 or create in After effects then import in Dreamweaver? I have never done slideshows. What I want; is a slide show of my work to scroll on the screen, when the person hovers their mouse over the picture from left to right, the slideshow moves, when you click on a specific image, you are able to see the image in a bigger size.
I am using this code to control a sort of interactive slideshow. I have an array which contains framelabels and when you press a button it moves on to the next framelabel
[Code]...
to stop it. But i really need the fade in and out effect because the visual transition is gradual and the sound transition isn't.
I need to create an interactive slideshow where the each image automatically slides to the left every 10 seconds. There should also be the option of clicking a button to move both back and forth as well.
I have created a pie preloader(preloader.zip) which is working fine. Same preloader I am trying to incorporate in a xml based slideshow(slideshow.zip) to show image loading process but some how I got stuck. I am new to flash. Suggestions are welcome.
1. How to solve the problem of preloader2. Is it possible to integrate everything in a movie clip (including AS). I mean no AS on main time line but inside the movie clip. It would be much easier then to to create multiple slideshows by duplicating mc and changing the xml file.
i have a question about text in a slideshow. i know how to make a basic photo slideshow with external images. but now what i want to do is add 4-5 paragraphs of text next to each photo (with possible scrolling). the text will be different on each photo.
I have been creating a gallery for a client that changes preview images in response to thumbnail images being clicked, I have the basics working but now my client wants further interaction in some of the previews that include using buttons on the preview images that either open a web page in a new window or switch between more preview images. The problem is the new buttons that appear are embedded on the initial preview images (which are set as movies), and for some reason the interaction that has been added to these movies is stopped when run in another movie. Sorry if that sounds complicated!
I'm trying to make an interactive map, whitch the size is 2880 - 2090, and the problem is the zoom in and out, I Want it to start with the magnification of 60%?
I'm trying to make an interactive map and how to make it so that when each button is clicked, it is pushed in front of the other buttons so that it covers them.
I have been creating a gallery for a client that changes preview images in response to thumbnail images being clicked, I have the basics working but now my client wants further interaction in some of the previews that include using buttons on the preview images that either open a web page in a new window or switch between more preview images. The problem is the new buttons that appear are embedded on the initial preview images (which are set as movies), and for some reason the interaction that has been added to these movies is stopped when run in another movie.
You can see how far I have got by visiting the test site here: [url]
If you look at the gallery here and click on the item titled VIACOM, a window will open On the bottom left hand side of the window you will see 4 thumbnail boxes that switch between the preview images on the right. The second preview image has the numbers 1 to 4 on the bottom of it. These numbers are buttons and are set to switch to more preview images, but sadly it's not working.
If you are interested in seeing whats going on more clearly I have uploaded an FLA of that section: [url]
I am not exactly new to Flash in that I can do several things with it. However, I am not anywhere near expert status. I am working on an interactive map of a college campus for my employer. I am employing buttons that, when moused over, display a large image of each campus building. The question is this: is there a way to also have maybe an actionscript that would center that image automatically?
In other words, if the building I want to show is on the right hand side of an internet explorer window and I mouse over it, is there a way to have the map auto scroll the window to center the image that pops up on mouse over?
I'm doing a project in flash. What I'm trying to do is have an interactive map and have key locations you can click to view a popup and using xml call in data such as thumbnails, images and information. I've also created a scroller so when you click the arrows the map scrolls left to right except I want to make it so that when you click the arrow right for example when the map gets to the far right edge the arrow greys out (to signify that you can no longer move to the right) It's complicated to explain so here's the assets in a zip file: [URL]
I'm planning on making an interactive coloring book for a project and was looking around. I see the tutorials that are around but those are mainly click and fill in an area type of coloring books. I was wondering if anyone can point me to a tutorial that will teach me how to make a coloring book that lets the user pick up a color (a red crayon for example) and scribble in the color him/herself.
create a draggable interactive map using CS3 and using actionscript 2.1. We are creating an application for a touch screen device and we must provide a draggable map which contains 'hotspots' which when clicked provide additional information (text and pictures).
I need clickable buttons that stay in the same relative position over the map so that when it is dragged the buttons move with the map. (sorry if that sounds confusing) At present I can only get a static button working which stays in the same position and the map moves independently.
I've just started a new job, and I have the opportunity to do some work with Flash CS5 - I've never used Flash before and I'm excited to be learning new stuff! I have been tasked with creating an interactive thing... well, how 'bout I just show you
I've built it in Photoshop, but I need to make it come to life. The user should be able to grab the slider and drag it left or right and for the numbers to change appropriately. I don't even know enough about Flash to know what keywords to search to find a tutorial that'll show me how to do something similar!
Let me start off by saying that I work for a PR agency that designs all the marketing materials (including websites) for the clients. I'm very new to Flash development. I've never really used it before this project, but it's the company's biggest client, and his happiness is worth 80 grand. The project I'm talking about is a simple locator map that shows coverage areas of each sales rep. The page is located here: [URL]
I have an animation that I want to keep buttons active at the end.
I don't want it to loop, because there's an intro and I don't want the intro to keep playing, so I unclicked Loop in Publish Settings. The intro plays for several frames...then it stops on the last frame. The movies continue to loop, but my button becomes inactive. It's active during the intro, but then stops on the last frame when the animation stops.
I've tried nexting the button inside a movie, but that didn't work either.
I'm figgerin that I need to not let the animation end, but somehow loop on the last frame instead. I'm sure there's an ActionScript for it, but I've been searching and trying different ones, and I have no idea which one to use or how to make it do what I need it to.
What am I doing wrong? When loaded to the server, the swf file works as intended: [Url] But, when embedded in html document, the movie plays but the buttons aren't interactive: [Url]
I am trying to find a way to create an interactive brochure with page curls, hyperlinks, printable, etc. Is this possible using Adobe software?I thought it would be something you would create in Flash or Fireworks, but can't seem to find any info on it. I know you can create a primitive one in Indesign to a certain extent, but I am looking to add more that that to it.
Also, I created an interactive brochure from Indesign, but the file is about 6MB and loads very slow on the web.
i want to create a map that can read data that come from access or excel (as data source) and reflect on the map the data source include jobs being done on different places on that area and highlight what and where are the current jobs being done.and all . basically , data source actions converted on the map ?
I've created an interactive map with filters for the map points using if/else visible statements.
The problem is that some of the points belong to more than one filter (i.e., health, education related, etc.). So the filters act properly when selected and deselected one at a time but don't show the proper map points if more than one filter is selected.
Hi, I am building a cryptex( the dial device from Da Vinci Code)(See attached image) I built a 3D version and I want the user to be able to turn the dials and when they release, it triggers an action. There are two ways I am considering, but not sure which is easier considering I am a beginner to actionscript:
1.) I can render out small movies of each dial turning 360 degrees, but would it be possible for the user to drag the dial and cycle through the keyframes of the clip? I saw an example of using a slider to cycle through keyframes but don't know if this is possible.
2.) The dials were built and animated in flash. (Though I am unsure if this can be done without some 3D Flash plugin, which I don't have)
Any thought or tutorials that relate to this would be greatly appreciated. I looked for slot machine tutorials, since it has similar dials but had no luck. Thanks
I need to build an "interactive floorplan" for a shopping centre (or two). Many shopping centre websites already have this (eg Bluewater in the UK). Traditionally, the way to build such a floorplan / map is to do it in Flash. The actual floorplan is a Flash asset and the data that describes which retailer is in each location is fetched from the webserver as XML. That way editors can update the location of retailers without having to edit and recompile the SWF file. However if the floorplan itself changes (for example, a larger shop is split into two smaller ones) then the map has to be edited. Another disadvantage is that the data isn't readily available to third parties for mashups etc. So apart from Flash what would you consider using to achieve the same effect? I know of SVG but IE doesn't support it.
any software that can be used to create interactive CDROMs? we have a possible job whereby an interactive CD ROM with basic animation is required. Company information is to be placed in various "Pages", and if possible some kind of "catalogue system" for a lot of PDFs would be available.
I've seen some existing CD ROM makers but they all look really cheap and unprofessional (like cheesy banners and colours etc) - what would you recommend?
We have a web-framework with Flex and Java, whose basic functionality is to execute commands at the background(Unix) and parse and send it back to the client(Flex). This works fine for all silent commands.
We are using Runtime,process to execute commands at java side on request from flex side. The same we need to do for interactive commands/scripts as well.
I've been trying to make an interactive map. I have a stage that is...default size will do. On next layer I have map..on layer above is a mask with a hole in. The idea is the user can drag the map around and get info from hotspots on the map. I know I can restrict the area that the map can be dragged but this seems to only work if the map is smaller than the stage, but my map is much bigger than this. How do I set this up??