Flash Player on Pocket PC

  • Thread starter Andreas Viklund via DotNetMonster.com
  • Start date
A

Andreas Viklund via DotNetMonster.com

Hello!

I am trying to display Flash contents (swf) on my Pocket PC device in the
Internet Explorer or HtmlViewer (OpenNetCF). Since I dont have the player
installed on the device nothing is presented, but I was hoping it would ask
me if I wanted to download/install the player but it doesnt.

Is there some way to make the application/device download the flash player
if it is not installed?

I used this code but nothing happens. Any ideas?

<HTML>
<HEAD>
<TITLE>book</TITLE>
</HEAD>
<BODY bgcolor="#53695C">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"
ID=rapier4 WIDTH=230 HEIGHT=255>
<PARAM NAME=movie VALUE="book.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#53695C>
</OBJECT>
</BODY>
</HTML>

Best Regards

Andreas Viklund
SWEDEN
 

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

Top