Hi ,
I have developed a web page which embedded the .swf file. I'm able to open up the page and play the .swf file on normal window platform. But when I tried to browse the page thru the mobile device [Window CE 6.0 platform] the web page was open up but the .swf was not show. It just shown X sign on the page only.
Can someone tell me how to overcome this problem...Thanks....
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="ParallelParking.aspx.vb" Inherits="MllpPortal.ParallelParking" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<hea
View Complete Post