<?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 : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Fri, 10 Sep 2010 17:46:42 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2010-09-10T17:46:42Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Calculate forms fields not working in Foxit</title>
      <link>https://forums.adobe.com/thread/718620</link>
      <description>&lt;!-- [DocumentBodyStart:f489b20f-e664-4ae3-acc1-fba298667340] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all - hopefully someone can help me out - been staring at this issue for a long time, cant fix it &lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" 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;Designing a form using LiveCycle, has Qty and Price fields that auto-calculate into a total. (used the "purchase order" template provided by adobe)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Works great in Adobe Reader, but when opened in Foxit reader, the fields dont calculate. just enter the qty and price and nothing happens. In fact, the Price box isn't formatted as a $ field either.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's essential to me that my form be compatible, as many of my users are on Foxit.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any solutions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f489b20f-e664-4ae3-acc1-fba298667340] --&gt;&lt;img src='/beacon?t=1415951405973' /&gt;</description>
      <pubDate>Fri, 10 Sep 2010 17:46:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/718620</guid>
      <dc:date>2010-09-10T17:46:42Z</dc:date>
      <clearspace:dateToText>6 days 7 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Load multiple SWFs containing FLV videos</title>
      <link>https://forums.adobe.com/thread/499436</link>
      <description>&lt;!-- [DocumentBodyStart:087e4d8b-df25-4b88-9826-67f1a32d5b33] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, I'm having a heck of a time trying to get a number of external SWFs loaded into one main SWF in successive order, the next one playing after the other has ended. To complicate matters, the external SWFs have FLV files in them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;using Flash CS3&lt;/p&gt;&lt;p&gt;Actionscript 3.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, here's essentially what I'm looking to do:&lt;/p&gt;&lt;p&gt;- I have one main SWF file (call it main.swf)&lt;/p&gt;&lt;p&gt;- load several SWF files into this file so they play in order (let's call them movie1.swf, movie2.swf, movie3.swf, and so on)&lt;/p&gt;&lt;p&gt;- these external SWF files all have FLV progressive downloads (not embedded, becuase then my audio doesn't sync up)&lt;/p&gt;&lt;p&gt;- I want movie1.swf to load and play in the main file, then detect when the movie is complete, and unload that audio/video then load in movie2.swf, and so on.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This script seemed promising, but loads all of my SWFs on top of each other, making for some ::interesting:: audio... &lt;span aria-label="Silly" class="emoticon-inline emoticon_silly" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;(i have it pasted in actions on first frame in main.swf)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var a:Array = new Array("movie1.swf", "movie2.swf", "movie3.swf");&lt;br/&gt;var tl:MovieClip=this&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;var index:uint=0;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;loadF(new Event("nada"));&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;function loadF(e:Event){&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;if(index&amp;lt;a.length){&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;tl["ldr_"+index]=new Loader();&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;tl["ldr_"+index].x=index*1000;&amp;nbsp; // or whatever&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;addChild(tl["ldr_"+index]);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;tl["ldr_"+index].contentLoaderInfo.addEventListener(Event.COMPLETE,loadF);&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;tl["ldr_"+index].load(new URLRequest(a[index]));&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;index++;&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe there's some code that can be pasted in the individual SWFs? i dunno... please help!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is GREATLY APPRECIATED!!!! Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:087e4d8b-df25-4b88-9826-67f1a32d5b33] --&gt;</description>
      <pubDate>Tue, 29 Sep 2009 23:36:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/499436</guid>
      <dc:date>2009-09-29T23:36:23Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

