Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: simple flash viewer with shell32.dll

From: james:mustard at: 17-Oct-2002 13:25

Hi Jason, One feature that you may not be aware of is that ShellExecute will automatically find file associations for swf files like so: Shell-Execute 0 "OPEN" "myswf-file.swf" "" "e:\TEMP" 5 This removes the need to specify the location of the shockwave player and the default player for shockwave files will be used. OTOH if you wish to specifically make them use a certain player then you do need to specify the program and place the swf file in the parameter section. James.