My movie repeats (NOT LOOPS) vertically

50 views
Skip to first unread message

craftne

unread,
Nov 10, 2009, 1:24:26 PM11/10/09
to SWFObject
Hello,

Having a problem with the movie appearing a second time outside and
below the div. It plays twice. The div is expansive enough to contain
the movie, with about 20px play room.

What would cause this and how do I fix it? I've done an Internet
search and have seen only one answer that didn't apply to my code.

cheers.
N

Sam Sherlock

unread,
Nov 10, 2009, 2:24:35 PM11/10/09
to swfo...@googlegroups.com
Have you got a link to this?

If not some sample code otherwise any suggestions are mere shots in the dark

- S




2009/11/10 craftne <cra...@yahoo.com>

Aran Rhee

unread,
Nov 10, 2009, 7:03:47 PM11/10/09
to swfo...@googlegroups.com
Sounds like you have another swf definition (using a standard embed or other js insertion method). As Sam said, please supply a link to the page, and people can then offer feedback.

Aran

craftne

unread,
Nov 12, 2009, 1:15:59 PM11/12/09
to SWFObject
http://www.nancycraft.net

thanx

On Nov 10, 2:24 pm, Sam Sherlock <sam.sherl...@gmail.com> wrote:
> Have you got a link to this?
>
> If not some sample code otherwise any suggestions are mere shots in the dark
>
> - S
>
> 2009/11/10 craftne <craf...@yahoo.com>

Sam Sherlock

unread,
Nov 12, 2009, 4:42:41 PM11/12/09
to swfo...@googlegroups.com
Hi Nancy

in you code you have an embed tag - swfobject static use only object tags  your code has three referances to the swf so two are displaying in the browser which your using
 in firefox only one is displayed

<code>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="900" id="enns" name="enns">
				<param name="movie" value="/flash/enns.swf" />
				<param name="play" value="true" />
				<param name="loop" value="false" />
        <param name="wmode" value="transparent" />
				<param name="quality" value="high" />
				<param name="scale" value="noscale" />
				<param name="salign" value="tl" />
                <param name="repeat" value="false" />
				<param name="devicefont" value="true" />
				<param name="seamlesstabbing" value="true" />
				<param name="swliveconnect" value="true" />
<embed wmode="transparent" src="/flash/enns.swf" quality="high" width="900" height="900" name="enns" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
				<!--[if !IE]>-->
				<object type="application/x-shockwave-flash" data="/flash/enns.swf" width="900" height="900">
					<param name="play" value="true" />
					<param name="loop" value="false" />


</code>
- S

+44 (0)7507 38 48 74


2009/11/12 craftne <cra...@yahoo.com>

Aran Rhee

unread,
Nov 12, 2009, 6:49:31 PM11/12/09
to swfo...@googlegroups.com
Nancy, I would suggest using the online code generator (found on the swfobject wiki) to help you write valid code.

Aran
Reply all
Reply to author
Forward
0 new messages