diff --git a/ducklife5/index.html b/ducklife5/index.html index fe8e39ef..8cb00d95 100644 --- a/ducklife5/index.html +++ b/ducklife5/index.html @@ -4,7 +4,7 @@ - Duck Life 4 + Duck Life 5: Treasure Hunt @@ -20,7 +20,7 @@ player.style.width = "100%"; player.style.height = "100%"; container.appendChild(player); - player.load("ducklife4.swf"); + player.load("ducklife5.swf"); });