PROFGallery
Home / Forum / Components Discussions / PROFGallery
-
-
Looks great!
Couple quick questions.
Is this able to embed into an existing page/template or does it only function as a full page in itself?
Also, going to your support page, it appears everything is in an entirely different language. That, or I just don’t have the correct font. Any suggestions?
Thanks!
#  /  posted on Aug 05, 2009 -
PROFGallery designed as flexible component. You can easily embed in any types of html pages by help of SWFObject or you can use this gallery in your Flash site by loading gallery.swf through Loader Class.
Support page on Russian text. You can use Google Translate or ask questions directly to me here or on support page via comments.
#  /  posted on Aug 09, 2009
-
hi
thank you for your great job.
can you send this fla how editable CS3
#  /  posted on Jan 27, 2010 -
You can download here – http://blog.nicolasprof.com/profgallery
I included CS3 version in archive.
#  /  posted on Jan 27, 2010
-
Great viewer..I was wondering how I can change the Y position of the borders that hold the Viewer.I can move the controls down, the viewer, the thumbnails down but I don’t see how to put the rectangle that holds the viewer down.
#  /  posted on Feb 06, 2010 -
Metallic border created by foreground image layer.
<body background="images/background.png" foreground="images/foreground.png"/>
#  /  posted on Feb 08, 2010
-
I downloaded it and when opening in Macromedia Flash 8 it shows unexpected file format. Plz Help.
#  /  posted on Mar 22, 2010 -
You can open gallery source file only in Flash CS3 or Flash CS4.
#  /  posted on Mar 22, 2010
-
how do you have it start in the navigation window instead of in one of the galleries. I want to have 4 different menu’s that I have created in config.xml, but when I open it, it sends me to the first navigation window.
i have a feeling it has to deal with swf object id but not sure what it would be called.
#  /  posted on Apr 28, 2010 -
default="true"
You should use ‘default’ param in ‘menu’ block to specify category that starts first.
As Example:
<menu id="3"* default="true"* url="xml/data.xml" img="images/catGirls.jpg"> <title><![CDATA[?????????? ???????]]></title> <desc><![CDATA[Girls! Girls! Girls! No! No! No!]]></desc> </menu> <menu id="4" url="xml/data2.xml" img="images/catCars.jpg"> <title><![CDATA[?????? ??????????]]></title> <desc><![CDATA[???????? ??????, ? ??? ?? ?????????. ??????????, ??????? ????? ?????? ??????????.]]></desc> </menu>
#  /  posted on Apr 28, 2010
-
is there a way to have it open up in the view where it shows the 4 categories that you would get when you click on the 4 boxes on the bottome right.
#  /  posted on Apr 28, 2010 -
How would I get this gallery to start with an auto star playing. As it is, it’s set to be on “stop” when it loads and then you have to push “play” how would I make it start on “play” and you have to push “stop” then?
#  /  posted on Apr 30, 2010 -
ebolt007:
Try to download last version at official page – http://blog.nicolasprof.com/profgallery
In Config.xml was added new property in 3.0.2 version
slideShow autoStart="true"
garronte:
In Engine.as at 120 line after :_ new LayerManager(this);_
add:
this.buildMenu();
#  /  posted on May 01, 2010
-
how do you resize the whole thing?? every time i mess around with the gallery .fla it stops working....:(
this is a really great gallery :D, i just need the pictures to be larger and spread out across a flash webpage... maybe im missing or skipping over something?
#  /  posted on Jun 09, 2010 -
Sincerely its the best programming work I have recently seen ! Great great work!!!
#  /  posted on Jun 25, 2010 -
-
How do you make each image a clickable link?
I set activateURL = true
and URLType = "-Blank"
I get the hand indicating its a clickable link but it won't do anything on click.
I have set the url in each image as well in the xml file.
Please help....thanks
Great work btw
#  /  posted on Jul 23, 2010 -
Ignore last post, I saw your 3.0 version that has everything I'm looking for.
Great work, thanks
#  /  posted on Jul 23, 2010 -
At official site I added "Request Feature" function, feel free to add your ideas to improve gallery.
#  /  posted on Jul 27, 2010
-
I am unable to open this gallery I get message as under:
You need to upgrade your Flash Player This is replaced by the Flash content. Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this. Content here allows you to leave outnoscripttags. Include a link to bypass the detection if you wish.
I have installed the latest Flash Player despite this error message. Please advise and help me how I can open this gallery.
thanks.
Raghavendra //
#  /  posted on Jul 30, 2010 -
In index.html you can see such code:
var so = new SWFObject("gallery.swf", "gallery", "600", "380", "9", "#FFFFFF");
Number "9" is about required flash player version to play flash content. If you have Flash Player 9.0.x or 10.x, you shouldn't have any problems. Also check Flash player, There are 2 types of player, activeX (for IE) and plugin (for Mozilla, Opera)
You also will see error message if you haven't "js" folder with "swfobject.js" file.
In index.html:
< script type="text/javascript" src="./js/swfobject.js"></ script>
#  /  posted on Jul 31, 2010
-
-
Hi!
"how do you have it start in the navigation window instead of in one of the galleries. I want to have 4 different menu’s that I have created in config.xml, but when I open it, it sends me to the first navigation window. "
I made: //CheckLayers new LayerManager(this); this.build();
but usually shows
#  /  posted on Jun 11, 2011 -
-
Class "Engine", method "init" After: new LayerManager(this);
Add: this.buildMenu();
#  /  posted on Jun 12, 2011
-
Please login to post replies.








