Professional :: Runs On Harddrive But Not On Webserver?

Feb 5, 2011

I used the 'Advanced Slideshow' template in Flash CS5 to create a photo gallery. The images in the template are not placed inside of the project but are separate files (the photos). I tested it on my harddrive and it works perfectly. Then I uploaded it to my website and it doesn't show the images. The folder structure is the same as it is on my harddrive, all the files are the same.

View 9 Replies


Similar Posts:


Professional :: Flash Not Running In FF But Runs In IE And Chrome?

Nov 14, 2011

I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is [URL] on which there is a section called "ROI Calculator". The download button links to a flash program which opens up in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page [URL]:
 
<!-- saved from url=(0014)about:internet -->
<html lang="en"> 
<!--
Smart developers always View Source.
&#160;

[code]....

View 6 Replies

Professional :: Make An Flash EXE Autorun CD Which Runs On Both Mac And Windows?

Jul 22, 2010

I checked the forum and couldn't find an idea on this.I have a Flash .exe and also a MAC .app for my project. I need to autorun these when the CD is inserted.If it were a single .exe and if i wanted to load it in windows machine it would be a piece of cake.But I have 2 files, and I wanna load it from a single CD. If the system is Windows I want it to load the .exe, and if the user system is Mac i want it to load a .app. How do I program the .inf file now?

View 1 Replies

Professional :: Loaded SWF Runs Code On Parent Timeline?

Nov 30, 2010

I have a parent movie that contains several buttons that load several child SWF files.The parent timeline has only 1 frame, and in that frame all the ActionScript (version 3) for the parent movie is imported with a single statement:
 
include "script.as"; 

The problem is that when a child movie loads, IF the child contains ANY ActionScript calls, it also somehow runs the code in "script.as", which accesses many elements of the parent movie which are not present in the child. This produces "NULL object reference" errors which crash the script:
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.If I remove all ActionScript calls from the child's timeline, then the child doesn't run the parent's code - But if place so much as a stop(); call in the child timeline, then the child runs the parent's code after being loaded in.
 
I originally wrote this script for another project, which works fine, and then copied and pasted it to this one, so I don't understand why it's not working the same way. Earlier on I suspected the trouble might be from re-saving my current project as ActionScript 3, when before this upgrade was saved as ActionScript 2. So I went back and re-created each file in fresh AS3 FLAs, but it didn't solve the problem.The child SWFs are loaded with this code from "script.as".

var ldr:Loader = new Loader();    addChild(ldr);    var url:String = "child.swf";    var urlReq:URLRequest = new URLRequest(url);    ldr.load(urlReq); 

Also in "script.as" is a simple trace call at the top of the file:
 
trace('script.as is running'); 

When de-bugging the file, the message 'script.as is running' appears in the output panel when each child SWF is loaded, which tells me that the child files are running the parent's code. Is there any way to prevent this from happening?

View 6 Replies

Professional :: Flash Player Games Runs Very Slow On Windows XP SP3?

Jun 5, 2010

I have problems with flash games and some advanced flash applications.Problems occurs regardless of browser.My computer is next:CPU: 2.8GHz hyper threadRAM: 1.5 GB (3 pieces)GPU: Nvidia 7600 GS Gigabyte.When it runs some flash game e.g. Facebook Pet Society, CPU load goes high as 80 to 100 %. It is very annoying thing since I am starting to loose my mind how to solve this.All other applications are running very good. This means games, 720p HD videos etc etc.

View 1 Replies

Professional :: Make Code Which Runs Every Time The Mouse Is Clicked Anywhere

Jan 6, 2011

How do I make code which runs every time the mouse is clicked anywhere (not on any specific object) using AS1

View 1 Replies

Professional :: Can Load All Images First So That Rest Of The Slide Show Runs Smoothly

Jan 22, 2010

in XML gallery , how we can load all images first so that rest of the slide show runs smoothly
 
For example:  I have placed 10 images in XML , when slideshow starts , all the effects not appears , because it waste time in loading each image on its turn  I want to load all images first , then want to start the slideshow how i load all  images at the start  ?

View 3 Replies

Professional :: Find A Method Of Increasing The Resolution Of An Executable That Runs Off Flash?

Feb 28, 2012

I've been trying to find a method of increasing the resolution of an executable that runs off flash. To be specific the program is a game called 'Realm of the mad god' originally a browser game but is now also a free to play steam title, Having browsed through the config files I couldnt find anything talking about resolution and I was wondering if there are any advanced flash features that allow the user to force the application to run a specific resolution.
 
PS: I don't have the highest hopes but I thought if anybody knew it would be someone from the flash community.

View 1 Replies

ActionScript 1/2 :: Adobe Cs4 - Use On Mac - Pc Or External Harddrive?

Apr 21, 2010

I am trying to get hold of Adobe CS4 but not sure of the best way to do this. I have an old Dell laptop which won't be able to hold this. I was thinking of getting a cheap refurbed mac or alternatively getting an external hardrive to use with CS4 loaded onto it.

View 1 Replies

Save ByteArray To HardDrive From Flash Swf?

Mar 13, 2010

How to save ByteArray to HardDrive from Flash swf?

So... I have a generated if flash ByteArray Now I want to save it to Hard Drive.

View 2 Replies

Prohibiting File Copying From Flash CD To Harddrive?

Sep 15, 2009

I have created a small flash application. There are swf files, folders with xml files and the base exe file.The application has been burned onto a CD and will be replicated. The client is concerned that someone can take the CD, copy the files to a harddrive and then duplicate the CD themselves, possibly selling it.How can a CD, with flash content be replicated and not allow files to be copied

View 1 Replies

ActionScript 3.0 :: SharedObject Data--> Where Is It On The User's Harddrive

Oct 26, 2010

I've looked on Adobe's Flash Player guide and in the official docs, but it's not mentioned. I'm creating a game that saves your progress to the local drive using SharedObjects and want to reassure users about what's going on

View 3 Replies

ActionScript 2.0 :: Flash Interface For Local Harddrive?

Feb 27, 2005

first off is this possible?personally, I believe it is if I can some how set up my computer to be a server.Basically what I want to do is have a flash document on my website access/create text files on my hard drive.I know I need something along the lines of XML or PHP can anybody tell me what the best things are to start with?

View 2 Replies

ActionScript 3.0 :: Save A Movie Clip As A Bitmap On Harddrive In AIR?

Nov 10, 2009

How one would go about saving a bitmap image of movie clips to the hard drive?

View 3 Replies

ActionScript 3.0 :: Swf Works Fine When Tested From Flash, But Not When Doubleclicked On Harddrive?

Nov 19, 2009

I have a swf that loads in other swf files and interacts with the loaded swfs, everything works great when I hit ctrl-enter to test movie from from flash, but if I go out and doubleclick the generated swf on the harddrive at first it appears to work correctly, but some of my class methods do not function properly, or throw errors claiming there are null object references. If I compile to an exe file instead of swf it works fine as well.I am nearly 100% positive this is not a code related issue, as I said the only time I run into the problem is when I doubleclick the generated swf to run it.

View 4 Replies

ActionScript 3.0 :: Import Image Into Movieclip From User's Harddrive Without Upload To Server

Feb 12, 2010

Basically im building a flash based drum head designer for users to upload their own image, resize, add text etc, then it be uploaded to a web server when they complete the purchase.

I have all the server side part working, able to send a 2800px square image and compress it into a 1.5MBish jpg.

the problem im having is for the user to upload an image into flash. I've seen prototypes where it uploads the image to the server, then flash loads that image, then upoads the completed one, but this uses alot of transfers.

What I hoped to achieve is something similar to the system on the [URL] website where the image is stored in the cache first. I have spent hours looking for resources on importing user images into flash without uploading first.

View 2 Replies

Can't Upload .fla File To Webserver

Jul 30, 2009

I recently used Flash to create the header for my website. However, when I tried to upload my .fla file along with the .swf (which had no problem), I couldn't because the file format isn't supported. Is there any way I can get around this?

Also, I heard that you have to upload some .js file or something.

View 3 Replies

ActionScript 3.0 :: Pass Value To Webserver?

Jul 27, 2010

I need to send value to webserver.

View 7 Replies

ActionScript 3.0 :: Write Image To Webserver

May 19, 2009

I'm working on a project with the jpgEncoder to create an image file that currently downloads but I need help with the code to save the dynamically created jpg back to the webserver.

View 1 Replies

Actionscript 3 :: Determine If Invoked From Webserver?

Apr 5, 2012

What can I call from within Flex/AS3 that will tell me whether the flex-app/web page is being executed within the local file system or rather was served from a webserver (either localhost or some remote server). Hopefully that's clear. If there's something in Javascript that's acceptable, but some AS3 function would of course be preferable.

View 2 Replies

ActionScript 2.0 :: Flash On Webserver Won't Load XML?

Nov 23, 2009

I have a problem with a rotating banner which i can't find a solution for... i am sure i am forgetting something, or doing something wrong but i tried 100 things and i can't get a solution for the problem.Local, everything works but when uploaded to the server the flash won't read my xml so won't display anything.I already checked all the paths.. changed the folder names, was very aware of upper and lower case but still no result.

View 1 Replies

Actionscript 3.0 :: ZendAmf Will Not Work On Webserver

Feb 28, 2010

ive tested my files countless times using WAMP but when i put them on my webserver i cannot get anything to happen when i call the swf

[Code]...

when i goto index.php i see "Zend Amf Endpoint", and as i already said when i use a backup copy of my_db using WAMP i receive the information

View 6 Replies

Data Integration :: XML Feed Won't Display When SWF Is On Webserver.?

Apr 10, 2009

I've been building an XML feed reader, here's the code I'm using:

var myXML:XML;var myLoader:URLLoader = new URLLoader();
 myLoader.load(new [code]....

It works fine and loads the XML inside the flash authoring environment (ie when i preview with crtl+enter), or when I make an executable projector, but when I try to run the SWF by double-clicking, or when the SWF is on the webserver, the text box doesn't display the data...

View 5 Replies

Apache Webserver Stops Working Until Disable FMS 3.5?

Jul 14, 2009

I have installed FMS 3.5 on an Intranet server, and it installs its own version of Apache.This has now caused the localhost to open the FMS page. Disabling FMS 3.5 returns back to the Localhost page.It is not possible to run FMS 3.5 on an existing Webserver with Apache?

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

ActionScript 3.0 :: Webserver Error On Load Array?

Jan 7, 2011

I have a simple script that load from a xml file , 3 different languages on a little site. On local testing it working, on remote no, I try to test with remote debug and i have this error on array i think
  
TypeError: Error #1010: A term is undefined and has no properties.    at index_fla::MainTimeline/completeHandler()[index_fla.MainTimeline::fra me2:330]    at flash.events::EventDispatcher/dispatchEventFunction()    at flash.events::EventDispatcher/dispatchEvent()    at flash.net::URLLoader/onComplete()

[Code]...

View 17 Replies

Flex :: Deploy A Project In A Remote Webserver

Nov 25, 2011

I have coded my Flex / PHP project in a local machine. I have used AMFphp for remoting and I got to deploy and test this application in a remote server. How could I do this using Flashbuilder 4.5?

View 1 Replies

ActionScript 3.0 :: Package Files Deployment - Webserver?

Jan 30, 2009

I've have an asp.net app that uses flash for its navigation bar...the flash app uses two class files wrapped in packages that create the functionality of the whole navigation bar.When I run the swf file alone, the flash app works fine...but when I try it in the webserver it fails. Whats more, the flash app in the web server will work fine if I type the full URL to the swf file....it will not work however as an embeded object...and what I mean by that is that the flash app will show up embedded into the .net app but the additional functionality created by the other two class files fails!!!

View 1 Replies

ActionScript 2.0 :: Upload Images To MySQL Or To Webserver?

Oct 18, 2005

I want people to be able to upload images so should I have them upload it into a db using BLOB or should I have them upload it to the web server? I've been reading people say that the web server is probably better to use, but I don't know about that using AS.

View 1 Replies

ActionScript 2.0 :: Saving Jpeg From Flash To Webserver?

Apr 24, 2006

we are in the processing of concepting an online configurator and need the ability to grab an image of the end product and attach it to an e-mail or save it somewhere on thewebserver.is something like this possible with Flash? I know it is possible to send the screen to a printer, but I was unsure about saving an image of the screen to the server.

View 3 Replies







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