First off, I've really enjoyed working with Drupal. My site still has a long ways to go, especially in the appearance department (my graphics guy is getting lazy on me), but Drupal has proven to be very flexible and I love all the built in features and modules.
I'm having a bit of a problem getting embedded flash video to display properly on the frontpage of my site as a blog post. I have everything setup correctly on the flash side of things; i even made a test html page outside of drupal to make sure that it worked correctly, you can see it here (there's one swear word on the clip, don't watch it if that offends you):
http://www.mancrabs.com/test
That page is just the snippet of html made by Flash 8, and as you can see it works perfectly fine as a plain html page loading from the server. But when I put the same html code into my blog post, this is the result:
http://www.mancrabs.com/testingflash
Also, if I publish that test blog post to the front page, all the other blog posts beneath it disappear, along with the right side-bar and the footer. Am I missing something totally obvious, or is this not supported without using one of the media modules?
I was using WMV, but the problem (besides compatibility) is that they autoload automatically, killing my bandwidth if I have more than one video on the front page. Having 3 or 4 videos load when the user only wants to watch one of them is a huge waste of bandwidth. With flash, I can set the videos up so that they dont start to load until the play button is clicked. I ended up using screenshots on the front page as links to separate pages containing the embeded videos, but I with flash I could avoid all that.