Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash player (how did they do this??)

Status
Not open for further replies.

ticke

Technical User
May 1, 2003
65
US

Here's a sample.

My questions is how did they do this? when I view source, I see <param name="movie" value=" and below that line of code is another line passing the FlashVars. But that's all i know.

Here's to make it easier. here's the block of code for that flash part.


<object width="380" height="540" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" <param name="movie" value=" <param name="quality" value="best">
<param name="loop" value="true">


<param name="FlashVars" value="videoLocation=http%3A%2F%2F <EMBED SRC=" LOOP="true" QUALITY="best" FlashVars="videoLocation=http%3A%2F%2F WIDTH="380" HEIGHT="540">
</object>
 
Which part are you asking about?
How they used FlashVars? Or how they did the Alpha Matte?




-Carl
 
nevermind, I guess i figured it out. It's just a .mov file placed into a flash SWF and they used the FlashVars to passed the values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top