472,328 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

How to run high-color (better than gif) animation in form?

A graphic artist came up with a high color animation which I'm required to
show within a form.

Any suggestions on the best way to do this? Is there MNG support, or maybe
an embedded borderless flash player?

I need to get from the artist's non-programatic output to an in-application
animation.

Thanks for any help,

-Carol
Oct 21 '08 #1
1 1795
On Mon, 20 Oct 2008 22:34:43 -0700, Carol <Krenshawwrote:
A graphic artist came up with a high color animation which I'm required
to
show within a form.

Any suggestions on the best way to do this? Is there MNG support, or
maybe
an embedded borderless flash player?
I've never heard of an MNG library for .NET. I'm practically certain that
there's no native support in the .NET Framework, but I suppose someone
might have written a third-party library for it.

I don't have any first-hand experience with embedding a Flash player in a
..NET application, but I don't see any reason that wouldn't work. Another
alternative would be to use the DirectX AudioVideoPlayback.Video class,
which supports playing video in a specific window. Of course, for either
of those, you'd need to convert the MNG file (or maybe that's supported in
Flash).

Note of course that embedding any sort of player would involve loading a
whole extra library into your process, with a lot of extra functionality
that you probably don't need. If you can get your artist to deliver the
image as a collection of PNG files, it should be simple enough for you to
create a custom control that simply displays the images one at a time,
animating them directly.

Pete
Oct 21 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ben Amada | last post by:
Hi group. I'm going to display a low resolution image in an HTML page. On the web server, I have a high resolution version of that image. If I...
19
by: Lorenzo J. Lucchini | last post by:
My code contains this declaration: : typedef union { : word Word; : struct { : byte Low; : byte High; : } Bytes;...
4
by: Patrick | last post by:
I have a tablespace that contains the LOB data for 3 tables which exist in other tablespaces. Even after reorging the LOB tablespace with the LONG...
3
by: rdudejr | last post by:
Hi all, Ive got a database approx 350 GB in which Im getting very high Time waited for prefetch. This is directly out of the snapshot for the db...
19
by: John | last post by:
The table below shows the execution time for this code snippet as measured by the unix command `time': for i in range(1000): time.sleep(inter) ...
4
by: | last post by:
Hi: how to reduce the tablespace's High water mark? ths!
2
by: KUTTAN | last post by:
I a using System.Reflection System.Runtime.InteropServices System.Security.Permissions In my web application In this, Reflection need low...
8
by: =?Utf-8?B?dGFuaQ==?= | last post by:
Hello there, one of my servers is running windows 2003 and IIS 6.0. We have big performance issues on that server and I found out that a high CPU...
0
by: Learning.Net | last post by:
I have a window application that uses ActiveX browser component for testing web site automatically using mshtml. Though application is running...
3
by: hamishmcgee | last post by:
Ok, so for a project at university I have to create a High Score table in C++ with Visual Studio. Just to let you know this is my first year at...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
1
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.