Adding a video to your wiki page
You can embed a video in a wiki page.
About this task
Procedure
- Open or create a wiki page.
- Choose one of the following methods to add a video:
- To insert a Flash movie, complete the following steps:
- Click the Flash icon on the toolbar of the rich text editor.
- Enter the URL for the Flash movie.
- Override the default display settings by entering values in pixels for the width and height. You can also specify how much vertical space to display above and below the video.
- To see how the video appears in the wiki page, click Preview.
- To embed a video, complete the following steps:
- Copy the video embedding code and paste it into the editor.Notes:
- You can paste iFrames and traditional embed code directly into the rich text editor. Many video-sharing websites provide iFrame code by default although it is usually possible to get the old embedding code; on YouTube, for example, you can select the Use old embed code option.
- To embed a video from YouTube, click . Copy the contents of the field and paste it directly into the editor without switching to source view. The rich text editor automatically detects that if the video is an iFrame and inserts an iFrame object in the editor. If the old embed code is used instead, the editor automatically detects a flash video and a flash object is inserted in the editor. When the page is saved, the video contents can be viewed within the page.
- If you are inserting an example of video markup, you must paste
the markup code as it appears on the video-sharing website. Do not
add any new lines, spacing, or characters; otherwise the automatic
detection feature in the editor might not be triggered. The following
examples of video markup are automatically detected by the wiki editor:
<iframe width="560" height="315" src="http://www.youtube.com/embed/JOynRkYWFSM" frameborder="0" allowfullscreen></iframe>
Or:<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/-mcbsrAXlAg?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-mcbsrAXlAg?version=3&hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
- If you paste video code into the rich text editor and it is not automatically converted into a flash video or iFrame, paste the video code into a plain text editor, and then copy it into the rich text editor.
- Add any other text that you want to display alongside the video.
- Copy the video embedding code and paste it into the editor.
- To insert a Flash movie, complete the following steps:
- Save the page.