I get 21 conflict errors when i try to publish the source.
I open the project file and hit f12..
any ideas?
Posted 2 months ago
Tab Gallery it’s a two level Flash gallery that has support for JPG , GIF, PNG image viewing and for FLV playback. The first level is represented by the categories (tabs). The list of tabs is located at the bottom of the application. The number of tabs can be unlimited and each tab has it’s corespondent in the XML file in the “category” tag. If the list of tabs is too long, a mouse sliding behavior will be enabled. The list will slide horizontally according to the mouse x position. The image used for displaying the tab has to have 95×75 px.
Each category can store an unlimited number of files represented by the “file” tag in the XML .
A file can be a JPG , PNG, GIF or FLV . The preview (thumbnail) is an image wich doesn’t have to have fixed dimensions, it will be scaled and smoothed to fit the surrounding rectangle. Files previews (thumbnails) will have a certain icon depending on the file type (image or video) and if it’s a video file, a play button will appear. If it’s too long, the list of thumbnails can scroll vertically by dragging the right handle or using mouse wheel. The right handle will increase or decrease the scrolling speed depending on the distance from the original position (the middle of the screen).At the top, it’s the title bar wich will display the current category name and the number of files inside it.
Clicking a thumbnail will launch the Viewer wich will display the big image/movie with a description bellow and the navigation buttons. Clicking on the big image/movie will close the Viewer. Movies can be totally controlled by using the control bar.
Each resize of the window will reposition the elements. There is a size restriction, the window can not be under 800×600, but that can be modified.
You can add your own files and text by editing the XML file. The graphical elements can be found organized in folders/subfolders with intuitive names inside the Library. The ActionScript files are stored in a project for easy access.
Overall, it’s a nice gallery that can help you organize and display your favorite files (images, movies) and share them to your friends/clients/the world in an elegant and professional manner.
Enjoy !
Support only on the
WHITE Tab Gallery FLV Portfolio v2 Public Support Forum
Galleries / Portofolios
Menus
Video Players, News Readers, RSS etc.
Small Utils
@sharynt The gallery was coded with flash 8 and AS2 . I guess it only works with flv files. Have you tried a diffrent format ?
@eduardosilva I can’t understand what you have written. It has no sense. I’m really sorry
Posted 2 months ago
I get 21 conflict errors when i try to publish the source.
I open the project file and hit f12..
any ideas?
Posted 2 months ago
Yeah, I tried to see if I could put a mp4 file in it, but it didn’t work. Would you be interested in redoing it for use with Flash player 9 as a custom work order?
Thanks
Posted 2 months ago
I have published the source html out of Flash. The .js file and swfs are all on the server. The .html page will not display. The swf displays and pulls data perfectly. Any ideas as to why the html page will not work?
Thanks -JM
Posted 2 months ago
Hello guys, please use our Flash Support Forum for questions or custom work request, it’s hard to keep track of all posts/pm/emails. Thank you !
Posted 2 months ago
Hello everybody. Just want to remind you that you have the Public Support Forum link in the file description. Please use that link to ask for support. Thank you for your undersatnding and I appologise for any inconvenience.
Adrian
Hello oxylus,
I’m thinking to buy this product, will I get the fla file with the buying ? Can I program this product so instead the xml file it will load the data from DATABASE ?
Best regards, Sallaboy
Posted 13 days ago
how do i change the position of the elements in the titlebar? I was able to change the position of the album name by changing the margin value in titlebar.as but the ITEMS are much harder to change the position. I already have it positioned in the gallery.swf file correctly but the AS file is overriding and i’m having trouble figuring out where that specific piece of code is with all this math… i’ve tried deleting or adjusting any x, y or resize related lines of code that are also attached to the Items name but i have had no luck. Please let me know.
Thanks,
Chris
Posted 9 days ago
nevermind, i figured it out… i had to delete line 53 of Titlebar.as … i missed the ._x in my initial scans.
I replaced with this:
Items._x = 50;
that controls the amount of pixels from the left the text will be positioned.
I also added the following just under
Items._y = 25;
that will control the amount of pixels from the top the text will be positioned.
Posted 9 days ago
any chance we can buy an upgrade that allows us to simply drop folders in a directory and have the alubms automatically created?
Posted 9 days ago
xml photo galleries when there are a lot of albums each with a lot of photos is a very tedious and long task 
I need to add a scroll bar to the albums …. we have 27 albums and it will only get larger… the scrolling goes way too fast for the people that will need to use the gallery. I was able to set the thumbnail scroll bar to true so that works fine… is it a similar way to set the album with a scroll bar?
Posted 7 days ago