0

I want to display my swf file on Sharepoint. Which code block that i should use?

1
  • Did you try to use page viewer web part? Commented Dec 7, 2017 at 7:58

1 Answer 1

0

answered already:

https://stackoverflow.com/questions/137326/how-to-embed-a-swf-file-in-an-html-page

code:

<object width="100" height="100">
    <param name="movie" value="file.swf">
    <embed src="file.swf" width="100" height="100">
    </embed>
</object>

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.