Nivo slider in a flash site..?

I have a flash website, and an html website. I use Nivo slider on the html site as a slideshow to showcase images and tagline slides, I'm curious if anyone knows if you can put a Nivo slider slideshow in a flash site? Nivo slider uses jquery, with fairly simple html img src code and a css file, is it possible to have this in a flash site?
Thnaks in advance!
Donnie
Nivo code looks something like this;
</head>
<link rel="stylesheet" href="Nivo_slide/scripts/nivo-slider-2.css" type="text/css" media="screen" />
<script src="Nivo_slide/scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="Nivo_slide/scripts/jquery.nivo.slider.js" type="text/javascript"></script>
</head>
<body>
<div id="slider-wrapper">
<div id="slider" class="nivoSlider">
<img src="Nivo_slide/images/nivo_images-tag-3.jpg" alt="" />
<img src="Nivo_slide/images/nivo_images-weddings_1.jpg" alt="" />
<img src="Nivo_slide/images/nivo_images-weddings_2.jpg" alt="" />
</div>
</div>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
</script>

Flash supports a very limited number of html tags -- used in TextField objects -- the complete list can be found if you look up the htmlText property of the TextField class.  Out of what you show, only the img tags are supported.

Similar Messages

  • Tutorial needed: Nivo Slider powered by Photo Gallery XML feed

    I'm in need of some help.  I've setup my Photo Gallery, generated the xml feed.  I went to the Nivo slider site, but don't see instructions of how to make it read the xml file.

    So this is the information that I'm using which leads me to believe I can use the xml feed to populate the slider.
    http://forums.adobe.com/docs/DOC-1780
    . You can now style this using your own CSS or use one of the many free, jQuery-based Gallery/Slideshow plugins available on the web, such as Galleria, the jQuery Cycle plugin, or InnerFade.
    When using a seperate jQuery plugin on top of this set up, make sure you place and execute the plugin script after the code we just inserted, so that our LI items are generated before it attempts to process and manipulate them.
    Am I right and it just takes the proper coding?

  • Mac computers - FF 29.0 and 30.0 does not display the video layer in the Revolution Slider section of WordPress site. Why?

    Mac computers - FF 29.0 and 30.0 does not display the video layer in the Revolution Slider section of WordPress site. Why?
    We prepared simple Word Press web site. We used a Revolution slider plugin with HTML5 video layer. It works properly on Chrome, Safari, older Mozilla FF.
    But we had a problem on PC computers with FF 29.0 30.0 – after reinstall of browser everthing seems to be OK. The slider works. Unfortunately even the reinstallation on Mac computers does not help. There is no visible video on Mac FF 30.0.
    We are looking for some information what we can do to solve this problem. Could you help?

    Can you play the video on YouTube?
    *http://www.youtube.com/watch?v=Ugh2YvHU7D0#t=58
    Note that Mac lacks support to play MP4 files natively without using a Flash player.

  • First Flash Site

    Calling Flash Gurus-
    I am building my FIRST flash site. I have been doing effects,
    headers, and basic flash elements for websites now for almost 2
    years. I have MX 2004, but have just bought (today) Studio 8. I am
    scared to death, but sometime I have to jump head first into flash
    site design. I am excited. However, I am also scared out of my
    mind. I have a few questions:
    #1-Is a site set to the size of 780 W by 480 H a good size? I
    see so many TINY flash sites, and that is not something I want. How
    can I optimize it for the fastest load time at that size? Any
    tutorials or books that can help me there?
    #2-Navigation-I wanted to build a nav that slide out from the
    side of the site like on the Gucci site, I know it is javascript,
    but I have seen this done with Flash before (
    http://www.gucci.com/us/index2.html),
    and instead of rollovers, there is a tsunami effect that I like
    that could be found here:
    http://www.actionscripts.org/tutorials/advanced/Building_a_tsunami/index.shtml.
    HOW would I create buttons? Invisible buttons? How can I get them
    to move out with the menu?
    #3-Am I biting of more than I can chew?
    #4-Where can I get the advice I need that explains the basic
    actionscript and standards of flash site design? I just need
    something to help me along. I am determined and will work day and
    night to make this happen. I have a VERY basic understanding
    already, I bought a flash template and looked at all the code to
    see how everything worked. I need something a little beyond basic
    that give comprehensive explanations about the actionscripting
    behind all the effects. I am not a copy and paste guy, I need to
    understand what is going on.
    That is it for now, I am sure here in the next few weeks, you
    will all be so sick of seeing my posts here that you may even avoid
    the forums until I finish my site. Lol. Seriously though, thanks in
    advance for all the help. I need every bit I can get.

    First when you finish with the site, go to publish
    settings> HTML tab> Dimensions> Percent (width and Height
    must be 100)
    Then go down to scale> No scale (from drop down menu).
    Select publish. Now when you go to publish preview select
    view>source. In the code insert the following in the head tab.
    <style type="text/css">
    <!--
    body {
    height: 100%;
    width: 100%;
    margin: 0;
    -->
    </style>
    Save and refresh the page. This makes the window fill without
    you having to resize your fla file. I usually make mine 800/600. On
    the other stuff, I'm gonna have to get back with you,

  • Dreamweaver sc6 fluid grid layouts and nivo slider

    I have the nivo slider pretty much set up on my home page, with one exception. I have a sidebar to the right of the slider and the slider bullets end up above the sidebar as opposed to below and centered below the slider. If I remove the sidebar and set the slider div to the full width of the page, then the bullets end up where the should be (centered and below the slider).
    What do I have to do so that the bullets end up centered and below the slider when I have a sidebar to the right of the slider?
    Thanks.

    The site is not live so I don't know how to post a url for it for viewing. I inserted a print screen of the preivew in internet explorer from dreamweaver (I hope this helps), you can at least see the bullets for the slider above the sidebar. Also, the source code for the page is below. If this is not enough please let me know what else I can include that might allow someone to help me. Thanks.
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/layout.css" rel="stylesheet" type="text/css">
    <link href="nivo-slider.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="respond.min.js"></script>
    <link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="slider/themes/default/default.css" type="text/css" media="screen" />
    <script src="jquery.nivo.slider.js" type="text/javascript"></script>
    <script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
    <style type="text/css">
    body {
    background-image: url(images/Gradient%20Background%20with%20highlights.png);
    background-repeat: no-repeat;
    background-color: #000000;
    </style>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    <script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
    </head>
    <body bgcolor="#404040">
    <div class="gridContainer clearfix">
      <div id="header">
        <p style="background-position: center center; background-repeat: no-repeat; width: 850px; height: 115px; background-image: url(images/Montanaro%20Poker%20Logo%20Transparent%20Background%203.png); text-align: center; font-size: 40px; color: #ffffff; font-weight: bold;"></div>
      <div id="menu">
        <table width="979" border="1" cellpadding="0" cellspacing="0">
          <tr>
            <td><ul id="MenuBar1" class="MenuBarHorizontal">
              <li><a href="#">HOME</a></li>
              <li><a href="html/rules.html">RULES</a></li>
              <li><a href="#">TOURNAMENT STRUCTURE</a></li>
              <li><a href="#">LEAGUE EVENTS</a></li>
              <li><a href="#">STANDINGS</a></li>
              <li><a href="#">POKER FORUM</a></li>
              <li><a href="#">R.S.V.P.</a></li>
              <li><a href="#">CUSTOM TABLES</a></li>
            </ul></td>
          </tr>
        </table>
      </div>
    <div id="wrapper">
      <div class="slider-wrapper theme-default">
          <div id="slider">
              <img src="slider/images/nemo.jpg" title="nemo image">
              <img src="slider/images/toystory.jpg" title=toystory image">
              <img src="slider/images/up.jpg" title="up image">
              <img src="slider/images/walle.jpg" title="#htmlcaption">
       </div>
        </div>
       <div id="htmlcaption" class="nivo-html-caption">
           <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>
       </div>
        <script type="text/javascript">
        $(window).load(function() {
           $('#slider').nivoSlider();
        </script>
    </div>
      <div id="sidebar">
        <form style="text-align:center;font-size:18px;color:#000000;font-weight:bold;line-height:35pt;" >UPCOMING EVENTS</form>
    <p style="text-align:center;font-weight:bold;">LAST TOURNAMENT OF THE YEAR + <br>
          WIN A FREE SEAT IN THE 2013 POKER LEAGUE
        </p>
         <p><a href="html/rsvp.html">Saturday, December 8th 8:00pm</a>
        <p style="text-align:center;font-weight:bold;">FIRST LEAGUE EVENT
         </strong></p>
         <p><a href="html/rsvp.html">Saturday, January 12th 8:00pm</a>
            </div>
      <div id="body">
    <p style="font-size:28px;color:#CC0000;font-weight:bold;">HOME</p>
        <p>Montanaro Poker has evolved over the years to provide a fun, friendly atmosphere for friends/family to play in a social poker game. It is by inviatation only. It is not a public card room. The house will in no way ever take a rake. All buy-inswill be paid out to the winners of each event. All league fee's will be paid out to the Player of the Year winners.
        </p>
        <p>Small snacks (pretzels, popcorn, candy...) and drinks (water and soda) will generally be provided. Any player that wishes something else is welcome to bring their own, however, due to the friendly nature of the game, everyone usually shares. Also, no food or drink is allowed on the actual poker table. 
        </p>
        <p>While we maintain a fun game, we try to maintiain a certain level of professionalism to each event. Please review the rules (located at the top of the page and in the poker room) before coming to an event or sitting down to the table. We like everyone to be on as level of a playing field as possible.
        </p>
        <p>We love hanging out with friends/family and tossing in a little competition. We are glad that you can join us and wish you the best of luck! (just not too much).
        </p>
      </div>
      <div id="footer"></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Nivo slider on iWeb - can get it to work, but not on one Mac.

    I am a complete luddite when it comes to computers, but I have managed to set up a couple of pretty decent websites using iweb.
    I am looking for a bit of advice as to where I am going wrong setting up the Nivo slider on one of our computers though.
    Having followed the instructions carefully, I have successfully set up the slider on one of the sites on my Mac, and my husband has set up a slider on a macbook pro without any problems. Neither of us can get it set up and added to two websites on our other main Mac though. (We have tried numerous times, and have checked, double checked and tripple checked the code and addresses, and have used cyber duck to check the info is all correct on the server)
    Nothing happens though. The page in question is just a blank screen with nothing other than the headings etc there.
    We wondered if Javascript had been disabled on the Mac, and I think I've worked out how to check that in Safari - and the checkbox says it's enabled.
    I'm at a bit of a loss now what to do next to solve the problem.
    Does anybody have any ideas what I might try? I would be enormously grateful for any advice - I've been going slowly blind trying to read and understand code in order to get some idea of what might be going wrong (not an easy task for a luddite!)
    Many thanks for your kind input.

    Hi there,
    Thanks so much for your input.
    Photos have been uploaded, and links done also. I originally followed the instructions from the site www.allaboutiweb.com on how to upload the nivo slider (google search nivo slider and iweb and it's pretty much first on the list!) really easy instructions to follow - so initially used website six photos, then amended to my own. Done successfully on one computer, but although I've followed the exact same process (with meticulous attention) it just won't work on our other website (on another computer).
    I've since had a thought it might have to do with not having downloaded jquery 1.7+ ?!.
    Really floundering a little here, because I really don't know my way around computers.
    Any other thoughts would be greatly appreciated.

  • Flash site - swf file too large

    Hello,
    I have created a website using Flash CS5 using AS2. The site was completely custom designed using Photoshop and in then imported into Flash. The site has all of the pages in the main timeline on different keyframes, so say frame 2 is home, and frame 3 is services, etc. This is a site for my design portfolio so I have probably 5 galleries that I have made, but they are very simple, one frame will have the first picture, the next frame will have the second picture and so on. I have gotten my site exactly how I want it and works how I want it... but in the end the .swf file when published, is over 9MB which I know is wayyyyyy too large for a flash site that works fast for everyone.
    So how can I make this file size smaller. I am fairly new to this, although I had no problem getting my buttons to navigate with actionscript no problem, but my actionscript knowledge is very limited beyond that. I'm not sure where to go with this site to make the size smaller, so any help would be greatly appreciated.
    I can send someone the fla file to look at if needed.
    Thanks

    Thanks for the reply.
    Maybe you can help me a little more.
    I looked up some tutorials having to do with the AS2 xml galleries, and I found that almost all of them were for galleries with fancy scrolling options and slider bars, etc.
    My galleries are very very basic, thumbs are layed out on the left, click one and the image appears on the right. I'm not the best at using the actionscript and knowing what to do with all of it. So some of the tutorials made sense about getting files to load dynamically, but I'm not sure what code to keep in for my gallery, and what code to take out that I dont need for all the fancy effects.
    my site is http://www.mrolfedesigns.com
    as you can see, the galleries are pretty simple, I would like to keep them that way, and not have any complex scrolling or slider bars. Ive searched a lot into looking for some more simple tutorials, but am not finding any great ones that I can use.

  • Creating a Flash site in Full Browser Screen

    I am really new to flash design and was wondering if someone
    could help me with a few quick questions...
    1. I am looking to learn a few things about flash, and try
    designing a site for fun. When I start a new flash file, it asks
    you how big you want to make it... (pixels/pixels). I was just
    curious how I specify to make a site full screen. Like the ones
    that I've seen. ...like where an animation can move from one side
    of the screen, all the way to the other. Like this one.
    www.firstbornmultimedia.com
    2. I only have photoshop. I understand a little bit about
    graphics in Bitmap, and Vector. I understand that obviously vector
    is the best (maybe only way?) way to go in Flash. So that you can
    zoom, and slide, and magnify etc. Right? ....my question is, how do
    I make these Vector graphics in Photoshop? Everything I seem to
    make, gets fuzzy when I change it's size, and that won't work.
    Thanks
    I would really love your help. That would be great. I
    sincerely appreciate it.

    Here is some code that you want to put in the head section of
    your html. This will allow your flash site to be "fullscreen" It
    actually allows the site to adjust to the size of the browser. Here
    is an example: www.ri-designs.com This is my personal site. If you
    adjust the browser size the flash scrolls with the browser. This
    works for all browsers.
    <style type="text/css">
    html {
    height:100%;
    body {
    height:100%;
    </style>
    Hope that this helps
    Rich

  • Home page doesn't scale properly on iPad (with Nivo Slider)

    Hi there,
    When viewed on an ipad website home page shrinks to left hand corner of screen.
    http://www.gladstonegallery.co.uk
    Other pages are fine so think is because I’m using Nivo Slider?
    Are there any settings I could use to avoid this.
    Thanks in advance,
    mmc

    Your site is not responsive to mobile/tablet devices so those devices attempt to zoom out and shrink the page to fit inside their viewports.  The better solution is to rebuild your site with responsive web layouts in mind for mobile, tablet & desktop.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Nancy O.

  • Flash sites does not work on iphone safari Can anyone know the alternative

    Hi
    My name i zain and i am from pakistan .i have iphone 3gs with 5.1 version .iphone is awesome but one main problem which is arising is that iphone doesnot support flash sites . I am student of ACCA so for my studies i have to take online lectures but when i try to open the video on that flash sites it doesnot work.
    Please its my request tellme how to install flash player as i badly needed it.

    but flash videos doesnot play in full screen mode in puffin .. i am trying to open it in full screen but it's not working .
    opentuition.com is the site . please tell me the method by which i can open the site in full screen mode .

  • Flash site working on some computers and not others?

    hi my flash site is working perfectly on most computers but now i'm getting reports back that its not working on everyones
    i'm really boggled with this one can anyone suggest what the problem is i assume its something in my html code thats causing the problem
    www.videoproductions.ie
    you can view my sorece code at the above site (If it openin for you !)
    i would be very greatfull for any help

    for those pc which cannot access, make you it has the compatible version of flash player installed

  • Trying to bypass pop-up blockers on a flash site

    Trying to bypass pop-up blockers on a flash site. Nothing
    malicious, just going from a Flash interface to html so I can write
    to a cookie. If I try to load the page in the same window, then
    when you go back to the flash you are starting from the beginning
    which makes it rather cumbersome. I was hoping to just load a
    pop-up to avoid this.
    Within the index.html page I have a javascript page loaded.
    In the .js file I have
    function Popupport_checkout(){
    myleft=(screen.width)?(screen.width-430)/2:100;mytop=(screen.height)?(screen.height-380)/2 :100;
    settings='top=' + mytop + ',left=' + myleft +
    ',width=430,height=380,location=no,directories=no,
    menubar=no,toolbar=no,status=no,scrollbars=yes,res
    izable=yes,fullscreen=no'
    PopupWin=window.open('cart_checkout.htm','PopupWin ',
    settings);
    PopupWin.focus();}
    If I have a button within flash with a --
    on (release) {
    getURL("javascript:Popupport_checkout()");}
    --script it works fine.
    But if I have a text field set to html and load in the
    variable --
    &BUYLINK=<a
    href="javascript:Popupport_checkout()">PLACE ORDER</a>
    --if you click on PLACE ORDER it doesn't work.
    ANy help would be appreciated.

    Go to your browser preferences and select the appropriate setting.  This is for Safari:
    Ciao.

  • How can I resize my Flash site to fit any screen resolution?

    I built a 100% flash site with tiled framing but I have a
    problem. My flash was built 766 x 750 pixiels. When viewed at
    resolutions greater than 1024x768 the webpage looks great but
    anything less than that it looks like @#$@. I know most people
    probably view at 1024 x 768. Is there anyway to auto resize based
    up on screen resolution or something to detect the screen size and
    adjust the webpage accordingly.
    www.platlimosvc.com
    Below is my html (index.html) for my flash movie:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled</title>
    <meta http-equiv="content-type" content="text/html;
    charset=UTF-8">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:100%" height="750">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% " align="center">
    <tr>
    <td valign="top" width="234" style="height:750px ">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swfl
    ash.cab#version=6,0,29,0" width="766" height="750">
    <param name="movie" value="flash/xxxx_main.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash/xxxx_main.swf"
    width="766" height="750"
    type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="pluginurl" value="
    http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not
    this).
    </object>
    <!--> <![endif]-->
    </object>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:1px;
    background-color:#6C6C6C">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:1px">
    <tr>
    <td valign="top" style="width:50%;
    height:1px"></td>
    <td valign="top" style="width:766; height:1px">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:1px ">
    <tr>
    <td valign="top" width="766" style="height:1px
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    height:1px"></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:50%;
    background:url(images/bottom-3.gif) top right;
    height:100%"></td>
    <td valign="top" style="width:766;
    background-image:url(images/bottom-5.gif); height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% ">
    <tr>
    <td valign="top" width="766" style="height:100%
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    background:url(images/bottom-4.gif) top left;
    height:100%"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>
    </html>

    tlcarl,
    > I know most people probably view at 1024 x 768.
    You think so? Even if they have their resolution that high
    (which is
    fairly standard, nowadays), do you think most people maximize
    their browsers
    to fill that whole area?
    > Is there anyway to auto resize based up on screen
    > resolution or something to detect the screen size and
    > adjust the webpage accordingly.
    There is, indeed. :) Check out the Stage.onResize event in
    the
    ActionScript 2.0 Language Reference. That event is dispatched
    when the
    browser (or whatever container) is resized -- in cases where
    the SWF is
    embedded with percentages. If that's your aim, you'll need to
    code against
    that event, which can be done like this ...
    http://www.quip.net/blog/2006/flash/how-to-position-movie-clips-browser-resizing
    It can take a bit of thought, depending on the complexity of
    your goal,
    but the result is usually worth it. The site in your URL is
    already built,
    so this wouldn't do much of anything without opening the
    hood, so to speak,
    and completely rebuilding the engine. A Flash movie has to be
    designed and
    programmed to respond to the Stage.onResize event.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Firefox consistently crashes when loading Flash sites

    For a couple of reasons I decided to go ahead and install OSS a few days ago.  On the first day, the install went smoothly and everything was working just as it should (I used the oss-linux-free PKGBUILD in AUR).  Yesterday and today, however, I've started to get a reoccurring problem that is, to put it lightly, driving me nuts.
    Firefox (or Epiphany, though I prefer the former) consistently crashes when opening up any site that uses Flash or Java.  With the way the internet is going, this is a large chunk of websites—not being able to visit YouTube or the website for Enemy Territory: Quake wars, for instance, is driving me nuts.
    Now, when I say "consistently" I don't mean each and every time.  I've been able to get these sites to load a number of times, but in the last two days Firefox has crashed in probably 2/3-3/4 of the time when loading any site that has a Flash element.  I've made sure that I have not wrongly assumed this has to do with my newly installed OSS by uninstalling, reinstalling the kernel and all ALSA packages, rebooting, and then surfing the web for a while to see if anything went wrong.  It didn't. 
    So my question is this: why is Firefox crashing so often in the two days since I've installed OSS?  What can be done to rectify this?
    After some experimenting, it seems the problem is worst under the following conditions:
    - Having several tabs open, though not necessarily several tabs with Flash
    - Listening to music and THEN navigating to YouTube or something.
    However, it's not specific to these circumstances.  In fact, just before I decided to make this post I opened Firefox, went to a site with Flash on it (one tab), and it immediately shut down.  I tried this three or four additional times and was met with the exact same results.
    Other info
    Firefox: Pre-compiled Mozilla i686 build, v. 2.0.0.11
    OSS: OSS (GPL version) 4.0, build 1012
    Operating System: Arch Linux 2.6.23-ARCH
    I've also posted this here.

    I have the same problem. I've never been able to identify when it started. Once firefox crashes, mpd, if it was playing, becomes unresponsive. The only way to get a flash site working again is to reboot my computer.
    I uninstalled flash: I'm not going to put up with that kind of behaviour. Now I watch youtube videos on other people's computers --you know how they say "You've GOT to see this movie!". And if I really need to see that one specific video, there's youtube-dl.
    Unfortunately gnash doesn't work on youtube for me.

  • How do I get the Flash site to work on the server

    Hi,
    I'm a beginner working with Studio 8. I have the Flash site
    working as desired from my desktop, but I have issues once loaded
    to the server. Hopefully someone here can point me in the right
    direction.
    Firstly, I would like the site to work within a non-sizeable
    browser window. I am not sure how to do this.
    Secondly, when I try to visit the uploaded site, it appears
    not to load properly. I see an isolated movie clip loaded on the
    screen, but my pre-loader never displays, and there is no animation
    at all.
    I am not sure where to start looking, but if you do, please
    share - grateful, I will be.
    -Brian

    ok - here is an update.
    For reasons unknow to me, the Flash site works on my pc now
    that I re-published the html. Unfortunately, everyone else that I
    ask to visit have to refresh their browser before they see it
    animate and work.
    *sigh*

Maybe you are looking for

  • Multiple entries of the same topic in calendar

    Hi, i am having trouble with my calendar, as in it displays multiple entries of 1 entry on the same day! eg. if i have one entry then it displays that same entry about 15-20 times on that same day in a list!!! can anyone help with this fault?

  • Libary website links no longer work after "upgrading" to FF 10 and up

    Greetings, since upgrading to FF 10.0.1 & 10.0.2 my library website (http://www.lincc.org) links do not work when clicked. The current page just reloads. Found last night that if I clear the cache before each link click it works fine. How do I submit

  • How to access RT and CRT tables

    Hi experts can any one guide me how to view RT and CRT Tables. How to access RT and CRT tables. Is there any Tcode existing to access these. Thanks in advance Regards vamsi.

  • Running XP Pro, Firefox versions above 3.6.x will not open. Why not?

    When 4.0 came out I downloaded and installed it. It would not open. I restarted my computer and tried to open 4.0. It would not open. I then tried to remove 4.0, but the uninstall wizard indicated that 4.0 was running. I restarted my computer, uninst

  • Why can't i update songs to my ipod and playlists?

    So the other day i decide to add a few songs ripped from cds i purchased over the new year. I loaded them onto itunes and plugged my ipod into the docking bay. My ipod freezes. i go to this site and think i know what i am doing after reading people a