Click here to Skip to main content
15,886,110 members

Activex Script Security Prolem While Creating Windows 8 app

PrabaPrakash asked:

Open original thread
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]
Tags: Windows, Application

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



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