A
Alois_Mair
Hello @ll!
i just have a questition: i am actually working on my own video comunity web
site. i already have some nice videos online. For this i want to give my
Comunity an embed link to embed the videos stored on my webhost to their own
sites like youtube...
actually this embed looks like this:
<object width="425" height="355">
<param name="movie" value="player.swf?file=movie.flv"></param>
<param name="wmode" value="transparent"></param>
<embed src="player.swf?file=movie.flv" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355">
</embed>
</object>
but i am not happy with this embed code because the user knows, where the
player is located also where the file is being stored. With this link i also
have no possiblity to count the video (the counter is stored in mssql)
How can i use an embed link like youtube which looks like this:
<object width="425" height="355">
<param name="movie" value="movie.aspx?file=movie.flv"></param>
<param name="wmode" value="transparent"></param>
<embed src="movie.aspx?file=movie.flv" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355">
</embed>
</object>
i want to create an aspx file, which i can use in the embed above. How can i
do this without using any Flash Streaming Addins?
cheers Alois
i just have a questition: i am actually working on my own video comunity web
site. i already have some nice videos online. For this i want to give my
Comunity an embed link to embed the videos stored on my webhost to their own
sites like youtube...
actually this embed looks like this:
<object width="425" height="355">
<param name="movie" value="player.swf?file=movie.flv"></param>
<param name="wmode" value="transparent"></param>
<embed src="player.swf?file=movie.flv" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355">
</embed>
</object>
but i am not happy with this embed code because the user knows, where the
player is located also where the file is being stored. With this link i also
have no possiblity to count the video (the counter is stored in mssql)
How can i use an embed link like youtube which looks like this:
<object width="425" height="355">
<param name="movie" value="movie.aspx?file=movie.flv"></param>
<param name="wmode" value="transparent"></param>
<embed src="movie.aspx?file=movie.flv" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="355">
</embed>
</object>
i want to create an aspx file, which i can use in the embed above. How can i
do this without using any Flash Streaming Addins?
cheers Alois