Quote:
Originally Posted by Rayiw
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:
Code:
<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>