<HTML dir=ltr><HEAD><TITLE>[Xerte] swf won't play</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText35629 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>You have control of the swf source code, right?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>When you load the swf as a graphic into iconID, you will get an onLoad event fire. You can listen for that using an interaction icon and an event response. Then you can access the main timeline of your swf using the iconID.clip property.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>So in the event handler you ought to be able to do iconID.clip.play(), unless anything inside the swf is stopping it,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>J</FONT></DIV></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Gregory P Sweet<BR><B>Sent:</B> Mon 16/03/2009 18:59<BR><B>To:</B> Authorware Professional; xerte@lists.nottingham.ac.uk<BR><B>Subject:</B> [Xerte] swf won't play<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Originally aksed this question on AWARE list but was advised to come over<BR>here.<BR><BR>I simply want to cause the flow to pause until the user clicks a button.<BR><BR>Paul Forwarded me the solution below, and I had arrived at much of it<BR>myself, save the scripting (I was trying to do this without scripting). But<BR>it's a no go. The SWF simply will not play unless autoplay is set to 1, and<BR>of course when autoplay is set to 1, the SWF just starts playing ingoring<BR>the controls I put in.<BR><BR>When I attempted to use the controls (controls = 1) only the first second<BR>or so of the swf play.<BR><BR>Authorware Professional &lt;AWARE@LISTSERV.CC.KULEUVEN.AC.BE&gt; wrote on<BR>03/13/2009 04:48:13 PM:<BR><BR>&gt; I have done something very similar to what you want to do. Here's a<BR>&gt; diagram of the flow I used:<BR>&gt;<BR>&gt; - Page Icon<BR>&gt;&nbsp;&nbsp;&nbsp; - Graphic icon for placeholder graphic<BR>&gt;&nbsp;&nbsp;&nbsp; - Text icon for page text<BR>&gt;&nbsp;&nbsp;&nbsp; - Graphic icon for the movie (with an id of 'st_movie',<BR>&gt; controls=0 and autoplay=0)<BR>&gt;&nbsp;&nbsp;&nbsp; - Script icon to make movie invisible<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - script icon contents<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; st_movie.fade('out', .01); // to make movie<BR>&gt; invisible<BR>&gt;&nbsp;&nbsp;&nbsp; - Interaction icon (I made mine Perpetual so user can replay<BR>&gt; movie)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Button response (with erase=0 and exit=1)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Script icon<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - script icon contents:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; st_movie.fade('in', .1); // make<BR>&gt; movie visible<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; st_movie.play(); // play movie<BR>&gt;<BR>&gt; You could also use a Decision icon with the pause property set to 1.<BR>&gt; Flow will pause until the user clicks the mouse. And a Time Limit<BR>&gt; interaction response can be used in place of AW's Wait icon.<BR>&gt;<BR>&gt; HTH,<BR>&gt; Paul<BR>&gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: Authorware Professional<BR>&gt; [<A href="mailto:AWARE@LISTSERV.CC.KULEUVEN.AC.BE">mailto:AWARE@LISTSERV.CC.KULEUVEN.AC.BE</A>]<BR>&gt; &gt; On Behalf Of Gregory P Sweet<BR>&gt; &gt; Sent: Friday, March 13, 2009 1:13 PM<BR>&gt; &gt; To: AWARE@LISTSERV.CC.KULEUVEN.AC.BE<BR>&gt; &gt; Subject: Learning Xetre<BR>&gt; &gt;<BR>&gt; &gt; All,<BR>&gt; &gt;<BR>&gt; &gt; I've decided it was time to really dig into Xerte and start to learn<BR>&gt; &gt; how to<BR>&gt; &gt; really use it. I have to say though that while the concept seems<BR>&gt; &gt; sraightforward enough I'm a bit lost without a wait icon or erase<BR>&gt; icon.<BR>&gt; &gt;<BR>&gt; &gt; I have a piece where I want a flash demo to play, but not until the<BR>&gt; &gt; user<BR>&gt; &gt; clicks to make it start. I also want a graphic to occupy the space<BR>&gt; &gt; until<BR>&gt; &gt; the user decides to start the piece.<BR>&gt; &gt;<BR>&gt; &gt; If I let the swf autoplay then it just starts playing. If I turn the<BR>&gt; &gt; autoplay off, the place holder graphic displays, but the flow never<BR>&gt; &gt; reaches<BR>&gt; &gt; the swf.&nbsp; How the heck do you do this in Xerte?<BR>&gt; &gt;<BR>&gt; &gt; -Greg<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; IMPORTANT NOTICE:&nbsp; This e-mail and any attachments may contain<BR>&gt; &gt; confidential or sensitive information which is, or may be, legally<BR>&gt; &gt; privileged or otherwise protected by law from further disclosure.&nbsp; It<BR>&gt; &gt; is intended only for the addressee.&nbsp; If you received this in error or<BR>&gt; &gt; from someone who was not authorized to send it to you, please do not<BR>&gt; &gt; distribute, copy or use it or any attachments.&nbsp; Please notify the<BR>&gt; &gt; sender immediately by reply e-mail and delete this from your system.<BR>&gt; &gt; Thank you for your cooperation.<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; Adobe has officially ended development of the E-learning tool<BR>&gt; &gt; Authorware<BR>&gt; &gt; The AWARE list has transformed into a platform for E-learning<BR>&gt; &gt; professionals (which it allready was).<BR>&gt; &gt;<BR>&gt; &gt; Feel free to submit Authorware,Silverlight,Flash,LMS and other E-<BR>&gt; &gt; learning related questions<BR>&gt; &gt;<BR>&gt; &gt; <A href="http://www.authorware.com/">http://www.authorware.com/</A><BR>&gt; &gt;<BR>&gt; &gt; Netiquette:<BR>&gt; &gt; * Use descriptive subject fields<BR>&gt;<BR>&gt; --<BR>&gt; Adobe has officially ended development of the E-learning tool Authorware<BR>&gt; The AWARE list has transformed into a platform for E-learning<BR>&gt; professionals (which it allready was).<BR>&gt;<BR>&gt; Feel free to submit Authorware,Silverlight,Flash,LMS and other E-<BR>&gt; learning related questions<BR>&gt;<BR>&gt; <A href="http://www.authorware.com/">http://www.authorware.com/</A><BR>&gt;<BR>&gt; Netiquette:<BR>&gt; * Use descriptive subject fields<BR><BR><BR>IMPORTANT NOTICE:&nbsp; This e-mail and any attachments may contain confidential or sensitive information which is, or may be, legally privileged or otherwise protected by law from further disclosure.&nbsp; It is intended only for the addressee.&nbsp; If you received this in error or from someone who was not authorized to send it to you, please do not distribute, copy or use it or any attachments.&nbsp; Please notify the sender immediately by reply e-mail and delete this from your system. Thank you for your cooperation.<BR><BR>_______________________________________________<BR>Xerte mailing list<BR>Xerte@lists.nottingham.ac.uk<BR><A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR></FONT></P></DIV></BODY></HTML>