<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - How to center page designed in Edge</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 07 Apr 2014 08:01:34 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-04-07T08:01:34Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/6277003?tstart=0#6277003</link>
      <description>&lt;!-- [DocumentBodyStart:22e5b56c-d465-42cb-99f9-b123ae07b997] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am quite a new to Edge Animate, therefore facing with little issues at each step &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an DIV with animation. I want to wrap it up with my DIV with a specific width and overflow:hidden&amp;nbsp; to have a control over visible width of my animation DIV. But apparently it is not working and animation DIV simply ignore my wrapper.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you please advice what I am doing wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:22e5b56c-d465-42cb-99f9-b123ae07b997] --&gt;&lt;img src='/beacon?t=1415894190735' /&gt;</description>
      <pubDate>Mon, 07 Apr 2014 08:01:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6277003?tstart=0#6277003</guid>
      <dc:date>2014-04-07T08:01:34Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5782300?tstart=0#5782300</link>
      <description>&lt;!-- [DocumentBodyStart:d4168353-45f0-4b1d-b400-bc5810285d12] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;half problem solved...thank you - works well in Firefox 24.0, but not in IE 10, IE 9.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please take a look at the following testpage from me:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://openoffice.funpic.de/Test_003/test003.html" rel="nofollow" target="_blank"&gt;http://openoffice.funpic.de/Test_003/test003.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can download the complete composition (includes Edge Animation Source file):&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://openoffice.funpic.de/Test_003/Test_003.rar" rel="nofollow" target="_blank"&gt;http://openoffice.funpic.de/Test_003/Test_003.rar&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help....it works perfectly in Firefox but NOT in Internet-Explorer...&lt;/p&gt;&lt;p&gt;thank you &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4168353-45f0-4b1d-b400-bc5810285d12] --&gt;</description>
      <pubDate>Wed, 23 Oct 2013 15:38:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5782300?tstart=0#5782300</guid>
      <dc:date>2013-10-23T15:38:27Z</dc:date>
      <clearspace:dateToText>1 year 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5779352?tstart=0#5779352</link>
      <description>&lt;!-- [DocumentBodyStart:0e48ae13-d3b5-413f-9465-6e51d62594ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;try this from Sarah I think:&lt;/p&gt;&lt;p&gt;// center the stage&lt;/p&gt;&lt;p&gt;winwidth=document.all?document.body.clientWidth:window.innerWidth; &lt;/p&gt;&lt;p&gt;winHeight=document.all?document.body.clientHeight:window.innerHeight; &lt;/p&gt;&lt;p&gt;myPosition = (winHeight -400)/2;&lt;/p&gt;&lt;p&gt;//alert("winHeight is" + winHeight + "and the stage position is at " + myPosition);&lt;/p&gt;&lt;p&gt;$("#Stage").css("margin","auto");&lt;/p&gt;&lt;p&gt;$("#Stage").css("margin-top",myPosition);&lt;/p&gt;&lt;p&gt;window.onresize = function(event) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winwidth=document.all?document.body.clientWidth:window.innerWidth; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winHeight=document.all?document.body.clientHeight:window.innerHeight; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myPosition = (winHeight -400)/2;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#Stage").css("margin","auto");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#Stage").css("margin-top",myPosition);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0e48ae13-d3b5-413f-9465-6e51d62594ea] --&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:45:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5779352?tstart=0#5779352</guid>
      <dc:date>2013-10-22T16:45:19Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5779205?tstart=0#5779205</link>
      <description>&lt;!-- [DocumentBodyStart:ac8ab428-e49f-4c28-bd53-2a371da1612e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi - thank you for your tip....it's no problem to center the stage horizontal. &lt;br/&gt;But I've found nothing to center the stage vertical or set it down at example 200px from the top with edgeHero.js&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac8ab428-e49f-4c28-bd53-2a371da1612e] --&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:51:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5779205?tstart=0#5779205</guid>
      <dc:date>2013-10-22T15:51:50Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5770797?tstart=0#5770797</link>
      <description>&lt;!-- [DocumentBodyStart:05abb31f-e834-4a2a-918e-135d60c9edc7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;use edgeHero.js from edgeHero.com to center anything.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05abb31f-e834-4a2a-918e-135d60c9edc7] --&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:55:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5770797?tstart=0#5770797</guid>
      <dc:date>2013-10-18T16:55:23Z</dc:date>
      <clearspace:dateToText>1 year 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5770631?tstart=0#5770631</link>
      <description>&lt;!-- [DocumentBodyStart:d694bab1-c897-4dd7-af34-943aca9718c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi - doesn't work for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My Animation is now horizontal centered with the command &lt;/p&gt;&lt;p&gt;$("#&lt;strong&gt;S&lt;/strong&gt;tage").css("margin","auto")&lt;/p&gt;&lt;p&gt;works good for me.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I tried also to center the stage vertically....no way &lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt; &lt;/p&gt;&lt;p&gt;alternate: Is it possible to put the stage down from the top at example for 200px?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d694bab1-c897-4dd7-af34-943aca9718c2] --&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:28:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5770631?tstart=0#5770631</guid>
      <dc:date>2013-10-18T16:28:57Z</dc:date>
      <clearspace:dateToText>1 year 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5635905?tstart=0#5635905</link>
      <description>&lt;!-- [DocumentBodyStart:afebea63-5424-4841-a158-ce2566a0d8a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is the reply the one in&lt;em&gt;&lt;strong&gt; &lt;a class="jive-link-thread-small" data-containerId="4823" data-containerType="14" data-objectId="1269076" data-objectType="1" href="https://forums.adobe.com/thread/1269076"&gt;the link &lt;/a&gt;&lt;/strong&gt;&lt;/em&gt;posted earlier by Xoco?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers! &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:afebea63-5424-4841-a158-ce2566a0d8a7] --&gt;</description>
      <pubDate>Thu, 29 Aug 2013 02:01:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5635905?tstart=0#5635905</guid>
      <dc:date>2013-08-29T02:01:19Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5635836?tstart=0#5635836</link>
      <description>&lt;!-- [DocumentBodyStart:ddd7a5b9-ff89-45d6-8605-8d8cfbc2bc5b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Finally, someone has answered the orignal question of centering vertically on a page. Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ddd7a5b9-ff89-45d6-8605-8d8cfbc2bc5b] --&gt;</description>
      <pubDate>Thu, 29 Aug 2013 01:36:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5635836?tstart=0#5635836</guid>
      <dc:date>2013-08-29T01:36:17Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5590403?tstart=0#5590403</link>
      <description>&lt;!-- [DocumentBodyStart:bf55b97f-35c3-400d-9844-b86f01701780] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, Can someone help me with an Edge problem? I'm using:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;load: "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://cdn.edgecommons.org/an/1.0.0/js/min/EdgeCommons.js" rel="nofollow" target="_blank"&gt;http://cdn.edgecommons.org/an/1.0.0/js/min/EdgeCommons.js&lt;/a&gt;&lt;span&gt;",&lt;/span&gt;&lt;/p&gt;&lt;p&gt;complete: function() {&lt;/p&gt;&lt;p&gt;EC.debug("Commons ready: "+EC.VERSION);&lt;/p&gt;&lt;p&gt;EC.centerStage(sym);&lt;/p&gt;&lt;p&gt;EC.Parallax.setup(sym); } });&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;to animate a div by scrolling and then using:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$("Symbol_1").css("position", "fixed"):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;to keep the animated div fixed. It stays fixed&amp;nbsp; perfectly in Firefox but it doesn't stay fixed in Chrome although the animation works. Also, any page that I've created in Dreamweaver with a fixed div fails to stay fixed in Chrome after bringing it into Edge and then publishing it. Does anyone know about this? Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf55b97f-35c3-400d-9844-b86f01701780] --&gt;</description>
      <pubDate>Tue, 13 Aug 2013 14:28:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5590403?tstart=0#5590403</guid>
      <dc:date>2013-08-13T14:28:36Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5569678?tstart=0#5569678</link>
      <description>&lt;!-- [DocumentBodyStart:59e7d8a4-cd91-43ea-b22c-8746929ea9ad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Copy&amp;amp;Paste error, the correct link is: &lt;a class="jive-link-thread-small" data-containerId="4823" data-containerType="14" data-objectId="1269076" data-objectType="1" href="https://forums.adobe.com/thread/1269076"&gt;http://forums.adobe.com/thread/1269076&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59e7d8a4-cd91-43ea-b22c-8746929ea9ad] --&gt;</description>
      <pubDate>Tue, 06 Aug 2013 04:41:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5569678?tstart=0#5569678</guid>
      <dc:date>2013-08-06T04:41:04Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5566868?tstart=0#5566868</link>
      <description>&lt;!-- [DocumentBodyStart:9dd9a0fa-86ea-4259-b5b8-f8da6cba9cb2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Well, with html frames &lt;strong&gt;always&lt;/strong&gt; work fine, with this code...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var stageHdl = $('#Stage');&lt;/p&gt;&lt;p&gt;var centerTop = ($(window).height() - stageHdl.height()) /2 | 0;&lt;/p&gt;&lt;p&gt;stageHdl.css({margin:'auto',top:centerTop});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...in &lt;strong style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;document.compositionReady&lt;/strong&gt; maybe depends of other factors, good luck!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9dd9a0fa-86ea-4259-b5b8-f8da6cba9cb2] --&gt;</description>
      <pubDate>Mon, 05 Aug 2013 11:50:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5566868?tstart=0#5566868</guid>
      <dc:date>2013-08-05T11:50:26Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5566792?tstart=0#5566792</link>
      <description>&lt;!-- [DocumentBodyStart:be529f28-586c-45c5-ad3c-4510ff01a498] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Josep&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for that but it is not working on my site, I just copy and paste&lt;/p&gt;&lt;p&gt;the code into the stage action, but all alignment goes wrong, do I have to&lt;/p&gt;&lt;p&gt;past the code somewhere else or do I have to change something.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be529f28-586c-45c5-ad3c-4510ff01a498] --&gt;</description>
      <pubDate>Mon, 05 Aug 2013 11:03:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5566792?tstart=0#5566792</guid>
      <dc:date>2013-08-05T11:03:11Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5566603?tstart=0#5566603</link>
      <description>&lt;!-- [DocumentBodyStart:771ca6bd-dea9-4720-acbf-cd57470e2da3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;For center vertically you can use old html frames like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;frameset rows="*,500,*" frameborder="NO" border="0" framespacing="0"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;frame src="top.html" name="topFrame" scrolling="NO" noresize&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;frame src="edgeanimatepage.html" name="mainFrame" scrolling="NO" noresize&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;frame src="bottom.html" name="bottomFrame" scrolling="NO" noresize&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/frameset&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this example the height of Stage in edgeanimatepage.html is 500px. Is not elegant but works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000;"&gt;&lt;strong&gt;Edit [5.ago.2013 11:53 GMT+1]&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #800000;"&gt;&lt;strong&gt;&lt;span&gt;You can see this perfect answer of Yoshioka Ume in this thread: &lt;/span&gt;&lt;a class="" href="https://forums.adobe.com/message/556576#556576#556576"&gt;http://forums.adobe.com/message/556576&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:771ca6bd-dea9-4720-acbf-cd57470e2da3] --&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:27:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5566603?tstart=0#5566603</guid>
      <dc:date>2013-08-05T09:27:39Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5564047?tstart=0#5564047</link>
      <description>&lt;!-- [DocumentBodyStart:c2e4e341-ff40-4b52-92e9-a134b07ba838] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are other posts about it. I guess if you mark it as correct people will see it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2e4e341-ff40-4b52-92e9-a134b07ba838] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 22:11:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5564047?tstart=0#5564047</guid>
      <dc:date>2013-08-03T22:11:55Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5564096?tstart=0#5564096</link>
      <description>&lt;!-- [DocumentBodyStart:948dc59c-ec96-44ac-a22f-76966f106578] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are other&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:948dc59c-ec96-44ac-a22f-76966f106578] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 22:10:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5564096?tstart=0#5564096</guid>
      <dc:date>2013-08-03T22:10:43Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5564003?tstart=0#5564003</link>
      <description>&lt;!-- [DocumentBodyStart:1854277a-cfd8-4456-997d-ddf4741b6a8c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you very much for your strong help, as this music problem is not related to this thread, can you find a way to move it to a seprate thread so more people will get the benefit of it, I don't know how.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you again,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1854277a-cfd8-4456-997d-ddf4741b6a8c] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 21:11:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5564003?tstart=0#5564003</guid>
      <dc:date>2013-08-03T21:11:03Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563969?tstart=0#5563969</link>
      <description>&lt;!-- [DocumentBodyStart:b33d7538-e97c-43e1-86bf-0dc929c96137] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Working perfect! Congratulations on your site! &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b33d7538-e97c-43e1-86bf-0dc929c96137] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 20:53:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563969?tstart=0#5563969</guid>
      <dc:date>2013-08-03T20:53:53Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563997?tstart=0#5563997</link>
      <description>&lt;!-- [DocumentBodyStart:f7052281-a210-48b6-a349-199b25d5b8d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;sorry spelling wrong, here it is: www.kh&lt;span style="color: #ff0000;"&gt;&lt;em&gt;&lt;strong&gt;a&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;leha3rbi.com&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7052281-a210-48b6-a349-199b25d5b8d2] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 20:44:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563997?tstart=0#5563997</guid>
      <dc:date>2013-08-03T20:44:35Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563898?tstart=0#5563898</link>
      <description>&lt;!-- [DocumentBodyStart:ee2fe04d-95f2-454c-953a-d9d9295beae5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The link do not work for me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee2fe04d-95f2-454c-953a-d9d9295beae5] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 20:04:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563898?tstart=0#5563898</guid>
      <dc:date>2013-08-03T20:04:04Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563767?tstart=0#5563767</link>
      <description>&lt;!-- [DocumentBodyStart:2fc37e89-a51c-4d7e-b66e-054d16c73871] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Replace code with this one that works:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p&gt;function init(){myfile=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'}) ;&lt;/p&gt;&lt;p&gt;myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/*&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.stop();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;p&gt;*/&lt;/p&gt;&lt;p&gt;var toggle = true;&lt;/p&gt;&lt;p&gt;function btnOnOff(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (toggle){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.stop();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.play();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; btnOnOff();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much, it works fine, here it is: www.khleha3rbi.com&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2fc37e89-a51c-4d7e-b66e-054d16c73871] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 19:09:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563767?tstart=0#5563767</guid>
      <dc:date>2013-08-03T19:09:13Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563264?tstart=0#5563264</link>
      <description>&lt;!-- [DocumentBodyStart:9ea14143-b1d5-4536-9be8-29c9ecfaa496] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Replace code with this one that works:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p&gt;function init(){myfile=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'});&lt;/p&gt;&lt;p&gt;myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/*&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myfile.stop();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;p&gt;*/&lt;/p&gt;&lt;p&gt;var toggle = true;&lt;/p&gt;&lt;p&gt;function btnOnOff(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (toggle){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;toggle=false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myfile.stop();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myfile.play();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;toggle=true;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;btnOnOff();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ea14143-b1d5-4536-9be8-29c9ecfaa496] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 14:26:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563264?tstart=0#5563264</guid>
      <dc:date>2013-08-03T14:26:01Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563033?tstart=0#5563033</link>
      <description>&lt;!-- [DocumentBodyStart:00004790-548e-4df1-92e1-312d52db9006] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hey, you can add a toggle function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var toggle;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function btnOnPause(){&lt;/p&gt;&lt;p&gt;if (toggle){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=true;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.pause();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;syn.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;btnOnPause();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi, thanks, but I don't know why it is not working, attached the screenshot shows the code I past, the result is strang, the file goes back to the left of the page and no music&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5563033-369868/Screen+shot+2013-08-03+at+4.12.41+PM.png"&gt;&lt;img alt="Screen shot 2013-08-03 at 4.12.41 PM.png" class="jive-image jive-image-thumbnail" height="168" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5563033-369868/450-168/Screen+shot+2013-08-03+at+4.12.41+PM.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think I past it wrong&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00004790-548e-4df1-92e1-312d52db9006] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 13:22:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563033?tstart=0#5563033</guid>
      <dc:date>2013-08-03T13:22:19Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563215?tstart=0#5563215</link>
      <description>&lt;!-- [DocumentBodyStart:7cbddd96-8024-4030-98f5-d0cff07474ed] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I try also this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function init(){myfile=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'}) ;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;myfile.play();}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var toggle;&lt;/p&gt;&lt;p&gt;function btnOnPause(){if (toggle){toggle=false;myfile.play();}else{toggle=true;myfile.pause();}}&lt;/p&gt;&lt;p&gt;syn.$('btn').click(function(){btnOnPause();}) ;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){myfile.pause();}) ;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But it is not working also&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7cbddd96-8024-4030-98f5-d0cff07474ed] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 13:44:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563215?tstart=0#5563215</guid>
      <dc:date>2013-08-03T13:44:06Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5563108?tstart=0#5563108</link>
      <description>&lt;!-- [DocumentBodyStart:a1c669cc-d278-43fb-80b2-6c02667e7616] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey, you can add a toggle function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var toggle;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function btnOnPause(){&lt;/p&gt;&lt;p&gt;if (toggle){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggle=true;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.pause();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;syn.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;btnOnPause();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a1c669cc-d278-43fb-80b2-6c02667e7616] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 12:23:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5563108?tstart=0#5563108</guid>
      <dc:date>2013-08-03T12:23:14Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5562635?tstart=0#5562635</link>
      <description>&lt;!-- [DocumentBodyStart:e628e937-763d-48d9-856f-3ca6208ca755] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there is a way to play/pause the music from the same button, thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e628e937-763d-48d9-856f-3ca6208ca755] --&gt;</description>
      <pubDate>Sat, 03 Aug 2013 02:25:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5562635?tstart=0#5562635</guid>
      <dc:date>2013-08-03T02:25:45Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5561567?tstart=0#5561567</link>
      <description>&lt;!-- [DocumentBodyStart:d0cbc219-78ec-485b-999e-b2abb711ddf1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Glad it works! &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0cbc219-78ec-485b-999e-b2abb711ddf1] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 14:59:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5561567?tstart=0#5561567</guid>
      <dc:date>2013-08-02T14:59:47Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5561566?tstart=0#5561566</link>
      <description>&lt;!-- [DocumentBodyStart:c0fab5f6-c44d-4218-bf49-aaf0af562972] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, pause now is working as I replaced &lt;span style="color: #ff0000;"&gt;&lt;em&gt;stop&lt;/em&gt;&lt;/span&gt; with &lt;span style="color: #ff0000;"&gt;&lt;em&gt;pause&lt;/em&gt;&lt;/span&gt; here is the code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){myfile.pause();}) ;&lt;/p&gt;&lt;p&gt;sym.$('ply').click(function(){myfile.play();}) ;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for the help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0fab5f6-c44d-4218-bf49-aaf0af562972] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 14:58:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5561566?tstart=0#5561566</guid>
      <dc:date>2013-08-02T14:58:56Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5561451?tstart=0#5561451</link>
      <description>&lt;!-- [DocumentBodyStart:5d89a6a4-721f-4616-9954-0e9a1bde5320] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you take&lt;strong&gt; var&lt;/strong&gt; off in the code then it will work but this makes myfile a global variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p&gt;function init(){&lt;strong&gt;myfile&lt;/strong&gt;=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'}) ;&lt;/p&gt;&lt;p&gt;myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myfile.stop();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yes now it is working, but I didn't understand &lt;em&gt;&lt;strong&gt;but this makes myfile a global variable.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One last thing, how I can pause the music so it should only pause and then it comes back from where it stops when I press the button again not play from the beginning.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d89a6a4-721f-4616-9954-0e9a1bde5320] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 14:28:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5561451?tstart=0#5561451</guid>
      <dc:date>2013-08-02T14:28:26Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560490?tstart=0#5560490</link>
      <description>&lt;!-- [DocumentBodyStart:157c275a-fdab-4618-a7d6-6fc8857f9ea9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If you take&lt;strong&gt; var&lt;/strong&gt; off in the code then it will work but this makes myfile a global variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p&gt;function init(){&lt;strong&gt;myfile&lt;/strong&gt;=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'});&lt;/p&gt;&lt;p&gt;myfile.play();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myfile.stop();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:157c275a-fdab-4618-a7d6-6fc8857f9ea9] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 03:37:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560490?tstart=0#5560490</guid>
      <dc:date>2013-08-02T03:37:40Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560370?tstart=0#5560370</link>
      <description>&lt;!-- [DocumentBodyStart:0d42271d-29d7-4bbb-8705-0650c1eac92b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I already did that, but&amp;nbsp; when I click on "Stop music" text box at the browser did not stop, attached the screenshot&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5560370-369472/Screen+shot+2013-08-02+at+5.09.21+AM.png"&gt;&lt;img alt="Screen shot 2013-08-02 at 5.09.21 AM.png" class="jive-image jive-image-thumbnail" height="188" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5560370-369472/450-188/Screen+shot+2013-08-02+at+5.09.21+AM.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5560370-369482/Screen+shot+2013-08-02+at+5.10.04+AM.png"&gt;&lt;img alt="Screen shot 2013-08-02 at 5.10.04 AM.png" class="jive-image jive-image-thumbnail" height="197" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5560370-369482/450-197/Screen+shot+2013-08-02+at+5.10.04+AM.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't know if this right&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d42271d-29d7-4bbb-8705-0650c1eac92b] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 02:21:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560370?tstart=0#5560370</guid>
      <dc:date>2013-08-02T02:21:24Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560349?tstart=0#5560349</link>
      <description>&lt;!-- [DocumentBodyStart:f1308812-b8bd-42fe-91d5-764fc973ccae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You need to put a button on the stage. I made a button and called it btn in the element panel. It can be any image or text.&lt;/p&gt;&lt;p&gt;Then put that in compositionReady. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1308812-b8bd-42fe-91d5-764fc973ccae] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 02:01:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560349?tstart=0#5560349</guid>
      <dc:date>2013-08-02T02:01:17Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560182?tstart=0#5560182</link>
      <description>&lt;!-- [DocumentBodyStart:92344a36-1ffd-4510-af3e-995b74b9ed83] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;span class="jive-content-block-pm"&gt;&lt;p&gt;If you want to give the user a way to stop the sound you could add an event like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('btn').click(function(){&lt;/p&gt;&lt;p&gt;myfile.stop();&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;p&gt;Where I have to apply that code, I tried to apply it on the stage it is not working, also I tried to appky it on stop button it also not working&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92344a36-1ffd-4510-af3e-995b74b9ed83] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 01:20:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560182?tstart=0#5560182</guid>
      <dc:date>2013-08-02T01:20:54Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560181?tstart=0#5560181</link>
      <description>&lt;!-- [DocumentBodyStart:44b58953-cbfe-4973-ac31-696c02f5b0f3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;YES, thank you very much it is working I am uploading the files now, "myfile.wav" is too big I don't know how it will load and how much time it will take to start let us see the result after uploading, but the music starts at firefox locally very fast&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you again for your help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44b58953-cbfe-4973-ac31-696c02f5b0f3] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 01:11:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560181?tstart=0#5560181</guid>
      <dc:date>2013-08-02T01:11:46Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5560119?tstart=0#5560119</link>
      <description>&lt;!-- [DocumentBodyStart:42e52dc4-53a0-4777-be60-9cd7d1ca34d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Corrected code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;yepnope({nope:['buzz.js',],complete:init});&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;function init(){var myfile=new buzz.sound("sounds/myfile",{formats:["mp3","ogg","wav"],loop:'true'}) ;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;myfile.play();}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42e52dc4-53a0-4777-be60-9cd7d1ca34d6] --&gt;</description>
      <pubDate>Fri, 02 Aug 2013 00:28:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5560119?tstart=0#5560119</guid>
      <dc:date>2013-08-02T00:28:59Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559883?tstart=0#5559883</link>
      <description>&lt;!-- [DocumentBodyStart:91fd383f-53a8-4ac9-95b0-40ce60794389] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you have all the sound formats files?&lt;/p&gt;&lt;p&gt;It should work. If you want, you can PM your files to me and I will look at it.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I have mp3, ogg and wav format, but still not working, I will upload all the files on Dropbox and send you the link at PM, thank you very much&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91fd383f-53a8-4ac9-95b0-40ce60794389] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 22:16:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559883?tstart=0#5559883</guid>
      <dc:date>2013-08-01T22:16:03Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>21</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559766?tstart=0#5559766</link>
      <description>&lt;!-- [DocumentBodyStart:84d2fb6e-3e2d-4aac-aaf2-062bbc7c5728] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Do you have all the sound formats files?&lt;/p&gt;&lt;p&gt;It should work. If you want, you can PM your files to me and I will look at it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:84d2fb6e-3e2d-4aac-aaf2-062bbc7c5728] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 21:30:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559766?tstart=0#5559766</guid>
      <dc:date>2013-08-01T21:30:48Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559643?tstart=0#5559643</link>
      <description>&lt;!-- [DocumentBodyStart:eb72b45e-3001-4469-a805-89e2d9bf84fa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't know what I am doing wrong, I copy and past the same code but still not working, strange!!!, here is my code I past but I change the location of my music in the code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yepnope(&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nope:[&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'buzz.js',&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; complete: init&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;);&lt;/p&gt;&lt;p&gt;function init() {&lt;/p&gt;&lt;p&gt;&amp;nbsp; yourSound = new buzz.sound("sounds/myfile", {formats: ["mp3", "ogg", "wav"],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop: 'true'});&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;// play sound:&lt;/p&gt;&lt;p&gt;yourSound .play();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is the image of my files locations:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5559643-369384/Screen+shot+2013-08-01+at+11.49.06+PM.png"&gt;&lt;img alt="Screen shot 2013-08-01 at 11.49.06 PM.png" class="jive-image" height="280" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5559643-369384/Screen+shot+2013-08-01+at+11.49.06+PM.png" width="359"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb72b45e-3001-4469-a805-89e2d9bf84fa] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 20:52:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559643?tstart=0#5559643</guid>
      <dc:date>2013-08-01T20:52:17Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>23</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559458?tstart=0#5559458</link>
      <description>&lt;!-- [DocumentBodyStart:a28143d6-2803-4f85-85d7-cde6ad61660a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, you can put the play() event in compositionReady instead of a symbol like the code above or even directly in the init function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;function init() {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&amp;nbsp; yourSound = new buzz.sound("media/yourSoundFileName", {formats: ["mp3", "ogg", "wav"], loop: 'true'});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; // play sound:&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yourSound .play();&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt; }&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a28143d6-2803-4f85-85d7-cde6ad61660a] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 19:45:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559458?tstart=0#5559458</guid>
      <dc:date>2013-08-01T19:45:10Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>24</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559455?tstart=0#5559455</link>
      <description>&lt;!-- [DocumentBodyStart:7da85fae-3d05-4b57-82c9-77373e5daa05] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for the example, I need the sound at the start of the website, does this example work?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7da85fae-3d05-4b57-82c9-77373e5daa05] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 19:42:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559455?tstart=0#5559455</guid>
      <dc:date>2013-08-01T19:42:20Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>25</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559172?tstart=0#5559172</link>
      <description>&lt;!-- [DocumentBodyStart:1fb06485-6284-4ba5-80a5-11ade0923339] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;No, yepnope is part of Edge Animate.&lt;/p&gt;&lt;p&gt;Do you use the sound at the start, on an event?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is a sample to show the sound on a click event:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://app.box.com/s/aqa54tzo7kd4tsftxvyi" rel="nofollow" target="_blank"&gt;https://app.box.com/s/aqa54tzo7kd4tsftxvyi&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fb06485-6284-4ba5-80a5-11ade0923339] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 18:22:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559172?tstart=0#5559172</guid>
      <dc:date>2013-08-01T18:22:01Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>26</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5559167?tstart=0#5559167</link>
      <description>&lt;!-- [DocumentBodyStart:cde9c9ab-78d2-43ee-a5c8-fd5037085d0e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No, you need the buzz.js file.&lt;/p&gt;&lt;p&gt;Put the code in composition ready.&lt;/p&gt;&lt;p&gt;Put the play() code where needed.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;What about "yepnope.js" do I need it too?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Khalil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cde9c9ab-78d2-43ee-a5c8-fd5037085d0e] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 18:11:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5559167?tstart=0#5559167</guid>
      <dc:date>2013-08-01T18:11:37Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>27</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558935?tstart=0#5558935</link>
      <description>&lt;!-- [DocumentBodyStart:057fd028-954a-4232-b02d-08ca1f058ce9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;No, you need the buzz.js file.&lt;/p&gt;&lt;p&gt;Put the code in composition ready.&lt;/p&gt;&lt;p&gt;Put the play() code where needed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:057fd028-954a-4232-b02d-08ca1f058ce9] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:19:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558935?tstart=0#5558935</guid>
      <dc:date>2013-08-01T17:19:08Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>28</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558932?tstart=0#5558932</link>
      <description>&lt;!-- [DocumentBodyStart:94b21019-2db0-4ab5-8c06-b62ab58d5726] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Resort to the Search feature on the forum.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Darrell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94b21019-2db0-4ab5-8c06-b62ab58d5726] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:17:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558932?tstart=0#5558932</guid>
      <dc:date>2013-08-01T17:17:10Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558830?tstart=0#5558830</link>
      <description>&lt;!-- [DocumentBodyStart:d6daba21-700d-4583-99f8-191c362cf510] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;heathrowe wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hear music, in IE?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If using the buzz script there is an earlier thread here regarding that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Darrell&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can I have the link for that thread please, Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d6daba21-700d-4583-99f8-191c362cf510] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:41:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558830?tstart=0#5558830</guid>
      <dc:date>2013-08-01T16:41:46Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558926?tstart=0#5558926</link>
      <description>&lt;!-- [DocumentBodyStart:34f2d284-0df9-4bc4-8512-4fd4db6b0d84] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;resdesign wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I load with yepnope in composition ready and then use the play code where needed. Use sound format for all browsers.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;yepnope(&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nope:[&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'js/buzz.js',&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; complete: init&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function init() {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; yourSound = new buzz.sound("media/yourSoundFileName", {formats: ["mp3", "ogg", "wav"],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop: 'true'});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// play sound:&lt;/p&gt;&lt;p&gt;yourSound .play();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can put the play() code where you need it. I have used it in symbols,&amp;nbsp; main timeline, or events. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Thanks for your reply, shall I remove buzz file from the server and how to apply the code at Edge&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34f2d284-0df9-4bc4-8512-4fd4db6b0d84] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:07:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558926?tstart=0#5558926</guid>
      <dc:date>2013-08-01T17:07:53Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>29</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558821?tstart=0#5558821</link>
      <description>&lt;!-- [DocumentBodyStart:67db34b3-b3ce-46a4-ac5f-9738f5dbe61f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I load with yepnope in composition ready and then use the play code where needed. Use sound format for all browsers.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;yepnope(&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nope:[&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'js/buzz.js',&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; complete: init&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function init() {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; yourSound = new buzz.sound("media/yourSoundFileName", {formats: ["mp3", "ogg", "wav"],&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop: 'true'});&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// play sound:&lt;/p&gt;&lt;p&gt;yourSound .play();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can put the play() code where you need it. I have used it in symbols,&amp;nbsp; main timeline, or events. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67db34b3-b3ce-46a4-ac5f-9738f5dbe61f] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:26:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558821?tstart=0#5558821</guid>
      <dc:date>2013-08-01T16:26:53Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>30</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558743?tstart=0#5558743</link>
      <description>&lt;!-- [DocumentBodyStart:3619c9a1-733d-4c88-b4ec-b6697bca8e52] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I hear music, in IE?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If using the buzz script there is an earlier thread here regarding that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Darrell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3619c9a1-733d-4c88-b4ec-b6697bca8e52] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:24:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558743?tstart=0#5558743</guid>
      <dc:date>2013-08-01T16:24:45Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5558738?tstart=0#5558738</link>
      <description>&lt;!-- [DocumentBodyStart:da19a78a-b7fe-47cf-bba0-a7bd501c3c62] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Darell, Thank you for your help, I made the image big as the big screen with no-repeat,&amp;nbsp; here is my codes that works perfectly:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Center:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;$("#Stage").css("margin","auto");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Full background image with no repeat:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;$("body").css("background-image","url(images/background.jpg)","background-repeat","no-repe at");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Favicon:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;$('#Stage').append('&amp;lt;link rel="icon" href="images/favicon.ico"type="image/x-icon"&amp;gt;&amp;lt;link rel="shortcut icon" href="favicon.ico"type="image/vnd.microsoft.icon"&amp;gt;');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and all works perfectly&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&lt;em&gt;&lt;strong&gt;But music is NOT working this is the code:&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;var mySound = new buzz.sound("sounds/myfile.mp3");&lt;/p&gt;&lt;p&gt;mySound.play()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //.fadeIn()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //.loop()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bind( "timeupdate", function() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var timer = buzz.toTimer( this.getTime() );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById( "timer" ).innerHTML = timer;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;here is the site link: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.khaleha3rbi.com/" rel="nofollow" target="_blank"&gt;http://www.khaleha3rbi.com/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:da19a78a-b7fe-47cf-bba0-a7bd501c3c62] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:17:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5558738?tstart=0#5558738</guid>
      <dc:date>2013-08-01T16:17:01Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>34</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5557969?tstart=0#5557969</link>
      <description>&lt;!-- [DocumentBodyStart:96f6b042-1d36-4048-ba86-d6d80e518815] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would use the cover property, details here - &lt;a class="jive-link-external-small" href="http://www.w3schools.com/cssref/css3_pr_background-size.asp" rel="nofollow"&gt;http://www.w3schools.com/cssref/css3_pr_background-size.asp&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So in your case try something like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$('html, body').css({&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "background": "url(images//background.jpg) no-repeat center center fixed",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-webkit-background-size": "cover",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-moz-background-size": "cover",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-o-background-size": "cover",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "background-size": "cover",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "filter": "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images//background.jpg', sizingMethod='scale')",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-ms-filter": "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images//background.jpg', sizingMethod='scale')"&lt;/p&gt;&lt;p&gt;&amp;nbsp; });&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Darrell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96f6b042-1d36-4048-ba86-d6d80e518815] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 12:31:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5557969?tstart=0#5557969</guid>
      <dc:date>2013-08-01T12:31:03Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>35</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to center page designed in Edge</title>
      <link>https://forums.adobe.com/message/5557516?tstart=0#5557516</link>
      <description>&lt;!-- [DocumentBodyStart:994d5fc8-ae0e-4b63-90c0-7bec8ee14312] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you very mych Darell, YES, that's what I am looking for "body" tag, I already changed it,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One last thing, how to stop making it repeat and let it resize as the browser window.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much again Darell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:994d5fc8-ae0e-4b63-90c0-7bec8ee14312] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 08:17:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5557516?tstart=0#5557516</guid>
      <dc:date>2013-08-01T08:17:53Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>36</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

