How to embed flash animations

The question was raised about how to embed flash animation here on UCC.
This tutorial uses the following example video that PW posted: http://www.youtube.com/watch?v=EBe2Um9Om3w
To the right of the video, you can see where it says "URL" and "Embed". First, I copy the text from the "Embed" box, which in this example is the following:
Even though this looks complicated, there are clearly labeled parts:
With those three pieces of information, I then embed the movie using the [flash] bbCode, the format of which is:
[flash=width,height]value[/flash]
Like the following:
That results in the following:
Of course, please adhere to the forum rules and only post flash animations that are strictly family-friendly.
This tutorial uses the following example video that PW posted: http://www.youtube.com/watch?v=EBe2Um9Om3w
To the right of the video, you can see where it says "URL" and "Embed". First, I copy the text from the "Embed" box, which in this example is the following:
- Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.cm/v/EBe2Um9Om3w&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EBe2Um9Om3w&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Even though this looks complicated, there are clearly labeled parts:
- The width= parameter denotes the width in pixels.
- The height= parameter denotes the height in pixels.
- The value= parameter denotes the Internet address of the movie.
- width = 425 pixels
- height = 344 pixels
- value = http://www.youtube.cm/v/EBe2Um9Om3w&hl=en&fs=1
With those three pieces of information, I then embed the movie using the [flash] bbCode, the format of which is:
[flash=width,height]value[/flash]
Like the following:
- Code: Select all
[flash=425,344]http://www.youtube.com/v/EBe2Um9Om3w&hl=en&fs=1[/flash]
That results in the following:
Of course, please adhere to the forum rules and only post flash animations that are strictly family-friendly.
