How To Use Flash Movie As Background Image Of Form
Jan 8, 2011I 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 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 RepliesI'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...
Good 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 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 am trying so that when the webbrowser has completed, It gets a SWF flash into a shockwave movie. Things i've tried.
[Code]...
i'm making a fansite for my int10 project (i'm in grade 9 though) and i got some animate sprites from the topic game that i'm doing the program for. right now i'm not sure how to do this, so do i need to use that animated control in found in COM or something else, and what format should be in? note this is in vb 2008
View 5 RepliesIs there a way to put a flash movie in Visual Basic. If not is there a way to put html in vb.
View 4 RepliesI was searching this forums about how to play an SWF file in a VB 2008 document, But i cant figure it out. When i place an Flash Shockwave Object it gives me the error
[code]....
I've used the shockwave flash com object to embed my flash file. I have buttons you can click on within the flash movie. Is it possible to get flash to notify my winform app which button has been pressed. It's developed using actionscript3. I'm using the latest vb.Net.
View 2 Replieshow to pass a variable from VB.NET to a flash movie clips?inside the movie clips there is a textbox. the movie clips has a name of layer_mc.Because the layer_mc is under symbol definitions. i know how to pass variable to scene 1 and display it but it doesn't work on layer_mc.
View 1 RepliesCurrently,I'm doing a image slide show application but I'm don't know how to save/publish the slide show project into .swf file.
View 3 RepliesBackground of form: black
background of char, bombs and shrooms: transparent
picbox behind char, bombs and shrooms is regular (marioland)
How can i fix it so the transparent parts dont see form as background but marioland as background?
I want to add a camera photo's flash effect while I'm playing a movie in my app. Every second I save an image of the movie that it's being played, and I want to notify the user in some nice way that this action has occured.
View 4 RepliesI need to insert a Flash movie in a Visual Basic 2008 express form and send parameters to the movie. The flash movie will plot points sent by VB in a graph.
I tried to insert the Shockwave Flash control in the form but cannot find it anywhere. So I inserted the webbrowser control, which I understand can be used to a similar purpose. But how would I send the values of X and Y (coordinates to plot in Flash) to the flash swf?
i am having trouble getting this to parse and remove the html and only leave the flash applet here is my code so far:
WebBrowser1.Document.Body.InnerHtml = WebBrowser1.Document.All.Item("object").OuterHtml
I'm *considering* a new project, but first I want to know if this is actually possible. Would there be a way for VB.NET to interact with a flash movie? What I'd like to do is fill out a field and click a button - or even just click a button inside the SWF. I wouldn't have access to the Flash source, so it would need to be all client-side.
View 2 RepliesGuys,this is my first day at the forum,and my second thread. Can someone explain me how can i make an axshockwaveflashobject2 to copy what happens at axshockwaveflashobject1 like a picture or video. I have a tabed trainer and i want to see my stats in game at the second tab. i have the hack menu on a toolstrip,but i have at the tab 2 flash1.get variables to textboxes,but i can't see what's happening at the flash1,and i may lose the level by falling in the sea. The code should make something like a mirror from flash1 to flash2 at the other tab.
[Code]...
I can't remember exactly if this is possible or not but what I am attempting I would think should theoretically be possible. I know it is possible in WPF but the company I am working for doesn't want to make the transition just yet. Basically what I want is to use a background image on a form for the background and I have a docked control on the right and left. I have set the background on both of these docked controls to transparent however it is showing the back color rather than the background image. I tried, rather than setting the background image property, to override the onpaintbackground and onpaint events and use e.graphics.draw(picture, me.clientrectangle) but it still seems to just pick up the backcolor as the true transparent background so I'm wondering if it's possible to get it to show the background image through the control rather than the backcolor of the form?
View 3 RepliesI have a vb.net application that uses Flash movies (AxShockwaveFlashObjects.AxShockwaveFlash). I have buttons in the flash movie. When they first start using the application, they can single click on the buttons in the flash movie and button responds accordingly. But after a while (and I haven't been able to pin-point an exact thing that changes it or my issue would be solved), the user has to double-click on the button in the flash movie for them to work.
View 2 RepliesI have a 18kb 1024 x768 jpeg image that is set as background image of my form. The problem is the form now lags like crazy. How can I eliminate the lag?
View 1 RepliesI want to Change BackgroundImage In MDIFORM in VB.Net and Set Picture.
View 1 RepliesHow do I change the Background Image of a form ? not with the properties I know how to do it from there I guess . but I want to change it with coding .How do I do that ?
edit : and another thing when I try to add an image to a image box it shows me the image error image. you know when it can't load the image. it actually showed it for 1 second and then it disappear .here is the code for the Image box
ptbplayer.ImageLocation = CurDir() & "Images/player.jpg"
How do you move a forms backgroundimage? Like this
picturebox1.left -=1
Is there a way to do this for a forms backgroundimage?
Change Form Background With In-project-image
View 1 Repliesis there a way to change the background image of a form by just shaking the form? i'm using vb 2010.
View 4 RepliesI added an image as the background image for a form in VB.net. When I run the program, after approx. 5-6 seconds, the image partially overlays itself, as in an offset overlay of the underlying image. I never had this problem in VB6, but I did have it the other time I used a background image on a form in VB.Net.
View 1 Replieshow i can refresh my main form background image once a user picks a different image as the background.I have 2 forms namely Form1 (main form) and form2 from where the user can select the image he or she would like to set as the background image of form1.But the problem is that after selecting the image file from form2,when form1 is opened the background image doesnt change and remains the same as before.Only when the user ends the program and re-runs it again the image changes.
I tried
Form1.reload()
Basically I'm trying to make a layout change on a form if a link label is pressed. My main form I want this on has a "default" layout with a background image in place. What I want to do is, name the link label "Plain Layout". When the link label is clicked, remove or "hide" the background image and replace it with the background color of "control". After this action is performed, I need the text to change back to "Default Layout" and "show" the image.
View 2 RepliesI am already familliar with applying an image to a form background. My application has many in it, but I want to give the user the option of browsing for an image of their own to apply to a form. I don't intend to save the images as defaults or anything. Just the option to browse and apply to a form.
View 6 Replieshow can i change opacity of a background image on a form with a trackbar.
View 1 Replies