Toon posts:

[FLASH]klein flash probleempje

Pagina: 1
Acties:

Verwijderd

Topicstarter
Beste mensen ik heb een klein probleempje en misschien weten jullie het :)
Ik heb al lopen zoeken maar kon het echt niet vinden.
Dus vandaar bij deze:
Ik moet een cd maken met een autorun. Nu heb ik in Visual Basic een menu met alles erop en eraan gemaakt en is ook af.
Nu wou ik met flash dus een intro maken voor de CD. Nu heb ik me intro in flash gemaakt maar hoe kan ik na de intro flash laten weten dat hij het visual basic menu moet openen. Project1.exe heet die. Is dit mogelijk ofniet? en zoja, welke action moet ik gebruiken. Ik gebruik trouwens SWiSH 2.0

Thnx in advance.

Greetz een FTD n00b :)

  • BtM909
  • Registratie: Juni 2000
  • Niet online

BtM909

Watch out Guys...

Nofi, maar Flash != Swish!

Daarnaast zou je eens in de help moeten zoeken naar FsCommand. Op de site kom ik iig veel bruikbaars tegen ;)

http://www.swishzone.com/...t/help&file=fscommand.htm

Ace of Base vs Charli XCX - All That She Boom Claps (RMT) | Clean Bandit vs Galantis - I'd Rather Be You (RMT)
You've moved up on my notch-list. You have 1 notch
I have a black belt in Kung Flu.


Verwijderd

Topicstarter
BtM909 schreef op 18 maart 2004 @ 22:04:
Nofi, maar Flash != Swish!

Daarnaast zou je eens in de help moeten zoeken naar FsCommand. Op de site kom ik iig veel bruikbaars tegen ;)

http://www.swishzone.com/...t/help&file=fscommand.htm
Krijg het helaas niet voor mekaar. Kheb al zoveel lopen kloten dak het zelf ook niet meer weet nu :S :(
Khoop dat iemand anders het nog weet :)

  • CrashOne
  • Registratie: Juli 2000
  • Niet online

CrashOne

oOoOoOoOoOoOoOoOoOo

Exec
Program Name: executes the specified program. This command is valid for stand-alone projectors only.

Huur mij in als freelance SEO consultant!


Verwijderd

Topicstarter
Yep dat had ik gebrobeerd, maar dat wilde ie niet :s
Hoe moet je het invullen dan, misschien doek het fout.

[ Voor 15% gewijzigd door Verwijderd op 18-03-2004 23:24 ]


  • XangadiX
  • Registratie: Oktober 2000
  • Laatst online: 20-05 08:42

XangadiX

trepanatie is zóó kinderachtig

http://www.macromedia.com...mmand_projectors.htm#Exec

je hebt helemaal niet lopen zoeken en gebruikt nu onze oneindeige goedheid om het linkje op macromedia te vinden;

hier, heb je meteen de content, dat bespaart je weer tijdrovend klikwerk
exec


The exec command is used to launch an external application. In Macromedia Flash MX the external application must be in a subfolder named 'fscommand'. This subfolder must be in the same directory as the projector which uses the fscommand action. This security restriction helps prevent malicious use of the exec option.

The following script launches the Windows application someApplication.exe, which is in the fscommand folder on the same level as the projector:

on (release) {
fscommand ("exec", "someApplication.exe");
}
Note: The fscommand subfolder path is not used in the argument. Place someApplication.exe inside the fscommand folder, but just use the name of the application in the argument.
In Macromedia Flash 5 the argument to exec must be the absolute or relative path to the application to launch. If no path is specified, Macromedia Flash assumes the same folder in which the projector resides. The following script launches the Windows application someApplication.exe, which is in the same folder as the projector:

on (release) {
fscommand ("exec", "someApplication.exe");
}


Although it is possible to use absolute or relative paths to open applications in folders other than the one in which the projector resides, problems have been reported with deeply-nested directory trees or folders higher in the tree than the projector itself. Therefore, it is preferable to keep the executables in the same folder, or a folder directly beneath it.

When specifying paths, a single dot represents the folder (equivalent to the example above ) in which the projector resides:

// points to a folder beneath the one the projector is in:
fscommand ("exec", "./foldername/someApplication.exe");

Two dots refer to the parent directory of the folder in which the projector resides:

// points to a folder in the the parent of the projector:
fscommand ("exec", "../foldername/someApplication.exe");

Preceding the path with a slash refers to the root folder of the disk the projector is on (absolute path).

// assuming the disk is D, points to D:/foldername
fscommand ("exec", "/foldername/someApplication.exe");

Use forward or backward slashes to separate folder names in Windows projectors; use colons in Macintosh projectors. For more information see How to specify folder paths in Macintosh projectors (TechNote 15942).


Note: exec is not capable of opening a specific file with an application, just the application itself. One way to open files is to use exec to launch a Windows batch (BAT) file or Macintosh AppleScript file that then opens files in the desired application. A third-party tool that can open specific files on Windows without using batch files is available from Flashjester
UTFM!

Stoer; Marduq

Pagina: 1