A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: How can i turn off loop SWF in HTML?

  1. #1
    Member
    Join Date
    Feb 2001
    Posts
    67
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="774" height="448" align="center">
    <param name="SRC" value="intro.swf">
    <PARAM NAME=wmode VALUE=transparent>
    <EMBED SRC="intro.swf" WIDTH="774" HEIGHT="448" LOOP="true" QUALITY="high" wmode="transparent">
    </OBJECT>

    So here is LOOP="true". How can I turn off loop. The SWF file is not made in Swish so i have no chance to use stop action. I would also like to turn off other options like Zoom In, Zoom Out, Quality...

  2. #2
    Originally posted by eugogi
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="774" height="448" align="center">
    <param name="SRC" value="intro.swf">
    <PARAM NAME=wmode VALUE=transparent>
    <EMBED SRC="intro.swf" WIDTH="774" HEIGHT="448" LOOP="true" QUALITY="high" wmode="transparent">
    </OBJECT>

    So here is LOOP="true". How can I turn off loop. The SWF file is not made in Swish so i have no chance to use stop action. I would also like to turn off other options like Zoom In, Zoom Out, Quality...
    Try LOOP="false"

  3. #3
    Member
    Join Date
    Feb 2001
    Posts
    67

    it doesn't work

    it doesn't work

  4. #4
    Junior Member
    Join Date
    Aug 2001
    Posts
    3

    Flash Loop

    Well i use Dreamweaver 4

    load it into a frame.. goto properties.
    There is a loop tag... Turn that one off.

  5. #5
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    Originally posted by eugogi
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="774" height="448" align="center">
    <param name="SRC" value="intro.swf">
    <PARAM NAME=wmode VALUE=transparent>
    <EMBED SRC="intro.swf" WIDTH="774" HEIGHT="448" LOOP="true" QUALITY="high" wmode="transparent">
    </OBJECT>

    So here is LOOP="true". How can I turn off loop. The SWF file is not made in Swish so i have no chance to use stop action. I would also like to turn off other options like Zoom In, Zoom Out, Quality...
    You are missing the <param name="loop" value="false"> tag.

    You need both the <param name="loop"...> and the <embed ... loop=...> tags (one is for IE and the other for Netscape).

  6. #6
    Junior Member
    Join Date
    Aug 2001
    Posts
    1

    <You are missing the <param name="loop" value="false"> tag.

    <You need both the <param name="loop"...> and the <embed ... loop=...> tags (one is for IE and the other for Netscape).


    This works very good in newest browsers,but how to stop loop for older versions of Netscape, like 4.0. There the loop is still working, even with setting
    <param name="loop" value="false">
    <embed ... loop="false">
    ??????????

  7. #7
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    Originally posted by shanti

    This works very good in newest browsers,but how to stop loop for older versions of Netscape, like 4.0. There the loop is still working, even with setting
    <param name="loop" value="false">
    <embed ... loop="false">
    I suggest you try one of the Flash support forums or newsgroups .. just don't mention the "SWISH" word because then many Flahs users will wash their hands of the problem and try to talk you into using Flash because SWiSH is only for losers etc.

    Just say you have a SWF file and you need to stop it looking and you don't have the source FLA for it, and want to stop it looping.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center