Create A .exe Wrapper For A Flash Player?
Feb 9, 2010
I would like to create a .exe wrapper for a Flash Player using VB.NET. I am having a few problems.1.I seem to remember being able to import Flash Player as a control into Visual Studio (2008 Pro). For some reason, I can't seem to VS to import it anymore. (I tried using the OCX from Visual Studio) Perhaps I'm looking for the wrong file. What file am I looking for?
2.Is including Flash inside of a VB program legal?
3.When a control is included in a VB.NET program (such as Flash) does the control need to be distributed in a separate file, or will the compiled application contain it in the ".exe"?
I was able to import the control as the Flash10b.ocx from c:WindowsSystem32Macromed directory as a COM component. Question 2 and 3 still remain.Is there documentation on the ActiveX control? I am trying top figure out the API for ExternalInterface.
View 1 Replies
ADVERTISEMENT
Jan 31, 2011
When I right click on the component area, a contextmenu appears.I want to disable this OR remove "Settings" and "About Adobe Flash Player..".I searched the internet for a solution,but almost all the suggestions were about the Visual Basic 6. Anyone knows how to correct this in Visual basic 2008 ? (And sorry for my English if there is a mistake )
View 1 Replies
Aug 16, 2009
Flash in the IE 64bit web browser wrapper?
View 3 Replies
Mar 17, 2011
why is it i need to click the shockwave flash player/flash/.swf before it will exectue.
here's my code for shockwave flash player
Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")
View 1 Replies
Nov 16, 2010
why is it i need to click the shockwave flash player/flash/.swf before it will execute.here's my code for shockwave flash player
Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")
View 1 Replies
Jan 28, 2009
I have setup a vb web browser application. Is there anyway to use flash player within my vb web browser? I am using Visual Basic 2008 Express Edition.
View 2 Replies
Mar 22, 2008
How to add a flash player in VB.NET 2005
View 4 Replies
Feb 28, 2012
Can I have my program check if Flash Player 10 or higher is installed, and if not, install it?
View 1 Replies
Jun 7, 2011
i have develop an application in vb.net which is running well with windows xp but when i install it to win 7 basic home it doesn'nt execute at all. It stops when it reach the form that has flash player. I have instal flash player version 10 but it happens the same. I have problem to run my application on win 7 now..
View 1 Replies
Jul 12, 2009
My project is a web-browser and I need to know how to implement Flash Player 8+. The reason Why is that I want my web-browser to have basic components that other web-browsers have.asure (:
View 2 Replies
Jan 31, 2010
I have done a litle program that contains a shockwave flash player or what its called. i know how to change values and that stuff but i need to make a programws
View 5 Replies
May 12, 2012
I have embedded the flash player(Shockwave Flash Object) into my application Form. and then I want to block right click from user.
View 1 Replies
Jan 6, 2009
Can soe one assit me how can i build a flash player that runs flv files..?!
View 7 Replies
Dec 26, 2011
I add flash object to my form and i add button to play the movie using movie = "link here" work ok but i need to add stop button to stop the movie What the code to stop flash player from playing.iam using visual basic 2010
View 1 Replies
Oct 13, 2011
I am using flash player 11 in VB.Net when I load the swf file in flash player the CPU usage goes to 100%. Any other light weight flash player to use in vb.net?
View 1 Replies
Jun 6, 2012
I am having trouble with my new project. I want my program to check if the internet explorer installed on the clients computer has flash player installed.
View 2 Replies
Feb 28, 2011
I have writtine a program in VB 2008 that uses "webrowser1.navigate" in a browser that I created on a form in my application, so that I could add buttons for other functions on that Form and to load a web page with Flash content. Everything seems to work fine on 32 bit machines but, on 64 bit machines when the web page is loaded, Falsh content does not work and I get a Security Warning asking "Do you want to install this software?" and the software is Adobe Flash Player. IE is 32 bit (on 64 bit machine) and has Flash Player installed and the Flash content works for this web page using IE.Is ther some code that I should add or a property that I should change on the VB 2008 Form containing the browser that I created, so that the Flash content will work?
View 13 Replies
Sep 19, 2009
When i was making my program, i went to import Shockwave Flash Object and AxMedia Player, But they were not there. I know a way of restoring them, Dll's but, however i cannot find the DLL in the folder. Can someone either give me the location in an example "/vbexpress/*****" Or can someone give me a download link to the DLL so i can do that, aswell? I think the download link would be the best.
View 8 Replies
Oct 14, 2010
I need to call functions of "well documented" C++ dlls from a VB6.0 application. how to create VB6.0 callable C++ wrapper.
View 3 Replies
Sep 12, 2011
I'm trying to add a control on my form and each time an error pops up : "Failed to import the ActiveX control. Please ensure it is properly registered". I'm currently upgrading from VB6 to VB.NET (VB2010 running on Win 7).I installed vb6 on my win 7 PC and i can still add that control on any form - so definitely the OCX is properly registered. My guess here is that VB.NET is unable to create a COM wrapper for that OCX.
View 1 Replies
Aug 21, 2011
I'm in the need to fill a FlowLayoutPanel with about ten flashmovieplayer activex, but this not the trouble...
The trouble is that i'd like to load each flashmovieplayer movie path (with the commands movie or loadmovie) in the backgroundthread running and not in the form thread...
View 3 Replies
Sep 30, 2010
I am really confused! My program doesn't work if I don't have Visual Studio here in my PC. To test it I have uninstalled Visual Studio. But my program doesn't work though Flash Player is present there (I have used Flash animation in the first form).
To be more sure about it I have installed Flash. But it's not working! That means the Flash animation file (.swf) is not making a problem! It needs support from Visual Studio to start. Doesn't it mean that some files are not attached with a setup file as a result it needs Visual Studio to run? Let me tell you how I create a setup file of my program.
CODE:
When I click on the icon of my program it shows the error message
CODE:
Reporting details: This error report includes information regarding the condition of WindowsApplication1. When the problem occurred the operating system version and computer hardware is use; your Digital Product ID, which could be used to identify your license; and the Internet Protocol(IP) anddress of your computer.
View 1 Replies
Jan 19, 2009
I'm trying to create a "wrapper" DLL to provide additional functionality on top of an existing DLL. Here's what I'm doing, it may be the wrong approach.The existing DLL is basically a .net version of WinSock. It has lots of public methods and events.The DLL I'm trying to create will provide specific file processing methods, and notification events, which will then utilize the WinSock DLL totransfer the files. This wrapper Dll is intended to encapsulate all of DLL #1 methods and events.
So what I'm doing is having my new DLL reference the existing one, and create a new set of events, some of which get raised by handling DLL #1 events.So I end up with two DLLs, one of which is dependent upon the other. When I try to use my DLLS in a Forms app,I am able to use my wrapper to call methods in the WinSock DLL. Some events that are raised within my wrapper are properly handled by the forms app.The events that do not work (get raised) are the ones which are raised by handling the other DLL's events.This seems to be because the WinSock DLL's events never get raised, when they apparently should be. The WinSock object in question was declared as "WithEvents".
View 1 Replies
Jun 21, 2010
how to create flash in vb.net 2008?
View 7 Replies
Jun 15, 2009
I am thinking about create a flash form on vb.net. But I wonder that is it possible to disabled right mouse click for flash??
View 4 Replies
Nov 27, 2009
how to create flash menu in vb.net
View 1 Replies
Apr 3, 2011
is it possible to create an application with flash interface in Vb?I'm using visual basic 2008.
View 1 Replies
Feb 13, 2012
How to create an aspx page with a Flash object inside? And how to change the content of the Flash object?[code]...
View 1 Replies
Jun 5, 2009
I am thinking about create flash form and place them in my vb.net application. I wonder in what program that I can create and design the flash form?
View 9 Replies
Jun 29, 2010
Create FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>
[URL]
View 1 Replies