I’m having trouble embedding this as a .swf in an existing flash document I’m working on. No matter how I adjust the settings (i’ve adjusted the .fla document size and the dimensions in the main.as file), it always fills the entire stage rather than staying in a defined shell. Any suggestions?
Hi SanAntonKenpo,
Have you try to add gallery into a movieclip, instead of loading it on stage ? This is how you should integrate it :
import flash.display.MovieClip;
import com.fullgallery.FullGallery;
var container:MovieClip = new MovieClip();
this.addChild(container);
container.addChild(new FullGallery());
Thank you for feedback
Hello,
This is a nice looking file but is not working for me. When I open the index.fla, I am getting this error:
C:\Users\Matt Cashatt\Desktop\flickr\src\com\fullgallery\controllers\data\DataController.as, Line 49 1046: Type was not found or was not a compile-time constant: MediaModel.
I purchased this to use with a Flickr feed but I don’t see any clear directions to do so.
I have a project due tomorrow for which I needed this, so if you see this comment, please help fast.
Thanks,
Matt
Hi Matt,
Your solution seems to be to import correctly MediaModel in DataController class. But from my point of view, without any code samples from you, your xml data source seems not to be initialized correctly. maybe it would come from your flickr url, make sure you used correctly with same domain name like it is in gallery sample file located in AD package.
Thank you
Sent you an email over a week ago… My question. This script only display the “covers” of the albums from Picasa, which is what I am getting now. Or is there a way to display the pictures on the inside of the albums?
Hi TrueCHoJiN,
It all depends on what rss flow you gave to xml. It seems you used your gallery summary instead of the content. Make sure that this is a simple and minimalist viewer, and by this way, you can display just one album at a time. Fortunately, you can make this change if you re-call this gallery with a different php file with xml header.
Regards
I didn’t give any RSS flow to the XML . I used your default flow. The ONLY thing I have changed in your entire package is the user name. So, since I purchased your package. Would you mind telling me exactly what changes need to be made to the header to display only one album. Thank you.
Hi TrueCHoJiN,
Be sure i do not refuse to answer you, reason is more profesional than you think
Your problem is really simple : go to your picasa gallery and click on the rss button in the bottom-right or in the right panel. And you will get your real rss file.
If that will not work, then you should change “tag” names in “parseMediaModelsForPicasa” method in DataController.as. That means Google have changed part of their tool (but i don’t think so)
Regards
Hobby
cant open index.fla i get this error in cs5…..
com/fullgallery/views/mediaviews/textPluginMediaView__Arial.as, Line 10 1017: The definition of base class FontAsset was not found.
Hi mstand11,
Please notice that if you want to modify this gallery, you will have to know a bit of ActionScript 3. If you want to compile on Flash IDE , i suggest you to look in class where a compilation error occured and follow instructions you will find there like : “To comment if using flash IDE ”.
Don’t worry it is only one line.
The reason is fonts are not implemented in a same way with Flash IDE than others building solutions.
Thanks for feedback
Just purchased this gallery, says it’s missing the js/swfaddress.js file. I don’t see it in the js folder. So far, gallery not working for me. Any ideas? Thanks, looking forward to getting it going.
I Have the same error while i trying to publish in the Flash IDE (CS5). What’s is wrong? The only change i have made in original code, is comment the “[Embed(source = ’../../../arial.ttf’, fontName = “_Arial”.... etc…
Hello, This is a nice looking file but is not working for me. When I open the index.fla, I am getting this error: C:\Users\Matt Cashatt\Desktop\flickr\src\com\fullgallery\controllers\data\DataController.as, Line 49 1046: Type was not found or was not a compile-time constant: MediaModel. I purchased this to use with a Flickr feed but I don’t see any clear directions to do so. I have a project due tomorrow for which I needed this, so if you see this comment, please help fast. Thanks, Matt
Hi Hobby, I’m having the same problem that TrueCHoJiN had.
When I put one album’s RSS link into the config.xml file, nothing shows. I have tried using links with ‘picasaweb.google.com’ and ‘photos.googleapis.com’ but none work with the gallery.
I tried to follow your instructions you gave to TrueCHoJiN but it doesn’t make much sense to me.
Can you please give me specific instructions to fix this or supply me with updated files.
Thank you.
Hi elktrnx,
Please make sure you tested it with original data from your package before. You seem have trouble with displaying anything at screen, double-check your gallery path in config.xml and tell me if you have tryed to compile gallery with errors.
If you still cannot fix it, could you please send me email with your stuff. From that, I will see what is wrong with your gallery.
thanks
No reply?
Can I please have a refund seeing as this purchase will not help me in any way and I haven’t had a good customer service response from you.
Hi, I am thinking of purchasing the xml photo gallery. However, for this item to suit my needs, i would need to place an instance of the gallery on several different pages in one flash file and link each instance to a different flickr photo set. Can you tell me if this is possible with this item and if so, how this could be done. If it is possible, i would be happy to purchase the item.
Thanks very much,
Chris
Hi Hobby,
I have bought this item, but there are no explanations as to how this may be used within another flash file, or how to use the config XML file to work with Flickr. I have used activeden before and i have to say that in most cases there are plenty of instructions as to how an author’s file can be customised to suit the potential needs of the purchaser. I would imagine that many users would want to bring this photogallery into their own flash file (as i do). But there are no instructions as to how to do this, either as a loaded extrnal .SWF, or by copying over library items and setting classes etc.
I have to say that i am really unhappy with the “documentation”. There are no explanations as to what the folders contain, which ones should be uploaded to my server, what library items might need to be copied over to another file, setting classes, etc etc.
Although i cannot write AS3 script (hence why i need this template), i have used many templates before with great succes and i am relatively comfortable with making customisations etc to the files if given clear instructions.
What i would like to do, is to embed/copy this file within my website (a flash site) and share my Flickr photos from wthat site, which is what this template said it would do. I have an API and Secret from Flickr, but there are no instructions as to how this can be done.
Please could you contact me and perhaps explain how this can be done as so many authors do as a matter of course.
Regards,
Chris
Hi Chriscoleman2010,
Thank you for purchasing this photo gallery.
The documentation included is strictly based on the two files you may want to modify : global config xml and options xml, every single parameter is explained line by line with details in external docs.
Unfortunately, i did not sell this gallery to be embeded in another flash and it can’t be, unless you modify few actionscript files. But as you said before, you are not the only client who want to embed this gallery and there is a solution to your problem.
The solution is to modify this gallery to be embeded because it can’t be right now. So, the only solution that i can provide is to wait for the next release that i could send on activeden, or directly to you if you are short in time.
Let me just a few more days to test the gallery, and i ll come back to you.
Regards
Hobby
Hello,
thank you for your gallery. Looks like it’ll be very useful if I get it working. I am trying to setup the gallery, and have 2 problems with it.
The first one occurred when i tried to use a flickr feed. it worked great, but the images where very low rez. apparently, that come from the actual flickr feed. Any ideas on how to have a full resolution flickr feed working with your gallery?
the second one came after the first problem. As Flickr wasn’t working, i tried using picassa, copied and pasted the rss feed link, but the gallery was not loading. any ideas?
btw, all theses tests where made using the default gallery that is in the bin folder.
thank you
Hi paoloascer,
For your first problem, i suggest you to use smaller thumb size or to ask Flickr support to know how to manage a better thumb quality.
Your second problem is very strange because i tryed default link this morning with success. Please make sure you have your config.xml like that and you use “http://photos.googleapis.com” as domain :
<?xml version="1.0" encoding="utf-8"?>
<data>
<optionsfile>xml/options.xml</optionsfile>
<!-- LOCAL xml example -->
<!-- <mediasFile>xml/medias.xml</mediasFile> -->
<!-- PICASA example -->
<mediasfile>http://photos.googleapis.com/data/feed/base/user/josemariaguerrerovidal?alt=rss&kind=album&hl=fr&access=public</mediasfile>
<!-- FLICKR example -->
<!-- <mediasFile>http://api.flickr.com/services/feeds/photos_public.gne?format=rss_200</mediasFile> -->
</data>
Thanks for your feedback
It seems to not work when you try to link it to a specific album. is this correct? try with theses:
this is the user’s gallery, it works, and displays a few pictures. http://photos.googleapis.com/data/feed/base/user/117368019693761416448?alt=rss&kind=album&hl=fr&access=public
this is a album from the user, it does not work. I show boxes where the pictures would be, but is says: media not found. http://photos.googleapis.com/data/feed/base/user/117368019693761416448/albumid/5580324708878072865?alt=rss&kind=photo&hl=fr
thank you
Hi there, I purchased this item earlier today as in the AD example it’s the perfect! Unfortunately I’m having no joy at all. Without even touching any of the files, the screen is blank on the html file, and the swf is just a blank grey. I need to get my flickr working with this and embed the file in a movie clip in an fla. I assume I’m doing something wrong, but as I haven’t actually altered anything yet I can’t work out what..?
I did TRY and put in my flcikr rss feed and change the xml options, but this gave me the same results. I hate asking for help, but please give me your advice!
Hi, Looks great. is there a version for wordpress? can i use it in wordpress? Thanks.
Hello hobby just bought this flash gallery and i love the previews on here but im having the same problem that Dannyfontaine is having right now.
The HTML is totally blank and the swf file is just coming up grey.
How can i fix this?
I just purchased this gallery and am having the same issue as many of the other people on here.
When i launch index.html i’m getting a blank white page and the .swfs are both completely blank when launched.
$17 bucks spent and now staring at a blank screen, so what’s the deal here?
Hello
I bought this item from you and am having problems. I need some help urgently please 
I installed and set it up and the file loads perfectly. The problem is that I get an error saying MEDIA NOT FOUND . The documentation in the files doesnt help with this at all and I need this live ASAP .
Each Album is loaded and the correct amount of thumbnails are there but each one says “Media Not Found”
My syntax is as follows in the CONFIG.XML file
Please see the link here: www.ronmoon.com/print for an example
Please help ASAP .
Kfir
Can I please get a reply to my post above?? This is urgent and I havent gotten a reply from my email sent to you either.
Anyone considering purchasing this, plese know there is NO SUPPORT . I bought it, sent several emails and posts and have received no replies. Very disappointing considering its such a great piece.
So I just bought this and I cannot get it to work… my data feed is: https://picasaweb.google.com/data/feed/base/user/109580878363304565048/albumid/5708668057089043441?alt=rss&kind=photo&hl=en_US
Everything works with the demo, but not my feed? Can you please help me.


54 Purchases
39 Comments