XML Not Loading Images On Server?
Oct 21, 2009
I have a flash site, which uses XML to load an image gallery, but it cant find the images on the server even though they are there. It works fine locally.In firebug, each image is listed in the net tab as found, but when you click on it, there is an error message..Plus an error page is listed for each of the images.If you click on one of the other button's in the gallery strip on the site, it tries to find Freeola's (my host) 'crossdomain.xml' file which doesn't seen to be there, could this be a cause?
View 1 Replies
Similar Posts:
Sep 18, 2011
I've recently inherited a project which needs to load random images from a dir on the server.
the previous developer has this code on every swf (there are over 40):
pic_arr = ["images/randoms/1", "images/randoms/2","images/randoms/3", "images/randoms/4", "images/randoms/5", .....
ranNum = Math.floor(Math.random()*pic_arr.length);
pic_hold.loadMovie(pic_arr[ranNum]+".jpg");
unloadMovieNum(1);
I need to update this as the number of random images is set to increase to about 1000 and I don't fancy hand coding the above to include "images/randoms/999" , "images/randoms/1000" !!! Where I can keep a single .as file on the server which handles this and then a line of code in each swf which imports it? The site is built in php with a Flash fornt end so easy to use php to count the contents of the "images/randoms" dir and pass that number as a flashVar.
View 1 Replies
Mar 30, 2010
I'm using BulkLoader to load a single XML, parsing this, extracting out a list of images on another server (amazon), adding them to BulkLoader and loading them in.
this all works great running in the Flash IDE but as soon as it's uploaded the xml loads, parses BulkLoaders starts but non of the images load.
I assume it's a security issue but linking to these images from the local or from a html page works fine just not from Flash from a server.
View 4 Replies
Jan 22, 2009
I have a flash file sitting inside of a web page in our company domain. There is another server (used to store images) that is part of the domain but is not running any web services (for security reasons). A folder on the images server is however shared in such a way that any site on the web server can display images from the images server as long as the user is plugged into the domain. For example, both I and my boss can pull up a web site on the web server and see all the information, but only he can see the images
because I have Vista Basic and no domain support. This is done via "<img src='\serverNamedirectory.'/>"
That's ok, but on this particular instance I don't want to display the image on the webpage, I want it in a SWF on the page. However the SWF can't seem to load the images even though the page it's sitting in could. I've tried tons of variations of URLRequests and Loaders, most resulting in security errors. Since most of the online discussions about these errors revolve around cross-domain access, I can't seem to find any tech support for our specific situation.
View 2 Replies
Dec 9, 2005
Explaination: MX 04' Pro Thumbnail Nav. loading images with XML Loader resizes and displays images when users click on Nav. reading XML Problem: Users click Thumbnail Nav. first image gets loaded and loader resizes to image. However the next choice by user on thumbnail click, the second image doesnt get resized in the loader. It goes beyond holder. Here is my code for Thumbnail and Loader:
[Code]....
Now the first image loads fine and the loader sizes to file from XML. However, when users click second choice from Thumbail the loader doesnt resize to new image size. It only gets resized on the first selction or if users click the next or prev. buttons then the images fade correctly but nothing fades back in. Now if they do hit next or prev and then hit a thumbnail option it loads and resizes.
View 1 Replies
Jan 26, 2009
im loading multiple images but how do I make sure the program will start once all images have dispatched a complete event. like make a universal loader for all the other "small loaders" if you understand.
View 1 Replies
Oct 20, 2009
I need to load dynamically a few images (4-6) so that by clicking on particular image user would invoke particular action. Embedding images solves the problem but at the expense of file size. If I load them dynamically, they lose their ID.
<comps:ExercisesScroller id="scroller" x="300" y="100"
ex1="@Embed(source='assets/Exerc_1.png')"
ex2="@Embed(source='assets/Exerc_2.png')"/>
and so forth this works. But instantiated in CDATA it does not work:
import components.ExercisesSCroller;
private var custScroller:ExercisesScroller;
private function init():void {
[Code].....
View 1 Replies
Feb 19, 2012
I have typical situation where big loop is loading lots of images and its done asynchronous which make browser to frees during loading and I want to make it synchronous but having big trouble doing it. I found this class synchronous loader and it work great but you cant add mouse event listener to loader. Here is sample code:
[Code]...
View 2 Replies
Apr 1, 2010
I want to have an AS3 app load images from url supplied by the user. But I don't want a malicious user to be able to load an SWF file in place of the image, such as with an altered extension "maliciousSwf.png". Well, not sure how big a security threat that is above and beyond the ability of the hacker to decompile swf, but I think that ideally such behavior should not be allowed.
So, is there any way to prevent this? When people allow users to load images in their Flash apps, do they somehow guard against loading of SWF? Or is this really absolutely no big deal?
View 1 Replies
Nov 15, 2010
How would you defer loading of other graphics on the page until after the images in a Flash gallery's images.xml file are finished loading?Is there any way to detect for this, or would I only be able to check if the flash swf object is finished loading? I'm pretty sure the swf object would be loaded/ready as with document.getElementById('flashobject').onload = function(){}; before the corresponding images have loaded though, instead of after.
View 1 Replies
Mar 23, 2011
I am loading images of different size and then images are scaled and border is drawn for each image as shown in below link,[URL]... I want that border of images to be of the same width and height and for that I need to find out the max width and height size image before loading all the images. Is there any way that I can know the width and height of an image before loading it completely?
View 1 Replies
Dec 27, 2010
I have a SWF (which fully works offline).
In that SWF, there is a lot of data loaded from server A, which works just fine.
Then I want a google radar chart like this:
Everything works realy nice offline. But when the SWF is on Server A, the chart wont load.
I'm using:
ActionScript Code:
Security.allowDomain("http://chart.apis.google.com/*");
Security.loadPolicyFile(IP + "/crossdomain.xml");
[Code]....
I checked with tamper data, the request for the chart is send and status: Pending.
View 1 Replies
Mar 30, 2011
I'm developing a drawing application in flash and I want that when a user has finished his drawing, he can upload the file to a server I found a code on the web that does what I need, but when I upload the image to the server, there open another window and I don't want it does that, I want that simply upload the file to the server without opening another window.
[Code]...
View 0 Replies
Sep 16, 2011
I've got a student doing a project, and has accounts on 2 different web servers at our school.
From server A, all the images in the swf are missing when it plays. (I believe the images are in simpleButtons, and are drawn using the drawing tools )
From server B, all the images are there.
View 1 Replies
Aug 4, 2010
my flash gallery works fine locally, on my computer. but once i upload it to the host. the images wont load?
this is some sort of access restrictioin thing im guessing?
im using loadMovie()
the images are in the same directory as the swf.
// im using flash cs4, actionscript 2.0
View 2 Replies
Oct 31, 2010
How make save images with SWF to server?
View 3 Replies
May 19, 2011
I'm developing a drawing application in flash and I want that when a user has finished his drawing, he can upload the file to a server.
I found a code on the web that does what I need, but when I upload the image to the server, there open another window and I don't want it does that, I want simply upload the file to the server without opening another window.[code]...
View 4 Replies
Jul 28, 2011
Is it possible to insert and retrieve images from sql server using actionscript. Also is it possible to create a flash scrolling gallery based on images stored in a database and everytime an image is added it is displayed in the gallery.
View 1 Replies
Jan 15, 2010
I have seen in web apps we get flash images generated on the fly how is it achieved? Any api for programming languages (Java Python)?
View 2 Replies
May 28, 2010
Actually i have to load images into stage from any server,so tried using crossdomain.xml from my server root.though it throughs error
SecurityError: Error #2122: Security sandbox violation: Loader.content: http://sss/Player.swf cannot access http://ffff/images/logo-bg.jpg. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded.at flash.display::Loader/get content()at SS4UPlayer_fla::MainTimeline/ss4uLogoCompleteHandler().
View 1 Replies
Jul 2, 2010
I need some suggestions about to create .flv from 1000 images.The application I'm building will be use flash to show the .flv, and the server, who have red5 rtmp and php5. The server will be do the conversion from .jpg to .flv. I searching information but I didn't find which language can be the best to do conversion, or some examples about it..
View 2 Replies
Sep 29, 2010
I am trying to save some images from Flash to Php by sending a jpgstream, capturing it in php and pushing it to a file. Not sure what I am doing wrong here.
I am putting all the images I need into an array like so: (history is just where I am keeping all the image data)
[Code]...
But this doesn't seem to do the trick. I have been going through a bunch of different tutes and code snippets, so maybe I just ogt something confused along the way. I have done this before though and don't remember it being this difficult.
View 2 Replies
Aug 2, 2011
PowerPoint has an option of saving the file in other formats. Using this feature one can convert the slides into images.I want to develop an application where one can upload a .ppt file into my server and the application would convert the slides into images, without any manual intervention.
View 4 Replies
Dec 4, 2009
I've been stuck with a very weird problem for weeks now.I am dealing with the site [url]...
So it is so weird : it does not make sense at all !
If it is a question of settings on my local computer, my own example should works online.
If it is not a question of settings on my local computer, how could the other guy's example work and not mine?
I'm very confused. At this point, my only lead is the fact that I use cs3 and he uses cs4.
View 2 Replies
Oct 6, 2011
I'm trying to load xml-file, get addresses from there, then load images and finally put them in caruselBut it wokrs or desn't work dependin on where my swf file isWhen I run swf from my flash compiler it loads xml and images from server 1 and server 2.When I run swf from server 1 it loads xml and images from server 1 but not server 2.
View 9 Replies
Nov 15, 2011
I've built a simple webcam snapshot application - a user uses webcam to take a picture which is saved in a folder. All pictures are saved in same folder and now i have to display three latest images on a flash banner that is located in another server. With PHP, i managed to sort the pictures in an array from latest to oldest and dislay them on the a website. Now i have to dipslay three of the latest images on the banner and not sure how to pass this information to the Flash banner? All i have to do is to pass the path of the three latest images and load them into movieclips. Any tips where to start?
View 0 Replies
Jul 1, 2008
I am trying to upload an image on my server using Flash and PHP. The following code works fine on 1 server but doesn't work on other 2 servers where i have to implement it. Please check it and see where am i going wrong.
[Code]....
View 1 Replies
May 19, 2011
I'm developing a drawing application in flash and I want that when a user has finished his drawing, he can upload the file to a server. I found a code on the web that does what I need, but when I upload the image to the server, there open another window and I don't want it does that, I want simply upload the file to the server without opening another window.
This is the AS code:
Code:
import com.adobe.images.JPGEncoder;
save_btn.addEventListener(MouseEvent.CLICK, guardarImg);
function guardarImg(e:MouseEvent):void
[Code].....
View 3 Replies
Oct 30, 2009
I am trying to import some images into flash using an XML file. My XML file seems to load fine, and my code seems to find the URL of the images to load. However when I actually try to load the images into my Loader nothing. This is my code that is relevant:
-----------------
public var xml:XML;
public var xmlList:XMLList;
public var imageLoader:Loader;
[Code].....
So as you can see my xml file is loading, my URLRequest seems to be finding the image path and filename (the paths are correct and those files are located there) however my imageLoader doesnt seem to actually load them .
View 2 Replies
Jan 28, 2011
I have an fla which is loading images from an XML, then the images start scrolling , but when it arrives at the last images, I want it to loop back from th first images, like a never ending scrolling..
below is my code :
Code:
import gs.*;
import mx.transitions.Tween;
import mx.transitions.easing.*;
import flash.display.BitmapData;
[Code]...
View 2 Replies