Search  

ADVANCED WALL 3D

Full_screen_preview

3D Gallery powered by PV3D is very fashionable. I indeed love the gorgeous design of wall style and develop that concept further to multi category!

Key Features:

  • Papervision GreatWhite 2.0 + AS3 .
  • Tweener driven
  • XML driven.
  • Multi Category
  • Well commented code.

Fractals Art Credit to Kiug

Spray Art Credit to lfloltl

Don’t have Flash CS3 ? Download free trial at Adobe

_________________________________________________

FAQ: HOW TO LOAD ADWALL3D INTO ANOTHER FILE ?

Bellow is the process, it’s not difficult and just require a few tweak, make sure you follow all the steps carefully. I have tested sucessfully so if you get any error double check everything again before crying out for help !

Step 1. Create a new blank file, in the first layer, press F9 to open Timeline actionscript editor. Paste these following code:


import flash.net.URLLoader;
import flash.net.URLRequest;

loadGallery();

function loadGallery():void
{
    var l:Loader = new Loader();
    var req:URLRequest = new URLRequest("adWall3D.swf");
    l.load(req);
    l.contentLoaderInfo.addEventListener(Event.COMPLETE, galleryLoaded);
}

function galleryLoaded(e:Event):void
{
    addChild(e.target.loader);
    e.target.loader.content.Initial3D();
    e.target.loader.content.create3DGallery();

}

Step 2. Open adWall3D.as, paste these code in main class section (same place with parameter block),

private var SWIDTH:Number = 800;
private var SHEIGHT:Number = 400;

Where 800 and 400 is your favourite dimension.

Step 3. Find and Replace:

stage.StageWidth to SWIDTH

stage.StageHeight to SHEIGHT

Step 4. in adWall3D() function , comment / delete Initial3D() and create3DGallery(), so it looks like:

// Initial 3d environment
//Initial3D();

// Create 3D Gallery
//create3DGallery();

Step 5. In Initial3D() function, change

 viewport = new Viewport3D(SWIDTH, SHEIGHT, true, true); 

to

 viewport = new Viewport3D(SWIDTH, SHEIGHT, false, true); 

Compile the movie, you won’t see anything yet.

Step 6. Open the fla you have created in step 1 and compile movie.

Now you got it, this is a simple tutorial using Loader class to load the 3D gallery. You can integrate the Loader Object to your own Flash object once you understand the concept.

FAQ: I CAN NOT USE . , OR SPECIAL CHARACTERS IN DESCRIPTION FIELD ?

That is because you don’t embed those characters in description text field, simply press F11 to open Flash Library then looking for the description / category board movie clip and edit the corresponding textfield. Choose Embed from property panel.

FAQ: HOW TO OPEN A LINK WHEN I CLICK LAUNCH BUTTON IN CATEGORY PAGE INSTEAD OF GOING TO GALLERY PAGE ?

Step 1. Insert a link tag for each category in adWall3D.xml, like this

Step 2. Open adWall3D.as, add this code to MISC VARS block:

 private var link:Array = new Array(); 

Step 2. In ParseCategory() function, add:

 link[i] = data.category.link.attributes()[i]; 

put it inside the for loop

Step 3. In launchCategory() function, comment or delete all code inside. Add this:

 navigateToURL(new URLRequest(link[currentCategory]), "_blank"); 

And it’s done !

_________________________________________________

MY FEATURES

\

\

MY PRODUCTS

3D Super Package
\

3D Gallery Bundle
\ \ \ \ \ \ \ \ \ \ \ \ \

Dynamic Photo Gallery
\ \ \ \ \ \

Transition Effect
\ \ \ \ \ \

Utilities – Text Effect – Preloader – Misc
\ \ \ \

Check out my Portfolio || Subcribe to my feeds

tags: wall, piclens, photo, gallery, 3d, camera, easing, category, zoom, fly

Posted about 1 month ago

What a dork, I am! I bought PERSPECTIVE PHOTO GALLERY instead of ADVANCED WALL 3D . The former should work for my needs because I would like to link to a swf gallery, too.

Is it possible to get the code so that when I hit the OPEN (like the LAUNCH ) button it will launch an html page? I think it should be similar but I am not skilled enough to make the translation.

Thanks and sorry about that.

Posted 17 days ago

Thanks a lot man! Really appreciate your time and consideration. I was getting a bit panicky but you definetly made my 2 am. Hahaha thanks again will try this in the morning!

Posted 17 days ago

Hi Rimv,

Am i missing something here? I’m quite sure i have followed your directions clearly but i still cant get a new window to pop up. It keeps launching the categories…?

Posted 16 days ago

@love_god333: I’ll post a tutorial for PPGallery soon.

Posted 16 days ago

@Ernold: send me an email to get the as

Posted 16 days ago

Hi Rimv,

Looking forward to it. Thanks!

Posted 16 days ago

hi there, great file. I notice that on a previous one – Wall3D, without the categories, you can click on an image to zoom and when it does it loads a larger image so that it’s a better resolution – on adWall3D I am working at the max width and height for my items so that they work in the wall overview but when it zooms it loses quality. As I am displaying fine print work I would love to have the funcitonaility of Wall3D and have it load a larger image on zoom – what is the part of the AS file that I need to copy over form Wall3D to AdWall3D to make this happen? Or will this not work?

Posted 15 days ago

This is simply great!

Posted 14 days ago

Hello and thanks for this great gallery !

I’m looking to make it totally flash fullscreen with a button (no navigator visible) is their a way to manage with this. All buttons i put on the main stage are not active …

Please help or tell me if it’s available Regards.

Posted 14 days ago

Well sorry its not the good gallery i’ll repost on the good page

:$

Posted 14 days ago

hi ! Your work’s is great,

I’m interesting by your work because i want to creat a 3D gallery with PV3D 2 .0, with my photos of coins

i want to show some old “coin” by a primitive cylinder or sphere, a mesh like DAE or Collada, you know ?

by the way, i put some PNG with alpha canal to mask the background of the coin

do you think, your works can do that ? can load a little DAE for specific mesh of old coin?

i can do some stuff in AS3

thanks

Posted 14 days ago

Hi Rimv,

I was wondering if you were going to get to the links for the PPGallery soon. If not, I would just need to buy the Advanced Wall and use the notes of the FAQ . Not a huge deal. I just have to show the client the project on Monday so I have to hammer it this weekend.

Thanks!

Posted 14 days ago

Rimv,

I bought the advanced wall 3D to get things moving along but when I follow your instructions in “FAQ: HOW TO OPEN A LINK WHEN I CLICK LAUNCH BUTTON IN CATEGORY PAGE INSTEAD OF GOING TO GALLERY PAGE ?” the program locks up and the “CHOOSE YOUR CATEGORY ” blinks. Could you send me the .as file as you did with @Ernold ASAP so I make sure I have everything correct. The problem seems to occur after I perform step 3:

Step 3. In launchCategory() function, comment or delete all code inside. Add this:

navigateToURL(new URLRequest(link[currentCategory]), "_blank");

Help!

You have my email but I will send again. Thanks.

Posted 14 days ago

Huuu there no fullscreen button is this class?

Posted 13 days ago

Hi,

great file !! I am having a few problems with the linking, I shall send you a mail :)

Thanks for your help

Posted 12 days ago

5 * to this gallery.

However I have 3 questions:

1º When i try to change the rows(lines) and columns at xml file, noticed the AS read and fill first the photos rows and then fill the rest of photos columns.

There´s a simple way to fill first the columns instead the rows?

2º When a click a photo, the description of that photo appears on the top left. But when i go back to the gallery clicking on screen, the description of the previous photo i saw, does´t disappear. What i want to see is the name of the category again.

What can i do?

3º In the example (flowers) with 3 rows, the screen align with the last photo vs row. If i click a photo on 1´s row and go back, the 3º row will be off screen . The same problem if i click a 3º row photo. What i need, is whatever the photo/row i choose, when i go back to gallery, the screen align with the second row(for this example).

Can you help me?

PS: Sorry my English. Portuguese here ;)

Posted 12 days ago

@sallywt: since Advanced wall support multi category putting a high resolution in the application would really eats up a lot of memory, so I omit that part :)

Posted 10 days ago

@YohanIII: I’ll find sometime to create a full screen feature

Posted 10 days ago

Hi RimV,

Am i missing something here? I followed your directions clearly but i still cant get a new window to pop up. It keeps launching the categories…? The movie does not compile?

Posted 10 days ago

henrydm1,

I was having the same problem but heres how you fix it;

You have to install the “MyLibs3b” located in the CLASS folder. (Copy & paste it into a directory. I put mine in my flash folder). Go into preferences (In flash) Then click Actionscript, from there click on the Actionscript 3.0. Add in the location of your folder (MyLibs3b).... Then republish (re-compile) the .swf file.

Posted 9 days ago

thanks, I will go over the steps again.

Posted 9 days ago

Hi,

I still havent got an answer from my email I sent two days ago :(

I am willing to pay a little extra for some support on the linking, thanks

Posted 9 days ago

Ernold,

I went through the steps several time and I am still only getting one page to preview, no animation, no images, and nothing works. I think it just may be over my head : ). I will keep trying. If I keep getting errors I will post the error code and see if someone can guide me. ugggh. still I am having fun trying to get to the next level of flash.

thanks for your help.

Posted 9 days ago

@henrydm1: Make sure you follow the instruction in Manual.doc step by step. 85 / 86 buyers have sucessfully installed it ;)

Posted 7 days ago

Hi, Rim V.

My question is concerning the number of categories possible and their viewing. How many categories are possible? I need to be able to add many galleries. And how do people view the outer categories. It seems as if the category icons move away from you at the edges and you only have four categories in your demo. Please advise.

Posted 7 days ago

@mojopowder: Number of gallery is not limited BUT you should keep in mind that too much galleries will eat up a lot of memory and possibly crash your browser.

So 4 or 5 galleries with 30 photos per gallery is acceptable

Posted 5 days ago

to henrydm

i was having the same problem as you for RimV’s advanced persepective gallery- it drove me nuts…

I googled the proublem and found a forul thread elsewhere where they were recommending to re-install Flash

So i reinstalled Flash CS3 and suddenly, RimV’s file was working like a charm.

the problem wasn’t in the file, but with Flash.

Posted 5 days ago

RimV, i´m thinking put about 400 to 1000 jpg photos(290×380) distributed through 3 category’s.

Do you think that will be a problem?

Do you test the limit number of photos that we can put, without crash the browser?

Anyone have a solution?

Posted 1 day ago