Click here to Skip to main content
15,881,172 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in Update Btn Click .......... pls help me Pin
Christian Graus24-Sep-09 19:40
protectorChristian Graus24-Sep-09 19:40 
GeneralRe: Problem in Update Btn Click .......... pls help me Pin
nagendrathecoder24-Sep-09 19:46
nagendrathecoder24-Sep-09 19:46 
GeneralRe: Problem in Update Btn Click .......... pls help me Pin
Christian Graus24-Sep-09 21:51
protectorChristian Graus24-Sep-09 21:51 
JokeRe: Problem in Update Btn Click .......... pls help me Pin
nagendrathecoder24-Sep-09 22:39
nagendrathecoder24-Sep-09 22:39 
GeneralRe: Problem in Update Btn Click .......... pls help me Pin
Henry Minute25-Sep-09 1:53
Henry Minute25-Sep-09 1:53 
QuestionDynamically adding panels to window form Pin
kyi kyi24-Sep-09 18:19
kyi kyi24-Sep-09 18:19 
AnswerRe: Dynamically adding panels to window form Pin
PIEBALDconsult24-Sep-09 18:47
mvePIEBALDconsult24-Sep-09 18:47 
QuestionHow to control flash object in IE plugin? Pin
mydann24-Sep-09 17:56
mydann24-Sep-09 17:56 
Hi, all,
I am implementing an IE toolbar with buttons to control the flash object. I have toolbar worked but failed to control the flash player in the current IE. Basically the toolbar buttons control the flash movie to play, pause, move to begin and end. It would greatly appreciated if you give the idea on how to make them work.

IHtmlElement element = FindFlashElement();
try {
// The following line failed with InvalidCastException
ShockwaveFlashClass flashclass = (ShockwaveFlashClass)element;
} catch (InvalidCastException ex) {
// failed to cast to ShockwaveFlashClass
}
IShockwaveFlash flash = (IShockwaveFlash)element;
flash.Play(); // nothing happens, same to Stop(), StopPlay(), etc.

1. I am using the latest flash plugin at c:\windows\system32\Macrodev\flash\flash10c.ocx.
2. There are two interfaces in the OCX: IShockwaveFlash and ShockwaveClass. They have pretty much the same methods. What's their different usage?
3. How to get the length of the current movie played? The IShockwaveFlash.TotalFrame always returns 1.
4. Please let me know where would be the best place to get such answers if you happen to know.
5. Is there any way to play the movie from certain place, such as from 1 minute 52 seconds? And how to know the current playing time?

Than you again for your help.
QuestionCreating custom control Pin
Dunk310124-Sep-09 13:01
Dunk310124-Sep-09 13:01 
AnswerRe: Creating custom control Pin
Christian Graus24-Sep-09 13:38
protectorChristian Graus24-Sep-09 13:38 
GeneralRe: Creating custom control Pin
Dunk310124-Sep-09 14:04
Dunk310124-Sep-09 14:04 
GeneralRe: Creating custom control Pin
Christian Graus24-Sep-09 14:12
protectorChristian Graus24-Sep-09 14:12 
GeneralRe: Creating custom control Pin
PIEBALDconsult25-Sep-09 7:38
mvePIEBALDconsult25-Sep-09 7:38 
Questionhelp is need Pin
codeGuru200924-Sep-09 10:29
codeGuru200924-Sep-09 10:29 
AnswerRe: help is need Pin
DaveyM6924-Sep-09 10:40
professionalDaveyM6924-Sep-09 10:40 
GeneralRe: help is need Pin
codeGuru200924-Sep-09 13:29
codeGuru200924-Sep-09 13:29 
AnswerRe: help is need Pin
Not Active24-Sep-09 10:50
mentorNot Active24-Sep-09 10:50 
AnswerRe: help is need Pin
PIEBALDconsult24-Sep-09 11:56
mvePIEBALDconsult24-Sep-09 11:56 
GeneralRe: help is need Pin
harold aptroot24-Sep-09 12:26
harold aptroot24-Sep-09 12:26 
GeneralRe: help is need Pin
Luc Pattyn24-Sep-09 12:52
sitebuilderLuc Pattyn24-Sep-09 12:52 
GeneralRe: help is need Pin
PIEBALDconsult24-Sep-09 13:55
mvePIEBALDconsult24-Sep-09 13:55 
GeneralRe: help is need Pin
PIEBALDconsult24-Sep-09 13:58
mvePIEBALDconsult24-Sep-09 13:58 
GeneralRe: help is need Pin
Luc Pattyn24-Sep-09 14:06
sitebuilderLuc Pattyn24-Sep-09 14:06 
GeneralRe: help is need Pin
PIEBALDconsult24-Sep-09 14:31
mvePIEBALDconsult24-Sep-09 14:31 
GeneralRe: help is need Pin
PIEBALDconsult24-Sep-09 15:09
mvePIEBALDconsult24-Sep-09 15:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.