Hello Bob,
I only use Interactive occasionally. Wish I had time for more! Last year I was trying to create a loop and Jyoti Bhatnagar, Quark Interactive Designer with Quark helped me out. Here are his instructions. The thing that made the difference for me was step five (Fit box to picture.)
This is possible with below steps:
1. Create an interactive layout with video object. Select video using External Resource option. In External Resource
dialog, delete the browsed path and keep only video file name (to make it absolute path). Select Loop video in options
dropdown.
2. Go to Scripts tab and create new script, assign action Video > Play > Video object.
3. Go to Page tab and assign above created script to Entry script of Page 1.
4. Export Layout as Macromedia Flash file. In Export folder only SWF file is created, copy the referenced video file here
and double click on the SWF file to check if video is playing correctly.
5. Create Web layout and draw a picture box on it, import SWF file in it and right click on the picture box > select Fit
box to picture option.Basically if the box is smaller than the SWF, QuarkXPress thinks you are trying to edit the image
(because it thinks you want to crop the image using the box) so it will take the preview (first frame) of the SWF and
crop it (therefore making it a static image). Making the box fit the SWF will avoid this from happening and
QuarkXPress will just pass the SWF right through.
6. Export the web layout as HTML.Now you would have your .html files and an "image" folder. Simply copy the video file,
inside this "image" folder. The swf will now have access to the video file and you would be able to see it in your web
page.