Click here to Skip to main content
15,881,873 members

Active Control Prolem While Creating Windows 8 app

Revision 1
This Is my app code but my app mainly based on flash(swf file)..
but while compiling i didn't get any error but my flash file is not playing i have big problem because complete my apps is based on flash

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>C Quiz</title>

<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>

<!-- C Quiz references -->
<link href="/css/default.css" rel="stylesheet" />
<script src="/js/default.js"></script>



</head>
<body leftmargin="0" topmargin="0">




<embed src="quiz.swf"
quality="high"
bgcolor="#ffffff"
width="1055"
height="643"
name="quiz" FlashVars="myVariable=Hello%20World&mySecondVariable=Goodbye"
align="middle"
allowScriptAccess="sameDomain"
allowFullScreen="false"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflash"
/>

</body>

Created by Praba




</html>
Posted 8-Nov-12 17:14pm by PrabaPrakash.