Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjoncowan
    • CommentTimeDec 19th 2006
     permalink
    Any ideas why my slide show would be generating this error: "Internet Explorer cannot open the internet site http://www.joncowan.com/test/. Operation aborted" in IE7?

    The page loads fine in Firefox and Safari.

    I'm not doing anything fancy in the HTML, so I'm stumped.

    Link to the page: http://www.joncowan.com/test
    • CommentAuthorwasca
    • CommentTimeMar 7th 2007
     permalink
    Hi

    I'm seeing the same problem now and then. Sometimes it works and other times it does not. I really need this to work for IE7.

    Please help us with this issue.
    • CommentAuthorgabo
    • CommentTimeMar 7th 2007
     permalink
    got the same problem.
    • CommentAuthorstevetsi
    • CommentTimeMar 7th 2007
     permalink
    Same issue here. I embedded the slideshow in Joomla 1.0.12 and it works fine in Firefox - IE7 presents the "Operation aborted" error listed above. I've run into the same issue with other Flash slideshows. I used to think it had something to do with a site being served through https, but that's not the issue. Damn you Microsoft!

    *By the way, full instructions for embedding in Joomla are available on the Rockettheme.com website under the forum for the newest template, "BentoBox". You must be a paid member, of course, to access the content.
    • CommentAuthorRTL
    • CommentTimeMar 26th 2007
     permalink
    I was heavily considering purchasing monoslideshow, but this has me worried. I tried a demo site with monoslideshow in IE, and I got the same message. Let me know when this is fixed.
    • CommentAuthorRTL
    • CommentTimeMar 27th 2007
     permalink
    Since the crack team at monoslideshow are all over this, let me be the one to reveal that monoslideshow and slimbox are incompatible.
    •  
      CommentAuthorMonokai
    • CommentTimeMar 27th 2007
     permalink
    I'm really stumped by the IE7 Flash problem. As are many other users if I google around a little. It seems it's really a bug of IE7. And the only solution seems to reinstall Flash...

    Monoslideshow is just a regular Flash file, and sadly there's nothing I could do on my end to make it work on some of the IE7-installs. Most of the time it works fine in IE7 though.

    RTL: What's Slimbox?
    • CommentAuthorknowlengr
    • CommentTimeMar 27th 2007
     permalink
    Yes, very odd.

    IE7 gives me fits. It could have to do with IE7 toolbars and plugs, or with security?

    FWIW, the demo page above
    http://www.joncowan.com/test
    works fine on my IE7 Win 2003 server. 7.0.5730.11

    BTW Slimbox (relying on memory here) is one of the lightbox widgets out there. "slim" due to the size of the JS payload.
    • CommentAuthorwasca
    • CommentTimeApr 10th 2007 edited
     permalink
    Ok Guys

    I've discovered that using UFO instead of SWFOBJECT has fixed my issue with "Operation Aborted" in IE7

    Here is some sample code I used to get UFO up and running.

    In the head section I call the ufo.js

    <script type="text/javascript" src="/js/ufo.js"></script>

    And in the body of the html

    <script type="text/javascript">
    var FO = { movie:"/slideshow/monoslideshow.swf", width:"454", height:"582", base:"/stories/slideshow", flashvars:"dataFile=test.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "test1");
    </script>
    <div id="test1">
    <p><strong>Please install Flash 7 or above and turn on Javascript.</strong></p>
    </div>


    I used this flashvars:"dataFile=test.xml" to point to a different xml file for using multiple slideshows on the one page. So if I had another slide show I'd use flashvars:"dataFile=test2.xml"
    • CommentAuthorForsh
    • CommentTimeApr 14th 2007
     permalink
    Wasca, could you help me try and get this error fixed, it's the exact same error that I am having. Here's my base module code, how do I alter it to make use of your fix?

    <code><code><div>
    <script type="text/javascript" src="monoslideshow/swfobject.js"></script>
    <div id="monoSlideshow">
    <p><strong>Please install Flash and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "430", "240", "0", "#1f1f1f");
    so.addParam("base", "monoslideshow/");
    so.write("monoSlideshow");

    // ]]>
    </script>
    </div>
    <script type="text/javascript">
    var so = new SWFObject("monoslideshow.swf", "mss", 790, 400, "7", "#ffffff");
    so.addVariable("showLogo", "false");
    so.write("mssHolder");
    </script></code></code>
    • CommentAuthorForsh
    • CommentTimeApr 14th 2007 edited
     permalink

    var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"454", height:"582", base:"/monoslideshow", flashvars:"dataFile=/monoslideshow/monoslideshow.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");


    Please install Flash 7 or above and turn on Javascript.






    didn't show anything for me, I am sure I am tying it wrong?
    Okinawa Japan
    • CommentAuthorwasca
    • CommentTimeApr 15th 2007
     permalink
    Hi Forsh

    Did you download the ufo.js file and add this line in your header of your web page?

    <script type="text/javascript" src="/js/ufo.js"></script>

    Obviously you would change the path to where you placed the ufo.js file

    I also noticed you used "monoslideshow" in this line.

    UFO.create(FO, "monoslideshow");

    and monoSlideshow in the div id

    <div id="monoSlideshow">

    You need to make sure it's the same name. e.g.

    UFO.create(FO, "monoSlideshow");
    <div id="monoSlideshow">
    • CommentAuthorJimtheChin
    • CommentTimeApr 19th 2007
     permalink
    Please forgive me if this is answered elsewhere, but is this problem only happening on Joomla sites?
    • CommentAuthorcsw
    • CommentTimeApr 25th 2007
     permalink
    Has anyone else had success using Wasca's UFO fix? I too am getting the "Operation Aborted" error in IE7 and on two seperate computers. I was hoping to hear that this fix had worked for others before I take the time to hack through it. (I say hack because I am fairly new to this--hack is appropriate.) Any further comments or suggestions Monokai on the problem and this as a fix?

    Thanks in advance. Monoslideshow is a totally cool app.
    • CommentAuthorJimtheChin
    • CommentTimeApr 25th 2007
     permalink
    I'm afraid the UFO fix didn't do it for me but I'm not confident I know what I'm doing. What puzzles me is how I have slideshows working fine on several sites - but some show this error - and only occasionally - it's really frustrating and I have no other solution but to pull the slideshow - please any help here?
    • CommentAuthorcsw
    • CommentTimeApr 26th 2007
     permalink
    I'm getting the error on three different computers with IE7 on both my site with monoslideshow and this monoslideshow site, but not other flash sites. Any ideas? I don't want to have to use Slideshowpro because I really love the Ken Burns effect. Any ideas Monokai? Or anyone?
    • CommentAuthorleeaston
    • CommentTimeApr 27th 2007
     permalink
    This is a real bum, hope it can be fixed - I'd hate to stop using momo.
    •  
      CommentAuthorMonokai
    • CommentTimeApr 27th 2007
     permalink
    I really don't know what's causing this. Mostly it works fine on IE7. As I said before, Monoslideshow is just a regular Flash .swf file, nothing strange about that. It really seems somehow some installs of IE7 prevent Flash files from showing. Maybe you can take a look on the SWFObject forum for fixes. I've found this trouble shooting post:

    http://blog.deconcept.com/swfobject/forum/discussion/2/swfobject-faq/#Item_0

    And here's some more info:

    http://blog.deconcept.com/2006/12/08/corrupt-flash-player-install-after-ie-7-upgrade/
    • CommentAuthorleeaston
    • CommentTimeApr 29th 2007
     permalink
    • CommentAuthorjohnnie
    • CommentTimeMay 6th 2007
     permalink
    Just run into this problem with IE7.

    Any resolution??

    ?Just love MonoSlide but if it doesn't consistently work with IE7 my client won't have it :-(
    • CommentAuthordlighty
    • CommentTimeJun 7th 2007 edited
     permalink
    Add a defer to your script and test again.


    <script type="text/javascript" src="/AM/Concepts/Flash_Objects/monoslideshowstart.js" defer="true"></script>
    • CommentAuthorvicious7
    • CommentTimeJun 16th 2007
     permalink
    I've implemented both solutions (UFO.js and the defer statement - see below) and MSS now works flawlessly.

    <script src="/monoslideshow/ufo.js" type="text/javascript" ></script>
    <script defer="true">var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"545", height:"225", base:"/monoslideshow", flashvars:"dataFile=/monoslideshow/monoslideshow.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");
    </script>
    <div id="monoslideshow">
    <p><strong>Please install Flash 7 or above and turn on Javascript.</strong></p>
    </div>

    The only question I have now is what is the syntax and location within the script to disable showInfo and showLogo?

    TIA.
    • CommentAuthortravisbell
    • CommentTimeJun 18th 2007
     permalink
    Hey guys,

    We ran into this problem last week, this article pretty much summed it up nicely... straight from the source. Oh, and even MS says it's a BUG so it will likely be fixed soon.

    http://support.microsoft.com/default.aspx/kb/927917

    Cheers,
    • CommentAuthorvicious7
    • CommentTimeJun 18th 2007
     permalink
    Yeah, but there's no telling when Microsoft will get to it. IE7 is so buggy, I'm sure they have their hands full ;)

    Anyway, does anyone know what the syntax would be to replicate the showLogo and showVersionInfo to false with UFO? Or is there a hack within the monoslideshow flash file to remove it the hard way?
    • CommentAuthorpaycheck
    • CommentTimeJun 19th 2007
     permalink
    <blockquote><cite>Posted By: vicious7</cite>I've implemented both solutions (UFO.js and the defer statement - see below) and MSS now works flawlessly.

    <script src="/monoslideshow/ufo.js" type="text/javascript" ></script>
    <script defer="true">var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"545", height:"225", base:"/monoslideshow", flashvars:"dataFile=/monoslideshow/monoslideshow.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");
    </script>
    <div id="monoslideshow">
    <p><strong>Please install Flash 7 or above and turn on Javascript.</strong></p>
    </div>

    The only question I have now is what is the syntax and location within the script to disable showInfo and showLogo?

    TIA.</blockquote>
    Can you tell me how to impliment this code into my page. I have used a content page and attached it to a text feild within it under a news flash item then placed that new flash item on the front page with some success. I just noticed that I too was having the issue with the program loading the xml in IE7 and tried all of the solutions and now my firefox is screwed up on top of everything else.

    Any solutions will be greatly appreciated.

    Thank you

    JM
    • CommentAuthorbwhinnen
    • CommentTimeJun 20th 2007
     permalink
    Try flashvars:"dataFile=/path/to/xml&showLogo=false&showVersionInfo=false" for multiple variables with UFO.
    • CommentAuthorvicious7
    • CommentTimeJun 20th 2007
     permalink
    bwhinnen - Thank you. You have helped me complete the last piece of the puzzle and have given me an opening for other changes I may have to implement in the future.

    paycheque -
    <li>1-Download the ufo.js file from http://www.bobbyvandersluis.com/ufo/</li>
    <li>2-Via ftp, upload the ufo.js file to your monoslideshow folder where you find the swfobject.js file</li>
    <li>3-implement the code in my previous post </li>
    <li>4-and you are done
    • CommentAuthorb2control
    • CommentTimeJun 29th 2007
     permalink
    If downloaded and uploaded the ufo.js to the same folder where I have the sfwobject.js file. But still I can not get monoslide up and running.

    CODE:
    <script src="/monoslideshow/html/ufo.js" type="text/javascript" ></script>
    <script defer="true">var FO = { movie:"/monoslideshow/html/monoslideshow.swf", width:"500", height:"200", base:"/monoslideshow/html/", flashvars:"dataFile=/monoslideshow/html/monoslideshow.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");
    </script>
    <div id="monoslideshow">
    <p><strong>Please install Flash 7 or above and turn on Javascript.</strong></p>
    </div>

    What am I doing wrong?
    • CommentAuthoripxstorm
    • CommentTimeJul 5th 2007
     permalink
    this problem occur when you have slimbox/lightbox/thickbox enable in a page, and also in joomla try to disable all mootools.js that is loaded in your page. and see if this error still occurs.
    • CommentAuthorjohnnie
    • CommentTimeJul 6th 2007 edited
     permalink
    I am using the Joomla Vortex theme from Rockettheme. Had the monoslideshow working in FF, but not in IE6 or IE7.
    Thanks to above thread and others, I removed all the other mootools.js lines in the theme index and used this code to call monoslide...

    <script src="/monoslideshow/ufo.js" type="text/javascript">
    </script>
    <script defer="true">
    var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"565", height:"250", base:"/monoslideshow/", flashvars:"dataFile=/monoslideshow/monoslideshow.xml&showLogo=false&showVersionInfo=false&wmode=transparent", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");
    </script>
    <div id="monoslideshow">
    <p>
    <b>Please install Flash 7 or above and turn on Javascript.</b>
    </p>
    </div>


    ...and it works in FF and IE...horray!!!! ....except... the DHTML? menu is behind the flash monoslide. I had been using wmode="transparent" in previous code; but including the wmode command in this line doesn't seem to work


    flashvars:"dataFile=/monoslideshow/monoslideshow.xml&showLogo=false&showVersionInfo=false&wmode=transparent", majorversion:"6", build:"40" };


    Really grateful for any pointers to the problem with the wmode command.

    thanks, J
    • CommentAuthorjohnnie
    • CommentTimeJul 6th 2007 edited
     permalink
    Cracked the wmode problem. Had the wmode command in the wrong place!

    Here is the full code in case this helps someone else

    <script src="/monoslideshow/ufo.js" type="text/javascript">
    </script>
    <script defer="true">
    var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"565", height:"250", base:"/monoslideshow/",
    flashvars:"dataFile=/monoslideshow/monoslideshow.xml&showLogo=false&showVersionInfo=false",
    majorversion:"6", build:"40" , wmode:"transparent"};
    UFO.create(FO, "monoslideshow");
    </script>
    <div id="monoslideshow">
    <p>
    <b>Please install Flash 7 or above and turn on Javascript.</b>
    </p>
    </div>
    • CommentAuthormarcelocbf
    • CommentTimeSep 16th 2007
     permalink
    Hi Joomla guys,
    I was struggling with the same problem for days with this operation aborted stuff ... I'm not a web developer ... just a beginner trying to get my website up and running ... and this was my solution for this IE bug ...

    I tried mod_html, and ufo instead of swfobject, ... and none worked for me ... The only one the kind of worked was embed a flash object in a custom module ... but this module would be placed right below a DHTML menu, and it sucks to have to activate the flash to click on the menu ... So ...

    Researching I found a .NET developer that said the problem is because you can't append to the BODY element from script that isn't a direct child to the BODY element. (I'm not 100% sure what that means) and his solution was to move your js code to the top or bottom of the body, because you cannot have your code to load inline while the page is being parsed ....

    As this solution didn't appear to work for me ... using Joomla (because I don't know if I can do that) I used the Wrapper module getting one of the index.html that came with MSS package that I customized for what I wanted, and set a css class for the div with top:0 left:0 padding-left:0.

    Again ... I don't know if this is the best solution ... but was the only one for me ... a full-time beginner ...
    Hope that helps ...
    • CommentAuthorLabindex
    • CommentTimeSep 16th 2007
     permalink
    Worked for me in osCommerce. FF was ok, but IE randomly showed "operation aborted". Problem solved, after moving all javascripts out of BODY.
    • CommentAuthorslingshot
    • CommentTimeNov 1st 2007
     permalink
    i was having this problem also trying to use MSS on a PHP file for a Joomla template.

    UFO and JS outside the <body> did the trick. thanks guys!
  1.  permalink
    Posted By: travisbell
    http://support.microsoft.com/default.aspx/kb/927917

    I found this page by Googling the issue. I experienced it with the FlashJavascript package with Adobe. I was trying to run an AS function in JS and IE6 and IE7 were crashing in the manner described above. The M$ article quoted above solved the issue for me. Basically, I ensured all relevant DIVs were closed, and placed the script in before my tag. This solved the issue for me. I don't know what mono-slideshow is, so I'm not sure if this is applicable for all. Good luck.
    • CommentAuthorjakobe75
    • CommentTimeJul 10th 2008
     permalink
    Does anyone have a fix for this
    I have tried everything listed and still get errors in IE7 when usng MSS with Joomla (catalyst template by rockettheme)

    the forum over at RT has no answers

    and the link above to the UFO file is no longer valid

    I need some help as my site is 99.9% complete except for this slideshow which is a focal point of the site
    • CommentAuthorislanboy
    • CommentTimeJul 10th 2008
     permalink
    HI. above there's a link to Microsoft's site the answer is there. Amazing enough that there is to do is put the script section in a different div tag. Here's what I did to get mine working in IE7

    <code>
    <div id="monoslideshow">
    <p><strong>Please install Flash 7 or above and turn on Javascript.</strong></p>
    </div>
    <div>
    <script src="/monoslideshow/ufo.js" type="text/javascript" ></script>
    <script defer="true">var FO = { movie:"/monoslideshow/monoslideshow.swf", width:"545", height:"225", base:"/monoslideshow", flashvars:"dataFile=/monoslideshow/monoslideshow.xml", majorversion:"6", build:"40" };
    UFO.create(FO, "monoslideshow");
    </script>
    </div>
    </code>

    I hope this helps
    • CommentAuthorkeran
    • CommentTimeJul 11th 2008
     permalink
    Great i started same thread before but no one replied.
    Is this only because Swfobject or is it in combination with Mootools?
    • CommentAuthorcp2boston
    • CommentTimeJul 17th 2008
     permalink
    The majority of my sites are Joomla based. I had implemented monoslideshow on one site and it checked out perfectly in IE7. A few days later, the "Operation Aborted" message popped up. I tried the defer="true" and defer="defer" to see if that would fix the problem, but no luck. It turned out that I had added another module that was also using javascript. SWFObject and it were conflicting. I checked out the UFO solution above and found that it is now deprecated and SWFObject 2.0 should be used. I implemented it and the error is gone. I did not have to remove mootools.js nor did I have to move anything out of the body area.

    <code>
    <script type="text/javascript" src="/plugins/content/slideshow/swfobject.js"></script>
    <div id="ms2"><b>Please install Flash and turn on Javascript.</b></div>
    <script type="text/javascript">
    var flashvars = { dataFile: "/plugins/content/slideshow/monoslideshow.xml", showVersionInfo: "false"};
    var params = { base: "/plugins/content/slideshow", wmode: "transparent" };
    var attributes = {};
    swfobject.embedSWF("plugins/content/slideshow/monoslideshow.swf", "ms2", "288", "216", "9.0.0", "", flashvars, params, attributes);
    </script>
    </code>