Shockwave Loads 20 IE's?
Feb 12, 2011
I put a shockwave loader into my VB.Net application. When the shockwave loads, it opens about 20 different IE windows and says page cannot be found, while correctly loading the shockwave movie into the application. It's bizarre... how do I fix this? Not even sure if I should post this in this forum or a flash forum.
View 5 Replies
ADVERTISEMENT
Oct 30, 2009
I 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 1 Replies
Dec 3, 2009
I am trying so that when the webbrowser has completed, It gets a SWF flash into a shockwave movie. Things i've tried.
[Code]...
View 2 Replies
Jul 16, 2007
how do we add a shockwave flash object to visual basic 2005 express edition without the message saying: Failed to import the active-x control. Make sure it is properly registered.
View 11 Replies
Aug 17, 2009
how do we add a shockwave flash object to visual basic 2008
View 4 Replies
Apr 7, 2010
I'm trying to add it, but it will not show it in my tool bar. I click project, add reference, switch to COM tab, and click shockwave flash and then click ok. I have done this multiple times, and of course it doesn't get shown in my tool bar. Why is this/ how can I fix this?
View 1 Replies
Oct 11, 2009
I did a little search on here and google, I tried to find the answers for how to change the aspect ratio on shockwave but there is no answers. Is it possible to change the pixel ratio on shockwave?? I hope there is solution for my needs.
View 10 Replies
Oct 12, 2009
how to change the aspect ratio of the frame size on shockwave. I have tried to use the property but it's not there. In which methods of the properties that I can control the frame size on flash?
View 4 Replies
Apr 11, 2010
i want to play multiple swf files in a single shockwaveflash object instance one after other as a playlist..
so how can i create a playlist for shockwaveobject...in vb.net
View 1 Replies
Oct 14, 2009
Now i have this Shockwave component in my formBut how to select a movie to thisregardsalvinALK
View 1 Replies
Oct 11, 2009
how to change the aspect ratio on shockwave but there is no answer.
View 13 Replies
Nov 9, 2009
I have a form with contextmenu where you can get the menu items on shockwave. I uses the menu items event to get the method of working when clicking them on shockwave by using right-mouse button. When I debug the project and when I clicked on testmenu item, nothing have happens.
Form Code:
Code:
Public Class Form1
[code].....
View 7 Replies
Nov 9, 2009
I have a form with contextmenu where you can get the menu items on shockwave. I uses the menu items event to get the method of working when clicking them on shockwave by using right-mouse button. When I debug the project and when I clicked on testmenu item, nothing have happens.[code]Please can you tell me why it doesn't do anything when I click on testmenu item?? And please can you help me to get this fix by when I click the point on shockwave to get the contextmenu items then click them to get the menuitems fully in working order??
View 2 Replies
Dec 29, 2011
i have a simple app of one form.on this form there is:
webbrowser -
axshockwavecontrol -
combobox -
[code].....
View 2 Replies
Nov 22, 2009
I would like to set the label background to none where I could see the shockwave behind the label, but I couldn't be able to do that. How can I set label background to none so I would easily to see the shockwave?
View 1 Replies
May 13, 2010
I am working on a project that I want to make a single click on the shockwave control to display the messagebox. Well, I ran a form without make any click on the shockwave and the messagebox displaying automatic.
[Code]...
View 1 Replies
Apr 11, 2010
have placed picturebox in front of shockwave control and I can see the picturebox black color. I would like to know how I could use picturebox as shockwave transparent??
View 2 Replies
Aug 11, 2010
ok so if i create a new form and i put in a shockwave object and debug it the form will not load and it comes up saying:
An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
View 1 Replies
Jun 24, 2010
I have an application that use in it the 'Interop.ShockwaveFlashObjects' assembly when bebugging everything works smoothly but when i publish the application all the Shockwave objects are not shown ????...what am i missing
View 9 Replies
May 19, 2012
No I understand that if I drop the Shockwave Flash Object onto the form, on the right dock I can change the quality, I can also re-size the object to whatever I wish, but is there anyway to manually reduce quality so say the pixel count is much much much less, like 240p or lower, if the video is by default 720p through code? As if to change the amount of pixels being shown on the video to reduce lag when multiple flash objects are playing.
View 3 Replies
Jan 4, 2011
i 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 Replies
Nov 6, 2009
I have problem with contextmenu on shockwave. I have selected the contextmenu property on shockwave which I have selected contextmenustrip1 instead of none. I have debug the project and I clicked right mouse button on shockwave but the contextmenustrip1 doesn't display, only shockwave menu. How do I be able to get rid the shockwave menu and uses the contextmenustrip1 when I click on right mouse button?
View 1 Replies
Mar 19, 2010
I have used VB6 to create controls for robotic devices via serial/usb ports... and I already figured out the serial port.I create a graphic gauge for showing data by making a shockwave flash file for example: analog1.swf I then load and use the movie by setting the frame number. In short, 100 frames, 60% would be frame 60, etc. It looks like an analog gauge, makes the program look great.In VB6 I had the file specified as app.path & "/analog1.swf" then when I built the file I would click on the swf file when asked if there was anything else I needed to include... and it would be included in the build. I figured out most of the issues; how to include a shockwave flash object and I found a replacement for app.path... after experimenting. I found that Application.StartupPath() pointed to the DEBUG folder.so if I place the analog1. swf file in the DEBUG folder, I could do something like...[code[ when I tried to build the file in VB.NET, the SWF file wasn't in the publish/SWF1 folder I made. (I selected install from CD so everything should go into one folder as I understand it.) This means that if I distributed the install files... the person would not see the graphic, just a white box where it should be.
I read some more here on the forum... and I found out that I could do the following to add a resource...Click - Project on the toolbar.Click - Add Existing File from the drop down menu.Pick (analog1.swf) from someplace on my hard drive.Okay that got it into the program resources and I presume VB.NET will make a copy in some folder someplace... but I'm not seeing it right now. (Possibly because of the next issue...)How do I specify it in the code? if I create a shockwave object and call it "flash" what goes here.And is there anything special I need to do so that when I click BUILD and/or PUBLISH so it actually includes the SWF file in the finished product so the person installing it sees a gauge instead of a white box?
View 4 Replies
Jan 31, 2010
making sure I have both AxInterop or whatever those 2 .dll files in the same area, i do.
View 1 Replies
Feb 9, 2010
I am trying to import a flush component in a Form but in Choose Items... in the list of Com Component, Shockwave Flash Object deos not exist.
View 2 Replies
Nov 26, 2009
I have trouble with the code as I am trying to create shockwave mousedoubleclick event. It just won't let get pass of the error which I am received.
[Code].....
View 4 Replies
Mar 22, 2012
I am having trouble getting the shockwave flash object to show up in the COM components i have installed the adobe flash player and adobe shockwave flash but the shockwave flash object is still not there.
View 2 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
Mar 18, 2009
I have a vb.net windows application that i am using, i have embedded a shockwave flash file in one of the forms, in the development enviornment everything works fine. Then I am using the setup and deployment to create a "msi" it automatically detects that the shockwave flash is a dependency for my project and adds the required dll.Once it has created the msi, and i run it on a new machine, the software gets installed, but the flash component inside the form dosent work. is there something special i need to do for that dll?
View 1 Replies
Apr 27, 2010
I want a SplashScreen to appear at the beginning of my program and plays a shockwave .swf file automatically without loop, then closes he splashscreen.i want this ALL to happen on load on SplashScreen, i dont want to click a button and search my computer for a flash file. I want my flash to be in my program like so...
i get some "cross-thread" error What do i need for my .swf to run automatically on load? Also woundering if this is the right way to say the file location when the file is located in my solution explorer?
View 4 Replies