I'm trying to post a Flash media player (not Facebook's default MP3 player) as an attachment to a stream post. I can get the flash app to load, but it won't load the media file. Both the media file and .swf are hosted on my server. It works fine if I load the .swf from a test page hosted on my own server instead of in a Facebook feed.
The attachment is defined like this:
{media:[{
type:"flash",
imgsrc:"http://mysite.com/images/my-icon.png",
swfsrc:"http://assets.mysite.com/files/wavplayer.swf?gui=mini&h=20&w=300&sound=test123.wav",
width:40,height:40,expanded_width:40,expanded_height:40}]}
I'm not up on cross-domain Flash permissions; is there a recipe for getting this to work? Any way even to get debugging info on the Flash app in Firefox? Thanks!