ActionScript 3.0 :: Create A Complete Site In Flash?
Jun 2, 2009
I have made four complete flash sites and I m about to create the fifth one, but every time I start creating a new one I get into a debate myself on what would be the better way to create the site with all its different sections (home, contact, about, etc... ). Should I create all sections in one .swf file or shoud I create .swf files for each section and load them as needed?
View 5 Replies
Similar Posts:
Feb 25, 2012
i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.
View 2 Replies
Nov 14, 2010
I generate thumbnail images for an XML file. So I loop through the XML and generate instance of a thumbnail class. These thumbnails are place in a sprite container.The problem I have is that after the loop I print the width of the sprite (in the same function) and it returns 0, even though its full of thumbnails. So I'm trying to add a listener that listeners when the thumbnails have completed being created but I have no idea what kind of listener I need or what to attach it to.
View 1 Replies
May 2, 2011
I am working on Flash,Php site.Currently the Flash Developer calles my page called createJPG.php and sends me an image data.I recieve this data and create JPG from the Data.
What i want is, when the Flash developer send me data he can show a loader and when create JPG process is complete he can hide the loader.For this i want to pass him variable with value 1 as soon as the CreateJPG process is complete...
View 2 Replies
Mar 1, 2011
how to go about creating a flash banner that when clicked navigates to another location in the timeline
View 1 Replies
Jul 17, 2009
I've got a system that loads in little avatar images. When the avatar is loaded in I resize it to 24x24.
Here's some ActionScript Code:
var urlReq:URLRequest = new URLRequest( String(playerInfo.vector.scalar.(@id == "AvatarURL")) );
var ldr:Loader = new Loader();
ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, resizeAvatar);
ldr.load(urlReq);
avatar.addChild(ldr);
container.addChild(avatar);
Here is the resizeAvatar function...
ActionScript Code:
// Resizes the avatar to fit correctly
public function resizeAvatar( e:Event ):void {
e.target.content.width = 24;
e.target.content.height = 24;
e.target.content.smoothing = true;
}
Now I'm using the e.target.content item because as far as I can see that's the only way to get at a way or resizing the image dynamically (using an Array isn't an option). Here's the funny part, the above code works perfectly in the Flash IDE but when on a live site that Event.COMPLETE is not calling!? The image is loading in but it never gets resized.
View 4 Replies
Apr 13, 2009
I have to create a flash site .Requirment is like [url].........and i m having problem in understanding how this flash will b created.
how i can create this..what action scripts will b in this movie..?what will b the method..?
View 2 Replies
Jun 20, 2007
I just posted about an hour ago and I realized that there's a better way to explain what i'm trying to do. Basically, i'm wondering if there's a way to create a blog in a flash site.
View 13 Replies
Jan 3, 2009
my new project is to create a flash site for an resturant. the have an html site, that they don't want to chage. I am aloud to create a new home page that allows the user to choose between the two, or create a new html . I have complete control over design. and I'm looking for some ideas. seeing the html is of common
design.[URL]..
View 4 Replies
Nov 18, 2010
I'm trying to create a search box in a flash website. The search box will display contain a search text entry field and a search button. When information is entered into the field and the Search button is clicked, a movie clip containing a Datagrid will display resulting the Page name (clickable) and a few lines of text in the page.
I'm building this against a WP database using Flash8 / PHP / MySQL.
I'm experienced at developing Flash / PHP / MySQL websites (not using XML) that display MySQL results so I'm not a newby in this area, however, I'm new to having Flash input information and retreive results in a DataGrid
I already have a PHP script displaying the results from a search that works and now I need to complete the Flash frontend
View 3 Replies
Jan 18, 2010
I want to create a dynamic fullscreen flash site, similar to [URL]. So far, I made the intro, which contains an image animation with text, and this should always be fullscreen, no matter which resolution the user has. My problem now is, that my flash does not resize really nicely, and not correctly as well. AND, the only element which should be scaled (proportional) is the background image. Logo and text should just be repositioned, depending on screen resolution. Here is the current example: [URL]
View 0 Replies
May 13, 2003
I did the tutorial for "create a full flash site" under flash mx advance. I did everything right and it worked. Ok here is what i want to somebody to help me out.
The action: on (release) {
_root.contents.loadMovie("locations.swf");
}
because when i extracted the zip file it had only the different swf. files and the main file where they were going to be loaded. What i am saying is do all the swf. files have to have some connection to the main movie where i am loading the swf. files in order for it to work or it doesn't matter. so what am trying to say is i could have any swf. file and use that action to my main movie even if has nothing in come and it will play it.
View 2 Replies
Feb 18, 2009
I'm trying to create a flash banner with URL buttons for a html site but I've come acropa and can't figure out why.
Here is my code
[code]...
but why am I getting 2 syntax errors on the URL line?
View 9 Replies
Aug 26, 2009
I've tried everything - and have not managed to bring up the performance
View 8 Replies
May 9, 2011
i create stage Mouse Rotation Y is complete and i want to put some easing on movieclip this is my code
Code:
import flash.events.Event;
addEventListener(Event.ENTER_FRAME, onEnterFrame);
function onEnterFrame(event:Event):void
{
[Code]...
View 3 Replies
Oct 11, 2006
I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions
1: how do i set up a login page?
2: how do i pull that login info to a welcome page?
View 7 Replies
Mar 6, 2008
I have a client that is wanting me to create a flash website in which they can add products pages (product info, images, etc.) themselves after the website is completed. I will setup up the first few products then they will do the rest. Would I wanted to go with dynamic text and empty movie clips loading the images? If so how could I have this create a duplicate page that refers to the new text and image?
View 3 Replies
Jun 14, 2011
I made a test where I download a file using URLLoader - something like this:
[Code]....
in the middle of the downloading process I physically disconnect the internet connection. the download stalls - but after aproximately 30 seconds downloadSuccessful is invoked, although only half of the data was downloaded. how can I make sure that the data to be downloaded is complete and correct?
View 2 Replies
Feb 17, 2011
I am loading in binary files with the url class which can be quite large 10mb + and it works fine on my server but another server I am testing on it can sometimes not work. Sometimes it will not load the file and other times it will only load about 20% and it throw a complete event??? Then of course other times it works fine. This server is https maybe that has something to do this it?
View 0 Replies
May 20, 2009
I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]
View 4 Replies
Apr 22, 2011
im trying to create a level select screen so the buttons unlock as you complete a level, so far i have this on each button:
on(release){
if(this.number <= currentItem){
gotoAndPlay(3);
}
}
[Code]...
View 0 Replies
Dec 14, 2010
A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?
View 1 Replies
Apr 20, 2009
Can we create a search bar that could search through our site?
View 1 Replies
Feb 27, 2011
what was done to create the cool effect at this site? [URL]..When the links on the left are rolled-over an image appears in a small window that follows the cursor. Very cool.
I was hoping to learn how to do that, myself, but can't figure it out. No need for a step-by-step tutorial, just a word or two to point me in the right direction.
View 3 Replies
Aug 7, 2006
I have used the following code to create a drawing facility on my site, what code would I use to de-activate this? [code]...
View 1 Replies
Dec 22, 2007
I am trying to create a scrolling or parallex background for my site. This is a pretty popular effect and I cannot find code for it anywhere on the web. The ones I have seen is for AS2, have used the if statement. Also, do I have to create an invisible movieclip that goes over the whole stage so that AS know where x of mouse is?
View 92 Replies
Mar 16, 2004
[URL] how the navigation/drop down menu on this site was created--from a technical stand point? I'd like to try something similar, but don't know where to start i.e. how are the elements of the menu situated on the timeline? What sort of actions are behind the buttons? Etc...
View 14 Replies
May 23, 2007
I'm endeavoring to learn how to create the image transition effect on this site:http:[url]....
Where the next image in the array that is to be front and center is offset to the left, ready to be in full view...when you click the next button, the current image fades out and the image that is waiting on the side shoots in...I know the xml part,
View 1 Replies
Aug 9, 2011
how do I create a mouse reaction similar a animation in this web site http:[url]...
View 2 Replies
May 6, 2010
I want to collect email addresses on my Flash/AS3 site for a project.I just have basic web hosting (just FTP upload space) and do not have access to a LAMP server.I assume this is what I need to be able to run PHP/MySQL etc.Does this mean there is no way of me making a form that will allow visitors to input their email addresses to sign up for a newsletter I send out?
View 2 Replies