Windows 7 Won't Open A .exe File
Sep 9, 2010I 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 RepliesI 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 RepliesThe powers that be have decided a project I'm working on shouldn't go on a website after all, but needs to be on a CD for Windows users instead and of course I only have a couple of days to made the "relevant tweaks" as they call them.It needs to run directly from the CD so I presume AIR isn't a good option.I've got all of it working by publishing to a Windows Projector executable. The bit I'm stuck with is allowing users to click buttons to open various directories which will be on the CD. These are source files for following tutorials from the main part of the CD. I've tried playing around with the various options in the FileReference class (namely browse() and download()), but they seem to be set up for use online only.
View 2 RepliesHow do i open an .avi file directly into windows media player or winamp on button click in flash.
View 2 RepliesI need to open a file in its default app, on windows XP SP2, in flashplayer 7.I've searched and found some exe files that claim to be able to do just that, but i cant get it to work.
[URL]
I've managed to open a given exe file from the fscommand folder, but cant get the above examples to work - i think the problem is, that i cant send parameters to the exe file.
how do I open a word file in Windows XP (and others!) from a button in a flash presentation?Is it possible to open it in a Mac too?
View 8 RepliesMy query is how would I open windows open or save as dialog box through flash?
View 2 RepliesI 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 RepliesI'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]....
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,
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 RepliesI 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 RepliesIs possible open folder with action script under Windows?E.g. Browse folder to find file at the HD.
View 4 RepliesI 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
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 RepliesIs 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?
How to open multiple pop up browser windows from ActionScript?
View 2 RepliesI have a Flash form sending variables to an ASP script (bono.asp) in order to print a discount bonus. The bonus grafic is then shown in a new window for the user to print with his/her data on it. (name, address, etc). Well, the problem is that it not only opens a new window with the bonus (without the data ), it also opens the bonus in the current window (with the data), forcing the user to "go back" to the flash website and loading the entire animation again. This is the code in the Flash form asociated to the Button:
[Code]...
ActionScript 2.0 :: addItem({Windows that are currently open: _root.myinfo}) won't work?
View 2 RepliesI have a flash project where I want when i click on a link it open in a movie clip.the movie clip is call mccontainer but i try doing parent.mccontainer but that did work.I am using CS4 the only document i found that was near to what i what to do is this but i try this but nothing is it different in CS4.so basically i want to click on a link that go to www.google.com but it doesn't open a new windows it load into a movie clip.
View 6 RepliesIn 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]...
I am developing an Adobe AIR application which uses both native windows and floating panels. Is is possible to enable the creation of a floating window instead of a native window when a JavaScript window.open() function is called?
It is required that all of the floating windows are contained within one native window, therefore the creation of more native windows is not suitable.
I have used a Custom HTMLHost class in order to enable the creation of a native window but I can't work out a way of creating a MDI window instead. I am using the flexMDI framework for my floating panel interface.
I've messed around with XML+FLASH menu systems (downloaded from various Flash resource sites) on a novice level . As in, I know how to modify the XML file to have the content I want and where to rename the XML file in the FLA if need be. But I've never had to actually manually modify any functions within the FLA before. I'm really green when it comes down to diggin' within the Flash coding. Anywho, I came upon this really nice horizontal/glide menu from a way talented flash guru who was nice enough to share his source files with me...
[Code]...
I made a game as the same site URL..Anyone knows how to prevent user open and play game on multiple browser windows at a time?I used flash control to embed flash into aspx page and connect to sql server
View 4 RepliesI created a flash banner with flash pro CS5 using windows 7. Can I save the file so my client can open it with a Mac OS?
View 1 RepliesI'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".
View 3 RepliesMy CS5 flash crashed when I changed the name of the root folder while it was open. Swf is working fine, but .fla file wont open, I get a "Failed to open document" message. This is a disaser because I've lost two days of work. Is there anything that could be done to fix this problem?
View 2 Repliesi have a standalone exe flash file which opens autorun from a cd, and i need to open a windows browser directly from that flash. i want it to open the htm without any toolbars or scroll.
View 1 Repliesi have a standalone exe flash file which opens autorun from a cd, and i need to open a windows browser directly from that flash. i want it to open the htm without any toolbars or scroll...
View 1 RepliesIs there a way to open the "open file dialog box" in a swf using javascript.
The swf is on a webpage.
I have been working on a project for a week and suddenly it crashed during save (nothing strange had been imported or anything i just saved after moving content around) and now i cant open my file again. I contacted adobe support who claim that since the problem is related to the file this is not their problem, what a load of HORSE ****, who should i contact about this dell if its an FLA FILE!? I have already renamed the file to flash.zip then opened with WinRar and repaired as a new zip file to a different folder (which removes the corrupt content which is document something.xml) then i tried renaming this folder back to flash.fla however the file still does not open.
View 4 Replies