It seems like you have opened this file by double-clicking on it. In order to test your build in a browser you need to load this file from a web server. You can either upload this file and the rest of the files from a Defold HTML5 bundle to a web hosting service OR host them using a local web server on your home network.
This example shows how to change the prototype game object used by a factory component. All prototype bullets are stored in a collection and referenced as a collection proxy. The collection proxy is never loaded, but it will ensure that the bullet prototypes are included in the build even though they are not immediately used by a factory. Another alternative is to load bullet prototypes using Live Update.
ship
The red ship at the bottom. Contains:
A Sprite component with the spaceship image.
A Factory component to spawn bullet game objects. This component has the Dynamic Protoype option checked.
A Collection Proxy component referencing a collection containing all bullet types
A Script component to handle spawning of bullets.
Scripts
dynamic.script
If you want to play with these examples, you can get the project on Github.
Do you want to see more examples? Why not write a few yourself and submit a pull request? We love contributions.