Actionscript 2.0 :: Expanding A Photo In Server But Not In Localhost?

Apr 25, 2011

Iīve a problem with a website that when I see in local mode everything is ok but when upload it to the server something is wrong , if you go to [URL] in the Menus section if press the photo and then try to expand it, not expand properly, so you have to press again to view it correctly.

What I donīt understand is why I see the web correctly in local and not in when itīs in the server.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Expanding Sbeener's For The Photo Gallery

Jun 15, 2004

I've been attempting (unsucessfully) to expand on sbeeners code for the photo gallery (on this site). sbeener sets up an array with the photos in it and uses functions to load one photo from the array's position. I'm trying to add some AS in there that sets up an additional array (of text strings/captions) and then sets the index of that additional array to match the array of photos and loads the value from that array into a dynamic text box. So far I'm a little stumped on how to execute this.

I'll attach the code (sbeeners w/my alterations). I've seen lots of people posting about this in forums and not getting any response.

[Code]...

View 1 Replies

Move From Localhost To Web Server Environment?

Nov 12, 2009

Are there any Air + Zend Amf examples that use a real world web server and not localhost?

Basically I cannot get an Air or Flex application connected to a remote mysql db to work once deployed. How can I successfully move a finished application to a normal web server (website).

When testing everything works no problem but as soon as I deploy the gateway.php (regardless of where i put it on my web server) will not connect. I've even tried flash builder 4 auto generated code and still no luck

View 1 Replies

ActionScript 2.0 :: Website In The Server, Not In Localhost?

Apr 25, 2011

problem with a website that when I see in local mode everything is ok but when upload it to the server something is wrong , if you go toin the Menus section if press the photo and then try to expand it, not expand properly, so you have to press again to view it correctly. I know that the problem is in the actionscript but I don know how to fix it

View 3 Replies

Media Server :: Change 'localhost' To Webserver

Apr 19, 2010

I tried some applications like vod and live with localhost.Now I'm trying to use some applications on my site. It's the first thing you need to do, but apparently it's so basic that I can't find information about it.Can someone explain me how to change the "localhost" to a webserver? In other words, how do I set up an application like vod on my site?

View 10 Replies

Media Server :: How To Change Localhost To PublicIP In FMS

May 28, 2010

Initially I had local ip (say 192,168.1.XX). Now I connected to public ip. I opened flash media server administrative console, it ios not allowing to use 'public ip' but allows to login as 'local host'. Because of this i am unabvle to test my streams. I need to publish this on cdn.
Earlier URL - rtmp:.//MY_LOCVAL_IP/vod/sample - works
but - rtmp://MY_PUBLIC_IP/vod/sampe - does not work

View 10 Replies

Zip File Created With PHP Shows On Localhost But Not On Server

Mar 21, 2011

I am trying to add to my site a feature that allows users to select a set of images in Flash (AS3) click a button and have my server create a zip file of all the images for them to download.

I have already wrote my code in flash and crated my php script and tested it on my localhost and everything works great. But when I upload the same files to my sever no zip files are created. Below is the code for both my flash and for my php.

Localhost server is using 5.2.17 and so if my Server hosted on 1&1

Flash Code To Send Info to PHP

Code:

function MakeZip():void
{
var variables:URLVariables = new URLVariables();
//variables.Image1=img1;
variables.ImageList=OrderItems;

[Code]....

View 5 Replies

ActionScript 2.0 :: Refresh Localhost Server On Flash Web App

Sep 1, 2009

I have a flash app which runs on my browser using Apache with PHP.This app displays items according to xml files which can be created anew
or added to.When the user changes these files via php, these changes are not reflected in the app. If I close the app and re-start the changes are there.Is there some way to refresh the localhost in the program?

View 4 Replies

ActionScript 3.0 :: Filereference Work In Localhost But Not In Server?

Aug 5, 2011

My file reference function is not working when i upload my swf into my server. I tried in localhost it works. I tried publishing in HTML it works. I wonder what's wrong.Here is the screen shot of my code.The file reference is suppose to allow the user to save the "var ba" to their local hardisk.Edit : i found that my preloader is the main cause. Any code i should put in my preloader so the file reference will works?this is the preloader cod

Code:
import flash.net.FileReference;
var loader:Loader = new Loader();//declaring new loader variable

[code].....

View 5 Replies

Media Server :: Dynamic Streaming Only Can Work In Localhost?

Nov 4, 2010

I install the latest version of apache before the FMS4.  After the installation completed, I copied webroot, applications and other files to the web sites home directory.  I also updated the FMS.ini file in the config folder.  Because I am not familiar with FMS, I don't know whether the change is correct or not. 

View 1 Replies

Flash :: Zip File Created With PHP Shows On Localhost But Not On Server

Mar 22, 2011

I am trying to add to my site a feature that allows users to select a set of images in Flash (AS3) click a button and have my server create a zip file of all the images for them to download.

I have already wrote my code in flash and crated my php script and tested it on my localhost and everything works great. But when I upload the same files to my sever no zip files are created. Below is the code for both my flash and for my php.

Localhost server is using 5.2.17 and so if my Server hosted on 1&1

Flash Code To Send Info to PHP

function MakeZip():void
{
var variables:URLVariables = new URLVariables();
//variables.Image1=img1;

[Code]....

View 3 Replies

Actionscript 3.0 :: File Upload Works On Localhost But Not On Server?

May 28, 2009

I want to build a flash application that upload images to the server. It seems to work fine on localhost but when I upload it to the server it just won't work. The file does not upload.

as3 code:

Code: Select allvar FR = new FileReference();
var imagesFilter:FileFilter = new FileFilter("Images", "*.jpg;*.gif;*.png");
function onUploadClick(e:MouseEvent):void{

[code]....

View 2 Replies

Flash :: Test Streaming Bandwidth On Localhost With Media Server?

Jan 13, 2011

I'm trying to debbug my code on Client side (Action Script 3) that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.However, when I'm trying to test my player with other remote streaming servers, I notice bugs because of lower bandwith transmission between the server and the player.Is there a simple way to simulate lower bandwith with FMS4 on localhost (by config, application.xml, programmation...) ?

View 2 Replies

Media Server :: Live Stream Through Localhost - Embed To Another Machine

Feb 20, 2012

I have install the Flash Media Server and Flash Media Live Encoder. Everything run perfectly when I test the Live Stream through localhost, but if I try to embed to another machine, it is failed.

View 1 Replies

Test Streaming Bandwidth On Localhost With Flash Media Server?

Jan 13, 2011

I'm trying to debbug my actionscript (AS3) code on Client side that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.

However, when I'm trying to test my player with other remote streaming servers, I notice bugs because of lower bandwith transmission between the server and the player.

Is there a simple way to simulate lower bandwith with FMS4 on localhost ?

by config, application.xml, etc.?
by programmation (main.asc) ?
both ?

View 2 Replies

Flex :: Error : Unable To Contact The RDS Server "data Services On Tomcat (localhost) Connection Refused: Connect

Dec 5, 2011

I'm making a program in flash builder 4.5 using WebOrb 4 (which is fantastic, I might add). When I go to deploy, however, it gives me this error:

>There was an error during model deployment for xxxxProgram.
>
>The server returned the following message:
>
>Unable to contact the RDS Server "Data Services on Tomcat (localhost)."
>
>Connection refused: connect
>
>Do you want to continue launching your Flex application?

I've poked around online for a solution, but for the most part I either don't understand them (forum grammar can be somewhat obtuse) or the answer in the post doesn't apply.

View 1 Replies

ActionScript 2.0 :: Upload Photo To Server [F8, PHP]?

Aug 9, 2006

I need to have a photo upload option on a form i am creating in flash. I would like to do this with PHP and Flash 8.I am creating a form, where people can enter information, then include a photo which needs to be saved in a folder specified by a entry on the form.

View 3 Replies

PHP :: Upload Photo To Facebook Album Without Saving On Server?

Mar 12, 2010

I'm using CURL to upload files to a service. Currently I'm getting the file content with $GLOBALS["HTTP_RAW_POST_DATA"] then save it on my server. After that, I'm using CURLOPT_POSTFIELDS with the file's full path. Is there a way to send the file content directly, without saving it on my server, as if I saved it? Or is there a way to upload a Photo from a flash app to facebook album, without saving it on the server?

View 1 Replies

Flash :: Photo Uploaded To Be Faster If Processed On Computer Or The Websites Server?

Sep 4, 2009

Are flash applications processed on my computer or the websites server? Would a photo uploaded to flash be faster if processed on my computer or the websites server? Oh Yeah, I'm in sales explain with details.

View 1 Replies

ActionScript 2.0 :: Create A Photo Sideshow With Xml - When Upload It To Server It Wont Show The Images?

Jan 13, 2008

I have created a photo sideshow with xml, when i am testing it locally it works fine, but when i upload it to server it wont show the images.

View 2 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

Actionscript 3 :: Flash Photo Uploader - Take Photo From Web Cam

Mar 22, 2010

Are there any examples of Flash + Javascript libraries which allow you to display a variable-sized Flash movie in your page that captures Webcam snapshots (still frames), and submits them to your server in a JPEG format?

Currently I know of: jpegcam

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

Combo Box Not Expanding?

Apr 20, 2006

I have a combo box in swf B which I load in swf A.1: If I test swf B the combo box fills ok and expands ok. If I test swf A which loads swf B the combo box appears with data in it. But it does not expand.

View 2 Replies

ActionScript 3.0 :: SWF Can't Connect Localhost

Jul 15, 2010

What is the problem the localhost doesn't connect with localhost in fla its working well but SWF

View 2 Replies

ActionScript 3.0 :: Using LocalConnection And The Localhost?

Aug 17, 2009

I have had some success using LocalConnection between SWFs.I can have a connection function between a preloader SWF and its child, and another connection work between two SWFs present on the same webpage......most of the time.

If I run my SWFs in a webpage from my localhost (ie my local testing PC) a particular LocalConnection will fail about 50% of the time. If the same SWFs are run on a remote server (ie the inernet) the LocalConnection works 100% of the time.SWF 'A' is sending to SWF 'B'Bizarrely, the LocalConnection going the other way, from SWF 'B' to SWF 'A' works 100%.

All the other LocalConnections I have used all work 100% of the time.I have tried adding a listener to the eventStatus which reports when the connection fails.I have also tried allowDomain(), although Im not sure it is neccessary since all the SWFs are hosted from the same domain anyway.Why should a LocalConnection behave differently depending on where the SWFs are hosted?

View 1 Replies

ActionScript 3.0 :: Creating An Expanding Bar?

Jun 28, 2010

I try to do a gallery(not important right now) bar that expand when the mouse over it, and back to normal when the mouse get out. I used AS3. There is frame 1, 5 and 10, when 1 and 10 is the normal/small sized bar, and 5 is the big one. As you guessed, 1->5 and 5->10 connected in motion tween, and the layer goes as a loop. The problem is AS:Frame 1:

Actionscript Code:
stop();var up = false;rollingBack.addEventListener(MouseEvent.MOUSE_OVER,function(){  up = true;});rollingBack.addEventListener(MouseEvent.MOUSE_OUT,function(){  up =

[code]....

View 6 Replies

ActionScript 2.0 :: Expanding Xml Gallery?

Feb 19, 2006

I'm using one of the resizeable image gallery's found on this site.It works great for me, but i have one problem.. I can't really expand it now.I use a frame where i load all the thumbnails for the images. 12 thumbnails will fit in that frame, not more. I want to create it like this: if i load more then 12 thumbnails, a link(a nr) will come automatically at the bottom of that frame. If i will click that link i will see the other thumbnails... In case there are more then 24 thumbnails a third link (nr 3) will come... and so on.the problem is that i havent got the slightest idea how to achieve this

View 14 Replies







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