Flash in Smart device Appln

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can I call Flash file in smartdevice application? I found one controll
"Shockwave Flash Object" for windows application. Is there any similar
controll for SmartDevice application?

Thanks,
Anwar
 
if u search for flash on this newsgroup the first result ul get has the
information.

Basically in order to add com and activex support to ur applications (like
adding embedded flash content), you need to either use P/Invoke or something
like CFCOM to access them. The following article shows you how to add it
using CFCOM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k3/html/cfcom.asp

One other technique that you can use is to use the htmlctrl in the OpenNETCF
Smart Device Framework and embedd the flashe object into an html file and
display it using the the control.

Ali Gardezi
 
Back
Top