ActionScript 2.0 :: Determine If Mac Or PC Within A Flash Projector (for Use With FSCommand)?
Mar 11, 2009
Determine if Mac or PC within a flash projector? (for use with FSCommand) How do I determine if a computer is Mac or PC within a flash projector? I need this because I've got several FSCommands I need to use within a projector (such as launching an application or file) and need to have different commands for Mac and PC.
[Code]....
View 4 Replies
Similar Posts:
Nov 9, 2009
I am having trouble getting even a trivial example of fscommand("exec", "..."); to work. I just need to open a Word .doc from within a flash exe projector. Eventually this needs to be on a cross-platform CD, but I'd be happy to see it work from the desktop of my PC at this point! I've attached a really simple sample.
View 3 Replies
Apr 24, 2005
Is there a fscommand that allow the resize of the projector window? Or that send a kind of event to the window itself that make the window "blinking" in the task bar (like when you are receiving a message in MSN and your window in minimized)?
View 2 Replies
Apr 24, 2005
Is there a fscommand that allow the resize of the projector window? Or that send a kind of event to the window itself that make the window "blinking" in the task bar (like when you are receiving a message in MSN and your window in minimized)?
View 2 Replies
Feb 11, 2011
I could succesfully open a external pdf with the following command in Flash cs3 on a Mac: fscommand("exec", "test.app");test.app (inside an fscommand folder) is an apple script that opens the pdf inside the fscommand folder, to make it work I needed to copy the fscommand folder into the MacOs Folder of the Mac Projector File. The same steps don't seem to work with Flash cs5. I can't downgrade my cs5 project to cs3.Is this problem a bug in Flash cs5?
View 9 Replies
Feb 5, 2012
have exec a fscommand with customized dimensions, but I would hide the resize, maximize, minimize button how can I do this
View 1 Replies
Nov 29, 2005
I know, I can send fscommand but can i take in fscommand and process it?
View 6 Replies
May 8, 2008
When publishing a mac projector (app) from Flash CS3 on PC,in order to use the fscommand("exec", appToLaunch) function, itseems as though the fscommand folder containing appToLaunch must berelative to the "Flash Player" app in the projector package. For example, if I create a mac projector called projector.appwhich calls fscommand("exec", "myOtherProjector"), and I putmyOtherProjector in the fscommand folder in the same directory,sitting next to projector.app - when I fun the projector thefscommand fails.
However, if I move the fscommand folder containingmyOtherProjector to the Contents>MacOS folder in the app folder(on mac right click, go to "show package contents"), next to "FlashPlayer" then run projector.app, the fscommand works and everythingis good.It looks to me like the fscommand folder needs to be relativeto the Flash Player and not to the projector. This means that the contents of the fscommand folder need tobe doubled on cross-platform projects. That's not good when you'repushing the limits of file space on a cd
View 2 Replies
Aug 25, 2011
I have created a one application in flash cs3.in that application i have to open a pdf file in acrobat reader. i have done with this.to open a dairect file i use a this code.
openPdf1.addEventListener
(MouseEvent.CLICK,
function ():void
{
[code]....
but now when i am going to mac os then this code is not working. means file is not open so how can i open file in mac using this codes.
View 1 Replies
Apr 22, 2009
i have a flash application that calls a .bat file using fscommand.is there a way to call this fscommand when the flash player is being closed?
View 1 Replies
Sep 6, 2007
I normally do a CD for a convention twice a year, and this year was different. As usual things gets down to the very last minute with changes, but normally we don't encounter any problems with the opening of powerpoint presentations from within a flash, with the fscommand, as long as all the presentations and software are on the fscommand folder.
But yesterday I just couldn't make it work. I thought at first that was a vista thing, that wont let you run a cmd.exe window from flash, but then I realized it was happening, even after burning the CD in almost any enviroment. I tried changing the publishing parameters to flash player 7, 8 and 9, and try to publish it with action script 1 and action script 2 in all the possible combinations. Then i got smart and republished one I knew that worked, and it stop working.
[Code]...
View 6 Replies
Aug 28, 2009
I have a problem with Flash Player 9. I have developed a flash application (projector) in Flash CS3 using AS2 . I can compile it into Flash 9 projector, but when I do that, it will not run FSCOMMAND("FULLSCREEN", true); anymore. I wonder why this is as such.
When I read through some help resources, somewhere it says that FSCOMMAND is not supported in FP9 because of some security reasons and it says that I should use External Interface API instead.
If I have to use External Interface whatever remember that I am working with flash projector (exe), not in a browser. I use "trapallkeys" to stop people from pressing ESC and CTRL-F to quit fullscreen mode. However, ESC and CTRL-F still work if I put "trapallkeys" above "fullscreen".
So the problem is, I only able to use either one, not both. This is really strange.
I could not make "showmenu", "false" to work either.
View 2 Replies
Dec 8, 2009
Is it possible to have a flash Projector control the timeline of another flash Projector.
example: Projector1: has a button to start/play Projector1 and trigger to start/play frame 7 in Projector2 at the same time.
So both external projectors are in sync.
View 0 Replies
Oct 8, 2009
I have one swf file in that i used fscommand to get final output when submit button clicked in that swf i am loading that swf in SWFloader in flex3 .i need to get fscommand value as Alert, how to get that value first and display as alert.
View 2 Replies
May 22, 2011
why the below line of code launches notepad.exe twice?
fscommand("execfile", '"C:\Windows\Notepad.exe"'); //opens notepad 2x - path in double quotes
verses this line of code which opens it only once?
fscommand("execfile", "C:\Windows\Notepad.exe"); //opens notepad once
I'm working on a FP10 .exe projector project and noticed this odd behavior.If I had spaces in my file path, I'd want to surround it in double quotes, but that has the undesired effect of opening the app 2x.Since I don't have full control over all the elements in the project, I'm forced to use fscommand in this scenario.
View 1 Replies
Jan 23, 2012
I have a project that opens a pdf using fscommand.
View 2 Replies
Jun 21, 2010
with AS2, we use fscommand to do it, but AS 3 I don't know how to do ..
We can reference from: [URL]
View 1 Replies
Sep 27, 2010
I want to update a row in mysql when a user uses an application with flash. And when they exit that application, I want to change the row to reflect that the user has left. Is there a way to do this easily? Currently, I'm thinking of writing a connection manager with sockets.
View 1 Replies
May 25, 2010
Does anyone know how to control a projector on a pc, from another projector on another pc, in the same LAN?
View 1 Replies
Sep 24, 2010
Which tool would you recommend for creating standalone .exe files (Windows) from Flash?
View 2 Replies
Jan 10, 2012
I have a AS2 based projector compiled into EXE using mprojector. I need to add spellchecking to the textboxes, is there any spellchecker available for AS2??? I have only found valid solutions for AS3.
View 1 Replies
Jul 21, 2009
I am quite a newbie and want to call another program through fscommand.Flash and the programm I want to call are both running on my hard disk (NOT online)I do not really understand what I have to put into:
1. the line command
2. the line parameters
View 2 Replies
Aug 7, 2009
I've done all of these and everything is ok. but I want to do more. I want to play my flash in a web browser and I used publish to html. but my fscommand doesn't work in the web browser! what should I do?
View 8 Replies
May 28, 2002
I am working on putting a portfolio on CD and would like to include a video. The video I want to be played by windows media player, but I seem to be missing something. I have a button and have put this code on it...
on(release){
fscommand("exec", "c://Temp.mplayer2.exe");
}
I have tried multipe variations of this code but nothing happens.
View 2 Replies
Nov 5, 2009
The project is a keyframe based presentation and I'm an actionscript novice. It is to run, full screen, as an executable off a CD ROM and there are 4 .flvs in the executable. Here is my code for the first frame which contains opening video, and it works fine (sadly a simple fscommand fullscreen from as2 won't work). Problem is, I get black screens & weirdness when I try to use stageDisplayState and fullScreenTakeOver's on the frames that contain the other 3 videos.
[CODE]...
View 4 Replies
Dec 9, 2009
What happen is that i have a quit button and when it is clicked:
fscommand("quit"); will execute.
However for some reason, it only works sometime and at other time, it has no effect.
So, anyway, this is the code:
In the menu:
package {
import flash.display.MovieClip;
import flash.display.SimpleButton;
import flash.events.MouseEvent;
import flash.ui.Mouse;
[Code] .....
View 3 Replies
May 4, 2011
I'm making a flash movie project, the stage size is 600x800. When I use fscommand to make the flash projector fullscreen it shows everything, including out of stage things. How do I get the projector to only show the stage Fullscreen? PS: An answer in AS 3.0 would be fine to! As 2 is preferable!
View 1 Replies
Jan 19, 2004
i was playing with the fscommand for a few times now but i havent made the exec command execute a file(in a subfolder)... a directory with a movie and a folder with sample exec file
View 1 Replies
Aug 20, 2002
Is there a way to prevent resizing using FScommand?
View 2 Replies
May 4, 2009
We generate a LOT of swfs where I work. We've got a group of people managing putting the swfs into our asset management system. These people do NOT have flash or anything adobe. However, they need to be able to determine the AS setting on the swfs. Is there a tool (preferably cheap or even free) that can be used to determine the Actionscript level of a swf?
View 11 Replies