function publish(evt:MouseEvent):void
{
var o:Object =
{
attachment:
{
media: [{
type: "image",
href: "http://www.example.com/",
src: img_path
}],
name: "title",
href: "http://www.example.com/",
caption: "test",
description: "test",
properties: {
"Link": { text: "Link", href: path},
"Link": { text: "Link", href: path}
}
},
action_links:
[{
text: "",
href: ""
}]
};
Facebook.ui("stream.publish", o, callback, "iframe");
}