ActionScript 3.0 : Build A Portfolio Site With A 3D Rotating Effect?

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


Similar Posts:


ActionScript 3.0 :: Build A Site In Flash That Have A Confeti Effect?

Sep 8, 2011

I need to build a site in flash that have a confeti effect, and found this site and as you can see they show the code to use this cool effect, they use a class. My question is where do i put this class??

View 1 Replies

ActionScript 3.0 :: Unable To Build A Portfolio?

Oct 21, 2010

I'm trying to build a portfolio and I'm using a var imageNumber code to cycle through images on my page, but I want to have a dynamic text field caption change every time the image changes. I've found a way to do it (I made it bold), but the code is long and bothersome when there is a ton of images. Does anyone know a better way to do this?

Code:
import flash.events.MouseEvent;
forwardBtn.addEventListener(MouseEvent.CLICK, nextImage);

[code].....

View 2 Replies

ActionScript 2.0 :: Build A Xml Driven Portfolio?

Apr 25, 2006

I am trying to build a xml driven portfolio. What i am trying to build is something like this [URL].. if you check the random works section you see 6 projects. What i want is to have 3 projects next to eithother and when a new one is added in the xml file then it puts it underneed the other 3 and starts a new line of projects. The project files will be external swf files. i would like the view projects mouse over part also to come out the xml file and i need a information part telling the company name and then the programs it was made in. I dont have a clue how to do this. Really would like some help i am checking out books and tutorials but cant find any good info. If somebody could hook me up with a quick and dirty source file with now extra's just the technique behind it.

View 1 Replies

Build A Html Site Aswell As Flash Site?

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

How To Add Scroll Feature To One Of Page On Portfolio Site

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

Take A Snapshot Of The Homepage Of The Flash Site For Portfolio?

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

ActionScript 2.0 :: Make A New Portfolio Site In Flash?

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

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

ActionScript 2.0 :: PHP - Making Own Portfolio Full Dynamic Flash Site

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

ActionScript 2.0 :: Using Scroll Effect For Thumbnails In Flash Portfolio

Jan 2, 2010

I really want to use this panning/scrolling effect for some thumbnails in a flash portfolio. My only problem is it's AS3 and I'm using Flash 8 (AS2). I've tried re-working the code, but with no luck. It's the EventListener that is confusing me!

Code:
var verticalCenter:Number = stage.stageHeight / 2;
var limit:Number = stage.stageHeight - content_mc.height;
var speed:Number = 0.1;
var scrollY:Number = 0;
addEventListener(Event.ENTER_FRAME, scrollContent);
function scrollContent(e:Event):void {
scrollY = - speed * ( mouseY - verticalCenter );
content_mc.y+= scrollY;
if (content_mc.y>0) { content_mc.y= 0;}
else if (content_mc.y< limit) { content_mc.y= limit; }}

View 3 Replies

Creating A Gallery For My Portfolio Site - When The Thumbnail Is Moved, The Rollover That Would Be Moves ?

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

ActionScript 3.0 :: Have Some Flash Banner SWF Files Play Within The Portfolio Page Of Site

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

ActionScript 3.0 :: Link (code) Swf Pages To Each Other (through Buttons) When Making A Flash Site Or Portfolio?

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

Build Html Flash Hybrid Site?

May 25, 2010

How can I build a site like this.[url]...

Each page is flash expect for the Content page.Now each page also has its own url without loading a new swf file. How is this done?Also how does the swf know what url its on to highlight the correct menu button?

View 5 Replies

How To Build Product Color Changer For Site

Oct 1, 2011

I am looking for a tutorial on how to build a product color changer for my e commerce site. I am selling different colors of tee shirts and would like to build a slideshow where when you hover over the color block the shirt changes to that color so the customer can see what the shirt will look like at that particular color.

View 1 Replies

ActionScript 3.0 :: Build A Site For A Night Club?

Dec 6, 2009

I have just recently finished work on a A level project, which was to build a site for a night club. I decided to design and program it all in flash, then embedded the .swf files in html and URLRequesting them in the .swf files to link between them. But this is beside the point...

All my content is in text files and I load this into Dynamic Text Boxes and because some of the text is excessively long I decided to use a UI Scrollbar. I then encountered a most massive annoying error.

If I run the .swf on its own the scrollbar functions correctly showing the tab and also works with the scroll wheel. If I drag and drop the .swf into a browser and use it in there the scroll wheel functionality works but the tab disappears.

Lastly if I embedded the .swf file in a .html file then load the .html in a browser I get neither the scrollwheel functionality or the tab.[URL]..

View 3 Replies

ActionScript 3.0 :: Build A Personal Flash Site?

Mar 24, 2011

I'm trying to build a personal flash site. Just wondering what is the common practice to judge what dimension the swf should be. Because right now, my swf is of a fixed size or is there ways to have a fluid dimension that goes according to the user's resolution.

View 3 Replies

Add A Fade Effect To Rotating Banner?

Jun 23, 2011

I want to have a fade effect in between different images, but I don't know how to incorporate it. Could somebody modify this code or tell me how to modify this code so that it will fade in between images?

View 4 Replies

ActionScript 3.0 :: Create Such Rotating Images Effect?

Dec 29, 2010

How can I create such rotating images effect using AS3? Using Flash CS4.

[URL]

View 4 Replies

ActionScript 2.0 :: Coded Draggable Rotating Movieclip Effect?

Mar 18, 2010

My client has a simple shape that they want the user to be able to animate, i.e. it looks like a single square on the stage, but when you grab it and drag, a load of squares appear and fan out from the corner of the first. I was thinking, I can easily achieve the first part of this by attaching, say 20 movieclips of my square to the stage, but I'm not sure how to approach the back/forth draggable aspect of this.

View 1 Replies

ActionScript 2.0 :: Creating Infinitive Effect By Rotating MovieClips

Mar 23, 2006

If I click on mc1, then mc1 has to go to the position of mc3, mc3 has to go to the position of mc2. The same thing must happen when I click on mc2, it has to move to the position of mc3 and mc3 has to move to the position of mc1. I would like to create some kind of infinitive effect by rotating the mc's. In a later stadium I want to fill the mc's with pictures.

View 2 Replies

ActionScript 3.0 :: Remove The Mirror Effect When Rotating An Object On The X Or Y Axis?

Jan 29, 2010

I want to rotate the object on these axes, but it's causing a problem in that I want to flip the image 180 degrees only, however the image becomes mirrored when it flips and you must continue rotating another 180 degrees to get it back to normal.

Is there a way to take off the image mirror when rotating something?

View 1 Replies

ActionScript 3.0 :: Build An Effect When The Mouse Is Over And Getting TypeError: Error #1010?

Aug 8, 2010

I'm trying to build some kind of an effect when the mouse is over. Everything was ok until I tried to reach specific movie clips that are inside other movieclips, which are not on the stage yet. the variable pageOnOn holds the movieclip that contains the thumbs(which are also.then I somehow found a way to use the function after the pageOnOn movieclip is added on the stage. (I embedded he function into the other function that is responsible for adding the pageOnOn as a child)the problem is at that line:

ActionScript Code:
thumbs.addEventListener(MouseEvent.ROLL_OVER, colorDown);

and I already checked the names in the arrays and the instance names of the movie clips, they all match.and I also tried

ActionScript Code:
this.pageOnOn.thumbs.addEventListener(MouseEvent.ROLL_OVER, colorDown);

it does not work either.

ActionScript Code:
var theArray:Array=[];
for (var c:uint = 0; c < pageOnOn.kalemTarget.length;c++) {

[code]....

View 5 Replies

Adding Flash Effect To Logo For Site?

May 11, 2011

I am relatively no used to flash but wanted to put a flash effect to my logo for my site. I managed to do the effect on a site I saw on the next. The effect animations I used was hue and saturation effect. Here a direct link to the logo online with the effect. Anyway I cud do that on flash n stick it to my site ? I tried hosting it to the site I did it on n it takes ages to load. [URL].

View 1 Replies

ActionScript 3.0 :: Create The Cool Effect At Site?

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

ActionScript 3.0 :: Achieve The Effect Of The Home Page On This Site?

Aug 20, 2010

can any one guide me to any tutorial or fla how to achieve the effect of the home page on this site http:[url]......

View 5 Replies

ActionScript 2.0 :: Create The Image Transition Effect On The Site?

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

ActionScript 3.0 :: Achieve The Effect Of The Home Page On This Site?

Aug 20, 2010

any tutorial or fla how to achieve the effect of the home page on this site http:[URL]....

View 5 Replies

ActionScript 3.0 :: Recreate The Effect That Site Has When Transitioning Between Pages

Feb 5, 2012

First time on the site. I have been desperately looking for information on this transition, but I have only gotten so far. I was wondering how to recreate the effect that this site has when transitioning between pages. [URL] As you can see, there is a very nice fade out, then in effect. I know that u can fade in with a motion tween, but when u click the next link, the page just jumps into the next one instead of fading. How can I get that fading both in and out effect?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved