Flash :: AS3 Is Not Running My PHP Script

Aug 10, 2010

So I am writing this action script program that will call a php file which will return the filenames inside a folder.[code]...

but I only got my php source code displayed as an output. Can someone explain to me how I can get the output of my php to display in flash.

View 2 Replies


Similar Posts:


Professional :: Exe Projector Running Slow While Swf Running Fine?

Mar 19, 2012

I have a strange problem. When I run an exe projector that I exported from flash cs5.5, and on few of my client's computers it running very slow in full screen.When I running an swf file (not exe projector), also in full screen, it running well!I checked my clients computer hardware, and it match the system requirements of flash player.

View 3 Replies

IDE :: Site Is Running Inside The Dreamweaver But When I Publish, It Is Not Running?

May 11, 2009

I have a problem in Flash Site uploading.That is, i have created a flash site & in the dreamweaver i inserted the flash site as insert -> media -> Shockwave.The site is running inside the dreamweaver but when i publish it, flashsite is not running.

View 2 Replies

Running Flash On A Web Server

Mar 5, 2011

I work on a lot of digital media projects; which often require dynamic graphics. I find flash to be a great tool for this purpose. It's very easily to dynamically change text inside a swf, compensate for text overflow and apply lots of nice filters and effects. Not to mention font embedding. This technique works great for web pages, however quite often we want to use flash generated artwork in a html email. How can we do this? Well, we can use as3corelib to generate a jpg from a swf, and then use the generated image in an email.This is fine, so long as we can pre-generate all of the images, before sending out the emails. But say we need to generate the dynamic jpeg on the fly from a webpage? If the user on the webpage has flash installed we could configure a swf to generate the image for us.But what if the user has flash disabled? Maybe they are using an ios device or simply don't like flash. What I would like to do is set up a server side fallback that could run a swf, replace text in the swf based on supplied variables, generate a jpg using as3corelib and save the jpeg somewhere. The trick here is running flash player on the server. It would also need to run in a multithreaded way in case the server needed to process multiple requests.

View 4 Replies

Flash :: Check When SWF Is Running As An AIR App?

Apr 8, 2010

I'm wondering if there is a way for a SWF to check at runtime whether it is running as an online SWF or an AIR app? I need to use the same SWF to run both online and locally, however when running as an AIR app, external assets are located in a different directory. I'd like to check whether a SWF is local or online so I can change the source path for external assets accordingly.

View 1 Replies

Flash :: Get Bonjour Running In As3 In It?

Mar 18, 2011

Is it possible to get bonjour running in as3 in flash?

View 2 Replies

Flash Movie Running To Slow On Web?

Jan 28, 2010

is there a way to speed up flash movies playing when put up on the web. I created a web banner and uploaded it, when I open the website on the browser the flash movie pauses for a few minutes and does not play straight away. Is there any actionscript that will ensure the flash movie will play instantly when on the web? Is it the file size that is causeing the swf to run slower? Is it anything to do with the publish settings in the fla file?

View 4 Replies

All Versions Of Flash Running Slow?

May 12, 2009

I'm using Vista 64 on a more then adequate laptop, I initially used Flash CS4 and it was great for the past week but a few days ago it started geting really slow, whenever I copy, change frame, select something, basicaly any change action I have to wait about 5 seconds or more for a reaction. I'm using it for simple animation, no symbols, just 3 layers. I have a deadline coming up for my final production and if I can't fix this fast I'm screwed. I've tried every solution I can find, including trying Flash CS3 and Flash 8, nothing seems to fix the slow speed

View 8 Replies

Possible To Get Computer Name Where Flash Program Is Running?

Jun 19, 2009

Is it possible to get computer name where the flash program is running? Not on the website, the swf will be run directly on the PC.

View 2 Replies

Professional :: Audio In Flash CS4 Keeps Running?

Mar 28, 2010

I made a flash video for my science project today, i added some music to it too. but the music keeps on runnning even when the presentation is over. and when i even stop it, and play it again, the audio runs in the background from the last time i played it and another stream of that audio starts from the begining. as if i play the song onec from the beginning and once from somewhere in the middle and both at the same time.

View 1 Replies

ActionScript 3.0 :: Get Flash Portfolio Up And Running?

May 14, 2010

So im trying to get my flash portfolio up and running. And im using the code I usually do for buttons which is for example:
 
function onbrandingClick(evt:MouseEvent):void {
gotoAndStop("branding");
}
branding.addEventListener(MouseEvent.CLICK, onbrandingClick);
 
All my menu buttons are working until I click on portfolio which has 6 different catergories and it just stops at branding and the other category buttons wont work. They are all set up fine with instances and such. However the buttons in the menu will still work.This might be confusing but I am up for sending the file to show someone if anyone is interested!

View 2 Replies

Actionscript 3 :: Running External Exe Using Flash CS4?

Feb 23, 2011

I need to launch an external exe (written in C++) using adobe flash AS3.

I have tried using fscommand and placing external exe in a folder "fscommand", but it doesn't seem to work.

View 2 Replies

Flash :: Running C / C++ Code In A Webbrowser?

Mar 19, 2011

I'm new to webdevelopment and I am looking for some tutorials or resources about how to run C++ code in a browser. I soon going to do a degree project which implements a sound service in a browser (like flash I guess) using a provided DLL + my own program, so I'm looking for some starters on where to look. I don't have alot of webdevelopment experience but I do have a programming background C/C++. Cheers

View 5 Replies

Php :: Flash Running In Local Enviorment?

Jul 28, 2011

I am trying to run a local version of a website on my computer for development. I have mamp installed along with the mysql database. I am able to go to http://localhost:8888/.... to get to the local copy of the website and everything works greatThe problem comes up when I try to watch a flash video. The flash video player was custom made by the development team before me and I have no experience in flash. figuring out how to get flash to run of my computer locally.I have tried changing the global settings(but maybe I did this incorrectly).

View 1 Replies

Tools - Screensaver With Flash Running On Win And Mac?

Aug 1, 2011

I was asked to create a screensaver capable to run on both win and mac. I am ActionScript developer, so I prefer to solve this using Flash/SWF. I know this is possible using several tools:Projectors such as Zinc or SWF Studio (os independent, $$$)Converters creating screensavers that use the Flash Player (one converter per os necessary, requires Flash Player on user machine, freeware)Adobe Air created screensavers (os independent, requires Air on user machine, no costs)I do not have control over the machines the screensaver will run. So everything needs to be simple and safe. I would go for option 2, but I am not sure if the tools I discovered are reliable.What tool you recommend to create the screensaver descibed using existing SWF files?Is there another (single) tool to create the screensaver without using Flash/AS/SWF?

View 1 Replies

Flash - Swf Clip Running Slowly?

Jan 11, 2012

I have made a simple animation in Flash and the i exported into a swf. The problem is, that the movie is running slow, jerky or in other words is playing in slow motion. I have changed the frame rate but with luck, is there a problem with video player/codec?

*Edit1: the clip doesn't have any code, is hand drawing on 6 layers; also when i import this movie in Adobe Premier and the export in .avi the jerky effect disappears.[Url]

View 2 Replies

Running Flash Into Eclipse Emulator

Mar 7, 2011

I just installed all the requirements, JDK, Eclipse JRE and Android SDK. I managed to create something like the touch cat screen miau, but instead of running/testing it in the Android phone, how can I test it in the Eclipse Emulator?

View 1 Replies

ActionScript 2.0 :: Flash+XML Running Local?

Apr 20, 2005

I found many helpful guides to work with Flash and XML. But everytime I look for ways of sending back to XML changes produced in Flash, the tutorial always assume that we are using a server. Is there a way for having a Flash projector that everytime it starts 1-checks for data to load to the projector 2- lets us do changes to data (add, change and remove xml data) 3- and in the end we can save the changes made to the XML file that was initially loaded?

View 3 Replies

ActionScript 3.0 :: Flash 10 Running In FullScreen Freezes

Dec 10, 2008

I have had an issue come up a couple times with publishing a stand-alone projector with Flash Player 10. When running in fullscreen mode, the visual of the program will freeze occasionally. The program actually continues to run in the background, and respond to clicks, but you can't see it happen. If you escape out of fullscreen mode, then you can see the program running, and the result of the touches (clicks) that you couldn't see in fullscreen mode.The strangest part is that the program continues to run, but the screen just doesn't update.

View 22 Replies

Flash :: Camera Resolution Very Low While Running Under Linux?

Jun 14, 2010

I've met a problem while trying to stream with my camera. Whatever i try, by switching the camera (3 different UVC-cameras) or which Linux-OS (CentOs, Fedora Core) or testing at different Flash-Sites (incl. one of my own) - i always get a resolution of   160 x 120.  Other applications manage up to 800 x 600.
 
Is this a known Bug/Feature? I've searched the Internet and found many people with the exact problem, but with no solution. What should i do? The tool flashcam didn't work either.

View 2 Replies

Professional :: Running Adobe Flash CS5 Trial

Nov 8, 2010

Adobe Flash Pro to create my own Flash animation for an online class assignment.I downloaded the trial fine but I have no idea how to open it and get into the program.There's no icon for it and it's nothing in the Start Menu.I'm running Windows XP by the way.There's a folder that says adobe Flash Pro CS5, but I don't know how to open the program itself to get into the work area.I also extracted the zip files but nothing changed.Just s folder named "Flash Pro CS5" which contains "Adobe Flash Professonal" and "Goodies" folders with a Readme.pdf.

View 1 Replies

Professional :: Runtime Error Running Flash CS5?

Nov 19, 2010

I have this weird issue with Flash Professional CS5. It has worked just fine for me in the past but when i try to start it now it gives me the following error:"This application has requested the Runtime to terminate in an unusual way

View 5 Replies

Flash :: File Not Running On Internet Explorer

Jul 14, 2011

[url]...Two flash files on the extreme right side, that is above the text THE SPORTS CLINIC and CENTRE FOR JOINT REPLACEMENTS runs fine with almost all browsers, except for internet explorer. I have tried everything, but it simply doesn't run over internet explorer.

View 1 Replies

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

Actionscript :: Run 1 Code In A Flash Project Running Under 3?

Feb 9, 2011

I've got some legacy code that I really don't have time to rewrite. Is there any way to mark a code block so that flash player reads it as actionscript 1?

View 1 Replies

Actionscript 3 :: Optimise A Computer For Running Flash?

Apr 7, 2011

I'm looking into ways to squeeze performance out of a flash installation.The installation has a huge stage size, 2800px x 2100px, is on a high spec machine, but I'm experiencing low frame rates.I'm wondering what the optimal set up is for a machine running this? Would flash prefer it if the system was set to optimise for background processes etc?

View 2 Replies

Actionscript 3 :: Flash MovieClip Code Not Running?

May 25, 2011

I've made a MovieClip of an electric wire with 3 different keyframes with a few frames between each. The first 2 keyframes have a single bitmap in each with a different picture, I want it to cycle between these two to make it look like the electricity is moving and not just sitting there. The 3rd keyframe has nothing, eventually I will put an image with the electricity off, so the player can walk through, I just haven't done it yet. Since I don't want it to run the last keyframe until the player turns it off, I put a gotoAndPlay(); command in the movie clip after the second frame looping it back to the first frame, problem is, the line refuses to work.

I have copied and pasted it from other programs where it worked, I have checked the Frame Name, I put other lines in there, like stop(); trace(); and other things, but could not get ANY line of code to work in the MovieClip. There's probably something like "the layer is invisible, code will not run", but I can't tell what it is. I've deleted the symbol and started over, same problem. I've restarted Flash, same problem. I've restarted the computer, same problem. I even took it to a different computer, same problem. I don't know why it won't run this code, is there something disabling it that I overlooked? I have other code in the main timeline outside the movie clip and code in other movieclips that has always worked fine and continues to work fine, I don't see what the problem is.

I ignored the problem for a while, and worked on other things, but I had to add multiple frames to an existing movieclip (which I believe was created before the other one), and now this movieclip is having the same problem. Does anyone know how to fix this, before it spreads to the rest?

View 1 Replies

Flash :: Remove A Child With Enterframe Running?

Oct 21, 2011

Whenever I try to remove an object/child with enterframe running I always get null reference error.In my particular case, the setup is Battlefield contains a lot of Robot:

A child (Robot) dispatchEvent that it is destroyedThe parent container receives the event and starts removing the child by removeChild and remove the child from an array of Robots.on enterframe, during a loop to move the robots around, sometimes I would get null reference, so I have to call if (robots[i] == null) continue;

How do you safely remove the child without sprinkling if robot is null all over my enterframe?

View 3 Replies

Flash :: Running Code On Page Leave

Oct 31, 2011

How can I run code in Actionscript 3 when a page with my flash object is.well.I'm not sure of the term.When the webpage is left and the flash applet is exited?

View 2 Replies

ActionScript 3.0 :: Flash 3D Running Slow In Safari On Mac?

Apr 21, 2010

I am having a problem in Safari 4 on Mac running Flash Player 10. Really slow! I'm using some 3D features of Flash (3d rotation). The animation plays smoothly in all other browsers.

I've installed the latest updates to Flash player, and all the same.

View 5 Replies







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