ActionScript 3.0 :: Making A Website Larger Than Screen Scrollable?
Sep 16, 2009i am making a flash website and need to know how to make the site 4 times the size of the screen and when the user gets to the edge it pans the site.
View 3 Repliesi am making a flash website and need to know how to make the site 4 times the size of the screen and when the user gets to the edge it pans the site.
View 3 RepliesRelative newcomer to Flash, and I have (what should be) a simple question: how does one go about making the CS3 checkbox component larger? I'm not talking about the bounding box (checkbox + label); I'm talking about the checkbox itself. I've looked all over the place, and I'm stunned that this doesn't appear to be as easy as I thought.
View 1 RepliesI want a circle to get large. No problem:
onClipEvent (enterFrame) {
if (_xscyle<200) {
_xscale+=10;
}
}
but now: when the circle has reached the desired size I want him to shrink back to e.g. 150
onClipEvent (enterFrame) {
if (_xscyle>150) {
_xscale-=10;
}
}
I have problems because at a certain time both if-conditions would be fullfilled and nothing happens.
I found some instruction here: [URL]. So, I don't want scrollbar or anything, I presume textfield must have focus, but I cant make it work....
View 1 RepliesI have a presentation work and the size that i have to work is larger than 2880 pixels which is the maximum value flash cs5 allows. So, is there any way that i can make the stage size larger? (approximately 3900 pixels)
View 2 RepliesI want to accomplish this. I want to have two buttons and my piece of text. When the user clicks the plus button the text gets larger. When the user clicks the minus button the text gets smaller.
View 3 Repliesthats all i need to do. anyone know how??
View 1 RepliesIs a command for AS2 to make my movie file play fullscreen (stretch, fit to screen, anything).
goFullScreen(); is great but it leaves white bars left and right. What's odd is that I'm using Adobe Flash Media Live Encoder and it seems to display a perfect widescreen that I want as an input and output but once compiled in flash, it's more square leaving me with white bars left and right. The frame for the video in flash is also widescreen looking.
edit: I ended up stretching the width of the frame but if there is a better way through a command that would make my life easier so I don't have to adjust to every monitor that I run this on.
What I want is to create a 2d/flat site wich is larger than the normal screen size... for easy viewing I want the site to move related to the mouse movement so that when you drag your mouse left the entire site kinda moves to the right, and by that permits the viewer to browse the site without using the scroll bars. It should work like the example in this link, but not only horizontal, but also vertical...
[Code]...
I need the ActionScript (2.0): 1) When rolling over a moving image (like a filmstrip), I want the image to stop and then it zooms into a larger image. 2) Then when you click on the larger image, it goes to another URL page in my webiste.
View 9 Repliesmaking an intro for my site.Right now, it's coded in php, but I'd like to take it to flash.In the intro, (I fail at making images) I'd be making two characters that come in from off-screen and do a small fight. Then the winner gets shot with a bullet and dies.They fade out and then the site comes up.
View 1 Replieswell i have developed a small website in flash 8 and i m facing some problems with it...
- the website has content (text) which is loaded externally
- the images are also called externally with the help of 'loader' component
- i have added a preloader at the beginning of my file
but still when i loaded it on the server....the images and the content is coming slowly....
load the whole file completely at the time of loading (including the external content)...?
Trying to make it so when you click anywhere on the flash file, it loads a specific website. It works when I go to File > Preview > Flash, but if I try and preview in html it doesn't navigate anywhere. My actionscript is:
Code:
myButton.addEventListener(MouseEvent.CLICK, onMouseClick);
function onMouseClick(e:MouseEvent):void {
[code]....
I have a few questions on creating some animated buttons for a nav. There are 2 actions I want to trigger on moue over. If I want to use a static (PNG) image that I created in Photoshop for the actual button, can I use that? I want to smoothly slide button down on mouse-over and slide back up on mouse off. If I push part of the button off the "canvas" (sorry, this is coming from a Photoshop guy) will it disappear in the final animation? Another way to put that is, if I put an animated element off the white area, will it no longer show up in the movie (.swf) when it's published?
For the second part; you can see a bit of what I want to do if you look at this website's top Nav: [URL] I need the "light" above the button and it's going to be on another colored <div> so I can't set one solid BG color for my flash document. But I want to achieve the effect of the "bar" lighting up above the button and the actual button sliding down upon moue over.
I waqs wondering if someone can point me in the direction of a good set of tutorials for making a full website in flash cs4.
View 2 RepliesI'm making a piece of flash used for a website banner, previously i've had very little experience with action scipt as i've made various animations only having to use simple functions such as "stop()" and i've made a never ending scrolling menu also, but now i want to have an event that "onPress" a small animation is played where the mouse clicked the banner. What would be the appropriate script to link the .swf i make to the "onPress" command? or what is the right command in general assuming it is that command
View 5 RepliesHow to make a button that will go to another screen?
View 1 RepliesSo I have an html page that contains a link which opens another html page with a swf embedded in it. In the swf, the user has to type in some information in order to advance through the swf. The problem is that in order to type in information, the user has to click inside the swf in order to make it work. Is there a way to make the swf automatically active so that they don't have to click inside the window first? [URL]
That's the link and I hope it opens for you if you want to see it. This is the HTML that opens after you click on the link inside the main HTML.
I am trying to get the background and main part of my website to scale up to the full size of the web browser when it is resized. [url]...
View 1 RepliesI created a website in which when i view in my comp(15 inch monitor 1028 x 768 resolution) its resolution is properas i have kept the stage resolution 1000 x 700 .But when viewed in other system of big monitor then the website becomes a bit small as the resolution of the stage in my flash website is fixed .So how can i fix this
View 4 RepliesLet's say i have a class that simulates a 'button section'.The button bears a title. Like news. I click on it, i transfer the title in the button and the respective news to the body.The body exists outside the class. It's a textField variable. let's assume.
ActionScript Code:
public function xmlLoad()[code].....
keeps giving me an error.1067: Implicit coercion of a value of type Number to an unrelated type String.but i've seen this done before, except it was on a loader variable...but i don't see how that would be any different.
I'm looking at making some PHP Flash shortly to replace my current website, http://www.mathsnotes.com. I was thinking about allowing users to download a standalone version, i.e. the SWF file or an EXE file. My question is: Will the PHP still work, or is it parsed by another entity, e.g. the users browser?
Also, I wanted to add a live news feed - So is it possible to have flash check every frame ( like a _root.onEnterFrame() = Fucntion{ ... ) the mysql database to look for anything with a timestamp less than say, 5mins, and then display it? Or does PHP require a user to do something like "Update News"?
Ive been making a flash 8 gallery for a website and they want me to add a rating system to it so people can rate the images out of 5, 10 or whatever.
View 2 RepliesI'm making a website with a couple of loadMovie bits of script in. I'm loading these into empty movie clips in the .fla file, to load a photo gallery and a portfolio.
The problem I'm having is they're not keeping the individual paramaters (if thats the right term) of each .swf file (the movie it's loading)
For example, my gallery.swf requires the scroller to be at x. 29 for it to work. Dunno why, but i worked around it. However when it's loaded into the website.fla file, it's using the x and y co-ordinates of the website, as opposed to the original movie. So, if I place the empty movie clip where i want the movie to load, the scroller doesnt work. However if I place it a 0,0 it does.
With my portfolio.swf the files are not located in the root folder. But my website .fla is. It's not possible to have the files in the root folder because of the way it works. When loading the portfolio.swf on it's own the files work fine and are linked okay. But when the .swf is inside the empty movie clip on the .fla file, it's not going to the correct source, it's seaching for the files from my root folder as opposed to the portfolio folder where the .xml and sub folders are located. Changing the path it looks for doesnt help either. I tried to make it search for "portfolio/gallery.xml" (as opposed to "gallery.xml") and that made the rest of the code try to look inside a portfolio folder (so instead of "gallery/design/image1.jpg" it was looking inside "portfolio/gallery/design etc." whilst already being inside the folder).
What I want to know is, is there a piece of actionscript that will tell the loadMovie function to use the original paramters of the movie it's loading, and not intigrate them with the .fla you're working on.
I have a bitmap which copies the contents of a movieclip and is drawn to the size of the stage. My question is how do I resize this bitmap to full screen on resize? I'm having a fair bit of trouble getting this to work
View 5 RepliesI've built my first flash application and it's very close to being finished. I have a problem with two buttons that are on the are on the left and right of the stage. When the browser is enlarged these buttons don't remain on the edge of the browser. Not sure if I explained that very well so here is a link to the application [URL] if you make you browser wider you will see my problem.
View 2 RepliesI have a full screen Flash Website Click Here The problem i am having is that they wont play at all in FireFox and wont work correctly in IE but they play just fine in Chrome. Does anyone know of a fix or anything i can try?
View 2 RepliesWhat size should be my flash website stage, so i can use the website in full screen (100%) [swfobject 2], in a way that it will be seen fine on any monitor size?
View 2 RepliesI am desiging a flash website with the intend of having the pages (background) filling the whole screen on every browser like
View 2 RepliesI have tried putting fs command for full screen for my Flash site, but that only works if I open the SWF on its own.
If I try opening the Flash website thru my browser, a warning pops up that Flash is trying to comunicate with the browser.
I would like it when a person goes to the website, that the website will automatially open up as a full screen website. No tool bars, address, navigation etc., like a DVD movie. Just the whole screen covered by my Flash site and it does not rescale. The Flash site is the same size as if there is no full screen.