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.. Please help..

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Pass your variables in this way

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

And in flash receive it as

myVariable = root.loaderInfo.parameters.variable1
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.