|
-
April 7th, 2008, 01:07 PM
#1
Regarding frames in .net...
HI,
I have one main opening frame in my .NET project....and in that i have a button add item...which opens another frame.....i kept a video in that add item....but the problem is that when ever iam running the project the video which is in the add item frame is running internally ( i could hear the sound) ......when i took of the auto start option it is not playing until i click play......but i want that video to play only when i open that frame (by clicking add item ) and the video to stop when i close that frame..........can any one please help me.....
-
April 8th, 2008, 01:49 AM
#2
Re: Regarding frames in .net...
The frames you are talking about, aren't these Forms?
You can use the Form_Load event to start the video to play when the form is loaded.
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
|