My favorites | Sign in
Google
       
Details: Show all Hide all

Earlier this year

  • Sep 17, 2009
    issue 372 (data:no in FF) Status changed   -  
    Status: Accepted
    Status: Accepted
  • Sep 17, 2009
    issue 373 (ff 3.5 and wmode) Status changed   -   wmode issues are not caused by SWFObject, please consult the Adobe Flash Player bug system for open wmode issues
    Status: Invalid
    wmode issues are not caused by SWFObject, please consult the Adobe Flash Player bug system for open wmode issues
    Status: Invalid
  • Sep 14, 2009
    issue 371 (On Linux/Firefox - only partially renders Flex app) Status changed   -   For authoring issues, please use the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid
    For authoring issues, please use the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid
  • Sep 09, 2009
    issue 370 (Flash content bleeds through a jQuery-UI dialog regardless o...) Status changed   -   For authoring questions please use the SWFObject 2 discussion group.
    Status: Invalid
    For authoring questions please use the SWFObject 2 discussion group.
    Status: Invalid
  • Sep 07, 2009
    issue 367 (Flash player producing visual anomalies only in FF on powerp...) Status changed   -   Please use the discussion group for authoring questions
    Status: Invalid
    Please use the discussion group for authoring questions
    Status: Invalid
  • Sep 07, 2009
    issue 369 (FireFox 3 Mac/Windows - page with flash content appears to r...) Status changed   -   Please use the discussion group for authoring questions.
    Status: Invalid
    Please use the discussion group for authoring questions.
    Status: Invalid
  • Sep 07, 2009
    issue 368 (Firefox 3 - Flash content appears to relodreloads page) commented on   -   no problem
    no problem
  • Sep 07, 2009
    issue 368 (Firefox 3 - Flash content appears to relodreloads page) Status changed   -   no problem
    Status: Invalid
    no problem
    Status: Invalid
  • Sep 03, 2009
    issue 366 (window onunload IE8,IE7,IE6 memory lack) Status changed   -   We cannot reproduce the issue with our test suite. I suspect that this is a SWFObject + JW FLW player implementation issue (see comment 4). Please consult the JW FLW discussion group for similar issues/solutions. Also, what is your testing setup? (amount of systems, IE standalone versions)
    Status: WontFix
    We cannot reproduce the issue with our test suite. I suspect that this is a SWFObject + JW FLW player implementation issue (see comment 4). Please consult the JW FLW discussion group for similar issues/solutions. Also, what is your testing setup? (amount of systems, IE standalone versions)
    Status: WontFix
  • Aug 27, 2009
    issue 345 (Can swfobject be modified to include support for installing ...) Status changed   -  
    Status: Accepted
    Status: Accepted
  • Aug 27, 2009
    issue 366 (window onunload IE8,IE7,IE6 memory lack) commented on   -   When you browse to through our test suite, do you get the same error messages? http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/
    When you browse to through our test suite, do you get the same error messages? http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/
  • Aug 27, 2009
    issue 365 (Need onunload function as well) changed   -   Because SWFObject uses cross-browser onDomLoad and addLoadEvent methods internally (they are exposed via the API as convenience methods), while it only uses onunload for IE (no cross-browser method). And we'd like to keep our code base as small as possible, so we will only include in the library what's necessary.
    Status: WontFix
    Labels: Type-Enhancement Type-Defect
    Because SWFObject uses cross-browser onDomLoad and addLoadEvent methods internally (they are exposed via the API as convenience methods), while it only uses onunload for IE (no cross-browser method). And we'd like to keep our code base as small as possible, so we will only include in the library what's necessary.
    Status: WontFix
    Labels: Type-Enhancement Type-Defect
  • Aug 26, 2009
    issue 365 (Need onunload function as well) commented on   -   Why not implement your own custom onunload function?
    Why not implement your own custom onunload function?
  • Aug 24, 2009
    issue 364 (100% height in firefox displays larger then it should and cu...) Status changed   -   This is a typical authoring issue, please consult the SWFObject 2 discussion group for this.
    Status: Invalid
    This is a typical authoring issue, please consult the SWFObject 2 discussion group for this.
    Status: Invalid
  • Aug 24, 2009
    issue 363 (filerefrence.download() will not work with swfobject 2.2) Status changed   -   This issue should be logged into the Adobe Flex issue list instead. There are 4 ways of publishing Flash (static and dynamic using DOM methods, documnt.write and outerHTML/innerHTML) and the Flex team should make sure that their methods work for all 4 methods.
    Status: WontFix
    This issue should be logged into the Adobe Flex issue list instead. There are 4 ways of publishing Flash (static and dynamic using DOM methods, documnt.write and outerHTML/innerHTML) and the Flex team should make sure that their methods work for all 4 methods.
    Status: WontFix
  • Aug 20, 2009
    issue 361 (embedSWF shouldn't require an id string) commented on   -   RE: There was no "enhancement" option. You're right, my bad :-)
    RE: There was no "enhancement" option. You're right, my bad :-)
  • Aug 20, 2009
    issue 362 (Delayed page load causes flicker on Firefox during site navi...) Status changed   -  
    Status: Accepted
    Status: Accepted
  • Aug 20, 2009
    issue 359 (dynamic method crashes IE browsers on windows XP x64) Status changed   -   We've researched vista and xp 64 bit issues recently, however we could never reproduce them. Without additional input we cannot really investigate them.
    Status: WontFix
    We've researched vista and xp 64 bit issues recently, however we could never reproduce them. Without additional input we cannot really investigate them.
    Status: WontFix
  • Aug 19, 2009
    issue 361 (embedSWF shouldn't require an id string) commented on   -   If you log it as a defect instead of an enhancement, that's how it gets interpreted. As a feature request, we have had the request before and it was on the feature list in early alpha versions of SWFObject 2, however we decided not to support classes as hooks, because it costs us relatively to many KBs for functionality that's only used by a few people. So it's not that we don't like the idea of using classes or even HTML nodes, we do like it, however we chose not to implement them to keep the core library small. About older versions of SWFObject, I am not sure if it supported classes as hooks, I can't see it being documented - http://blog.deconcept.com/swfobject/ In any case, SWFObject 2 is the successor of SWFObject 1.x, UFO and the Adobe Flash Detection Kit, so that's why it's not automatically backwards compatible with SWFObject 1.x, nor will it guarantee that it will include all previous features. You can use the SWFObject 2 API to create your own additional code to use classes as hooks though.
    If you log it as a defect instead of an enhancement, that's how it gets interpreted. As a feature request, we have had the request before and it was on the feature list in early alpha versions of SWFObject 2, however we decided not to support classes as hooks, because it costs us relatively to many KBs for functionality that's only used by a few people. So it's not that we don't like the idea of using classes or even HTML nodes, we do like it, however we chose not to implement them to keep the core library small. About older versions of SWFObject, I am not sure if it supported classes as hooks, I can't see it being documented - http://blog.deconcept.com/swfobject/ In any case, SWFObject 2 is the successor of SWFObject 1.x, UFO and the Adobe Flash Detection Kit, so that's why it's not automatically backwards compatible with SWFObject 1.x, nor will it guarantee that it will include all previous features. You can use the SWFObject 2 API to create your own additional code to use classes as hooks though.
  • Aug 18, 2009
    issue 361 (embedSWF shouldn't require an id string) Status changed   -   This is neither a feature nor a bug.
    Status: Invalid
    This is neither a feature nor a bug.
    Status: Invalid
  • Aug 18, 2009
    issue 360 (firefox 3.5 mac size problem) Status changed   -   Can't reproduce this issue. Please use the SWFObject 2 discussion group for authoring questions.
    Status: Invalid
    Can't reproduce this issue. Please use the SWFObject 2 discussion group for authoring questions.
    Status: Invalid
  • Aug 18, 2009
    issue 359 (dynamic method crashes IE browsers on windows XP x64) commented on   -   You mean that a static HTML link (the one with the flash player icon) crashes your browser?
    You mean that a static HTML link (the one with the flash player icon) crashes your browser?
  • Aug 12, 2009
    issue 358 (SWFObject generator improvement - maxChars for input fields) changed   -  
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
  • Aug 05, 2009
    issue 357 (Fix to avoid vertical scrollbar and white rectangle from app...) changed   -  
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
  • Aug 05, 2009
    issue 356 (Alternative Content replaced with incorrect flash player ) Status changed   -   Please use the SWFObject 2 discussion group for implementation questions and add a link to your implementation.
    Status: Invalid
    Please use the SWFObject 2 discussion group for implementation questions and add a link to your implementation.
    Status: Invalid
  • Aug 03, 2009
    issue 355 (How to determine state, that SWF object inserted to HTML pag...) Status changed   -   Please use the SWFObject 2 discussion group for questions.
    Status: Invalid
    Please use the SWFObject 2 discussion group for questions.
    Status: Invalid
  • Aug 01, 2009
    issue 354 (Make AIR Generator remember window size and position?) changed   -  
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
    Status: Accepted
    Labels: Type-Enhancement Type-Defect
  • Jul 30, 2009
    issue 352 (documentaion Error: order of params "flashvars, params, attr...) Status changed   -   Nope, the documentation is correct, you can omit trailing parameters, like the attributes object from your example.
    Status: Invalid
    Nope, the documentation is correct, you can omit trailing parameters, like the attributes object from your example.
    Status: Invalid
  • Jul 30, 2009
    issue 353 (Play FLVs movie files without requiring SWF file) Status changed   -   Please use the SWFObject discussion group for questions.
    Status: Invalid
    Please use the SWFObject discussion group for questions.
    Status: Invalid
  • Jul 28, 2009
    issue 350 (ExpressInstall can't upgrade flash version 6&7) commented on   -   In Adobe's bug system that is.
    In Adobe's bug system that is.
  • Jul 27, 2009
    issue 350 (ExpressInstall can't upgrade flash version 6&7) Status changed   -   This issue is outside the scope of SWFObject; SWFObject basically triggers the mechanism. You could check if it's already reported in their bug system, and if not, report it there.
    Status: WontFix
    This issue is outside the scope of SWFObject; SWFObject basically triggers the mechanism. You could check if it's already reported in their bug system, and if not, report it there.
    Status: WontFix
  • Jul 26, 2009
    issue 349 (SWF does not show up in Firefox 3.5.1 when height is set to ...) Status changed   -   Please read Q1 of our FAQ
    Status: Invalid
    Please read Q1 of our FAQ
    Status: Invalid
  • Jul 24, 2009
    issue 347 (Can not display multiple charts on same page) Status changed   -   Please use the discussion group for authoring questions.
    Status: Invalid
    Please use the discussion group for authoring questions.
    Status: Invalid
  • Jul 24, 2009
    issue 348 (White background "flash" (blink) before Flash content loads) Status changed   -   swfobject.embedSWF("nav_resources.swf", "flashcontent", "524", "130", "8", "#333333"); This is not how you define the bg color with SWFObject 2. Please read our documentation or use the SWFObject HTML generator to create the correct markup/JS code.
    Status: Invalid
    swfobject.embedSWF("nav_resources.swf", "flashcontent", "524", "130", "8", "#333333"); This is not how you define the bg color with SWFObject 2. Please read our documentation or use the SWFObject HTML generator to create the correct markup/JS code.
    Status: Invalid
  • Jul 16, 2009
    issue 338 (SWFObject 2.2 and SWFAddress 2.3 use lead to flashvars becom...) Status changed   -  
    Status: Accepted
    Status: Accepted
  • Jul 16, 2009
    issue 343 (Firefox warning when using an ID with a colon in it) changed   -   Ok, we will take the optimizations into account for the next dev cycle.
    Status: OnHold
    Labels: Type-Enhancement Type-Defect
    Ok, we will take the optimizations into account for the next dev cycle.
    Status: OnHold
    Labels: Type-Enhancement Type-Defect
  • Jul 16, 2009
    issue 344 (If swf can't be found using embedSWF, allow to show an error...) changed   -   Thanks for the feedback, we will take the optimizations into account for the next dev cycle.
    Status: OnHold
    Labels: Type-Enhancement Type-Defect
    Thanks for the feedback, we will take the optimizations into account for the next dev cycle.
    Status: OnHold
    Labels: Type-Enhancement Type-Defect
  • Jul 15, 2009
    issue 342 (Can't use & properly within the embed SWF command) Status changed   -   This is not a SWFObject issue. More info on JavaScript URL encoding: - http://www.permadi.com/tutorial/urlEncoding/ - our faq Q9: http://code.google.com/p/swfobject/wiki/faq - http://kb2.adobe.com/cps/141/tn_14143.html And of course it doesn't make sense to use an HTML validator to validate your JavaScript code ;-)
    Status: Invalid
    This is not a SWFObject issue. More info on JavaScript URL encoding: - http://www.permadi.com/tutorial/urlEncoding/ - our faq Q9: http://code.google.com/p/swfobject/wiki/faq - http://kb2.adobe.com/cps/141/tn_14143.html And of course it doesn't make sense to use an HTML validator to validate your JavaScript code ;-)
    Status: Invalid
  • Jul 15, 2009
    issue 343 (Firefox warning when using an ID with a colon in it) Status changed   -   Interesting case. My thoughts: - Using colons within ID names may be legal, however their use is dubious at least. For the two people in the world using it I would say: Don't do it. - I don't think that SWFObject is doing something wrong, the issue is more a Firefox issue, so I think you'd better log it there. - I don't think that working around this Firefox issue and escaping the ID name is the solution. So, it's noted and logged, however we will not take any action on this.
    Status: WontFix
    Interesting case. My thoughts: - Using colons within ID names may be legal, however their use is dubious at least. For the two people in the world using it I would say: Don't do it. - I don't think that SWFObject is doing something wrong, the issue is more a Firefox issue, so I think you'd better log it there. - I don't think that working around this Firefox issue and escaping the ID name is the solution. So, it's noted and logged, however we will not take any action on this.
    Status: WontFix
  • Jul 14, 2009
    issue 327 (swfobject 2.2 fails on Firefox 3.5 beta) commented on   -   Re 10: please read our FAQ Q1
    Re 10: please read our FAQ Q1
  • Jul 09, 2009
    issue 341 (SWFObject 2.2 doesn't display in Firefox if served through M...) commented on   -   This issue is not SWFObject related.
    This issue is not SWFObject related.
  • Jul 09, 2009
    issue 341 (SWFObject 2.2 doesn't display in Firefox if served through M...) Status changed   -   This issue is SWFObject related.
    Status: Invalid
    This issue is SWFObject related.
    Status: Invalid
  • Jul 09, 2009
    issue 340 (White background flashes (visible) before Flash content load...) Status changed   -   This issue is not SWFObject related.
    Status: Invalid
    This issue is not SWFObject related.
    Status: Invalid
  • Jul 07, 2009
    issue 339 (IE issue - jerkiness in playback) Status changed   -   This issue is not related to SWFObject. There are any logged wmode issues in Adobe's bug system: https://bugs.adobe.com/flashplayer/
    Status: Invalid
    This issue is not related to SWFObject. There are any logged wmode issues in Adobe's bug system: https://bugs.adobe.com/flashplayer/
    Status: Invalid
  • Jul 07, 2009
    issue 327 (swfobject 2.2 fails on Firefox 3.5 beta) Status changed   -   Well, it's a Firefox rendering issue to be precise and it sometimes occurs; it really depends on the specific contents of your Web page. We will investigate if we can force Firefox to redraw to workaround this.
    Status: Accepted
    Well, it's a Firefox rendering issue to be precise and it sometimes occurs; it really depends on the specific contents of your Web page. We will investigate if we can force Firefox to redraw to workaround this.
    Status: Accepted
  • Jul 05, 2009
    issue 337 (flashvars broken in IE7 and IE6 with swfobject 2.2) Status changed   -   Flashvars work fine, please use the discussion group for authoring questions: http://groups.google.com/group/swfobject
    Status: Invalid
    Flashvars work fine, please use the discussion group for authoring questions: http://groups.google.com/group/swfobject
    Status: Invalid
  • Jul 02, 2009
    issue 336 (Flash remains hidden when using static publishing and placin...) Status changed   -   Well, that's not how SWFObject works. It contains a DOM independent and a DOM dependent part, so when you define all your scripts in the header of your Web page it immediately executes the DOM independent code, and adds the DOM dependent part as soon as the DOM of a page is available, via the DomContentLoaded event or a simulation of it if the browser doesn't support it. The link you refer to is an old workaround that dates before the time of the DomContentLoaded event and a bad practice IMO. It also performs worse, because the DOM independent part is only executed at the end of the page. Furthermore just Google for "unobtrusive JavaScript" to see what the advantages of this approach is. So either use SWFObject as intended or - worse - include your scripts at the top of your body before the actual object elements that embed your Flash content.
    Status: Invalid
    Well, that's not how SWFObject works. It contains a DOM independent and a DOM dependent part, so when you define all your scripts in the header of your Web page it immediately executes the DOM independent code, and adds the DOM dependent part as soon as the DOM of a page is available, via the DomContentLoaded event or a simulation of it if the browser doesn't support it. The link you refer to is an old workaround that dates before the time of the DomContentLoaded event and a bad practice IMO. It also performs worse, because the DOM independent part is only executed at the end of the page. Furthermore just Google for "unobtrusive JavaScript" to see what the advantages of this approach is. So either use SWFObject as intended or - worse - include your scripts at the top of your body before the actual object elements that embed your Flash content.
    Status: Invalid
  • Jul 02, 2009
    issue 335 (SWFObject 2.* Flash content disappears at certain screen siz...) Status changed   -   Please read our FAQ Q1 and Q21 and use this information for your implementation: http://code.google.com/p/swfobject/wiki/faq For further implementation questions, please use the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid
    Please read our FAQ Q1 and Q21 and use this information for your implementation: http://code.google.com/p/swfobject/wiki/faq For further implementation questions, please use the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid
  • Jul 01, 2009
    issue 332 (swfobject 2.2 inclusion throws JS error) commented on   -   As I have said before, if I look at the error description I'm not convinced that this issue is caused by SWFObject. It could be a security issue that has something to do with your implementation or it could have something to do with the archived FP8 versions. Due to time constraints we only investigate issues of which we think they could be caused by SWFObject, it's not up to us to prove you wrong. So for now your issue is logged, if you'd like to discuss it further, please use the discussion group.
    As I have said before, if I look at the error description I'm not convinced that this issue is caused by SWFObject. It could be a security issue that has something to do with your implementation or it could have something to do with the archived FP8 versions. Due to time constraints we only investigate issues of which we think they could be caused by SWFObject, it's not up to us to prove you wrong. So for now your issue is logged, if you'd like to discuss it further, please use the discussion group.
  • Jul 01, 2009
    issue 332 (swfobject 2.2 inclusion throws JS error) Status changed   -   "Error calling method on NPObject!" on Firefox is usually caused by a security issue, so I think something might be wrong with running things on a local server. I mean, the code executes fine, GetVariable functionality is accessible, however the object can not be accessed due to browser security constraints. That would also explain why the files from the test suite are working correctly. I see no cause for a SWFObject bug, if you would like to discuss/examine it further, please repost the issue in the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid
    "Error calling method on NPObject!" on Firefox is usually caused by a security issue, so I think something might be wrong with running things on a local server. I mean, the code executes fine, GetVariable functionality is accessible, however the object can not be accessed due to browser security constraints. That would also explain why the files from the test suite are working correctly. I see no cause for a SWFObject bug, if you would like to discuss/examine it further, please repost the issue in the discussion group: http://groups.google.com/group/swfobject
    Status: Invalid