Firefox & Safari - param name loop not seen?

Ask a Question related to Macromedia Flash Player, Design and Development.

  1. #1

    Default Firefox & Safari - param name loop not seen?

    Help,

    Can't figure out why the param name tag loop value = false is not seen in
    Firefox and Safari; MS IE no problem
    I added the follow code in my html to have no loping on the flash movie
    (logo.swf); .. it only works for MSIE , while Firefox and Safari doesn't seem
    to see the param name , any clue ?

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=6,0,29,0" width="540" height="40">
    <param name="movie" value="images/logo.swf">
    <param name="quality" value="high">
    <param name="loop" value="false">
    <embed src="images/logo.swf" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="540" height="40"></embed>
    </object>

    I also tried this with all param's including the closing code </param> , no go
    either :mad;

    alphori Guest

  2. Similar Questions and Discussions

    1. firefox & safari swLiveConnect Problem
      I'm trying to dynamically resize the flash movie by sending stage height to javascript. It works fine in IE6 but only works occasionally in firefox...
    2. Flash 9w/Firefox and Safari
      I have installed, uninstalled and re-installed several times and I can't display flash images. It says it's installed until I get to a page that...
    3. Extra Space Displayed in Safari, Firefox 1.5
      I'm using Dreamweaver MX (6.0), and I am finding that a table I've created displays with extra space between the rows, in Safari and in the newest...
    4. Browser check for Safari and Firefox
      Does anyone know where I can find an extension to enable a page to check for above browsers and then redirect if either are detected? Or, does any...
    5. To All Macintosh Users: IE Mac or Safari or Firefox?
      To all Mac users: Which browser are you using? IE Mac 5.23 Safari Firefox Is anyone still using IE Mac 5.23 considering the Microsoft...
  3. #2

    Default Re: Firefox & Safari - param name loop not seen?

    although i believe it should work with html somehow
    the simple solution is to build in a stop action into the flash movie [ stop(); ] :tounge;
    alphori Guest

  4. #3

    Default Re: Firefox & Safari - param name loop not seen?

    loop and play param/attrib are buggy .. NEVER use them
    --
    Jeckyl


    Jeckyl 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