Skip to content

Comments

Md#137

Open
usernamealreadyis wants to merge 9 commits intoGistIcon:usernamealreadyixxfrom
xccvv:MD
Open

Md#137
usernamealreadyis wants to merge 9 commits intoGistIcon:usernamealreadyixxfrom
xccvv:MD

Conversation

@usernamealreadyis
Copy link
Contributor

No description provided.

/**
 *
 * Simulates an XMLHttpRequest object's methods and properties as returned
 * form the flash polyfill plugin. Used in submitting binary data in browsers that do 
 * not support doing so from JavaScript.
 * NOTE: By default this will look for the flash object in the ext directory. When packaging and deploying the app, copy the <tt>ext/plugins</tt> directory and its contents to your root directory. For custom deployments where just the <tt>FlashPlugin.swf</tt> file gets copied (e.g. to <tt>/resources/FlashPlugin.swf</tt>), make sure to notify the framework of the location of the plugin before making the first attempt to post binary data, e.g. in the <tt>launch</tt> method of your app do:
 * <pre><code>
Ext.flashPluginPath="/resources/FlashPlugin.swf";
 </code></pre>
 *
 * @Private
 */
te is the JavaScript object that will be communicating with your SWF. Be sure to change the path member to point to your SWF location on the server.
Below is the JavaScript object that will be communicating with your SWF. Be sure to change the path member to point to your SWF location on the server.
<div id="topnavbar_test" style="min-width: 740px; margin: auto; overflow: hidden; background: url(https://wc-fb-cdn7.kixeye.com/images/navbar2/background_metal.png) bottom center no-repeat; height: 37px;">
                <div style="width: 690px; margin: auto; padding-top:6px; padding-left:70px;">

                    <img style="float: left; display: inline; " src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_cap_left.png" border="0">
                                                            <a style="float: left; display: inline; " href="#" onclick="cc.showGiftsDialog('gift_select');return false;"><img id="topnav_gift_button" class="topnavmenuassets" src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_gifts_reg.png" border="0"></a>
                    <a style="float: left; display: inline; " href="#" onclick="cc.showAttackLog();return false;"><img class="topnavmenuassets" src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_attacklog_reg.png" border="0"></a>
                    <a style="float: left; display: inline; " href="#" onclick="cc.showLeaderboard();return false;"><img class="topnavmenuassets" src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_leaderboard_reg.png" border="0"></a>
                    <a style="float: left; display: inline; " href="https://www.kixeye.com/forum/discussion/610994" target="_new"><img class="topnavmenuassets" src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_fieldmanual_reg.png" border="0"></a>
                    <a style="float: left; display: inline; " href="http://play.kixeye.com/forum/categories/war-commander" target="_blank"><img class="topnavmenuassets" src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_discuss_reg.png" border="0"></a>

                    <img style="float: left; display: inline; " src="https://wc-fb-cdn7.kixeye.com/images/navbar2/button_cap_right.png" border="0">
                    <a style="float: left; display: inline;" href="http://www.kixeye.com/" target="_new"><img src="https://wc-fb-cdn7.kixeye.com/images/navbar2/kixeye_logo.png" border="0"></a>

                </div>
			</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants