i don't want a Flash player that loads an FLV - i want to create SWF's out of videos and then have them play on mouseover. how do i accomplish this?
thanks
thanks

<object width="550" height="400"> <param name="movie" value="/location/to/your/player.swf"> <param name="FlashVars" value="flvurl=/location/to/your/video.flv"> <embed src="/location/to/your/player.swf" width="550" height="400" FlashVars="flvurl=/location/to/your/video.flv"> </embed> </object>

<object width="550" height="400"> <param name="movie" value="/location/to/your/player.swf"> <param name="FlashVars" value="flvurl=/location/to/your/video.flv"> <embed src="/location/to/your/player.swf" width="550" height="400" FlashVars="flvurl=/location/to/your/video.flv"> </embed> </object>



Comment