Javascript :: Open A Folder In Finder/explorer From A Webpage?
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
Similar Posts:
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
May 3, 2009
Can I open a finder window (on mac) from my movie somehow? I want to be able to press a btn which opens a finder window with the adress to my ftp. When I do it throuhg the browser I only have read permisions.
View 7 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
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
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
Oct 30, 2009
as you all know that if we use flash object in web page in internet explorer Internet Explorer displays a box around Flash content and show a tooltip telling the user to click to activate the content. i am using fixit it work fine but problem is once page loaded completely.
View 2 Replies
Sep 30, 2010
I have made a simple embed of slideshare on my site. However, on Internet Explorer, it keeps saying "Loading" and nothing appears. However, in Firefox its almost instant. Please try here using internet explorer. Or is it just me? It makes use of Flash and Javascript.
View 2 Replies
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
Jul 12, 2011
I am building a video player web-app that uses flash for playback and jquery/javascript for UI. By design of the person who wrote the flash component I need to use setVariable to communicate between the javascript and the flash player. I've read all over the internet that a lot of people have had problems gettin setVariable to work in FireFox. I designed my app in firefox because i wanted to use firebug to help me in development. Now that the whole thing has been built, i find that setVariable is not working in IE. The error i get is:Object doesn't support property or method 'SetVariable';Here's a bit of the pertinent code:I construct my html through javascript, so this is how I construct the player:
var player =
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16
[code].....
View 1 Replies
Dec 5, 2011
I have a flash-based ad that displays/hides based on some javascript. It works in Firefox, Safari, Chrome ... but not in Internet Explorer 8. This is for donations to a non-profit during the holiday season,
<div class="grid_12 alpha omega">
<script type="text/javascript">
GA_googleFillSlot("360_dropdown");
[code]......
View 1 Replies
Aug 23, 2010
I developed a flex website, the web explorer always caches swf file which embedded in HTML. Sometimes I make changes to the flex file, clients computer still view the previous version which stored in cache. How can I force client's web explorer to reload/refresh the swf file?
View 3 Replies
May 3, 2011
I'm using swfobject (2.2) to load blip.tv videos. Everything was working fine with their old player, but now that they have switched to the stratos player, it fails to load properly in IE. It shows a grey video window, with the play button half showing on the left side, and the button won't work.
Here is my js code:
function loadBlip(videoFile,width,height,cssID) {
var blipSWF = "http://blip.tv/scripts/flash/stratos.swf";
var expressSWF = "/lib/js/swfobject/expressInstall.swf";
var attributes = {
[Code]......
The file that I pass to the loadBlip function looks like: [URL]
Again, this works fine in FF/Chrome/Safari, but fails in IE.
Here's a sample link: [URL]
View 1 Replies
Oct 6, 2011
I have a flash application that runs on web browsers as well as on desktop with some extra functionality, i use webkit for air with desktop app and i need some alternate of it for web app,
actually i want to render html in flash player and then do some processing on it and allow some operations on it,
Question is how can i open a web page in flash application in browser such that i can do the required operations on it
View 2 Replies
Aug 14, 2006
How can I open a web page in a separate window? I tried getURL, but it didnt seem to work...
View 5 Replies
Jun 15, 2009
is it possible to open a folder or file by using AS3?
View 6 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
Jul 22, 2011
I would want to catch click with javascript on a embed flash object on my page. I used wmode="opaque" (tried transparent too) and put a low z-index. I tried catching click on a div, on the object element and on the embed element. On FF (5), all three of them work. On IE (7 & 8), none of them work. Here's my code (I removed some attribute for flash like type or classid) :
[Code]...
View 1 Replies
Nov 12, 2009
I'm using getURL command to link to several web pages from Flash (actionscript 2) Works fine. Now I need to link to a PDF that is located on the web pages. Tried the getURL with the location of the pdf - no luck. What am I missing?
View 2 Replies
Mar 24, 2011
Let's say we create a button that when clicked should open browser window and go to google.com page. When you run your flash program in Flash Builder (with CTRL + ENTER command) it works just fine, but when you run the swf file alone (mouse double click) the web page won't open.
Here is the code, just paste it into frame 1 and see for yourself (let me know if this problem doesn't occur for you, it might be something with my Flash Builder CS4 settings...)[code]...
View 3 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
Feb 13, 2009
I want to make the menu page load in the same window.Right now, if you click on the index page, it will open the menupage in a new window. I know I need to use _self, or _parent. But Icouldn't figure out where to insert it.
View 4 Replies
Apr 17, 2010
Am using this AS 2.0 Code on a button in flash CS3 :
on(press, release) {
getURL("http://somethinghere...","_top");
}
unfortunately, it doesnt work.
However, when i Ctrl+Enter in flash and click the button, it does.
it doesnt work after embedding the SWF movie in the webpage/browser.
View 1 Replies
Feb 11, 2011
How can I open a web in a flex application?
View 1 Replies
Mar 27, 2012
whats the code needed open a webpage when an icon i clicked?
View 1 Replies
Aug 17, 2006
what I'm tyring to do is to open webpage within a flash file, so that it displays in a specific part of the SWF as opposed to it opening a new window.
View 2 Replies
Aug 5, 2009
I have a folder of different pdf files saved with my SWF file. I want the user to be able to click a button and have a new window open for that folder I tryed new URLRequest but that wants to open in internet explorer and wont display the folder contents..
View 9 Replies
Nov 8, 2010
I've used localConnection to build 3 swfs that communicate with one another. Everything works smoothly until i open another browser tab with any flash website. And those websites were built by me so i know they don't contain any localConnections.
Why is this happening and is there anyway to prevent it?
View 1 Replies