Professional :: 3D Tween Causes A Loss In Visual Quality Of The Movieclip?

Apr 15, 2010

Has anyone noticed how the 3D tween causes a loss in visual quality of the movieclip?  For example, if I have text within a movieclip, and then put a 3D tween on that movieclip, the text becomes almost blurry (even when the tween is complete).  Then if I take the 3D tween off the movieclip, the text goes back to being perfectly clear.  It's not just text though; its any content with a 3D tween on it; text is just the most noticable.  Is anyone else dealing with this?
 
Is there something that I'm missing, like a quality setting on 3D tweens?
 
P.S. there aren't any blur filters on the movieclip.  I checked

View 3 Replies


Similar Posts:


ActionScript 3.0 :: WMV To FLV Without Quality Loss?

Jan 28, 2009

is there anyway to convert a WMV movie to a FLV file with out loosing video quality ?

View 1 Replies

Flex :: Loss Of Image Quality When Zooming In Mobile Application?

Jul 11, 2011

i have a mobile application that i am creating in Adobe Flex (Flash Builder 4), and i am trying to create a zoom function. The one i have works, but the point is to be able to more easily read words that are in the image (the images are .jpg files). The images are 2550x3300 originally, but as soon as you zoom, the image quality reduces drastically, and nothing is readable.

[Code]...

View 2 Replies

Media Server :: Detect Packet Loss Or Other Quality Metrics For Inbound Streams?

Aug 5, 2011

So we're trying to come up with a way to automatically assess the "quality" of streams published to an FMS. So far, I've come down to 3 different statistics:

* Round-trip ping time to client (using the Client.ping() method and Client.getStats().ping_rtt.

* A home-grown jitter calculation that compares the deviation between wallclock and media time for an inbound stream, e.g., I get N+/-M seconds of media over a period of N seconds of wallclock time. How big is M on average? (uses Stream.time and Date.getTime()).

* How much packet loss are we getting?

For this third metric, I have the client sending up period reports containing tuples of <media_time, cum_bytes_sent>, where media_time is provided by NetStream.time and cum_bytes_sent is provided by NetStreamInfo.byteCount. I'm then comparing these samples to a similar set of samples obtained on the server via Stream.time and Client.getStats().bytes_in. Unfortunately, these two data sources do not seem to be measuring exactly the same thing. While they are close to each other, the received bandwidth (e.g., measured by the server) always seems to exceed the sent bandwidth (measured by the client) by a small amount (e.g., 0.5% to 2%) on a clean network.
 
The goal of this whole exercise is to enable to server to automatically detect when a client is having problems (either network or local CPU). Among other things, this will trigger us to tell the client to try sending a lower-bitrate stream.

So, my questions:
 
* Is there a method for me to reliably calculate (or obtain) a packet loss factor?  With something like RTP, I could simply look for holes in sequence numbers, but I don't see any APIs that would give me that sort of information via FMS (our inbound streams are usually RTMFP).

* If there isn't a way for me to get a clean packet loss factor, is there another quality metric I should be looking at?

View 12 Replies

ActionScript 2.0 :: Play Flashmovie In Visual Basic Keeping The Quality 100%?

May 15, 2004

i have a heavy flash movie (10mb) and im trying to play it with VB. when i run it with VB, the flash movie became slow, when playing it with flash movie alone, it's good. is there any way to play flashmovie in Visual basic keeping the quality 100%?is there any visual basic.net version tutorials around?

View 2 Replies

ActionScript 3.0 :: Motion Tween Pic Resolution Loss

Jan 29, 2009

I have a pic that I want to use a simple motion tween for where I scale the pic and move it slightly. My problem is that scaling the pic inside of flash makes the resolution of my pic very crappy. Is there any way to use a motion tween and scale my pic without losing the resolution and without having to import the pic frame by frame from photoshop?

View 1 Replies

Professional :: Poor Quality Motion Tween With Png Image, Tried "Trace Bitmap" But Then It Looks Like A Newspaper?

Feb 28, 2012

I'm trying to get a transparent image to fly in from the side.  So, I *thought* I was doing the correct thing by moving the "symbol" off of the visible portion of the stage, and creating a motion tween to move it onto the stage.  The motion works, but the quality of the image in general (and the text in specific) looks pixelated.Thus, I did a little bit of snooping, and everyone said that you should start with a bitmap.  So I saved the image from Photoshop into .bmp format, and was able to set the properties to "allow smoothing" and with lossless compression.  So far, so good.  Now, as I expected, the transparency is no longer there... 
 
So here's the question:  how can I make this image retain its quality, still have transparency, and a motion tween?It seems like this is some set of characteristics that don't play well together, even though I see this type of thing online ALL the time.I tried "Trace Bitmap" to convert to a raster image, and tried to follow some suggestions online, but when I do "Trace Bitmap", it ends up looking like it has a bunch of grayish dots on the image... definitely NOT what I was expecting.

View 1 Replies

Professional :: Loss Of Bold Text In Cs5 From A Cs3 File?

Jul 6, 2010

I opened up a file that was created in cs3 flash with cs5 flash and we have some text that is bold in our actionscript code. now when i load that file with cs5 the bold text drop's out of bold and is just plain text. Does anyone know if there is a quick fix for this because what was there before the <b></b> is not working now.

View 1 Replies

Actionscript 3 :: Flash PNG Quality On Tween?

Sep 20, 2010

In Flash I have some PNG images, and I wish these images to become 50% larger on hover. However the tween I have used to make them larger distorts the quality of the images considerably.

For the tween I am not using any external libraries and I am using a standard scaleX tween.

Is there a way around this loss of quality?

View 2 Replies

Professional :: Tween From One MovieClip To Another?

Jan 14, 2010

As the title implies, I'm trying to use ActionScript 3 to tween from one movieclip to another based on an external event.I'm currently using two "Tween" objects to adjust alpha values. The first tweens-out the previous movieclip, and the second tweens-in the current movieclip. Code follows, with headers included for completeness:

// headers
import fl.transitions.Tween; import fl.transitions.easing.*;
// tweens

[code].....

View 1 Replies

Professional :: Shape Tween To MovieClip Again

Nov 7, 2009

Hi;I have a shape tween between 5 different drawings that I want to convert to a mc. How do I do this?

View 3 Replies

Professional :: Reshape The First Shape Of MovieClip Through A Tween?

Apr 21, 2010

I create a shape with Pen Tool and convert it to MovieClip.now i want to reshape the first shape through a tween.I can't use Subselection tool.

View 3 Replies

Flash :: Visual Bug When Moving A MovieClip?

Jan 30, 2012

In my attempt to create a simple Pong-like game, I've encountered a very strange and at times severe visual bug.When I set the ball (A Flash CS 5.5 library MovieClip) in motion moving around the screen at a rather fast speed, I've noticed that sometimes the edges of the ball would be cut-off for a short moment in the direction it is moving.

When it happens, it almost seems like the position of the ball MovieClip is slightly ahead of its own border and thus the part that is outside the border fails to get drawn.

Here's a picture that illustrates how this looks - at least for me:

You can also view the .swf file online here: [URL]

Some technical data:

I've been unsuccessful in capturing the with a screenshot no matter how much I tried. Sometimes I would open the .swf and the bug would be almost non-existent while at other times it was very blatant. I'm using an EnterFrame event function to increment / decrement the x and y position of the MovieClip. I have never encountered any such problem in any Flash app, in this machine or others. Truncating / rounding the x and y values of the MovieClip didn't help. Neither did setting cacheAsBitmap to true.

View 1 Replies

ActionScript 2.0 :: Alpha Tween - Quality Of The Text Shown As The Movie Clip Is Not The Same As How It Looks In FLASH

Sep 8, 2006

1) In the attached file, I have a movie clip that quickly comes across the top of the screen (following a short distance). I want it to start out with 0 alpha and i want it to fade in to 100 alpha. However, I want to do this using Actionscript while I'm EASING the movie clip. I'm trying to NOT use the timeline and do automated tweens for this function. If I combine them, it compliles but the output gets all messed up.

2) The quality of the text shown as the movie clip is not the same as how it looks in FLASH. I jacked up the quality of the output to 100% and it's still the same. any reason why?

View 6 Replies

Professional :: Camtasia Studio Movie Parameters: Quality = "best" Instead Of Quality = "high"?

Sep 30, 2011

When publishing a project from Camtasia Studio 7, the params list includes a setting for quality. But instead of the usual "high" value, it sets it to "best". I Google'd and searched these forums but had no luck finding any definitive explanation if these two settings are equivalent. Can anybody enlighten? This topic also spurred another question, does the quality default to the highest value if the parameter value is invalid?

View 2 Replies

Professional :: Export To Quicktime - Visual Artifacting

Jun 29, 2009

I have been getting a lot of visual artifacting when exporting a Flash CS4 movie to Quicktime. No matter what compressor I use, animation, dv/dvcpro, or even none, artifacts appear and I cannot figure out how to export a clean QT movie no matter what setting I use. I have even changed the finshed when last frame reached to finish at certain time.

View 21 Replies

Visual Studio 2008 :: Write Flex 3 Code In Visual Studio?

Jun 26, 2009

how to build and compile flex 3 projects in visual studio? I prefer that environment to Flex Builder 3.

View 2 Replies

Visual Studio :: Cannot Compile Flash With Amethyst IDE For Visual Studio 2010?

Sep 19, 2010

I create their basic Flash app with their Flash IDE for Visual Studio 2010 http:[url]....When launching the run button, it launch flash but with this error within Flash CS4: The following JavaScript error(s) occurred:

t line 6 of file "FlashApplication1.jsfl": Cannot find file file:///C:/temp/FlashApplication1/FlashApplication1/FlashApplication1.as.

View 1 Replies

ActionScript 3.0 :: MovieClip Button: Shape Tween Vs Motion Tween

May 1, 2009

my movieclip button was working perfectly as a motion tween. Can you use shape tweens as movie clip buttons? I just made that change, and kept my code:

[Code]....

View 1 Replies

ActionScript 3.0 :: Tween Movieclip From Current Position After Previous Tween

Mar 17, 2011

I am working on to slide a movieclip across the stage.The movie clip is five times the width of the stage and I am using the Tween  Class to move it across the stage when a button is pressed.The interaction I want is that when the button is pressed the movie clip moves a certain amount.If the button is pressed again it moves further.The script I have come up with though is taking the movieclip back to the original position of the movieclip and then moving it as opposed to moving it from the position it reached after the first button click.I have tried a few things but nothing is working.The script I am using at present is:[code]

View 5 Replies

Flash :: Professional - Make A Motion Tween - Mask Effect And Shape Tween With A Website?

Nov 11, 2011

I will have three seperate pages for the motion tween, mask effect and shape tween... would you make the seperately, in a different scene, as a symbol or on the same scene with the website.

View 2 Replies

Professional :: Editing A Shape Tween Nested In A Motion Tween In CS4?

Jan 25, 2010

I am facing a problem in one of my animation with flash CS4 - I have nested a Shape Tween in a Motion tween to get more control over the easers and effects, unfortunately I am not able to view on the timeline of my Motion Tween the action of the Shape tween nested inside.
 
It only show the first shape of the Shape Tween during the entire Motion Tween and that is really a problem for me because I need to see the final frame result of that Shape tween to be able to position it in a precise way on my scene according to other instances.

[Code]..

View 1 Replies

Professional :: Make Motion Tween Stop And Hold At End Of Tween?

Sep 20, 2011

I'm making a "master movie" for an assignment and I'm stuck right now. What I've got is an Intro page that will serve at the Parent.swf to load 4 other child swf's upon a mouse click. The problem is I have a theater stage where I tweened an animation to make it appear the curtain on the stage is going up but once it reaches it maximum height....the tween abruptly stops. I want it to HOLD there until a user clicks a button.
 
How would I make this happen?  Here is the page in question: [URL]...

View 3 Replies

Professional :: Xml Images And Quality Is Very Low

Sep 11, 2010

I have a dinamic gallery loaded from a xml file, but the quality of the images (jpg) in flash is very low. Is there a solution to this problem?

View 11 Replies

Professional :: CS5.5 IOS App Graphics Quality

Feb 9, 2012

I am designing my whole app in photoshop and currently in the process of moving all of the images to flash to add interactivity. The promblem is, when we put the app on the iphone the quality of the graphic is lowered for some reason. When I am building in photoshop my settings: 640px by 960px 72 ppi Saving out as a .jpg When I send the jpg as a picture to my iphone 4 and view it in my "Photos" app, it looks great, but on the test app it loses quality. Does anyone have anyone have any idea whats going on here?

View 16 Replies

Professional :: Loosing Image Quality?

Feb 13, 2010

I am new to flash & working on my first swf file for a website.Problem is I loose image quality after publishing & uploading to the website.Ive located the publish setting for jpegs & changed this to 100% but problem still exists.When I do publish preview with the flash program it looks fine.

View 10 Replies

Professional :: Why Does Flv Conversion Muddy The Quality?

Apr 21, 2010

I am converting a regular movie from Windows moviemaker wmv export (exported at highest quality) and converting it with Xilisoft flv converter (at highest quality upon conversion) and I noticed the output quality of the final FLV is degradated a little. Some of the symptoms are: lower light, slight pixelation,and loss of crisp detail. Audio sounds great but why does the picture lose it's clarity from how it looks in moviemaker? I can see the crispness of the outlines in the video in Moviemaker, but in the final flv, it loses that. Is there anything I can do to make it keep it's original crisp look like how it looks in MM, or do you have to expect a loss of quality when using flvs?

View 4 Replies

Professional :: Image Quality Of The Webcam Is Very Low?

Jul 4, 2010

I am creating a basic webcam display right now and the image quality of the webcam is very low how can I fix this? My code is:

var camera:Camera = Camera.getCamera();var video:Video = new Video(); webCam.attachCamera(camera);

View 2 Replies

Professional :: Poor Quality With Animated .gif?

Dec 4, 2010

I'm trying to create a small animated graphic but under gif. format looks terribleI am missing any trick or should I try other format (which)?

View 5 Replies

Professional :: Video Quality As Low/high/HD?

Apr 11, 2011

How to provide a video quality as Low, Medium, High and HD in flash actionscript

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved