Groups | Blog | Home
all groups > flash (macromedia) > march 2004 >

flash (macromedia) : Always on Top.. Projector EXE


Chizl
3/22/2004 11:13:14 PM
urami_
3/23/2004 7:43:47 AM


[quoted text, click to view]

No there is not. Flash has no such controls.

You will need 3rd party tools like Jugglor from http://www.FlashJester.com

--




Regards


urami_*



<no>
http://flashfugitive.com/
</no>

support NO[at]SPAM northcode.com
3/28/2004 11:04:11 PM

[quoted text, click to view]

There are a LOT of third party tools that will solve your problem (see
my list below), but there are also some FREE ones that you can try.

--FREE--

Shared Object Parser (SOP) from www.aritali.com
TOPMOST utility from www.extendingflash.com

If you go to the Standalone & Applications forum at FlashKit
(http://www.flashkit.com/board/forumdisplay.php?forumid=15) and search
for PROXY.EXE you will find a free utility I wrote that will let you
call commands (like TOPMOST) from Flash without displaying an ugly DOS
box. It's FREE and allows you to produce professional results without
paying a dime.

--COMMERCIAL--

SWF Studio http://www.northcode.com
Flash Studio http://www.multidmedia.com
Jugglor http://www.flashjester.com
FlashAnts http://www.flashants.com
Flash 'N Pack http://www.flashnpack.com
SWFKit http://www.swfkit.com
LPFlashEX http://www.logicplus.com.hk


Tim Goss
Northcode Inc.
http://www.northcode.com
Jeckyl
3/29/2004 9:05:03 AM
Also

SWISHstudio .. www.swishzone.com

[quoted text, click to view]

skramsta
7/8/2004 12:38:29 PM
I tried to use the TOPMOST-utility from www.extendingflash.com, but I wasn't
able to make it work. Can you please explain to me step by step how to make it
work (already looked at instructions in pdf-document). Which "caption" are we
talking about here?

I also looked for PROXY.EXE, but I couldn't find it..

with regards

H?kon.
urami_
7/9/2004 5:44:41 AM


[quoted text, click to view]

sorry , don't know any of these programs , been using for many years Jugglor ,
pioneer in projector tuning tools/utlities.
You can check it at http://www.FlashJester.com .
If the file is not large and you need it urgent I could perhaps help you up.
I do have the whole set of tools so I could make some adjustments for you.


--


Regards


urami_*

<hol>
http://flashfugitive.com/
</hol>


By The way:
If you try to mail me , DO NOT *laugh*
support NO[at]SPAM northcode.com
7/10/2004 8:54:12 PM

The caption is the text that appears in the title bar of the document.
If you're calling topmost from a BAT file (like when you use the proxy
utility) you just call it with ANY text that appears in the caption of
the application you want to make topmost. Case doesn't matter, the
topmost utility will see "Explorer" and "EXPLORER" as the same.

Example: To make any window with "Internet" in the title the topmost
window, you can put this in a BAT file.

----- begin test1.bat -----
topmost internet
----- end test1.bat-----

That's it! You can try calling topmost from the command line to see
how it works and get comfortable with it before you start
experimenting with calling it from BAT files using Flash.

Proxy is a Win32 command line utility that allows you to call BAT
files from Flash without displaying the ugly DOS box that opens when
you run a BAT file. You can get a copy of my FREE proxy utility (for
calling BAT files from Flash) from
http://www.northcode.com/misc/proxy.zip

Tim Goss
Northcode Inc.

On Thu, 8 Jul 2004 12:38:29 +0000 (UTC), "skramsta"
[quoted text, click to view]
skramsta
7/12/2004 8:05:50 AM
Thanks for your reply.

I have a button in the Flash-file with the following actionscript:

on (release) {
fscommand("EXEC", "hakon.bat");
}

The bat-file has the following code:


topmost flash


When I run the .bat-file from window it works perfectly. However, when I run
the published flsah-file.. nothing happens... can you please help me??

best regards

H?kon.,

support NO[at]SPAM northcode.com
7/13/2004 4:18:20 PM

Flash assumes the BAT file in in a folder called FSCommand.

http://www.macromedia.com/support/flash/ts/documents/fscommand_projectors.htm#Exec

Tim

On Mon, 12 Jul 2004 08:05:50 +0000 (UTC), "skramsta"
[quoted text, click to view]
AddThis Social Bookmark Button