Actionscript 2 - As2: __FILE__ Equivalent In Flash - Find The File Name Of The Current Running Application?

Jan 13, 2010

i wrote an swf application using action script 2,i want to be able to know the file name of the current running swf file.i know that in php i have __FILE__ to get current running php file, is there something like that in flash?

View 1 Replies


Similar Posts:


Actionscript 3 :: Can AIR Application Find Out What OS It's Running On

Jan 8, 2010

I was wondering if an AIR application can find out what OS it's running on, e.g. Windows XP, Vista, Mac OS, etc. Also, is there a way for it to find out the current OS user name?

View 2 Replies

Asp.net :: Flash Can't Find FLVplayback Skin File While Running In Mvc View?

Nov 22, 2010

why FLVPlayback isn't working properly in MVC views?I think i narrowed it down to the "hard coded" skin url file not being correct. Where should I put the skin file( e.g.skinOverAllNoCaption.swf)so that flash can find it?Or are there any alternative approaches to somehow setting the skin file dynamically.

View 1 Replies

Google Adsense Equivalent For A Long-running Flash/Silverlight Apps?

Aug 5, 2010

I'm looking for Google Adsense alternatives for a long-running Flash/Silverlight applications. It doesn't necessarily need to be hosted directly in Flash/Silverlight (although this would be sweet) but I cannot use Google Adsense because:a) by default Google Adsense requires ads to be opened in the same browser window which involves navigating away from the page with the application. Since the application is relatively self-contained entity (a kind of an image editor) closing it is not acceptable behaviour. Altering this behaviour in Google Adsense will breach its Terms and Conditions.b) Pages are not reloaded often. Once the user starts using Flash/Silverlight application she/he will stay on the same page for a relatively long period of time. It would be nice if an advertising component be able to automatically reload its content every few minutes.

View 1 Replies

Professional :: Remote Debug A Flash File Running Inside An Application?

Jan 14, 2010

I'm an application developer, and my standard usage of Flash is as follows: I'm creating an executable application, which contains a ShockwaveFlash object instance, which in turn is displaying a Flash Movie Clip - also created by myself. The executable application and the contained Flash clip are communicating via the ActionScript ExternalInterface (using XML strings) and the FSCommand.
 
I'd like to be able to debug the ActionScript code of the Flash file while I'm running/debugging my executable application. For that, I need to be able to start a remote debugging session from the Flash object running inside my executable. Problem is, I did not find any way of doing this.
 
When I publish the Flash SWF file with "permit debugging" checked, I'm able to start a remote debugging session when I'm displaying the file in a player or a browser (the "debugging" option is shown at the right-click menu of the Flash object), but I'm not able to do the same with the object inside my executable (the "debugging" option doesn't exist on the menu).
 
Environment Details: The executable application is using the ShockwaveFlash COM file to create the ShockwaveFlash object. The executable application is created using VB.NET, Visual Studio 2008, .NET 3.5. The Flash SWF file is created using Adobe Flash Professional CS4. I'm developing under Windows XP (SP3).

View 1 Replies

Flash :: Flex - Find References To The File System In A Application?

Jul 22, 2010

I need to disable all the aspects of functionality which access the client file system in a flash/flex application. I started having a look on how to do this. It appears that the package flash.filesystem need to be importated to allow the interaction with the file system. However, I did not find any reference to this package in the application. I am a beginner concerning these technologies so maybe I am missing a point here. Do I need to look into an other direction?

View 1 Replies

Flash :: Media Server - Main.asc File To Return The Current Directory Listing To A Application

Aug 12, 2009

I need the main.asc file to return the current directory listing to a flash application.

[Code]...

View 1 Replies

ActionScript 3.0 :: Can't Find The Equivalent On The Mac?

Jan 27, 2010

A question for Mac developers - which ActionScript IDE do you prefer? I've loved FlashDevelop on the PC, but can't find the equivalent on the Mac which:

is freehas code completion 

The options I know about: TextMate - isn't free. it doesn't seem to have code completion...SE|PY - can't seem to get it to work on Snow Leopard, and I notice that the website doesn't seem to have been updated in four years...Flash Builder - isn't free(although I'm looking into installing Eclipse with Flex SDK), and I always preferred FlashDevelop for elegance and speed as an AS IDE anyway.my next last resort option is to look into running windows on the mac..

View 2 Replies

ActionScript 3.0 :: Running Flash As A Server Application?

Feb 18, 2010

We're interested in putting one of our flash applications on the server back-end so that it can run as a module on the server machine (not on the client!). I know flash wasnt designed for this at all, so my question is:

1) Can I run Flash from the command prompt and pass parameters to it?

2) Can I detect when the Flash has finished running, or a way to communicate with the command prompt from Flash (to inform it once the operations has finished).

3) Can I close the flash application from the command prompt?

View 9 Replies

Determine When Application Is Running As A Mobile / Desktop Air Application?

Dec 6, 2011

How can I find out what the current application type is? i.e. whether it's running on a mobile device or as a desktop Air application?[code]...

View 4 Replies

Actionscript 3 :: Getting Error #1034 While Running Flash Application

Mar 25, 2011

Alright, I know that this error is occurring because of something to do with addchild() function. On frame 2. How do I know? Because when I remove the snippets of code that dynamically place an object onto the stage it works fine. The error is below and the source code for frame 2 is below the error messages.[code]...

View 1 Replies

What Runtime Is Flash Builder Using When Running Or Debugging An AIR Application

Oct 10, 2011

I just updated my AIR runtime to 3.0 and noticed that my AIR application doesn't work anymore. So I tried to debug it it with Flash Builder, but when I run it there, everything works just fine. So I uninstalled the AIR runtime completely but noticed that I can execute my AIR app within Flash Builder still just fine. So the AIR runtime used within Flash Builder seems to be a different one than the systemwide installed AIR runtime. How Do I chose within Flash Builder which runtime to use and how do I update this runtime?

View 1 Replies

As3 :: Get Current Directory Of A Running Project?

Jan 28, 2010

is there a way to get the current directory of the project? i'm trying to load images using dynamic paths and it seems that the link is broken. but seeing the current directory of the running project i'll be able to make sure that my picture links are valid.

View 1 Replies

Flex :: Launch A Separate Air Application Through My Current Air Application?

Sep 1, 2010

I've been trying to launch a separate Air Application through my current Air Application.Both apps are compiled using the Adobe Air 2.0 SDK. The methods I have found so far involve passing the Publisher ID in addition to the Application ID, but I believe the Publisher ID became redundant past Air 1.5.3? Below is my current implementation whic seems to correctly ascertain the Air Application's version number, but when I try to launch it, nothing seems to happen.

private static var _air:Object;
private static var _loader:Loader;
private static var appID:String = "someOtherAirApplication";[code].....

I have changed the app-config.xml (app descriptor) on the application I am trying to load to allow browser invocation.The version number of the app descriptor of my application I am trying to load is "V1" which the versionDetectCallback seems to pickup. If this is the case I would expect to be able to launch it but this doesn't seem the case.

View 2 Replies

Actionscript :: Get Current, "real" Frames-per-second (fps) Of A Running Flash Movie?

Nov 22, 2009

What is the best way to get the current, "real" frames-per-second of a running Flash movie using Actionscript 2? By "best", I mean it should be accurate over a period of time (i.e. it does some averaging) and with a minimal built-in performance overhead.

View 1 Replies

Flash :: Intercepting Ctrl + F4 Keystrokes In A Flex Application Running In IE

Sep 15, 2010

Some of my Flash application components require to intercept Ctrl + F4 keyboard events. Unfortunately, the KeyboardEvent is not caught when running the app under IE since it is conflicting with the IE native shortcut (closing the active tab). Is there a way (ideally relying on Flash principles) to intercept such keystrokes?

View 2 Replies

Flash :: Connect Application To Nodejs Server Running Socket.io

May 9, 2011

i'm trying to connect my flash application to my nodejs server running socket.io. To connect via web-browser is no problem. Now the problem, when the socket-server isn't running i get an IOError in Flash what seams alright. Now when i start the server and try to connect again, i don't get an error, but the socket-server doesn't receive a connection either?!

View 1 Replies

IDE :: Windows Application Built With Flash Function While Other Apps Running?

Jan 13, 2009

Is it possible to build an application in flash that can then be exported as say an exe and then be used in the background while another application is running? I know that sounds complicated so let me further explain. I currently dj with an application and would like to create another application with flash that allows users to play some custom sounds (drops) while running the primary dj application. I believe someone out there already has created an application via flash that does this (have to read up on it more). But from the research I did do there is no way to interface with the flash application unless you alt-tab to it. Is there someone way to build a flash application that can be assigned windows shortcuts (say f1 funuctionality) while another windows application is running?

View 5 Replies

ActionScript 3.0 :: Get Filename Of SWF Running Current Script?

Jan 28, 2010

How can I tell the filename of the SWF within which the current script is running?

View 1 Replies

Flex :: Flash - Get List Of Running Processes, Get Active Process (and It's Application) AIR

Jan 25, 2010

Is it possible to get somehow list of running applications/processes and, while running in background, check which process is active?

Additionally - if somehow, the answer was yes, is it possible to react for change of active window / application react just as if it was Event, or bind to it custom event (e.g. Event.SystemActiveAppChange)?

EDIT: Due to probable missunderstanding, I mean local applications - on your win/mac/linux machine - I would like to (in process of learning of language) track what apps I use the most, make a little graph maybe?

So, the point is: in AIR app, developed in FLEX, I would like to get/list all running applications/processes, as well as which one is active (on user's PC/Mac/Linux)

View 3 Replies

ActionScript 3.0 :: Error - The Flash Builder Debugger Failed To Connect To The Running Application

Sep 12, 2011

When i stated to using debugging option, its showing error that, "The Flash Builder debugger failed to connect to the running application.Ensure that:

1. For in-browser applications, you are running the debugger version of Flash Player.

2. For network debugging on a mobile device, you have a reliable network connection to the device, and port 7935 is open on your machine's firewall.

View 1 Replies

Flash :: Looking For A Super Tiny Linux Distro That's Sole Purpose Is Running An AIR Application?

Mar 3, 2011

I'm looking for a really really small linux distribution or process of making my own that's sole purpose is to get an air application to launch full screen and stay there; Essentially I'm building a home kitchen computer that runs entirely as an AIR app.

I have looked into using windows xp; and windows xp embedded but they pose so many issues I figured I'd try modern linux.

I have also seen TinyCore Linux which looks interestingly small but not sure what issues that poses in regards to running AIR and "hardware" accelerated display. I've also thought about stripping down an Ubuntu installation but I'm sure somebody must have done this already; google is just failing me right now.

[Code]...

View 3 Replies

Professional :: Getting The Current Active Document Path From The Flash Application By AppleScript?

Aug 12, 2010

Is there a way of getting the current active document path from the flash application by AppleScript? The only command available in the Adobe Flash dictionary for applescript is "do script", can I call a script to get the path of active document?

View 1 Replies

ActionScript 2.0 :: Display The Current Time Into A Dynamic Text Box - Seconds Not Running

Nov 10, 2009

I want to display the current time into a dynamic text box. The time comes correct but the seconds is not running... I want live seconds. what modification should i do to my following code?

[Code]....

View 3 Replies

ActionScript 2.0 :: Find Out Current URL?

Jan 18, 2009

I've got two different domains and both of them direct to the same website. This website has a menu on top made in Flash (the rest is HTML, so the page must be reloaded everytime I click on an option or I need new content).

But this Flash movie has to show a different animation depending on the URL.

What can I do to find out the current URL in ActionScript?

View 2 Replies

ActionScript 3.0 :: How To Find Current MovieClip

Dec 7, 2009

I am creating a flash file to display products.
 
Product details and images are stored in XML File.
 
What i am trying to create is something similar to banner on [URL]
 
The addition to this is that products will be scrolling right to left automatically if there is no interaction from user, and product at the center will remain highlighted.
 
I have created a long strip of Products cover with a mask, the long strip keeps moving to give a scrolling effect.

View 2 Replies

Actionscript 3 :: Find Current Location Of Mc?

Jun 23, 2011

I'm trying to create a drag motion by using mouse_down then the mc = mouseX. Here is an image of the situation

But when I click, the mc always jumps to its registration point, which is the top left corner atm.

I can't work my head around how to grab the current location of the mc. Note that the mc (all_mc) is wider than the stage.

this.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(e:MouseEvent) {
this.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);
}

[Code]....

Ok I kind of worked out the x location of the mouse in relation to the registration point of the mc (the registration is at the top left):

Math.abs(stage.x - all_mc.x) + mouseX

But how to I select that point of on the mc?

View 4 Replies

Flex :: Find Out In The Event Handler If The Timer Is Running?

May 20, 2011

How do I access timer.running from inside event handler?

View 1 Replies

ActionScript 2.0 :: Find Current Level Number?

Nov 6, 2010

I need to trace the current level number that I am working on. So say I have 3 swf's loaded onto different levels (_level0, _level1, _level2, _level3), and each has a button, so when I press the button in level1, the number will trace 1, press button in level2, number will be 2, etc.

View 1 Replies

ActionScript 2.0 :: Find A Way To Highlight Current Thumbnails?

Dec 7, 2007

I wanted to find a way to highlight current thumbnails, and I successfully did this by using the tutorial in the archives found here

My question is, when the thumbnails FIRST load and the first image is loaded, how can I get the first thumbnail to already be highlighted? Here is what I've tried and cannot figure out why it isn't working.

in the firstImage function, I added this:

[Code]...

View 1 Replies







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