ActionScript 2.0 :: Flickr Slideshow To Flash
Sep 18, 2009
I am trying to take a Flickr collection (from the website) and integrate it into flash. I suspect something to do with the rss feed. My goal is to take the flash and put it into Screentime so that when the screensaver is running it will basically be an up-to-date slideshow of my flickr images.
View 7 Replies
Similar Posts:
Apr 19, 2009
Is it possible to load a Flickr slideshow into a Flash website?
I know you can load it into an HTML page, but I want to load it into my 100% Flash website. However, I can't get this to work. I picked apart the HTML embed code and pieced it back together as a URL that gets me exactly what I want, but Flash will not do anything with it.
Here is the code I am using:
Code: Select allvar loader:Loader = new Loader();
btn_mc.addEventListener(MouseEvent.CLICK, btnClick);
function btnClick(e:MouseEvent):void{
loader.load(new URLRequest(root.loaderInfo.parameters.flickrURL +
[Code].....
View 1 Replies
Feb 16, 2007
I'm trying to get a photogallery to get information directly from [URL] I've found a flash API wrapper that looks like it should work but my understanding of class constructs is too weak to get it going. [URL]
View 3 Replies
Jun 9, 2011
I built this nifty little weather/clock app as a way of learning to work with API's and incorporates both the yahoo weather api and the flickr api. Now that it is in functioning order, I decided I would port it over to a playbook app via a Flash Builder 4.4 ActionScript Mobile project. I was able to get it installed on the playbook simulator just fine however when the app launched it showed a blank stage. After several hours of research I determined it was a runtime error.After several more hours of research I found it was a security error when making a call out to the flickr api. The debugger reports the following error:
SecurityError: Error #3207: Application-sandbox content cannot access this feature.
at flash.system::Security$/allowDomain()
at global$init()[C:UserspoorpaddyAdobe Flash Builder 4.5ScriptsflickrGrabber.as:43]
[code].....
View 1 Replies
Jan 4, 2011
I succeed to get a snapshot from the webcam as a jpeg (via BitmapArray) and now I want to upload it directly to twitpic or flickr
View 1 Replies
Jul 15, 2011
how to use the flickr api? all the documentation i've read on it assumes you know so much, but i need to start at square one! my goal is simply to load images from a flickr username at runtime. the swf into which the images will be loaded is itself loaded into another swf. i need to make photo galleries that load my clients' flickr images, so that the clients can update their galleries without anyone having to right new code. swf--> swf--> dynamically loaded images from flickr
View 0 Replies
Mar 6, 2009
I'm trying to get a simple photo list from flickr as XML. This works fine, but when I try to use the retrieved data as a local XML-Object it is telling me that the XML cannot be converted to XML. I am sure I am doing something really wrong here, but I don't know what it is. Do I have to convert the ldr.data somehow?[code]
View 1 Replies
Oct 22, 2004
Ive been trying to get the xml/flash gallery tutorial to work using the rss from a Flickr image account instead of the format of xml file included in the tutorial download.Try as I might I cant understand how to call information from the specific nodes that contain the picture information.The Flickr XML source It has a lot of information at the beginning of the file to do with the Flickr account details, which i want to ignore. The <item> tag is the one im interested in.
Code:
xmlNode = this.firstChild;
I've tried using xml.nodeName, and looked right through all the xml part of the actionscript dictionary, but no luck.
View 2 Replies
Oct 22, 2004
Ive been trying to get the xml/flash gallery tutorial to work using the rss from a Flickr image account instead of the format of xml file included in the tutorial download.
Try as I might I cant understand how to call information from the specific nodes that contain the picture information.
The Flickr XML source
It has a lot of information at the beginning of the file to do with the Flickr account details, which i want to ignore. The <item> tag is the one im interested in.
My guess was that it had to do with changing
Code:
xmlNode = this.firstChild;
I've tried using xml.nodeName, and looked right through all the xml part of the actionscript dictionary, but no luck.
View 2 Replies
Mar 28, 2005
I am trying to figure out how to parse a Flickr RSS feed to feed it into a swf to make a pretty flash interface for my photoblog. I am thinking it would be ideal if the image url was in its own element, and the description for the image was in a sibling element. However this is not the case. The problem I am running into is that the image for each post is in the same element as the description (in the content element). The image is simply wrapped by a normal html img tag. Does anyone know how I would pull the image url out of the description during parsing so that I could feed them into flash elements on the stage (one mc for image, another mc with a dynamic text box for the image description)?[code]
View 3 Replies
Feb 15, 2011
I've been able to figure out how to call the Flickr API with the Adobe Lib and get a response...I can get the description, id, etc. But now I'm trying to figure out how to load in the actual photo and add it to the stage.
function loadStartingPhoto():void
{
service.addEventListener(FlickrResultEvent.PHOTOS_GET_INFO, handlePhotoGetInfo);[code]....
I'm starting to think that in order to pull in the actual photo, I need to get it by way of a URLRequest. But that's not how any of the other tutorials are doing it... or maybe they are...
View 1 Replies
Aug 26, 2011
I'm trying to create a Flex app to get photos from flickr(using YQL) of "something" near a given ZIPCODE and ordered by interestigness.[url]...
View 1 Replies
Mar 9, 2012
I am fairly new to AS3 but I have been able to build a somewhat dinky app for iPhone and Andoid with Flash CS5.5, and I am wanting to add my Flickr feed to it. I tried going through Flickr's API but that didn't fully work.
View 1 Replies
Mar 8, 2010
I'm currently using the Flickr Image Search API to load the first result of a string query as a background image for my site.Here's how it's looking so far: http:[url].....The thing with Flickr though is that if you want pictures at their original or large sizes every now and then you get an error message or image saying "Image Unavailable" due to Flickr permissions and user privacy restrictions. On the other hand medium sized or detail sized images tend to get very pixelated on large monitors. I'm pretty new at this Flickr API thing so I don't know if there's a way to filter the results to show only the first one that has actual original/large size available.
Question 1) Is there a way to filter/sort through Flickr API to load only the AVAILABLE/PERMITTED images at their original/largest size?Here's the code I have so far:
Code:
package
{
import flash.display.*;[code]...
2) Alternatively I was thinking that Google and Bing don't have permission/restriction issues(I think) so I was wondering if anyone knew how to set up a Google or Bing image search in Flash using AS3. The farthest I've got on this was finding this link: http:[url].... But I can't seem to get my head around how to actually build the whole search, query and load result.
View 3 Replies
Apr 10, 2010
I have been trying for a while to change this code from Flickr so it would auto start and loop.
Original code
<object width="150" height="150"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F49111858%40N06%2Fsho w%2F&page_show_back_url=%2Fphotos%2F49111858%40N06%2F&user_id=49111858 @N06&jump_to=&autostart=true"></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com
[code]....
View 2 Replies
Feb 6, 2008
I have created a pie preloader(preloader.zip) which is working fine. Same preloader I am trying to incorporate in a xml based slideshow(slideshow.zip) to show image loading process but some how I got stuck. I am new to flash. Suggestions are welcome.
1. How to solve the problem of preloader2. Is it possible to integrate everything in a movie clip (including AS). I mean no AS on main time line but inside the movie clip. It would be much easier then to to create multiple slideshows by duplicating mc and changing the xml file.
View 1 Replies
May 29, 2008
i have a question about text in a slideshow. i know how to make a basic photo slideshow with external images. but now what i want to do is add 4-5 paragraphs of text next to each photo (with possible scrolling). the text will be different on each photo.
View 1 Replies
Aug 12, 2009
So I have made a basic slideshow on flash for a website. Nice but simple, 3 images fading in and out. But I want to make a slideshow that moves either vertically or horizontally, but most likely at an angle. I also want some text to either fade in or move as well. So I have a few questions.1) What is the best way to get th pictures to move at an angle? I have read some xml options for editing in dreamweaver, can't seem to find one for moving the picture.I would imagine you have to edit it in flash? Yes I'm new to flash!2) I take it you edit the text in flash, could it be dynamic text and what is the best way to move it?
View 4 Replies
Nov 4, 2009
I have created a slideshow based on the template for slideshow provided by Flash and some other blogs posts i have found.I have a layer with a picture on consecutive frames.I have another later that has just my text to display always.I have created another layer called Buttons and in the first keyframe i typed stop(); And added buttons by draging and dropping <back button and > foward button. I used script: for the back button [code] I have gotten them to work if you hit the button, it changes to the next picture.I want the pictures to continously play and i want to add a Pause/Play button .If you hit the pause it will stop and then you can resume the slideshow by hitting the button again which will be a Play button. I cannot #1 get the show to just move on its own (i guess i have to add additional frames to each photo?)
View 2 Replies
Nov 25, 2009
The slideshow template that comes with Flash 8 is okay but I would like some more. I have google on the internet but it is all spam sites and people wanting to sell me programs to make slideshows.
View 1 Replies
Apr 9, 2008
I am referring to the following slideshow tutorial at [URL]
Just curious to know if there is a way to play vertical and horizontal images in that slideshow, that would tweak the size of each image automatically.
View 1 Replies
Apr 30, 2009
I've implemented the xml flash slideshow on my site. In the <caption> you can add a description for the photo and it populates in the movie, but I would like to know if anyone knows how to add a link in that section?How can I hyperlink text within that section?
View 1 Replies
Jul 26, 2009
i am relatively new to flash and actionscript 3 but i have been recently making a website and i have got to a stage where one page is pulling in SWF's via an XML document. There are left and right arrows which load up the next/previous SWF. The right arrow works fine, it loads the next one up and then due to some AS3 code when it gets to the end it loops back around. The left arrow goes back a frame until it comes to the beginning and it wont loop to the end. Below is a copy of the code that i am using. I am aware that i need to create the event listener for the arrow and i am fine with that, its just the function to go with it that i am struggling with.
[Code]...
View 5 Replies
Jan 22, 2010
I found this program called Flash Slideshow maker professional and it is very easy to put together etc. I try to add it into dreamweaver but when I try to select the Go Live button in dreamweaver its blank instead of my flash slideshow.
View 1 Replies
Oct 18, 2010
I'm making a picture-slideshow with xml and Flash AS2. The thing is, i really want a play and pause button in it, and iv tried to do that with setInterval.[code]Now, the weird thing is, the trace does work, and gives me the good output: 10, 11, 12, 13 etc. etc. but the external images dont go further... (i do have the first image, but it doesnt go to the next images)When i remove the var Interval, so that it doesnt repeat, it does work I also attached the .fla file.
View 7 Replies
May 26, 2009
I am doing a slideshow in Flash. With AS 2, I would create frame labels for each slide with a stop action on each one in the timeline and a button underneath the background with the following script:
on (keyPress "<Right>") {
gotoAndPlay("2");
}
The keyboard right arrow (and left arrow) would move the slideshow forward and backward. I had another button for backward.I'm doing one in AS 3 now (dictated to me) and this script isn't working.
View 3 Replies
Nov 9, 2009
I have created a flash slideshow, where the slide will enter the stage from the left via a motion tween. Once the tween finishes and the symbol is in place, I want the slide to be clickable. I created an invisible button to go over each slide, and put these buttons on their own layer.Then I created an actions layer and put in this code:[code]It worked fine on the first button, but when I attempted to add a second button (only changed the parts in red to reflect different instance and link), it told me it was an error due to a duplicate code.
View 3 Replies
Nov 12, 2009
I am trying to create a "slideshow" in flash CS4 and I have set it to fade out one image is it fades in another (using alpha) for about 10 - 15 images.However, I want to add a "border" to my slideshow, that stays there throughout the entire process without it fading in and out along with the pictures.
View 1 Replies
Dec 14, 2009
I want to create a flash video that contains a photo slideshow,like in this linkI am not knowing where to start.
View 1 Replies
Jan 2, 2010
i've made a flash photo slideshowand im wondering if there is anywayto gradually zoom in on a picture while the slideshow is playing.
View 4 Replies