ActionScript 3.0 :: Photo Gallery Content Managament System That Can Output To Flash?

Feb 11, 2009

I have a client who wants a Flash Photo Gallery.That bit is easy, I've created tons of those... The troublesome bit is that the client wants an easy way to update his gallery.PHP content management system I could use? I've looked into Gallery2, and Plogger but haven't found any tutorials about pulling XML data out of them and into Flash.Does anyone have any experience using a Photo Gallery content management system and plugging it into Flash?

View 6 Replies


Similar Posts:


ActionScript 2.0 :: XML,PHP,CMS - Flash Gallery Content Management System?

Sep 17, 2004

I have a meeting with a potential client this upcoming Wed. If I am hired, I will be redesigning his website, the major components he wants are galleries of his sculpture art and a way to update the images himself.

My idea: develop a custom CMS so he or his secretary can easily update what images are in the online flash galleries. My idea right now is an HTML/PHP form where they would enter what gallery the image goes to and maybe an upload button for the image, they hit submit and the PHP form edits an XML document which is where the gallery gets its image info from. Can anyone help me figure out how to do this? Or if there is an easier way to develop a CMS for them to update the images in the gallery themselves? Being able to remove images via a custom CMS would be ideal.

View 7 Replies

ActionScript 2.0 :: XML,PHP,CMS - Flash Gallery Content Managment System?

Sep 17, 2004

I have a meeting with a potential client this upcoming Wed. If I am hired, I will be redesigning his website, the major components he wants are galleries of his sculpture art and a way to update the images himself.My idea: develop a custom CMS so he or his secretary can easily update what images are in the online flash galleries. My idea right now is an HTML/PHP form where they would enter what gallery the image goes to and maybe an upload button for the image, they hit submit and the PHP form edits an XML document which is where the gallery gets its image info from.

View 7 Replies

ActionScript 3.0 :: Make A Flash Photo Gallery That Displays All The Image Files In A Certain Directory With The Usual Photo Gallery Functionality

Sep 1, 2009

Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.

View 1 Replies

ActionScript 2.0 :: XML For Gallery From Tutorial 'photo Gallery Using XML And Flash'?

Jan 15, 2010

i am trying to put some things together following the tutorials on this site. I did the tutorial 'Photo Gallery Using XML and Flash'and I followed it step by step and uploaded it with all the necessary files onto my remote server (xml file, Gallery folder, fla, swf, and html) - however, when I test the movie with flash, it seems to work fine (except the description test, my question to that later), but when I test it online it shows only the first image (but displays the correct number of images in the gallery); even when clicking the next button, it keeps loading the first image the first image. In other galleries (I use the structure for multiple galleries for my portfolio) the first image never loads at all.

Also, about the description text, in between the <caption> and </caption>, can I use <strong> and <em> and <br /> to change the appearance of my text? All it says is 'null'.If you want to look at what I mean check out my portfolio in the making. The problem with the first image displaying only is under 'paintings' and both the projects in 'design - packaging'. The second problem (no picture loading at all) is on some of the buttons in 'design - identity' (where I have not changed the description text of the tutorial yet).
Again,

View 3 Replies

ActionScript 2.0 :: Photo Gallery - Photo's Start Automatically, Rather Than, On A Button Click?

Oct 27, 2011

its for a photo gallery that I downlowded,the images fades in and out, but only start that when you click a button(timer).I'm trying to founf out where in the script I can change this, so that the photo's start automatically,rather than, on a button click.I have pasted the script below, is that ok, or would people rather a zip file of the files?

// (c) Copyright by Andrew DiFiore. All rights reserved. DO NOT REMOVE.
fscommand("allowscale", "false");
Stage.scaleMode = "noScale";[code]......

View 4 Replies

ActionScript 2.0 :: Kirupa Photo Gallery - Load 2 Instead Of 1 Photo?

Aug 26, 2006

I found the tutorial by Kirupa

[Code]...

View 2 Replies

Flex :: Content Managemnt System For Flash?

Jun 9, 2009

I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past.

View 4 Replies

ActionScript 2.0 :: Flash CRM (Content Management System)?

Aug 28, 2010

Is there a best way to put a content management system into a Flash website so (very IT illiterate) people can update text on certain pages? Im expecting a simple notepad document that they can FTP to a specific folder is the best way but I didnt want to give them access to the entire site.

View 5 Replies

ActionScript 2.0 :: XML Flash Offline Content Management System

Mar 21, 2005

I'm working with FLash+XML, and I had a thought: I don't want to give my clients Flash+XML solutions, if they will have to edit the XML themselves. It's too complicated for them.So I thought of a Flash Application for offline use, that would be some sort of a XML Content Management System, built in flash, suitable for offline use (user should upload updated .XML files which is OK). In this app, creating / editing / removing nodes should be like managing folders and their content in Windows Explorer.I don't believe my mind is bright enough to be the first having this idea, perhaps such program already exists. Does it?

View 2 Replies

ActionScript 2.0 :: Flash Offline Content Management System

Mar 21, 2005

I'm working with FLash+XML, and I had a thought: I don't want to give my clients Flash+XML solutions, if they will have to edit the XML themselves. It's too complicated for them.So I thought of a Flash Application for offline use, that would be some sort of a XML Content Management System, built in flash, suitable for offline use (user should upload updated .XML files which is OK). In this app, creating / editing / removing nodes should be like managing folders and their content in Windows Explorer!

I don't believe my mind is bright enough to be the first having this idea, perhaps such program already exists. Does it? If not, please enlighten me: which kind of function allows me to "write to XML file, offline"?

View 2 Replies

ActionScript 2.0 :: Preload First Photo Of XML Photo Gallery?

Feb 6, 2009

I have an XML photo gallery, that when it starts it has a loader for the photos. It always starts with the XML file determined sequence, which is fine, but what happens is that the tabs on the right hand side of the photo loader go astray while it is loading the first photo. If the first photo was loaded instantly this wouldnt be an issue.Is there a way that I can preload that first photo, so that it is in memory when the swf file reads the XML file, allowing the first photo to be instantly loaded ?Amongst other things, I tried embedding the photo in the swf file, but it didnt work...obviously I have no idea what to script...I also created another scene, prior to the main scene, to preload the photo.. but it didnt work either, again probably used useless script...Going further in detail, this is the main script:

Code:
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup(Shortcuts, PennerEasing);

[code].....

View 9 Replies

IDE :: Photo Gallery - User To Be Able To Click On A Photo For It To Appear In The Box Above

Jul 10, 2009

I have been searching for a particular photo gallery, and haven't got far. Here is an example of what I am looking for. With the example I wanting the user to be able to click on a photo for it to appear in the box above. I am looking for a tutorial, so I can customise to fit in my client's flash website.

View 2 Replies

Flash 10 :: Create An Image Gallery Favorite System?

Mar 3, 2011

I need to create an image gallery that the clients can log in and click on photos to add them to favorites. I was wondering how to create this favorite system or if there are any galleries with it?

View 0 Replies

ActionScript 2.0 :: Photo Galley - Make A Gallery Based On The Tutorial Gallery (thumbs)

Jul 19, 2005

What I want to do is to make a gallery based on the tutorial gallery here (thumbs), but I want the user to be able to choose different galleries from within the movie. I figured that I could make a loop to cycle through the galleries, then nest another loop inside it to cycle through the pics, captions and thumbs. While I wrote, I constantly tested the output with trace commands, but when I tried nesting the loop I lost all output.. I'm pretty new to both Flash and Actionscript, so if theres an obvious solution I havent been able to see it.. This is my temp XML file:

[Code]...

View 2 Replies

IDE :: Photo Gallery Using XML And Flash

Jan 21, 2009

I've just completed the "photo gallery using XML and Flash" tutorial, but i've managed to get stuck uploading my own images. The tutorial shows you how to place images from the internet into the gallery, but doesnt tell you source images from your own hard drive.

This is the XML code >

<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>

[Code]....

** I basically want to put the gallery on a CD so i can give it to someone, and i wanted to source images from the same folder as the actual gallery itself.

View 1 Replies

IDE :: Flash Xml Photo Gallery

Feb 22, 2009

I'm building a portfolio website, and I want one of the pages to be a gallery featuring my work.I want to have small image thumbnails on the side, when I click on a thumbnail an image loads through xml (externally) then I want that image to have a prev. and next buttons these buttons load images that are also external.basically each thumbnail loads a diff. image and that image has next and prev. buttons loading other images.I want the images to have a preloader and I also want the images to fade in and out.I've been searching the web for a tutorial or example to help me out, but I didn't have much success.

View 1 Replies

IDE :: Photo Gallery Using XML And Flash?

Jun 21, 2009

I am using Flash Professional 8. I made a Flash photo gallery driven by XML using the tutorial ash_photogallery.htm". When I publish it by pressing ctrl+enter or publish on web by pressing F12, everything is fine. I can see photographs, descriptions, and fully working buttons. But when I put my .swf clip to the website I am developing, nothing comes on it.I am still testing these on my PC and yet to upload them on web.

View 2 Replies

IDE :: Getting A Photo Gallery Using Xml And Flash?

Aug 26, 2009

I used this (Photo Gallery Using XML and Flash) that is in the tutorial, it's all write but how can i do the same but putting the images in a folder.Because now they have to be in the same location than the .fla, .swf, .xml.

View 1 Replies

ActionScript 2.0 :: Photo Gallery XML - Html File Shows The Extra Image In The Gallery But The Swf Doesn't

Feb 17, 2008

i am trying to add extra images to the photo gallery attached. I would have thought it is easy and it seems so. I add an extra image to the gallery. I publish it. The html file shows the extra image in the gallery but the swf doesnt. driving me crazy, cant work it out?

View 14 Replies

ActionScript 2.0 :: Making A Flash 8 Gallery For A Website - Add A Rating System?

Oct 30, 2006

Ive been making a flash 8 gallery for a website and they want me to add a rating system to it so people can rate the images out of 5, 10 or whatever.

View 2 Replies

Build A Photo Gallery In Flash?

Sep 30, 2009

I am currently building a website entirely in Flash, and I am fearing that it is becoming too large because I am having it all load on startup. Is there a way for me to have the file load to say, frame 10, and stop loading, then when a button is clicked to bring you to a new frame that has not been loaded, load the necessary frames? (I would also like to have a preloader for each time a button is clicked that takes you to frames that haven't been loaded yet.)

A specific example would be a photo gallery I want to incorporate into the site. When the user presses a button to view the photo gallery, I want a frame with a gallery of thumbnails to load that has not been previously loaded, and then when each thumbnail is clicked, the frame with the large picture in it should be loaded.

View 2 Replies

Actionscript 3.0 :: XML Photo Gallery In Flash?

Oct 31, 2010

I need help I am trying to make a photo gallery but I'm not understanding this. This is all new to me for I don't even know if I even have any of it right and for some of the comments I have no clue??

Code: Select allimport fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
var numPics:Number;
var thumbIndex:Number = 0;
var thumbRowCount:Number = 6;

[Code]...

View 2 Replies

IDE :: Kirupa Xml Flash Photo Gallery

Mar 30, 2006

I am having problems formatting the XML Flash photo gallery. I can't seem to get the photos to center on the page. Some of my photos are vertical and others horizontal, and they are all pushed to the left. I don't want to make all the photos the same width. Is there any way to use css to style the xml? Or is there some other way to do it? Url...Also, if anyone notices any other problems with the gallery,please let me know. This is only the second thing I've done in Flash, and I may have made some mistakes when I changed things.

View 14 Replies

ActionScript 2.0 :: XML/Flash Photo Gallery?

Feb 26, 2007

I've created a photo gallery using this method, but each time I try and load it into a movie clip, the thumbnail scroller fails to work. The thumbnails load, but the mouse does not seem to register over the hot spots.

View 3 Replies

IDE :: Flash Photo Gallery With Thumbnails ?

May 7, 2009

I'm trying to use the flash gallery with thumbnails that was in one of the tutorials on this site. See here:

http:[url]....I wanted to make the flash player bigger, so I changed the doc size and then scaled the area mask that shows the image. I don't see why this would scale the image; it should just make the viewing window larger.But when I make an image the size I want it in photoshop, it is displaying the image far larger (blurry and cut off) than it is supposed to.Does it have to do with the action scripting, or the graphics in the document?

View 2 Replies

ActionScript 3.0 :: Photo Gallery Using XML And Flash

Jun 21, 2009

I am using Flash Professional 8. I made a Flash photo gallery driven by XML using the tutorial "[URL]". When I publish it by pressing ctrl+enter or publish on web by pressing F12, everything is fine. I can see photographs, descriptions, and fully working buttons. But when I put my .swf clip to the website I am developing, nothing comes on it.

View 5 Replies

ActionScript 2.0 :: Photo Gallery Using Flash And Xml?

Oct 30, 2009

I've done tutorial on [URL].. and it's really great. But I have one question. The size (height and width) of pictures given in example are the same. What to do if each of my image has different size, and I want them be displayed in 'center', instead of being aligned to the left.

I am not familiar with as2, but I do understand the syntax and all function, so maybe somebody would have some idea how to do this?

View 2 Replies

ActionScript 2.0 :: Xml And Flash Photo Gallery?

Jul 10, 2008

1_Add a new button (or maybe use the emptymovieclip with a listenerObject) on release get url _blank to download a high resolution pdf of that file.2_Add a new dynamic multiline text field on stage (list.txt) to create a list of all files include in this gallery (name + date)Here's a part of my xml file:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>

[code].....

View 1 Replies

ActionScript 2.0 :: Photo Gallery Using XML And Flash

Sep 13, 2005

im a danish boy there found the really nice tutorial on your site "Photo Gallery Using XML and Flash by kirup" [URL] But i have some problems.... When i want to use my own picture it will only load the first picture, its like the buttons dont want to "get" the next picture!

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved