I did not rename flashplayer.exe, I created a file called 'flashplayer' (no
extension) next to the windows flashplayer I had downloaded and added this
inside:

#!/bin/sh
absdirname() {
  D=`dirname "$1"`
  ABSPATH="`cd \"$D\" 2>/dev/null && pwd || echo \"$D\"`"
  echo $ABSPATH
}
DIRNAME=`absdirname $0`
wine $DIRNAME/flashplayer_11_sa_debug.exe $*

I then made this file executable (chmod +x flashplayer). Note how I have
'wine' before so the exe gets run with Wine.

regards,

Wim



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Running-unit-tests-with-flashplayer-under-wine-tp4284p4342.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to