How To Create Flash Form
Jun 15, 2009I 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 RepliesI 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 RepliesI 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 Replieshow to create flash in vb.net 2008?
View 7 Replieshow to create flash menu in vb.net
View 1 RepliesI 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.
is it possible to create an application with flash interface in Vb?I'm using visual basic 2008.
View 1 RepliesHow to create an aspx page with a Flash object inside? And how to change the content of the Flash object?[code]...
View 1 RepliesCreate FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>
[URL]
I want to be able to create a VB application that is on a flash drive and will run as soon as I insert the flash drive into a computer.
View 7 RepliesGood day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.
View 7 RepliesI was able to get some code working to create a dummy file to fill the remaining space of a flash drive. However, I have added a progress bar and can't figure out why it's not working. I declare a variable for the current value, min, & max properities of the progressbar and then increment it by 1 during each step of my FOR loop. However, I never see anything on the progress bar.
Dim CurVal As Integer
Dim RandomNumber As Byte
'Create the dummyfile to take up the remaining space on the drive
[Code].....
Hi, I'm just beginning to teach myself how to do OOP in VB 2008 Express. I have a quick question after seeing a video online.Is a VB variable the equivalent of an 'instance' in Flash and a VB object like a 'symbol' in Flash? Is this what it means by a variable being a reference or pointer to an object and not the object itself?
View 5 Replieswhy 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")
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")
I don't have much information about having flash file running on the form and I want to know how to make the form show a swf file and that swf file is stored on a website not on my pc.
View 3 Repliesi want to know or it is possible to use flash (swf) files embeded in a form in vb i use vb 2008 express edition and windows vista ultimate if jes can somebody show me the code for something?
View 1 RepliesI have a shockwave on a form in my VB.NET application. Everything works great. Although, when a user right-clicks over the flash movie a flash context menu is displayed. How do I use the form contextmenu on flash??
View 2 RepliesWell I have a Flash Movie loaded in the Flash Control, And I need to reload it. (So the new base url is used) How do I do this?
View 1 RepliesI added the flash object from the tool- chose toolbox item' then I put the url of the file bit it doesn't play even I change the the play property true
View 1 RepliesI want to put a flash movie in my vb.net form as a form background. i want controls like buttons and labels on top of that flash movie.
View 1 Repliesim trying to build an app that will simply contain a webbrowser.i have started an WindowsForm project and added the "Webbrowser component" and it works fine when i build the app and test it.although if i try to go to a page containing a FLashmovie etc. there is simply an "White doc icon with an red cross in it" just like it cant display the picture. although it is an flash doc/movie.or in this particular case an audioplayer.I have tried other flash and still the same thing.
View 7 Repliesi have added the shockwave flash object into my tool box from COM COMPONENTS, but when i add the shockwave flash object to my form so it gives and error. the error is "Failed to import the Activex Control. ensure that it is properly registered"
View 1 RepliesI need to embed a contact.swf (flash) form for request licenses in my app?
View 1 RepliesI am doing some graphics work like Paint event, but I found a problem that the form will flash again and again whenever I call the method IRefresh() or Invalidate(). What can I do if I want to update a graph continuously but not causing the form to flash?
View 1 RepliesHow do I run a Flash exe file within a Window/Form in a VB.Net Project? I do not have the SWF file so will have to use the exe file I have.
View 2 RepliesI need to modify a button so that I can add a flash property which will flash the backcolor red.Along the lines of RedLightButton.Flash = true.I have the following
Public Class RedLightButton
Inherits Button
Private WithEvents FlashTimer As New Timer
Private isFlashing As Boolean = False
Public Sub New(ByVal ButtonText As String)
[Code]...
How do I make flash go on full screen mode when I click on the form button?[URL]
View 32 RepliesI recently learned how to send the contents of a vb textbox to a flash textbox which is in an swf embedded on my vb form using a vb button to trigger...
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AxShockwaveFlash1.LoadMovie(0, "C:sample.swf")
End Sub
[code]....
This workds great, however what i REALLY want to do is the other way around.... I want to click a flash button thats in the embedded swf and have it put text into my VB textbox... The text I want to dislay is:"well done!" SO Far:I have built a simple swf with a dynamic textbox and a button. textbox is named "sampleField" and its var is: "sampleFieldVar"...button instance named "Button1" is an instance of "button".
using as2 I have put the following code onto the button:
(read this somwhere online)
on(press){
[code]....
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 RepliesHello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.
View 7 Replies