Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 864475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:29:05+00:00 2026-05-15T09:29:05+00:00

… and i cant figure out why. The script is following: <script type=text/javascript src=http://path/to/js/jquery-1.4.2.min.js></script>

  • 0

… and i cant figure out why.

The script is following:

<script type="text/javascript" src="http://path/to/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
            function openMediaPlayer() {
                $('#flashMovie').animate({'height':'333px'});
            }
            function closeMediaPlayer() {
                $('#flashMovie').animate({'height':'80px'});
            }
            jQuery(function($){
                $('#videoholder').bind('mouseenter', function(){
                    openMediaPlayer();
                });
                $('#videoholder').bind('mouseleave', function(){
                    closeMediaPlayer();
                });
            });
</script>
<div id="videoholder" style="height:80px;width:412px;">
<object width="412" height="80" type="application/x-shockwave-flash" id="flashMovie" name="flashMovie" style="height: 80px;" data="http://path/to/Player.swf"><param name="menu" value="false"><param name="bgcolor" value="#666666"><param name="allowFullscreen" value="true"><param name="flashvars" value="playlistURL=http://path/to/Player/data/playlist.xml"></object>
</div>

pure and simple resizing flash object. It worked with older(1.3.2) jquery verision. The animate just does not work.

Can anyone tell me what i should change to get it working again?

Alan.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T09:29:05+00:00Added an answer on May 15, 2026 at 9:29 am

    There’s no error because jQuery catches and throws away event handler errors in response to mouseenter/mouseleave (line 2170 in 1.4.2). Bad jQuery! Using mouseover/mouseout instead allows you to see the error.

    Which is: ‘queue is undefined’ on line 1177. This is caused by the previous call to queue() failing, because the attempt to set the fxqueue data item on the <object> fails. (But instead of raising an error to flag the failure, it silently returns undefined. Bad jQuery!)

    jQuery 1.4.2 fails to set data() on <object> (where 1.3.2 succeeds) because it deliberately won’t: it checks the jQuery.noData variable which tells it that <object> elements can’t have arbitrary (‘expando’) properties set on them, and jQuery’s data() mechanism, and hence animation-queuing is dependent on this facility. Bad jQuery!

    Traditionally browsers have had trouble with expandos on <object>, but specifically for the case of Flash, it does actually work in most modern browsers (even if it’s pretty bad practice). So you could try telling jQuery to shut up and allow you to animate plugin elements by saying:

    jQuery.noData= {};
    

    at some point before calling animate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

so I did $subject = 'sakdlfjsalfdjslfad <a href=something/8230>lol is that true?</a> lalalala'; $subject =
I have an element like this: <span class=tool_tip title=The full title>The ful&#8230;</span> This seems
When I use the list function: el_nino_1974_2000_all <- list() for (k in seq_along(el_nino_start_month)){ el_nino_1974_2000_all[[k]]
I have this xml <entry id=1008 section=articles> <excerpt><p>&#8230; in Richtung „Aus für Tierversuche. Kosmetik-Fertigprodukte
Why does the Android system throw this Exception? 05-18 12:33:44.169 W/System.err( 8230): java.io.IOException: Is
CGI.escapeHTML is pretty bad, but CGI.unescapeHTML is completely borked. For example: require 'cgi' CGI.unescapeHTML('&#8230;')
I'm using a plugin to show only the first 500 characters of a text...
I'm trying to work out why it won't let me attach a file from
what about this one: I want to format the currentTime displayed by a videoPlayer
I've successfully connected to XMPP server (from android XMPP client), and I can send

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.