HTML 5 is not standard. It is a draft. It will probably become standard one day. It will probably change first.
If you want to embed video in a page then, today at least, Flash is the best supported option you have available. I'd provide a link to a regular downloadable version as an option for people who don't have Flash (or who just want to watch the video in a dedicated video player).
Telling people to upgrade their browser won't help a great deal. As far as I know, the only browser with video support in a stable release is Firefox. Chrome doesn't support it except in the development version. I don't think Opera has brought out a stable build with support. Microsoft certainly hasn't added it to Internet Explorer yet. Safari I'm not sure about.
If you really want to avoid Flash, then you could use an HTML 4.01 object.
<object data="myVideo.ogv" type="video/ogg">
<!-- fallback content here -->
</object>
… and hope the user has a plug-in capable of handling the video installed.