Neil Smith [MVP Digital M
Guest
|
Posted:
Sat Jul 30, 2005 12:30 am Post subject:
Re: WMP/Real on top of Flash |
|
|
I'd use the DOM to dynamically swap out the embedded objects for each
other - it works with real player / netmeeting as one example. You can
also consider using CSS display="block" / display="none" to do this.
Layering these obects will cause a world of pain because they all want
to render in the top layer of the window (and I'm not talking
z-indexes here, rather, they render video etc outside the client
area).
Obviously, the preference will be for video + flash objects to be of
the same size on screen to avoid nasty flashes. Bear in mind flash can
do .flv (I think it's H263) video so you may be just as well sticking
with flash for all content, if you know flash best ;-)
Cheers - Neil
On Fri, 29 Jul 2005 15:30:10 -0500,
ranjmah@hotmail-dot-com.no-spam.invalid (techguy) wrote:
| Quote: | Hi,
I'm working one of the streaming project where our requirement is to
create a flash based interface and in video window we would like to
play first flv file than same place we want to use wmp/real streams.
If you have dome any thing similar to this and like to share will be
great help.
thank
tech guy |
|
|