27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
{% extends 'game/base.html' %}
|
|
{% load static %}
|
|
{% block content %}
|
|
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
|
|
codebase="{% static 'game/misc/swflash.cab' %}#version=7,0,19,0"
|
|
width="640" height="480" title="Confusing">
|
|
<param name="movie" value="{% static 'game/misc/bloons_unlimited.swf' %}">
|
|
<param name="quality" value="high">
|
|
<param name="FlashVars"
|
|
value="&{{flashVars}}">
|
|
<embed src="{% static 'game/misc/bloons_unlimited.swf' %}"
|
|
quality="high"
|
|
pluginspage="http://www.macromedia.com/go/getflashplayer"
|
|
type="application/x-shockwave-flash"
|
|
width="640" height="480" flashvars="&{{flashVars}}">
|
|
</object>
|
|
|
|
|
|
<div class="wide">
|
|
Move the mouse to aim the arrow, and press and hold the left mouse button to select the power of your throw. Pop the minimum number of bloons to pass each level. You can rate the levels you play by clicking the 'rate level' button in the game screen. You can also go to another random level by clicking 'Go random' at any time.</div> <div class="wide centered">
|
|
Copyright Kaiparasoft 2007, all rights reserved<br/>
|
|
<a href="https://web.archive.org/web/20140327034910/http://www.ninjakiwi.com/">Ninjakiwi</a>
|
|
- <a href="/web/20140327034910/http://www.bloonsworld.com/symfony/terms">Terms of Use</a>
|
|
- <a href="/web/20140327034910/http://www.bloonsworld.com/symfony/contact_us">Contact Us</a>
|
|
</div>
|
|
|
|
{% endblock content %} |