How to play swf files in sharepoint ?
Hii want to play some flash movies (*.swf) inside my sharepoint site, i founda sample code which discribed in this link, but it works only in firefox, it didn't works in ie. i have ie8.would u plz help me to workaround this problem.regardsthis is my Signature
August 26th, 2009 1:12am

What's the error you get? Did you try the IE8 compatibility mode? Can you display any flash site in IE8?Here's someone elses IE8 issue and their fix: http://amapplease.blogspot.com/2009/03/ie8-adobe-flash-player-fix.htmlIn general the HTML would look like this: <object width="200" height="200"> <param name="movie" value="yourflash.swf"> <embed src="yourflash.swf" width="200" height="400"></embed> </object> Shane's code sample also includes the link to the flash download,but looks ok.More info here:http://www.w3schools.com/flash/flash_inhtml.aspMike Smith TechTrainingNotes.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2009 1:30am

Try the following: 1. Add a Content Editor Web Part to your page. 2. Edit the Web part properties. 3. Click the Source Editorbutton 4. Add the following code: <object width = 400 height = 200> <param name = movie value = flashfile.swf> <embed src = flashfile.swf width = 400 height = 200> </embed> </object>
August 26th, 2009 1:33am

Try the following: 1. Add a Content Editor Web Part to your page. 2. Edit the Web part properties. 3. Click the Source Editorbutton 4. Add the following code: <object width = 400 height = 200> <param name = movie value = flashfile.swf> <embed src = flashfile.swf width = 400 height = 200> </embed> </object> Thanks for replyyou right, but my first try (see my link) also is correct, my mistake is that i should change this two tag to my own flash :WIDTH="550" HEIGHT="400" id="n0202"><PARAM NAME=movie VALUE="/Documents/n0202.swf">regardsthis is my Signature
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2009 2:15pm

Tried this it doesnt work!
May 26th, 2010 12:41am

You will need to tell us more than that.... ;-) Post your <object> code here so we can take a look.Mike Smith TechTrainingNotes.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2010 2:04am

It was a setting in Central Admin to allow permissive Web Files to work! The code works just fine!
May 26th, 2010 6:54pm

I was having same problem but figured it out how to insert flash into SharePoint 2010 pages. Here is the instruction http://virtualizesharepoint.com/2011/04/05/adding-flash-to-sharepoint-2010/Aryan Nava SharePoint tips blog: http://virtualizesharepoint.com
Free Windows Admin Tool Kit Click here and download it now
April 5th, 2011 4:24pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics