ActionScript 2.0 :: Scrolling 8000px Wide Image?
Mar 30, 2010does anyone have any idea how i can scroll a 8000px wide image (since its beyond FP9 stage limits.).It works fine in the swf, but does not work in IE.
View 10 Repliesdoes anyone have any idea how i can scroll a 8000px wide image (since its beyond FP9 stage limits.).It works fine in the swf, but does not work in IE.
View 10 Repliesi'm making a scrolling xml gallery. Everything is working fine however for the particular design of the site i'm making i need thumbnails that have different widths. Currently i've written an xml file that lists the names of the images which are then loaded into a container within a scroller.Is there a way i can load external images and then write some AS that figures out how wide each thumbnail image is? (i have a feeling i need to write a variable for the widths of the containers but not sure how) or maybe an easier way of looking at it - does anyone know of an example that loads an array of images sequentially that have different widths but display next to each other?
View 2 Replieshow to allow the user to scroll a graphic either right or left. when the user moves the mouse to the left or right side I want the image to move the other way (if mouse is at the right the graphic moves left), but stop when when the user gets in the end of the image.
View 2 RepliesI need to develop a scrolling image bar, I have never ever used a 'scroll bar' in flash. What it needs to do is have around 10 thumbnail images, that you can scroll left to right to, then when you click the image enlarges?
View 1 RepliesI have come to a solution where I use an invisible button (covering the whole movie) where the action takes place in. Problem is, I can't put buttons on it because the invisible button blockes them.Does anyone know an other solution of making my background image scroll like the example site?
View 4 RepliesI have a simple thin line, I want it to be 100% wide so it fills in the entire screen in width.
View 2 Repliesi want to create a site %100 SWF width so it resizes with the browser and also a Carrousel effect that lets me go back and front in the timeline. But just can't find a way to do it.
Here is an example of the site i want to do: [URL]
As you can see, the models has the Carrousel effect and the Width is %100.
I'm pretty sure this feature doesn't exist (I just looked), but is there Flash IDE project-wide Actionscript search? The Flash IDE might be a tolerable AS3 code editor if this feature was available, now that code-hinting/intellisense is better in CS5.
View 2 RepliesI have a container_ mc that is 560x320wide. I have a "About Us" button beside it with this code in my actionscript file:
[Code]...
The about1.swf is a 560x320 wide swf movie with pictures and images in it. When I preview my main movie and load "about us" page the about1 swf is stretched out much wider than 560px. It is about 700px wide and goes off the page.
So I've found many people trying to do this[URL].. but with actionscript 3.0 and not 2.0.
I'm not a coder by any means, but I've kinda translated most of it except for the scrolling part.
This is what I have so far:
[Code]...
as you can see, some of it is hidden as I was afraid to delete things I might end up needing later. The position of the gallery is at an exact place, and the xml file is perfect. The only problem I'm having is with the scrolling part. I keep getting an error in the function scrolling code that says that a property of mask_mc is being called wrong. I also have learned that the createEmptyMovieClip is not as3 but as2, and that that is also wrong. I'm just trying to get the scroller to work.
I don't do much flash but can sort of get myself around. I'm having issues with a classic tween in CS4. I have a jpeg of magazine covers inside an MC that repeats a scrolling left movement. The client has commented that it comes across a little jerky and isn't smooth enough.
View 2 RepliesI'm making a side scrolling platformer and I wonder why image movement is so choppy, especially if velocities arent whole numbers? Images I'm using are: one 320*350, one 500*500 and few of 50*50 all in PNG format with alpha support and cached as bitmap. Framerate is 30FPS.
View 1 RepliesThere's this cool site [URL] it has great image views, was wondering, how do they do that scrolling before and after effect? I am not too great at scripting, but would like to learn, seems great for portfolio presentation.
View 1 RepliesI would like to make a panarama viewer that scrolls the image left on mouse wheel up and right on mouse wheel down.my image instance is bg_mc
View 10 RepliesI have a very loooong image, all I want is to scroll left and right on mouse over. I´ve already searched extensions, everything I find is for multiple images. Here´s an example of what I want to do [URL]
View 3 RepliesI've got a 800x600 document that has a panoramic picture scrolling horizontally and buttons in the image.
i've got this piece of code for AS2.0
[Code]...
Otherwise it is working all good, but I'd like it to stay put at the start. Right now it immidiately starts scrolling to right unless I move the mouse on top to stop it. So ye, i need to have it sitting still and only scroll when the mouse is at the edges of the document.
Is it possible to keep an image at a static location on the screen when the page is scrolled down?
For instance, if I have a .swf with properties of 1700 px height and I am displaying an image (jpg) in a loader whose y position is 40px from the top of the screen when viewed in a browser.
is it possible to "float" that image so that it stays 40px from the top of the browser window when the user scrolls down to see the rest of the page?
I'm trying to set up a gallery and have a grid of thumbs displayed, each of which open a full-sized copy of the image on the thumb.
The thumbnails go beyond the bottom of the screen and when I scroll down to see more thumbs, if a large image is displayed at the time, it scrolls off the top of the screen.
I have created an image thumbnails MovieClip, that has bunch of thumbnails in it.Problem is that there is no scrolling in it. I cant specify any width or height of the movie clip to limit it.I think I have to use Mask, but not sure how or even if it is the right approach.All I need to do is for the thumbnail_container to scroll if the number of images are more then stage can show.
View 0 RepliesI come across this again and again in flash. Using the default timeline based tweening (with the FPS set to 24)...is there any way of smoothing out the jerkiness? any AS i can add on frame 1 for example?
View 1 RepliesI am using % values for height and width properties of my components, so they would look some what similar in different screen resolutions. But when the aspect ratio changes or on Wide Screen monitors, my components are looking very badly as in not consistent and somewhat stretched.
View 2 RepliesI'm working on an AIR app that will have a free basic version and a more advanced paid version that's unlocked with a license key. Ideally once a license key is entered I'd like it to unlock the application for all users of the computer. However, I haven't been able to find a suitable system-wide location for storing the license key file. All of the preconfigured locations in the File class (e.g. File.applicationStorageDirectory) are either user-specific or read-only.
Is there a standard system-wide location in AIR where I can store things like this? If not the file system, maybe shared objects, or SQLite, or the encrypted local store? Failing that, are there standard locations on each system (Windows, Mac, Linux) that I could hardcode that are guaranteed to be writable by all users? The last option is made more difficult by the lack of access to any environment variables.
If all else fails I guess I could just require the application to be unlocked per-user, but that doesn't sound like a recipe for happy customers ("What do you mean I have to buy it twice for my wife to use it? We only have one computer!"). (Okay, yes, it it's per-user I'll probably let one key unlock the app 3 or 4 times to be nice about it, but it's still less convenient for the user to activate multiple times).
Any way to search for a code snippet throughout all symbols and frames and mass-replace?Movie Explorer lets you copy all the actions showing to the clipboard but you can't replace.
View 0 RepliesI made a movie clip consisting of many other clips. Its 232px wide & 300px high. Actually its an ad. Somebody plz guide me how can make the whole movie a link?
View 1 RepliesI want to make:
- a flash header with a cityscape moving from left to right behind a transparent logo
- the header will be included in a html-template with a width of 100%
- theh content of the website will be center-aligned (950px wide)
How do I make sure that:
- the cityscape moves over the full width of the screen, regardless of the size of the screen?
- the logo remains correctly positioned?
Click here to see how it looks as a non-moving version: [URL]
I am putting together a site and need to input some text that I have styled in illustrator as a graphic element into my flash page. The text is much longer than my page length, so I would like to import the text into some sort of display object (which has the correct dimensions to fit to the page) and then attach a scroll bar so that users can drag up and down to read the text.
I unsure how to import the text (which is essentially an image) into a display object on the stage and make it work with my scroll bar.
It would be great if anyone could point me in the right direction, I'm sure it can't be too hard, but my brain doesn't want to engage properly.
ps, my code for the scroll bar, which i wrote to work with a dynamic text box is;
Code:
package {
import flash.display.Sprite;
import flash.display.MovieClip;
import flash.text.TextField;
[Code].....
This site- [URL] What is the scrolling image type banner called??
View 3 RepliesIs there any way that i can smooth out images that zoom in/out with normal classic tween. they are so jittery it looks terrible. I even have a little bit of easing and frames per second set to 30.
View 5 RepliesI have a scrolling background to mimic the effect that my "character" is walking around. It moves according to my up/down/left/right keys. The problem is I can go too far "up" and my background slowly reveals the white stage beneath it.Is there a way to set a parameter or restriction on this image that once the top side of it hits the top of my stage it can no longer continue moving down?
View 3 Repliesall I want to do is make a scrolling background image like at [URL] how the top left controls where you in the image.
View 3 RepliesI want to make a srolling image banner where each image is a link to a website page (It's probably called a slideshow or something like that).
View 3 Replies