PDA

View Full Version : embedding a flash player in an article


salvador21
01-28-2010, 11:50 AM
Does anyone know if this is possible.

I am using a Wimpy Rave flash video player on my main static site, I would like to know if it's possible to make it work on vBulletin CMS.

I have tried just adding the coded to a page and linking to the javascript in headinclude, but this doesn't seem to work

Rayiw
03-07-2010, 10:41 AM
Yes I'd like to add a flash image slide show to an article, what is the correct process to add support folders and files to then link to to display flash?

salvador21
03-07-2010, 12:03 PM
Yes I'd like to add a flash image slide show to an article, what is the correct process to add support folders and files to then link to to display flash?

Displaying a simple .swf flash file is quite straight forward, you just need code something like this:

<object type="application/x-shockwave-flash" data="http://www.mysite/file.swf" width="600" height="600"> <param name="movie" value="http://www.mysite/file.swf" /> <param name="wmode" value="transparent" /></object>