Flex :: Options To Open Folder In Windows Explorer?
May 4, 2010
Is there any way to open a folder in Windows Explorer from Adobe AIR?
It looks like these APIs won't be added until AIR 2.0, but until then are there any workarounds that can be used to enable this feature?
View 1 Replies
Similar Posts:
Apr 7, 2010
In my application I tried using following codes to do this:
<mx:HTML x="0" y="0" width="100%" height="100%" location="http://www.example.com"/>
The page is loaded fine.But when I click the links I found sometimes there was no any response while I need a new explore window opened with the linking url.And also I tried:
[Code]...
View 1 Replies
Mar 29, 2010
I was wondering if there was a way in AS3 top opening up a folder in windows explorer? Currently I'm using this code:
[Code]...
But the folder Resources opens up in my default web browser instead. I've tried googling extensively without much luck.
View 2 Replies
Feb 28, 2012
If I have a file system path can I open a window in Explorer (on windows) or in Finder (on OS X) displaying the folder that the path leads to?
Cookie points for answers that are cross-platform and/or plugin-less.
View 1 Replies
Jan 2, 2006
Is possible open folder with action script under Windows?E.g. Browse folder to find file at the HD.
View 4 Replies
Aug 31, 2009
I am creating an autorun exe file. Basically the CD is filled with markering materials. What I need to know is how to get Flash to open a folder on the CD so the viewer can pick from what is in side the folder.
View 4 Replies
Oct 18, 2011
The things is, I've build an application in flex which suppose to be for web but when I'm running it through the Flash builder, it opens up flash player app instead of opening in a web browser. I've tried to do "run as webapplication" but failed.
View 2 Replies
Jun 1, 2010
How to open multiple pop up browser windows from ActionScript?
View 2 Replies
Mar 28, 2005
Supposing you're in Windows Explorer (in WinXP that is), and you drag a file and hold it over the folder you're going to drop it into. Now, when you're holding it over the folder, the folder highlights.How can I recreate this effect in Flash MX? I have a "tile" movieclip, and a "container" movieclip. The tile is meant to be dragged into the container. In the situation where the tile is being dragged and held over the container (ie, mouse button has not been released), the container is meant to change colour.
View 12 Replies
Mar 2, 2005
My query is how would I open windows open or save as dialog box through flash?
View 2 Replies
Jun 6, 2010
I need to made a Browser windows before that i open the Flash movie, like this one: [URL] So i need somme kind of pop up to run when somme one opens the site, and then see the movie.
View 6 Replies
Feb 12, 2010
somebody with Windows 7 x86(32 bits), i Need to know if you have a folder called Macromed in System32, try to find where was it moved, it should be somewhere in the Windows Folder.
View 2 Replies
Sep 28, 2009
Using CS3,AS 2.0 I have a button that when pressed it opens a url in a new window.Works on Safari great, but not in Explorer.
Code...
on (release) {
getURL("http://www.name of website", "_blank");
}
View 2 Replies
Sep 10, 2009
Check those codes: Code 1:
ActionScript Code:
var link8:URLRequest = new URLRequest ("http://www.mysite8.com");
btn3sub1.addEventListener(MouseEvent.CLICK, nuestraIgle);
function nuestraIgle(event:MouseEvent):void {
navigateToURL(link8,"_self");
[Code]...
View 2 Replies
Jul 29, 2010
i have situation in which i have some library projects, say
"DataProcessors","Lib2"
, included in my lets say "MainProject" (a web project) placed on directory
"E:in-debugMainProject.swf"
, when i build the project it automatically place all the libs .swf in its "E:in-debug" folder, but when i debug or run the project it it gives loading error that
"E:DataProcessors.swf"
not found but i have those lib files on
"E:in-debugDataProcessors.swf"..
what could be the possible errors.
View 1 Replies
Dec 2, 2011
I have a db file Resided in Flex Air Bindebug Folder,Here i want to Move/save this db File at another location let say In mydocument/or any Folder, I am not able to do it's programatically.
View 2 Replies
Jun 15, 2009
is it possible to open a folder or file by using AS3?
View 6 Replies
Aug 31, 2009
I'm kind of new to flash, and I'm working in CS3 AS3. Here is my code. - Home is my button instance name
[Code]...
Now, _top, _self, I can't get anything to work for what I want to do. What I'm trying to do is make it so when I click a link, it opens it in the SAME tab. I have seen many (dozens) of these problems, but none seem to help. On firefox, it openes in a new tab, (I have it set so windows open in new tabs), on IE it opens in a new window, and in chrome it opens in a new tab. Please help me fix this problem,
View 5 Replies
Sep 9, 2010
I created a CD presentation that runs an executable file (fscommand), it works great on XP and vista, but windows 7 doesnt open it. Have anyone run into this before?
View 2 Replies
Oct 28, 2011
I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the application is maximized. These are the following conditions to replicate it: Issue only happens in Windows (Windows 7, not on Mac) Issue only happens with Reader X installed (not with previous versions) Issue only happens when running the built app, does not happen in debug / development mode from FlashBuilder
[Code]...
View 1 Replies
Feb 23, 2011
I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:
[Code]...
All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.
View 1 Replies
Mar 8, 2010
I'm using Flex in Flash Player 10 on Windows, using FileReference to load a file into memory, as below.My issue is that when a file is locked by Windows, my FileReference is not giving me any feedback that the file is inaccessible--it simply never dispatches any events after my calling load().Does anyone have insight into how to tell that Flash Player is unable to open the file?
var fileReference:FileReference = new FileReference();
private function onClick():void {
fileReference = new FileReference();
fileReference.addEventListener(Event.SELECT, onSelect);
[code]....
View 1 Replies
Nov 25, 2011
From an Adobe Air application, I need a function to launch the Windows Virtual Keyboard (c:windowssystem32osk.exe). I tried the Native Process, but it didn't work when telling it to execute cmd.exe /C osk.exe. How should I launch the keyboard application from an Adobe Air application?
View 1 Replies
Aug 5, 2011
I try to open pdfs or folders (in finder/explorer) triggered by a mouse click in an swf application running in flash player. opening a pdf via urlRequest and navigateToUrl() always opens the browser.
I read about this solution with fscommand: http://www.artfans.info/open-pdf-file-from-flash-using-fscommand/
seems then we had to write shell scripts for mac and pc...? doesnīt sound perfect. the swf is executed on cd rom. so i think we canīt use an air application and the classes of the air framework (File
View 1 Replies
Feb 17, 2009
I need to open a folder, from the place, where SWF file is.It's not an URL, not an Internel file, I don't need FIleReferense class or list.The button should open an explorer, like when you open "My computer" from desktop.
View 0 Replies
Jan 27, 2009
I have a url link i want to be executed but I DO NOT want it to open up a new page or anything. Just call it invisibly without the user knowing. I thought I could use the Post option but im not having much luck.
View 4 Replies
Aug 15, 2011
I have different buttons to open another browser window using getURL. The problem is each button opens a new browser window. If a user does not close the window when coming back, there would be many browser windows open the same time. A few users get confused by this thinking that they are accessing the same page.Is there a way to control it so the popup will open all at the same window (if someone chooses not to close the window each time)?
View 2 Replies
Apr 30, 2011
I have a swf file with 5 buttons each button goes to a different url, so lets say i have 5 buttons, button 1 goes to preloader1 button 2 goes to preloader2 and so on.the problem is if i click on button 1 and open preloader1, then click on button 2 it opens preloader2 in the same window as preloader1, how would i do it so it opens a different window,here is the as3 code
Code:
function viewPopup(e:MouseEvent) {
var address1:String = "room2/preloader.php";
var jscommand1:String = "window.open('" + address1 +
[code]...
i have changed this _self to _blank but still doesnt work
View 1 Replies
Aug 29, 2009
i setup alwaysOnTop="true" in mx:WindowedApplication alwaysOnTop="true" tag. but this does not work in MAC but works in windows.
View 1 Replies
Aug 24, 2010
I have a mp4 file which is to be used in an application. Currently i am in the stage of figuring out the technology to be used for this job. I am familiar with flex and am hoping that i be able to use it for the application. But i can not figure out a way to play the file in flex. I have been able to play the file only in windows media player and that required the installation of three codecs : Mp4Audio.ax, Mp4Video.ax, Mp4Src.ax.
As i see it, it will be very convenient if i could embed a windows media player plugin in flex or i could specify the audio and video codecs in the flash player
View 1 Replies