SWF movies- stop looping

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default SWF movies- stop looping

    Hi
    I have a SWF file and it I have it playing in a html page. I DO NOT want it to
    loop as after its done you go to a diffrent page. I have managed to stop it
    looping in Internet Explorer but not in Firefox. I have got the code using
    Dreamweaver but just need it to work in both browsers.

    So what im asking is: How do I stop a SWF looping in firefox?

    Thanks ;)

    JasonOlsen Guest

  2. Similar Questions and Discussions

    1. Stop a Looping .SWF
      hi there, you can stop the flash movie from looping by adding the following param <param name="loop" value="false">
    2. How to stop looping
      I am trying to create a banner to a web page. I have the flash movie created, but I cannot figure out how to get the animation to play once and then...
    3. stop a sound from looping
      Can someone tell me how to stop a sound from looping. this is my script : onEnterFrame = function () { bus_mc._x += 20; wave_sound = new...
    4. MX Prof 2004 - Unable to stop movie from looping
      Hello, My Flash document is a product demo and many subsequent scenes include AVI movie clips. My problem is that the AVIs keep looping and I...
    5. How can I get my Flash video to stop looping and...
      How can I get my Flash video to stop looping and play the same on all computers. What I have is 4 introduction videos playing in different...
  3. #2

    Default Re: SWF movies- stop looping

    Loop="false"
    see this line for your swf file and edit it as this



    <EMBED SRC="Untitled-1.swf" WIDTH="400" HEIGHT="300" PLAY="true" LOOP="false"
    WMODE="opaque" QUALITY="high"

    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    ion=ShockwaveFlash">


    Dr octopus Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139