By Alex Keyta
Description
Update: October 21, 2009
This snippet is outdated.
This uses the old code that Animoto used to generate. Animoto now generates <script> tags and the solution shown below will not work.
See Embed Animoto for instructions that use the new code generated by Animoto.
It is a Video Slideshow with music and your pictures
Code
To add your video in your page, copy the code in "Post online" like this:
<object id="W477903ae6f5bb60d" width="432" height="250" quality="high" data="http://widgets.clearspring.com/o/46928cc51133af17/477903ae6f5bb60d" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="opaque"><param name="wmode" value="opaque" /><param name="movie" value="http://widgets.clearspring.com/o/46928cc51133af17/477903ae6f5bb60d" /><param name="scaleMode" value="showAll" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="" /></object>
Select the url data, width, height and quality.
Modify like this:
[[iframe http://widgets.clearspring.com/o/46928cc51133af17/4777cac21f06df66 width="432" height="250" quality="high"]]
In action
The implemented solution in SOLODARYDAR or un example here
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by Alex Keyta
Video Quiz - 16 Feb 2012 01:51
Rate this solution
If you think this solution is useful — rate it up!
This method works:
How to embed Animoto
I didn't realize this snippet was here when I posted my how-to back in April.
The html code block with iframe solution allows you to make virtually any 3rd party app display in your site. The development team may be working on this new design soon to simplify the process even more.
-Ed
Community Admin
This uses the old code that Animoto used to generate. Now it generates <script> tags and the above solution will not work. Other than posting the code onto a site such as Dinkypage and wrapping it so it can insert into an iFrame, is there any easier solution?