Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
PedroPetygroo #1
Video screen size bigger than the default
Hi everybody,
I?m having dificults in change the size of the video object size, because its
pixelated. Its the same effect when I zoom the stage.
The video object default is 160x120.
I?ve set the mycam._width = 320 and so on...
but pixelate..
Any help is valid
Thanks
PedroPetygroo Guest
-
video full screen and screen savers
Why does full-screen mode not disable the system screen saver in the flash player but does so for AIR? In the documentation it says "For AIR... -
display size on-screen differs from actual size.
With Illustrator 10 installed on Windows XP Pro with a Viewsonic 21" monitor at 16000 X 1200, the problem I am having is: The image I see on-screen,... -
Image::Magick scale smaller makes file size bigger
Hi, The problem is i'm using Image Magick to create thumbnails smaller images out of large ones. 99% of the time this works great but there's 1%... -
importing a jpeg - size appears a lot bigger in director
I have a .jpeg that is 194 KB. When I import it into director, and look at the property inspector, the size reads 7.5 MB. This has happened for a... -
Flash Movie play in 43" screen or bigger.. how?
Hello, I am new to Flash design. Now, I have a client who want to have a flash design to play in a big screen like 43" tv screen and even bigger... -
JayCharles #2
Re: Video screen size bigger than the default
You need to use the setMode method of the camera class.
[url]http://livedocs.macromedia.com/fms/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00000546.html[/url]
JayCharles Guest
-
PedroPetygroo #3
Re: Video screen size bigger than the default
did?t work man..
here is the a part of the code
mycam = Camera.get();
mycam.setMode(mycam.width, mycam.height);
mycam._width = 320;
mycam._height = 240;
PedroPetygroo Guest



Reply With Quote

