ActiveDen

3D Interactive Gallery

  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
idoyan says
Purchased

Dear RimV,

I’m sorry but i tried and failed.

what child should i remove exactly?

Thanks,

Ido

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • Denmark
kallesoe says
Purchased

Hi,

I have problems compiling this component in Adobe Flash CS4 – it is like it won’t publish to AS3 . I only work with gallery2

I get a compiler error in line 643, 678, 686, 695 saying “1046: Type was not found or was not a compile-time constant: Cube” in the script2.as

I have found another with similar problem, but no solution http://www.kirupa.com/forum/showthread.php?t=312556

I just want to and add my special characters to text fields. (æøåÆØÅ) and change background color to white and tect color to black.

Can anyone help me?

Thank you

2 years ago
Author
RimmonTrieu RimmonTrieu replied

You may want to check actionscript library setting in Edit – Preference, make sure it doesn’t point to any other pv3d library.

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
ajks1 says
Purchased

Hello, love the script, quick question. When you click and get the description and the image, how can I expand that description box to conatin more information.

Alos anyway to style the text in it?

2 years ago
Author
RimmonTrieu RimmonTrieu replied

You an open .fla file, click on “des” textfield on stage and adjust its dimension, you can also style text using styles.css in css folder

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
rjones11 says
Purchased

Hi RimV,

Very nice script btw.

Playing around with your first example of the gallery/carousel and wondered how I would go about setting the initial speed the images spin when the movie first loads?

I’ve played around with the block of code below but only seems to change the speed when rolling over the images…

// Auto rotate private var autorotate:Boolean = true; private var rotatespeed:Number = 0.002; private var rs:Number = 0.002; private var pitch:Number = 0.075; private var Pitch:Number = 0.075;

Do I need to change or add something here to slow it down when the movie first loads?

Thanks

1 year ago
Author
RimmonTrieu RimmonTrieu replied

If it’s gallery 1 the speed totally depends on mouse position, it’s the distance from center screen to current mouse position that effect rotating speed. In any case you can just adjust “rs” variable to modify the speed.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grinky says
Purchased

Hi RimV,

I’m sorry to bother you, I love this item and I know you have been asked this before but… I really need the thumbnails to become larger when clicked on, or have a different larger image come up. If you can easily adjust the size of the description box (which you have explained in other comments) surely its fairly simple to change the size of the displayed image? I’m showcasing paintings with this item and so I need to show the full painting fairly large when the thumbnail is clicked on. Please help me out or point me in the right direction of the code to play around with, I really appreciate any suggestions you can give me.

Thank you so much for your time and for providing such great support on this =)

1 year ago
Author
RimmonTrieu RimmonTrieu replied

The current design will show larger image after thumbnail clicked and roll mouse over. If you want to display much larger image you may want to open it as external link, please see FAQ regarding open external link.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grinky says
Purchased

Also I would really like to put this item on my webpage. Using dreamweaver I have tried to just drag and drop it into my existing project, but it does not display any of the images when I test it on the new page, just the gallery links. Please help!

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grinky says
Purchased

Ignore last comment- sorry! Stupidity! But I still need help with my first question please!

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Poland
profitroompl says
Purchased

This file is great!

I had to do some serious modifications to the sourcecode so it suits my needs and it went flawless.

It has saved me a lot of time!

5 STARS

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
grinky says
Purchased

Hi again RimV,

Have incorporated this file into my website, which I am now testing online, and having a problem with the description page, where I created a link to another page in my website. Now its online it shows all the code and does not work but when I used a testing server the link looked fine- what am I doing wrong?

www.dallenart.com/gallery.html

1 year ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
nycpromo says
Purchased

Hi,

I keep getting a compile error i first thought it was cs5 but now i tested on cs3 and same error comes up and i downloaded straight from your link with out editing any of the files. i get a class cube missing error.

private function AddEvent(p:Cube):void 1046: Type was not found or was not a compile-time constant: Cube. 1046: Type was not found or was not a compile-time constant: Cube. 1046: Type was not found or was not a compile-time constant: Cube.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
flix26 says
Purchased

Is this thers variable for the rotate speed at script.as?

var del = (stage.mouseX – stage.stageWidth * 0.5) * rs; //var del2 = (stage.stageHeight * 0.5 – stage.mouseY) * pitch;

angle += del;
var x = Math.cos(angleMath.PI/180)cradius;
var z = Math.sin(angleMath.PI/180)cradius;
camera.x = x;
camera.z = z;
1 year ago
Author
RimmonTrieu RimmonTrieu replied

Yes, it’s “rs” variable, increase or decrease the value will change rotate speed

1 year ago
Purchased
Default-user flix26 replied

Which value? can you take an example for slower rotation?

1 year ago
Author
RimmonTrieu RimmonTrieu replied

look for


private var rs:Number = 0.002;

in script.as, and change “rs” value there

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
jhodson7723 says
Purchased

RimV,

I see that these comments are all over 3 years ago so I hope I didn’t buy dinosaurware. This is a great looking application, but I can’t get this to appear in either Dreamweaver (CS3) as a preview or when I load to a website. The movie doesn’t appear.

I can compile the movie Ctrl+enter and that works fine in Flash (CS3) but it is not working for me in the actual page. Any ideas?

11 months ago
Author
RimmonTrieu RimmonTrieu replied

To embed the gallery swf in your html page you can use swfobject, in Dreamweaver switch to Code view and try to add this inside a div:

    <div id="flashcontent">

        <div id="flashError">
            <h1>You need to upgrade or install latest Flash Player</h1>
        </div>
    </div>
    <script type="text/javascript">
        // <![CDATA[

        var so = new SWFObject("3d_art_gallery.swf", "albums", "100%", "100%", "9", "#000000");
        so.addParam("scale", "noscale");
        so.write("flashcontent");

        // ]]>
    </script>

You can also view source of included index.html to see how it was implemented

11 months ago
Purchased
Default-user jhodson7723 replied

RimV,

I couldn’t get the SWObject method to work either even after I copied your code from the source index.html. I thought that perhaps there was something wrong with the SWF I created, or the AS file so I changed my swf to another one of your files that I hadn’t changed at all (3d_art_gallery.swf) but that doesn’t play either. It is just a black square with the gallery links. No image and no action on the flash.

I made sure I copied your entire directory to my server so no files should be missing.

I went directly to the test index.hml file on the server and that appears to work. Could this be a nesting problem? Because I don’t have all of the files in my site root. I basically copied your entire directory into my site and I map the SWF from my page to its place in the directory structure so it looks like this

3D_Interactive_Art_Gallery/source/3d_art_gallery_4.swf

11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
jhodson7723 says
Purchased

RimV,

Thank you for getting back to me, but this doesn’t appear to work either. I pasted your code exactly and only changed the path of the file as below:

    <div id="flashcontent">

        <div id="flashError">
            <h1>You need to upgrade or install latest Flash Player</h1>
        </div>
    </div>
    <script type="text/javascript">
        // <![CDATA[

        var so = new SWFObject("3D_Interactive_Art_Gallery/source/3d_art_gallery_4.swf", "albums", "100%", "100%", "9", "#000000");
        so.addParam("scale", "noscale");
        so.write("flashcontent");

        // ]]>
    </script>

The only thing that appeared is the “download the latest version…” message.

11 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
celiapgt says
Purchased

Dear RimV, how can I change the color of texts (descriptions and captions) without modifying the FLA file? I use Linux and I don’t have Windows on my machine. Please, explain me how to do it using the XML or CSS files…

9 months ago
Author
RimmonTrieu RimmonTrieu replied

Text color of caption is not styleable only description supports it.

You can however send me an email with the wanted color I can make the change and send back the files.

9 months ago
Purchased
Default-user celiapgt replied

Sorry to insist, dear RimV, but I want to know if it is possible for you to make the change in color for texts, and also if it possible to indicate me how can I change the description color.

Sorry to bother you, but I still don’t have news from you.

Sincerely, Celia

9 months ago
  • Has been a member for 1-2 years
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
logomaster says

Stylish work. Like it.

5 months ago
by
by
by
by
by