wmf clipart doesn't show in aspx pages

A

Andy B

I have some clipart (wmf files) I want to show online. When I put a
resizable wmf file online and told the image control to size it down, I
ended up with no image. Whats the problem?
 
B

bruce barker

the image control just renders an <img> html element. browser do not
support wmf files. you will need to find a plugin that does, then put
the correct object tag in the page. you shoudl supply a link for people
to install the plugin.

your other option, is to write an aspx page that read the wmf file and
rendered it as a jpeg or gif. then the img controls url would be this
page. google this group for examples of dynamic images.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top