ravi404
ravi404

Reputation: 7309

Customized FLV Player Skin for web page

Can any one suggest a way or tutorial link to customize my FLV player skin.? I tried to use the pre built flv skins from adobe flash.. But as i'm generating the flv source dynamically in my website i am unable to pass the source name in the HTML page..

Upvotes: 0

Views: 237

Answers (1)

user1006460
user1006460

Reputation: 104

Pass your variables in this way

 <param name="FlashVars" value="variable1=value" />

And in flash receive it as

myVariable = root.loaderInfo.parameters.variable1

Upvotes: 1

Related Questions