views:

11

answers:

0

While I don't have a specific code example in mind when writing this, I do wonder if anyone in the community has worked with rich media in relationship to WPF FlowDocuments. Specifically, I would like to be able to reference a video within a FlowDocument, and that video may or may not be short enough to justify directly downloading as an embedded object within the document. So, what I wonder is if there's a decently straightforward way of accessing video content within a FlowDocument? Of course, this is making sure that the video (or sound byte) is streaming to the user, so that the user's wait time to see pertinent content isn't through the roof.

Granted, the real issue at hand here is quickly delivering rich content to users, I just used the term streaming because it's the one that I know is most commonly used for rich content. If there's a different way to quickly deliver rich media to end users, I'm all for it.