<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">I'd lke to create a
cross-platform app that has looping music between a couple of the cards
(3 cards out of 8).&nbsp; Then, after the user moves to a card that is not
intended to have music, I'd like the music to fade out.<br>
<br>
In my initial attempt, I used QT and put a QT player object (hidden
offscreen) to play the music.&nbsp; This almost worked, except that for some
reason, Rev makes this "rectangle animation" occur when first landing
on the card.&nbsp; This rectangle animation seems to be the QT player moving
itself off-stage.&nbsp; If I remove the QT player object, the animation goes
away - - - strange.<br>
<br>
Right now, I've got the looping sound file as a small .AIF file.&nbsp; Can
anyone tell me what my options are?&nbsp; This application is coming from an
URL off of a web-server, so it may be best to stream the audio - - -
I'm not sure at this point.<br>
<br>
- Rob<br>
</font></font>
</body>
</html>