MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Embed flash in my sharepoint 2007 site?

  Asked By: Alfred Hale         Date: Dec 09, 2009      Category: MOSS      Views: 750
 

It dont seems to work when i try to embed flash to my sharepoint 2007
site. but it works well in i embed on my normal html page.

Tagged:              

 

2 Answers Found

 
Answer #1       Answered By: Justin Mckee          Answered On: Dec 09, 2009       

There are few ways to do it. We picked the following one, and it's been
working well:

http://steveorr.net/articles/Flasher.aspx

 
Answer #2       Answered By: Eric Cavanaugh          Answered On: Mar 31, 2011       

Um, iFrame. 2 lines of code in a Content Editor Web Part.

<iframe title="Here's My Title" width="480" height="390" src="/Library/HereIsMyFile.swf" frameborder="0" allowfullscreen></iframe>

Or just use a Page Viewer Web Part and put the path to your SWF in the Link field.

But I'm putting this on an Easytab so I need to use that CEWP to get more text that isn't in the flash on the page.

 
Didn't find what you were looking for? Find more on Embed flash in my sharepoint 2007 site? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].