Shockwave Flash Resolution And Quality Change
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
ADVERTISEMENT
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
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
Oct 20, 2009
How do I control the video quality on flash using with the trackbar?
View 12 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
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
Oct 20, 2009
How do I control the video quality on flash using with the trackbar?
View 3 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
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
Oct 22, 2007
I am working on an program and I need it to change the size on the form and the button etc when its ran on a different resolution then it was coded on. Is there anyway to do this easy or do I have to hard code it on two different and change it by like a button etc? I am working with a 1024 X 780 and a 1240 X 1024.
View 8 Replies
Jan 10, 2011
I have a very high screen resolution on my laptop: 1400x1050.My colleague tried it out on his laptop (which had lesser resolution), and the application did not fit on his laptop. The buttons were dragging out of the screen space.So, I want my application to automatically resize/adjust based upon the screen resolution.I don't want to use Maximized screen option and don't want to change user's pc settings.Unfortunatly I am not using Table Layout panel.
View 5 Replies
Dec 29, 2010
In my application,I placed the user control on a panel,I want to resize that control on a panel automatically according to different screen resolution.
View 6 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
Oct 11, 2009
how to change the aspect ratio on shockwave but there is no answer.
View 13 Replies
Oct 30, 2009
How to Change Screen Resolution in VB.net?
View 1 Replies
May 4, 2012
So.. I created an full-screen application. It worked out perfectly on my own computer, but at my friend's computer, it was totally ****ed up. I guess it's the screen resolution. So, here's the question: - How do I automatically change the forms resolution, based on the screen size? (I don't want the user to do it manually...)
View 2 Replies
Mar 24, 2010
I need to change the display resolution to a custom resolution like 1240x712. I already tried it by using the win32 API to call ChangeDisplaySettings but that fails to set the display to any custom resolution. And besides a friend of mine said I maybe could use DirectX to do this one, is that a possibility?
View 5 Replies
Apr 24, 2010
i want to change resolution/resize a jpg image in vb.net with easiest code not bmp jpg
View 1 Replies
Jul 22, 2009
How to create a program that detects the screen resolution and change it to 1280x800 or 1024x768? What are the computer requirements to support each of these resolutions. (I don't want for the program to request the user as programs do this especially in Windows Vista, because my program will be created for Windows Vista).
View 8 Replies
Oct 5, 2007
How to change the system screen resolution in VB 2005 or 2008? As it something to do with this:
Code Block
My.Computer.Screen.Bounds.Width
System.Drawing.Rectangle
View 3 Replies
Feb 29, 2012
How can I make my app form go to fullscreen, and change the computers resolution as what I want?
View 2 Replies
Nov 15, 2009
i wanted to develop a application to Refresh the screen.[Simple F5 would work !!] but is it possible.I want a button to start at X:0 Y:0 then on loading the form want the button to move diagonally on the form [ on reaching end the process should repeat ]I want the application that displays current resolution.The supported resolution by monitor and then give user the choice of selecting one.
View 2 Replies
Dec 28, 2010
I'm looking for a class that could change the resolution of the primary monitor.
View 1 Replies