hi guys i recently downloaded the Helix SDK for real. i want to embed a real media video on my application. could someone tell me how to do it? vineet
Vineet Rajan
Posts
-
Helix SDK 10 and .NET -
playing real media and quicktime files in .NEThi i am developing an adserver. i want to distribute a client to the users which can view files. using the WMPPIA i can play only windows supported media files (Avi etc). how can i play quicktime and real media files in the client? respond :(( Vineet
-
media player controlhi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet
-
media player controlhi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet
-
media player controlhi all this is what i plan to impliment. create a media server with some videos. develop an application to select the file and view it. i would be implimenting it on my college network. i do not plan to use media streaming. i would need help on the following: 1. how do i get the media player up and running? does it have the functions to connect to the database and fetch the file? 2. whats the best way to impliment the database. should i keep an index in a databse like SQL or access? regards Vineet
-
closing forms:( hi all i am working on multiple forms in my application. i want to close some forms during the course of the application. i create an object of the form and aply of the close method. but this does not seem to work becasue it closes that instance of the newly created object. how can i close the already runing instance of the form from another form? please help regards vineet
-
outofmemoryexceptionhi all i am making a game using C#. a lot of the game variables, i am storing in hash tables. lately whenever i am trying to run the program i am facing outofmemoryexception. i was not facing this problem before; and has erupted suddenly. can you suggest a better way to store game information? please help vineet
-
splash screenhi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks
-
splash screenhi all! please tell me how to create a spalsh screen. i have put a timer and after it elapses i am able to open a new form. but the splash screen refuses to close. I recently migrated to C# used to work on VB.NET before. in VB i had created an application context and managed to close the opening screen and transfer the mainform property. this does not seem to work in C#. please help regards Vineet
-
importing pictureshi all! this is the nature of the problem i am facing: i imported a flash media on to a form. i need to put a picture over the flash media. the picture i created had a transparent background. but when i import it into form, it assumes the background of the form. i would want the image to keep the background transparent. how do i do that? am i following the right approach? would it be better if i created the media with the graphics libraries in C#? please help...fast...
-
importing mediahi all! this is the nature of the problem i am facing: i imported a flash media on to a form. i need to put a picture over the flash media. the picture i created had a transparent background. but when i import it into form, it assumes the background of the form. i would want the image to keep the background transparent. how do i do that? am i following the right approach? would it be better if i created the media with the graphics libraries in C#? please help...fast... thanks :sigh:
-
flash with .nethi all can anyone tell me how to import a flash file into a .NET winForm ? please suggest appropriate class libraries. thanks
-
graphicscan anyone suggest a good website for grapjics programming with C#. i want to create a game using C#. my graphics need would be primarily restrcited to landscape creation.
-
adding a new node to XML config filehi! i am creating an XML document which keeps the record of each client information. my XML document looks like this. How can i add a new client? i am able to make updates to existing ones. please give code. thanks vineet 223.223.223.223 4000 D:\ 2 Custom 23 512 222.23.23.23 3333 d:\ 5 5 4 High 222.23.43.43 5555 e:\ Custom 213 384 244.244.224.2 54334 e:\hello 10 45 4 Low 223.33.56.234 5433 d:\vineet Custom 234.45.56.23 4000 c:\ 3 4 4 Custom
-
adding a form to windows service projecthi! can anyone tell me how i can add a form to a windows service project that can make configuration changes to the windows service. please let me know. thanks regards
-
editing XML config file from within executing programthanks this worked for me but only one thing, can i do this without the DataGrid. i know it is a bit more complicated but that would be really better
-
editing XML config file from within executing program in VB.NEThi i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client. this is what my XML document looks like. 222.23.342.1 2222 c:\ 4 4 Custom 1200 1024 222.23.432.23 3333 d:\ 5 5 4 High 222.23.43.4323 5555 e:\ 10 1 4 Low 223.533.456.234 54334 e:\hello 10 45 4 Low 223.533.456.234 5433 d:\vineet 10 45 4 High say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code. Thanks
-
editing XML config file from within executing programhi i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client. this is what my XML document looks like. 222.23.342.1 2222 c:\ 4 4 Custom 1200 1024 222.23.432.23 3333 d:\ 5 5 4 High 222.23.43.4323 5555 e:\ 10 1 4 Low 223.533.456.234 54334 e:\hello 10 45 4 Low 223.533.456.234 5433 d:\vineet 10 45 4 High say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code. Thanks