ActionScript 3.0 :: Displaying Images From Remote Server

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


Similar Posts:


ActionScript 2.0 :: Manipulating And Displaying Remote Images?

Oct 22, 2009

I've been handed a few Flash files written in CS4, but in ActionScript 2. I know enough ActionScript to be dangerous, but I am far from a Flash developer.

At the high level, the Flash file loads an image, rotates a portion of the center of the image, and allows the user to drag the rotated piece into the proper position (solving a puzzle, basically).

This worked GREAT when the images were loading from the local server. We've changed to remote cloud hosting for the images, though, and now are experiencing issues.

The images still load (we have all of the security and cross-domain policy files in place), but any time we try to rotate the center portion of the image we get a plain gray box instead of the rotated portion of the image.

What's weirder is that the rotated image portions show up fine in the IDE Flash player. But when viewed through a web browser the static portion of the image will load, but the rotated portion will not.

View 0 Replies

Flash Remote Images Loaded From Server On Other Sites

Nov 12, 2011

I want to understand something if it is possible to do it in flash movie. I want to make flash animation with let say 4 pics. The animation will be used as an advertisement on other sites. But I want the images in the flash movie to be changed from time to time. Thus I want the images to be loaded from my server while the movie is been shown on other sites. I want to know if this is possible in flash.

View 1 Replies

Media Server :: Development Server Be Installed On A Remote Server?

Oct 14, 2010

The instructions for installation only cover installation on "localhost".  I'm wondering if I could use the development server for a small scale website depolyment with restricted traffic, from a commercial server, such as goDaddy?And if so, what''s the method?  Do I download the package from Adobe to my local hard drive and install over the network, or copy the package to the server and install it online?

View 1 Replies

Media Server :: RTMFP Connection - Change The NetConnection Url To The Remote FMS Server

Sep 27, 2010

I'm using the RTMFP protocol to publish and play video and audio, but i'm with a little problem. I installed the FMS 4 Development Server in a Windows Server machine located in our local network and it works perfectly. In order to deploy our application, we have a remote server with a fresh install of the Ubuntu 10.04 Server, and the FMS 4 installed in this server. In other server we have the Java and Flex application, which will be used in the client browser.

The problem is that when trying to change the NetConnection url to the remote FMS server, which is the Ubuntu server, the netconnection can't connect to it. When changing to the RTMP protocol it connects, but with the RTMFP don't. I can't find any information in the log files or anything else.

View 9 Replies

Media Server :: String Parsing By Remote Java Server?

Jan 4, 2011

I am writing a game where positions of an object are being exchanged between the two flash clients through a java server. The secnario goes simply like this:
 
PlayerA ---> Server : "Position X + Position Y+
"
Server ---> PlayerB: "Position X + Position Y+


and it works both ways of course.the problem here is that on my computer where i use "localhost" everything is fine and the data is exchanged seamlessly .. when I loaded the server on a remote host the message received strangely turns into something like "Position X + NaN" (i.e. the y position is wrongly parsed by the server), what is weird even more, is that sometimes, the message gets parsed correctly..the server is wrote in java and it is exactly the same source code that works on my machine that fails over the internet

View 1 Replies

CS3 Loading Remote Images Dynamically?

Jul 8, 2011

of a complex question to me, but it's coming from an absolute beginner and it might be considered a stupid one, that's why I posted here...I've kind of been dropped in the deep end with this task and I can't get it right... I have a company's organisational chart in flash where it loads in each person's name dynamically for their department and when you click on it it brings up their CV information such as name, qualifications etc. This is loaded into a dynamic text box. I can test it locally with an xml file and then switch back to the online version.The local version I check by switching to "strXMLpath = "organisation.xml";" where things are laid out as follows:

Code:
<organisation>
<bod>

[code].....

View 1 Replies

Slideshow Not Showing Images From Remote Browser?

Dec 8, 2009

I have created a simple site in Dreamweaver, I have uploaded the site to a remote server and everything is great but for one thing. I have inserted a Flash image viewer that should show a selection of images, it works fine when launched from Dreamweaver into a browser window such as Firefox. However if I access the site using its domain name and recieving from the remote server no images/slides play.

I have done several things to try and rectify this. Made sure the images are in the root folder. entered 'base' and '.' in the parameters and made sure all image names start with a lower case (linux) and it still doesnt work.

View 1 Replies

ActionScript 2.0 :: Preloading Remote Bitmap Images?

Jun 23, 2010

I am loading images from a remote URL using the following code so that I can smooth and add colour effects to the bitmaps.The code is courtesy of this guy's nice example:

Code:
import flash.display.*;
function loadBitmapSmoothed(url:String, target:MovieClip) {

[code].....

View 3 Replies

Actionscript 2.0 :: BitmapData And Local Vs Remote Images

Feb 27, 2012

I am creating an interactive post-it for an upcoming event that allows for us to tap into a sql database and post tweets, survey answers and images. We've already tapped into the Twitter API and the survey, so those are A-OK.The problem lies within loading the images from a location other than the local interactive board's server.If the image itself is locally hosted, it loads just fine.If the image is hosted elsewhere, the image will not load, even though I have a trace on the URL of said image.I'm loading all tweets, surveys and images through an XML load and all the data is loading properly.I AM loading the image through a smoothing filter so that when the "post-its" are slightly rotated, they are not jagged. Here is THAT code:[code]

This is a two part script where the bulk loads in the image and places it into an empty movieclip, then adds the smoothing filter. The second part is a resizer that automatically resizes the image and keeps the aspect ratio.When I test the flash piece (not embedded in HTML) the thing works 100%.As soon as I put the swf into an html and view it on a web page, the remote images will not load.I'm a bit stumped on why this is, could this be a firewall or security issue? Because I work in a high security firewall environment.

View 1 Replies

ActionScript 2.0 :: XML On Remote Server?

Nov 17, 2009

I have made a very simple RSS display that pulls a XML twitter feed from twitter.com. My problem is that it works locally, but will not work on the server. I have tried adding a crossdomain.xml file, adding allowDomain() method and setting the embed param's allowScriptAccess to always. Still It will not work through a browser.

View 0 Replies

IDE :: Link To .swf On Remote Server?

Feb 9, 2009

My client can't store the .swf file on the same server as the referencing html file.I tried using an absolute URL in the html to load the .swf file from a different server, but it doesn't seem to be working, (just a blank page, no errors or anything).I'm using swfobject 2 generator to generate the html page. Works fine if both swf and html are in the same directory, doesn't work when they're not.[code]

View 5 Replies

Security - Load Remote Images Into A Flash Sideshow?

Aug 7, 2009

Trying to load remote images into a flash sideshow local files work even if I use absolute path. I am updating existing gallery to dynamically pull images from Picasa.The php works fine and pulls the images from the API. But when I pass the XML to flash it wont load remote images. to ActionScript but it still wont work. The scrip for the sideshow is:

System.security.loadPolicyFile("http://photos.googleapis.com/data/crossdomain.xml");
System.security.allowDomain("*");
MovieClip.prototype.addProperty("onLoad", function () {

[code].......

View 3 Replies

Flex :: AIR - Security Sandbox Violation When Using Remote Images

Sep 8, 2009

The code below is simplified for example I'm developing an AIR application (using Flex) which loads several of its images from a remote web server. The images display fine, however, whenever I'm manipulating the containers which hold the remotely-loaded images, I get errors in my console:

[Code]...

The images don't seem to be affected, but I don't like having errors displayed that I don't understand. Here's a sample app that exemplifies the problem:

[Code]...

View 3 Replies

ActionScript 3.0 :: URLRequest To Remote Server?

Jun 1, 2009

Can I send and load variables to a php script on a different server? Hen I try I get a Error #2048: Security sandbox violation How do I get around this?

View 14 Replies

Flex :: Mobile App Using Remote Web Server?

Mar 19, 2012

I must say that I am reaching the end of my tether with Flash Builder and Flex. Firstly, I have built this wonderful app that I want to start using but it is data driven meaning that when I built it, I created it on my localhost. The PHP scripts were generated from Flash Builder and I have edited them to make them more secure. I have all my services working 100% and I have this brilliant app, but I can only run it on localhost. I have done everything necessary and installed Zend Framework on both servers, I have configured Zend properly but I cannot work out how to change the mobile app to now read from my remote web server.To me this is useless as I want to be able to deploy this app to others to use when they are out and about. how to change it from looking at a localhost to looking to my remote web host?

View 1 Replies

ActionScript 2.0 :: Loading MP3 From Remote Server

Feb 16, 2009

I am using the "loadSound" method to load an external mp3. The problem is I need to load the mp3 from a remoter server (the file is not local to the swf). From my searching, I can't seem to find out if this can be done.

My code follows:
this.createEmptyMovieClip("mcSoundHolder", this.getNextHighestDepth());
var sndAudio:Sound = new Sound(mcSoundHolder);
sndAudio.loadSound("[URL]", false);
sndAudio.onLoad = function(bSuccess:Boolean):Void {
if(bSuccess) {
this.start();
}};

View 0 Replies

ActionScript 3.0 :: Does Not Work On My Remote Server?

Sep 30, 2009

I am using a scrollbar component with a text field. Everything works when I test the movie. However it does not work on my remote server or when I test the .swf in an html doc tested locally through my browser. What am I missing?

View 9 Replies

Flash :: Site Different On Remote Server?

Mar 11, 2010

I'm running a template that when I run it on my pc locally it works fine but after uploading most of the dynamic text has dropped a line so becomes unreadable in most cases.

Anyone know whats causing this???

View 1 Replies

ActionScript 2.0 :: Load Images From Library, Instead Of Calling Them From Remote Folder?

Apr 17, 2010

I have created an application where on button click it has to load an image to a movieclip.

It worked fine in my local system, but when I uploaded it to the server, the image loads late and thus the animation is missing and is causing problems.

how to load image from the library attached to the movie.

I know it can be done with attachMovie, but its not working for me.

View 3 Replies

ActionScript 3.0 :: URLRequest To PHP File On Remote Server

Oct 22, 2009

I would like to do a URLRequest to a PHP file which contains xml, and the PHP file will be living on a seperate server from my flash file. I understand there are security issues in this sort of thing. figure out how to make this work?

View 2 Replies

Media Server :: VOD Using File At Remote Location

Nov 6, 2009

I'm trying for making out application for vod.I want to know how a user can make his file readable by the AMS for vod when file is at different PC and AMS( includes swf and HTMl files) is at different PC.

View 1 Replies

Professional :: Flash On Remote Server Will Not Play?

Mar 27, 2010

I have inserted services.flv into [URL]. I am using Dreamweaver CS4, and all dependent files, including the  flash video are present:
 
Untitled-2.html
services.flv
FLVPlayer_Progressive.swf

[Code].....
 
I am able to successfully use the "Live  View" function within CS4.  I am also able to successfully preview  within IE and Firefox.  I've put all files in the appropriate location  on the remote server.  All files are in my /wwwroot/, except the two  files that are in the Script folder, which is in my root.  My domain  host claims flv files are supported, and Adobe technical support  eperiences the same behavior as I, they can play locally, but not  remotely.  Adobe technical support claims the cause of the problem is  the remote server.

View 1 Replies

Media Server :: FMS Looks Dead To Other Lan/remote Machines?

Mar 31, 2010

i set FMS running fine. I have even enabled TCP port forward, not that i need it localy.the thing is, from other machines the FMS wont answer. FME is going

rmtp://192.168.1.100/live/livestream
FMS is in 192.168.1.100 (same machine)

if i go from another lan machine, it simply wont connect.. nor does Access.log relates to anything trying to connect to it. (from other machine, from same machine everything goes smooth)

View 5 Replies

Professional :: Playing Flash On Remote Server?

May 29, 2010

I have been using flash for years deploying video for the web.For the life of me I cannot get my .FLV file to import into Flash from my URL.It's already on the server here is the address.I've always used this method.The only thing that is different is I'm now using GoDaddy to host my site instead of 1and1. http:[url]...........I do have the .F4V locally on my machine but I've never been able to get that to play from the remote server... meaning-

I import .F4V file locally into flash.I create a .swf file and place that in the same folder as the.f4v.I use GoLive to make my webpages.I create my webpage and import my .swf and .flv into the html webpage. It plays great locally on my machine.When I upload everything uploads. When I check it all out online, I get no video.

View 3 Replies

Professional :: Flash Not Showing On Remote Server?

Feb 4, 2011

I have a 30 sec flash file that  was converted from a .flv to .swf in flash CS5.I place the .swf file in Dreamweaver CS5.The file is only 57k the .flv was 3,560k. The flash plays perfect locally.When uploaded thru the "put" function with Dreamweaver the .swf file uploads along with the java and expessistall.swf. The flash will not display on the website.

View 1 Replies

Media Server :: FMS Remote SharedObject Not Always Updated?

Apr 8, 2011

I'm somewhat new to FMS. We're creating a chat application and using s remote SharedObject to keep everyone in sync about who is in the room. But despite the fact that I use the following:

_sharedObject.setProperty("groupList", groupList);_sharedObject.setDirty("groupList"); to force the shared object to update the list of who's in the room, for some reason it does not always update correctly when someone enters the room and adds themselves to the shared object. The problem seems to be that the SyncEvent.SYNC event does not always get sent all the time.

More troubling it that if the user closes the browser window or navigates to another page, NetStatusEvent NetGroup.Neighbor.Disconnect and NetGroup.MulticastStream.UnpublishNotify are not reliable to use to remove user's from the list. My assumption is that remote shared objects are just not that reliable in some cases. Should I use server side scripts to keep track of users and what groups they are in?

View 9 Replies

Media Server :: Publishing Stream To Remote FMS?

Oct 23, 2011

I have followed this link to republish my local stream to other local application instance : [URL]
 
i have used this script code into main.asc and it is working  :
 
// Called when the client publishes
application.onPublish = function(client, myStream) {
trace(myStream.name + " is publishing into application " + application.name);  

[Code].....

View 9 Replies

Media Server :: Remote Access For Streaming From FMS?

Oct 24, 2011

Ive been able to setup FMS 4.5 and stream RTMP videos locally from a webcam stream but if i try to access it remotely i cant get a connection. Ive forwarded port 1935 through to my local IP from my router but still no connection, what do i need to configure on the servers end to tell it that its behind an NAT etc. Do i just add the public ip to the hostname line in the fms.ini, or is there more i need to do too? Do i log into the admin panel and change the server name from localhost to my public IP

View 3 Replies

Flex :: Load Css File From Remote Server?

Feb 1, 2011

In Flex 4 i want to load css file from remote server at runtime it's possible?

View 1 Replies







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