|
-
August 30th, 2008, 04:46 AM
#1
Plz hel me
hi every one.
I wana create a activex control for flash player.
and want to add that activex control into our web based application ( asp.net).
my concern is that can this is possible.
i have recently create a window control library for shockwave & want to add that into our project but that swf is not show.plz help me
-
September 10th, 2008, 02:26 AM
#2
Re: Plz hel me
Hi you can do so. I think you are using the flv shockwave player. For that you can add <div> tag in your aspx page and provide it an id and make it run at server, say, <div id="showvideo" runat="server"></div>. In the aspx.cs file you can write the following code inside an event method:
showvideo.innerhtml="<object type="application/x-shockwave-flash" data="player_flv_multi.swf" width="320" height="240">
<param name="movie" value="player_flv_multi.swf" />
<param name="FlashVars" value="flv=test.flv|test2.flv" />
</object>";
for setting the details of the data you refer the following link:
http://flv-player.net/players/multi/documentation/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|