#!/bin/sh
swfparse -t $1 | \
grep "action code 0x83" | \
sed -e"/^.*getUrl/s//u/g" -e"/ target.*$/s//  /g"
