Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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

HTML
<!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">
<center>
<br>

<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>
<table border="0" cellpadding="0" cellspacing="0" width="728" align="center">
<tr><td align="right" class="pb">
<p style="font:normal 9px/1.4em Arial, Helvetica, sans-serif; color: #999999">Created by <a href="http://facebook.com/prabakaran1993" target="_blank" style="font:normal 9px/1.4em Arial, Helvetica, sans-serif; color: #999999">Praba</a></p>
</td><h5></h5></tr>
</table>

</html></br></center>


[edit]code block added[/edit]
Posted
Updated 18-Nov-12 11:02am
v3
Comments
Sergey Alexandrovich Kryukov 19-Feb-13 12:32pm    
Please stop posting non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership.
Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA
[no name] 19-Feb-13 12:49pm    
Ok Iam So Sorry .......Everything Have a Solution....So Sorry..I Accept my mistake......
Sergey Alexandrovich Kryukov 19-Feb-13 13:08pm    
No problem as soon as you follow the simple rules.
Thank you for understanding.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900