ActionScript 3.0 :: Creating A Flash Portfolio Site?
Mar 4, 2009
Ok so I have bought books and watched hours of tutorials and its painfully obvious that I am not picking AS3 (or any scripting)up very well.
I am creating a Flash Portfolio site and I am curious about the correct architecture. If I have a central Nav with corresponding animations, should the whole site reside on one stage or a new stage per animation?
If there is a FAQ or tutorial on Kirupa that covers this (I might have missed it)feel free to simply direct me there.
View 1 Replies
Similar Posts:
May 26, 2009
I'm working on creating a gallery for my portfolio site. I have thumbnails of all my work. I've turned them into button and made it so when you rollover it, a larger preview of it appears with a description of the piece, off to the side in a designated area. Instead of making my stage larger or creating more pages to contain all my thumbnails, I made a vertical scrollbar. The scrollbar works just fine. The problem is when the thumbnail is moved, the rollover that would be moves in relation to it.how can I absolutely make sure that any rollover I create with a button is where I want it to be, no matter where the thumbnail moves to?
View 10 Replies
Jun 25, 2009
I have recently created a flash site and I am trying to update my online portfolio. How do I take a snapshot of the homepage of the flash site for my portfolio?
View 2 Replies
Jun 3, 2004
i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..
View 14 Replies
Apr 15, 2005
i'm making my own portfolio full dynamic flash site. And animation and interface is ok. But i don't know about connecting to database. And i read about PHP+AS. And i couldn't get a good point.
View 4 Replies
Jan 30, 2009
I've been working on my first full blown flash site for a few weeks, tackling problems as I encounter them, and I've learned a lot...but sometimes the simplest things I cannot figure out for the life of me. All I am trying to do is have some flash banner SWF files play within the portfolio page of my site. I don't want them to open in a pop up or anything just play within the page when the link on my site is clicked. I figured it would act like a movie clip and I could just drop it onto the stage, but when I do that it doesn't look right, loops continuously, and is not interactive. How can I make this work?
View 0 Replies
Nov 2, 2010
how do you link(code) your swf pages to each other (through buttons) when making a flash site or portfolio?
View 5 Replies
Jun 16, 2009
I'm working on building a personal portfolio site right now. I wanted to add a scroll feature to one the pages. I wasn't sure how to build it, so I down loaded one off here [URL] and just plugged my own graphics into it. It scrolls up and down just fine, but when I try to put a mask over it, it doesn't work. In the content the author wrote for his movie he says "Note: If you want to have a mask over the content: copy MC:frame and make it a mask for MC:Page. If you do so, notice that "non-anti-alias text" is not possible anymore. This is a common thing in a Flash Movie. I keep trying that and it just blocks everything out all together. So what am I doing wrong?
View 1 Replies
Apr 20, 2009
I am trying to build a portfolio site with a 3D rotating effect.I am new to Papervision so I might be doing something stupid with my code. Anyway, this is my code, but nothing shows up on stage when I load it:
Code:
private function init3D():void {
opaqueBackground = 0xFFFFFF;
camera.focus = 100;
camera.zoom = 11;
[code]....
note: assets is an array of movieclips that I created containing my images loaded from an XML file.
View 2 Replies
Jun 27, 2010
how to create a xml photo gallery but somehow all of them doesn�t discuss what i need to know. [code].....Especially i am interested in howto structure the xml for such an portfolio / gallery grid and having custom tweening for the thumbs to transition in and transition out, handling the click event for x thumb and loading the "big" content to a new container. Adding preview/next button functionallity to the Thumbnail Grid and for each "big" content and so on.
View 1 Replies
Apr 24, 2009
I am aware of the built-in 'Strings' panel within the Flash IDE, however is this the best way to go about creating a multi-lingual AS3 site/application nowadays?Are there any recommended 3rd party APIs/frameworks available? Ideally I'd like to be able to change language on the fly and support as many character sets as possible, I will also be dealing with both static and dynamic text content.
View 6 Replies
Nov 12, 2003
I've never created a full Flash site and really want to. The tutorial on the Kirupa site on Creating a Full Flash Site [URL]... was great but I have a question... probably a stupid question, but I have to ask it anyways. Did you have to create the linked swf files separately? Those pages have fun features on them as well - but since the fla files weren't included in the download .
View 7 Replies
Aug 4, 2004
I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working.
View 2 Replies
Aug 4, 2004
I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working..what am I doing wrong?
View 2 Replies
Jan 31, 2011
I've heard there is a package of software that allows you to create virtual URL's for a flash website.for example: mysite.com/contact -> maps to code in AS3 that chooses the contact page in the site.I think it also works 2-ways so that when the contact info is shown in the flash site, the URL in the browser's address bar also changes.
View 2 Replies
Jul 8, 2011
I have created a flash sit in flash pro. On one of my pages i have a bunch of thumbnails that i want to be able to scroll through and click on and have it open another browser window to an html page I have created.I have placed all the button individually in a motion clip, so I can fade them onto the page when I go to it, and I then have selected all the buttons and changed them to motion clips so I can scroll them.
I created an action file and placed it in its own layer in the first motion clip that all the buttons are on.I am getting access of undefined property errors on all the buttons when I debug.Below is what I have written, I hope someone can tell me what I am doing wrong. I am new to this.
// Includes and Imports.
import flash.net.navigateToURL;
import flash.net.URLRequest;
[code]....
View 2 Replies
Aug 17, 2004
I am creating an order form for my flash site. I have never done this before in flash but I have in visual basic. I have a few questions:
1. Is assigning variable names to checkboxes and radio buttons the same as in visual basic? I mean i know that you probably assign them in the properties. ex..say i name a radio button 'radio1', to run a check in my actionscript whether radio1 was checked or not would it be something like if(radio1){}
2. After the person fills out the form I would like to have the results of the order sent to a pre-specified email adress in a certain format. What would be a good way to do this?
View 3 Replies
Jun 21, 2009
I have a website which i have built and work on alot, and i would like to create a sort of interactive map (the site is a surf webcam site, and i would love this map to be of the uk, and when you click on certain areas, it zooms in in a sort of google earth type thing, then showing locations of my cameras which the users can click to go to the correct page.) Now I did make something like this ( without the spinny stuff) using jquery and hiding divs etc, but I think to get the best effect would be to make some sort of flash applet. Now I am a complete begineer with flash.
View 1 Replies
Nov 12, 2006
I started creating a site using the Smooth Transition tutorial and came upon a problem and would like to ask for some advice. I was able to go through the tutorial without any problems. I than moved my button(s) to an external swf file that gets called. No problem here as well, i just added a _root. to a few places.
Now in this swf, I have a mc and in this mc i placed the button but it stopped working. I didn't think the path would be any different but I was wrong. Here is the current AS I have with the button in the external swf's main timeline:
[Code]...
View 3 Replies
Aug 10, 2007
I am creating a web site that will use XML to load content - a sort of video gallery.I plan to make scrolling movie clip for navigation containing instances of the single clip - "movie", which contains thumbnail, title and link, and I plan to use duplicateMovieClip to create as many MCs in navigation as needed.
But I have the following problem:I made a single MC - "movie" that takes the title, description and link from XML.I take the lenght of the XML nodes and duplicate the movie clip through the following code, where the variable j is the required number of MCs:
dist = 100; //distance of the new MC
_global.k = 0;
for (i=0; i<=j-1; i++) {
[code]....
Every of the movies get the same value of the k.Is there a way to pass the exact value to each of the MCs?
View 2 Replies
Jul 30, 2009
I am currently making a header for a website, I have made a cloud effect so that they move. Yet I want to create the impression of grass moving, I have the 4 separate grass reed layers yet I'm struggling to make them look realistic?
View 3 Replies
Dec 1, 2009
Why creating a text link to a .as hosted on my site creates a 404 error? If I change it to .txt it works fine but I'd really like the user to be able to open the file directly into Flash.
View 3 Replies
Aug 25, 2010
i want to create product comparison site expecting good no of user hits (100 + concurrent users)
i am from dot net background(LOB Application),i haven't done much research for good programming platform for such user oriented website with some user generated content , i have following options
1: c# asp.net Ajax
2: silver light
3: php
4: flex/flash
5: ruby,python,java
6: any other language
database Sql Server/My Sql/Oracle/ any other. i want to deploy it on cloud,i want good user experience, can compromise on seo,site need to be scalable for lots of contents added later.
View 5 Replies
Jan 28, 2009
I'm creating a site that loads external .swfs as pages. I have little understanding of how Loaders and instance names work with AS3 (even after reading the documentation), so I'm having some difficulties.
I'm loading the .swfs in a movie clip named "container." I want to replace the contents of "container" with the web page .swf that the user chooses, but I don't know how to write the condition to:
a) check to see if something is already inside "container"b) remove the contents by instance name or method of MovieClip. I'd prefer to remove whatever is inside of "container" rather than switching cases for different instances.
[Code]...
View 3 Replies
Dec 29, 2010
Any links to any tutorials that teach how to create a full site with Object Oriented Programming? I am one year in now on Flash and AS3 and think I am getting pretty good at the basic AS3 principles and creating dynamic sites. Now I want to start migrating over into OOP so that I can create the more dynamic and browser friendly Flash Sites, but OOP is much more complex and would like a good example or sample of how to finish a full site under OOP coding.
View 6 Replies
Feb 27, 2012
What ist the best dimension for photography portfolio in Flash?I would like to make my portfolio website with my photographs.
View 3 Replies
Jul 8, 2009
I am wanting to create a website that uses flash elements to show my portfolio/ resume/ contact information.it worries me because I look at these professionally done flash sites and I honestly have no idea how to make mine look even close to that!
View 1 Replies
May 14, 2010
So im trying to get my flash portfolio up and running. And im using the code I usually do for buttons which is for example:
function onbrandingClick(evt:MouseEvent):void {
gotoAndStop("branding");
}
branding.addEventListener(MouseEvent.CLICK, onbrandingClick);
All my menu buttons are working until I click on portfolio which has 6 different catergories and it just stops at branding and the other category buttons wont work. They are all set up fine with instances and such. However the buttons in the menu will still work.This might be confusing but I am up for sending the file to show someone if anyone is interested!
View 2 Replies
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
Jun 11, 2010
I am working on a portfolio in flash which dynamically defines the target of the buttons. When a button is click an external swf is loaded, and the button sends the value of a variable to the loaded swf. So far I got it to work as I want it to, BUT the ouput-panel keeps giving the message:
Target not found: Target="this._parent.project" Base="_level0.button_1"
I am using this code:
on (release) {
this._parent.project.loadMovie("project.swf");
tellTarget ("this._parent.project") {
pnumber = a;
}}
The "pnumber" var is used in de project.swf to define a folder. "a" is a var with a numeric value. I know the tellTarget is an old-fashioned way of scripting, but so far it is the only piece of script that actually does what I want it to do (except for the error-message)
I tried:
Code:
on (release) {
this._parent.project.loadMovie("project.swf");
this._parent.project.pnumber = a;
}
But this resulted in an undefined var in my target clip, while the tellTarget did return the value for 'a'/'pnumber'.
View 1 Replies