SWF causes JSP to hang

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

  1. #1

    Default SWF causes JSP to hang

    When I include the example <object> tag in my JSP the JSP just spins...I
    haven't put a sniffer to work yet but that's my next step...everything is local
    (i.e. nothing from a remote site, except for codebase attributes, etc. for MM),
    I can manually view the SWF files in IE no problem...

    Has anyone seen this before...I have seen this before but can't for the life
    of me remember how I fixed it last time...help :)

    TIA
    Regards,
    Rob

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

    _Rob Guest

  2. Similar Questions and Discussions

    1. IO::Socket sometimes hang, why? Please help
      Hi, This is a really confusing question for me. This is what I am trying to do: 1. Server sends a command to client 2. Server sleeps while...
    2. Hang up in Distiller
      I am having the same problem with quark 4.11 and distiller 4.0. (freezing and not seeming to complete) except i find my file in the tmp folder and it...
    3. IInformix 7.20 hang
      Hi, I have a big problem with an Informix server 7.20uc2 on AIX 4.2.1 wich hang on checkpoint required. What happens: the system disk...
    4. SQL Query hang
      Hi Everyoe, I am using IDS 9.3. I have a very tricky situation to deal with. Here it is:
    5. hdr hang
      Hello, ids 9.30uc1 on unixware 7.x. hdr seems to be hang when checkpoint increase on my secondary server (>200). I increase drtimeout on primary...
  3. #2

    Default Re: SWF causes JSP to hang

    Never mind...problem was that I was looking at this too long...it was as simple
    as a path problem to the source file...the relative URL was wrong to the SWF
    files...

    I'll know this going forward but it would seem to me that it would be better
    to just report that the SWF could not be found vs. just spinning...then again,
    perhaps I don't have an attribute set to allow for that specific interaction.

    _Rob Guest

  4. #3

    Default Re: SWF causes JSP to hang

    _Rob wrote:
    > Never mind...problem was that I was looking at this too long...it was as simple
    > as a path problem to the source file...the relative URL was wrong to the SWF
    > files...
    >
    > I'll know this going forward but it would seem to me that it would be better
    > to just report that the SWF could not be found vs. just spinning...then again,
    > perhaps I don't have an attribute set to allow for that specific interaction.
    I don't think the browser actually gives us that ability inside of an
    object tag.. probably could be scripted though..

    --
    Regards,

    Bentley Wolfe
    Senior Support Engineer, Macromedia
    Senior Escalation Engineer, Flash

    Macrochats are live, online technical product presentations!
    View the list of Macrochat topics here: [url]www.macromedia.com/community[/url]
    Bentley Wolfe 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