flashembed is a javascript tool that you can use to embed Flash objects to you website. There are other tools for embedding flash objects but none of them offers the same flexibility and ease of use as this one.
Alternate content. This plugin offers the easiest way to handle users with old Flash versions or users that do not have flash at all. You have following choises
// without jQuery: replace first argument with flash flashembed( element , { parameters } , {configuration} );
// with jQuery: replace selected jQuery objects with flash $(” selector “).flashembed({ parameters } , {configuration} );