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. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
