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.
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.
ActionScript Code: var link8:URLRequest = new URLRequest ("http://www.mysite8.com"); btn3sub1.addEventListener(MouseEvent.CLICK, nuestraIgle); function nuestraIgle(event:MouseEvent):void { navigateToURL(link8,"_self");
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.
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.
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:
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
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,
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?
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.
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
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) :
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?
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]...
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
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.
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.
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..
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?