Flash Preloader

Hi all,
I am currently trying to build a simple preloaded for my
company's portfolio, and I cant get anything to work! Anybody have
any good websites or know of any tutorials online?
Thanks,
-Peachy

A: [flash] Preloader

Bueno creo que eso es para ponerlo en el primer fotograma de
un MC, pero mi
preloader se carga en otro nivel, entonces uso un
loadMovieNum().
Enzo C.
"Santiago" <[email protected]> escribió
en el mensaje
news:f1vtes$7vi$[email protected]..
>A mi me paso lo mismo muchas veces, hace poco descubri
que puede ser porque
>en mis movies estaba usando Componentes, y estos se
exportan siempre en el
>primer fotograma o estaba realizando la programación
de manera tal de que
>algunas cosas se ejecutaran antes que nada :(
> De todas maneras hay una manera de hacer que las lineas
de codigo del load
> sean leidas por el reproductor antes que cualquier otra
sentencia, y es
> usando la Directiva #initclip - el material descripto a
continuación es de
> la ayuda de flash, con todo permiso :) -
>
> Directiva #initclip
> - Indica el principio de un bloque de acciones de
inicialización. Cuando
> se inicializan varios clips simultáneamente, se
puede utilizar el
> parámetro order para especificar la
inicialización que se ejecuta en
> primer lugar. Las acciones de inicialización se
ejecutan cuando se define
> un símbolo de clip de película. Si el clip de
película es un símbolo
> exportado, las acciones de inicialización se
ejecutan antes que la
> acciones en el fotograma 1 del archivo SWF. De lo
contrario, se ejecutan
> inmediatamente antes que las acciones del fotograma que
contiene la
> primera instancia del símbolo de clip de
película asociado.
> Las acciones de inicialización sólo se
ejecutan una vez que se reproduce
> un archivo SWF. Utilícelas para inicializaciones
que se realizan una vez,
> como definición de clases y registro.
> No inserte un punto y coma (;) al final de la línea
que contiene la
> directiva #initclip.
> Disponibilidad: Flash Player 6.0; ActionScript 1.0
> Parámetros
> order:Number [opcional] - Un entero no negativo que
especifica el orden de
> ejecución de bloques de código #initclip. Este
parámetro es opc... [Show more]

Read other 3 answers

Similar Messages

  • Flash Preloader Issue

    I have tried several methods of flash preloading for some
    large flash movies I have. The loader indicator flashes for just a
    brief moment and then there is blank data until the file loads. I
    am using Go-live CS2. I had a friend publish the same code using a
    different site and a different editor and it works. Does Go-live do
    something weird to preloaders? Or, is it possible that my site
    providers server is blocking script to prevent it from working? Any
    ideas would be appreciated. If you have a suggestion of a preloader
    that is for dummies like me, please send me a link. Thanks!

    http://www.actionscript.org/resources/articles/54/1/Smooth-PreLoader/Page1.html

  • Flash Preloading - Not Simple

    I am new, but to the extent that I have a full flash site
    that works great. I cannot get any preloaders to work. Lets be
    honest, I cannot even begin. Everyone assumes an expert, even the
    'simple flash preloader' sites.
    Why not just use the component in Flash CS3? Why can't Adobe
    help with this instead of sending me to google to get preloader
    ideas? Why is the WMODE=transparent command not recommended if you
    want transparency (as a supposive fix to the white box)? Preloaders
    are not simple for non-developers.
    Simply, I have a background.jpg in an HTML document. I load a
    flash in a table on top. It shows white in the table before the
    flash loads. Adobe's answer is to use a preloader. OK. Great. I
    found several, all of which insert so many variables that I can't
    tell what is really a variable or not. I have no desire to become a
    preloader retailer....OK? I just need a preloader. Explicatives
    removed. I simply want to load literally "video1.swf" without
    getting a white box. A progress bar would be nice. Will this be a
    seperate flash (swf), or will it be inserted in the timeline as
    seperate layers in the timeline to play before the original frames?
    Must I combine my original video1 file into a movie symbol, then
    manipulate it in another timeline with a preloader?
    Please do not assume ANYTHING. I need to get this done once
    and for all.
    Please, just make it simple. Attached is some code I found.
    Can it be edited to work with the "ProgressBar" in CS3? If there is
    an option, a seperate swf would be better as I have several pages
    that are setup the exact same way.
    Thank you.

    Seeing white is nothing to do with a preloader - set the bg
    of your movie to
    other than white. If you're using something like SWFObject to
    embed your
    Flash in the HTML, make sure it's not set to a white bg also.
    Aside from that a preloader is not too difficult to build -
    and the code you
    gave as a sample is bad code, which is likely the source of
    your problems. I
    don't have Flash 9 yet, but in 8 you would want to use the
    MovieClipLoader
    class to load in your swf. It has an onLoadProgress method
    that you can make
    use of to build a progress bar.
    Try this for a tutorial:
    http://www.kirupa.com/developer/actionscript/moviecliploader.htm
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Problem with Flash preloader in IE using swfObject 2

    Hi All,
    I've embedded my swf using swfObject 2, my preloader shows up fine in Firefox, Chrome and Safari but when viewed in IE the preloader doesn't show up....there is just a pause and once the movie has loaded it starts to play.
    Here is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
              <head>
                        <title>TooNeat Studios :: Advanced Digital Media</title>
                        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                        <style type="text/css" media="screen">
                                  html, body {
                                            height:100%;
                                            background-color: #000000;
                                  body {
                                            overflow:hidden;
                                            margin-top: 0px;
                                  #con {
                                            position: relative;
                                  #flashContent {
                                            position: absolute;
                                            left:50%;
                                            margin-left:-640px;
                        </style>
            <script src="swfobject_modified.js" type="text/javascript"></script>
            <script type="text/javascript">
                                  swfobject.registerObject("tooneat", "11.9.900", "expressInstall.swf");
                        </script>
              </head>
              <body>
                  <div id="con">
                        <div id="flashContent">
                                  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1280" height="580" id="tooneat" align="middle">
      <param name="movie" value="tooneat.swf" />
                                            <param name="quality" value="best" />
                                            <param name="bgcolor" value="#000000" />
                                            <param name="play" value="true" />
                                            <param name="loop" value="true" />
                                            <param name="wmode" value="window" />
                                            <param name="scale" value="showall" />
                                            <param name="menu" value="false" />
                                            <param name="devicefont" value="false" />
                                            <param name="salign" value="" />
                                            <param name="allowScriptAccess" value="sameDomain" />
                                            <!--[if !IE]>-->
                                            <object type="application/x-shockwave-flash" data="tooneat.swf" width="1280" height="580">
                                                      <param name="movie" value="tooneat.swf" />
                                                      <param name="quality" value="best" />
                                                      <param name="bgcolor" value="#000000" />
                                                      <param name="play" value="true" />
                                                      <param name="loop" value="true" />
                                                      <param name="wmode" value="window" />
                                                      <param name="scale" value="showall" />
                                                      <param name="menu" value="false" />
                                                      <param name="devicefont" value="false" />
                                                      <param name="salign" value="" />
                                                      <param name="allowScriptAccess" value="sameDomain" />
                                            <!--<![endif]-->
                                                      <a href="http://www.adobe.com/go/getflash">
                                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                                                      </a>
                                            <!--[if !IE]>-->
                                            </object>
                                            <!--<![endif]-->
                                  </object>
                        </div>
      </div>
              </body>
    </html>

    Interesting! No answer to your problem in the Flash forum. They would know more than we do.
    I assume that you have had a look here http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html.

  • Flash Preload white bg problem

    Hi all,
    Why on this page
    http://www.dellimages.com/photographs-images-menorca/menorca-sea.html
    is
    there an initial white bg for the preloader? I've looked high
    and low to no
    avail.
    Cheers
    Pablo

    > if everything was as easy as that I'd be a Murr
    You should live so long! 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Pablo" <[email protected]> wrote in message
    news:[email protected]...
    > Well this is very strange because all I did was change
    the file name and
    > bingo, if everything was as easy as that I'd be a
    Murr.......Er hold on :)
    >
    > Thanks for looking both.
    >
    >
    > Pablo
    >
    >
    > ": Nadia : ** Adobe Community Expert **"
    > <[email protected]> wrote in
    message
    > news:[email protected]...
    >>A little while ago I was seeing a white (or light
    grey) background to the
    >>flash, it is now the same colour as your page
    background with a light grey
    >>circle preloader image..
    >>
    >> You done good (for once) :-)
    >>
    >>
    >> --
    >> Nadia
    >> Adobe® Community Expert : Dreamweaver
    >> ----------------------------------------
    >> CSS Templates |Tutorials |SEO Articles
    >>
    http://www.DreamweaverResources.com
    >> ~ Customisation Service Available ~
    >>
    http://www.csstemplates.com.au
    >> ----------------------------------------
    >> ~ Forum Posting Guidelines ~
    >>
    http://www.adobe.com/support/forums/guidelines.html
    >>
    >>
    >>
    >> "Pablo" <[email protected]> wrote
    in message
    >> news:[email protected]...
    >>> Did you before? I changed the file name of the
    xml file and the white bg
    >>> has gone, this can't be the reason though....I'm
    looking in FF PC Win
    >>> XP.
    >>>
    >>>> Probably not helpful but I don't see an
    initial white background
    >>>
    >>>
    >>> I mean the bg of the flash, not the page.
    >>>
    >>>
    >>> Cheers
    >>>
    >>> Pablo
    >>>
    >>>
    >>> "josie1one" <joleros[nospam]@yahoo.com>
    wrote in message
    >>> news:[email protected]...
    >>>> Probably not helpful but I don't see an
    initial white background
    >>>>
    >>>> --
    >>>> Jo
    >>>>
    >>>>
    >>>> "Pablo" <[email protected]>
    wrote in message
    >>>> news:[email protected]...
    >>>>> Hi all,
    >>>>>
    >>>>> Why on this page
    >>>>>
    http://www.dellimages.com/photographs-images-menorca/menorca-sea.html
    >>>>> is there an initial white bg for the
    preloader? I've looked high and
    >>>>> low to no avail.
    >>>>>
    >>>>> --
    >>>>> Cheers
    >>>>>
    >>>>> Pablo
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Flash preloader freezes when refreshed in IE7

    Ok, I know there are a lot of known issues with IE7 and
    active content, but this is a new one to me, and I am really,
    really hoping someone may know what is causing this...
    I have a small online web site set up in HTML, but I have the
    portfolio section set up in flash .swf, and naturally, there is a
    preloader for this .swf file.
    I already have a java script code to override the "click to
    activate" issue with IE7, so that issue is taken care of. The
    preloader works fine initially in all browsers and that includes
    IE7, BUT if the user navigates away from the portfolio using the
    top nav bar, and returns to the portfolio, the preloader freezes at
    what looks like 99% as the image i used is completely colored in.
    In order to advance, the user must then right click on the flash
    movie and select "forward" to get to the frame containing the
    content. This only happens in IE7, clicking links back and forth
    does not create adverse effects in any other browsing setup.
    I have the preloader set up on frame 1 of Scene 1 in multiple
    layers, and i have the bottom layer labeled "content" where on
    frame one, it is an empty keyframe, and then on frame 2 of that
    layer I have the main_mc movie clip with all navigation and content
    placed, and all layers above that have been converted to empty
    keyframes on frame 2.
    Here is the AS3 code I am using for the preloader on frame
    one of the main stage:
    stop();
    this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,
    onProgress);
    this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
    function onProgress(e:ProgressEvent):void
    var loaded:Number = e.target.bytesLoaded;
    var total:Number = e.target.bytesTotal;
    var pct:Number = loaded/total;
    loader_mc.scaleX = pct;
    loaded_txt.text = "loading portfolio..." + (Math.round(pct *
    100)) + "%";
    function onComplete(e:Event):void
    gotoAndStop(2);
    I have also tried:
    function onComplete(e:Event):void
    nextFrame();
    but that has caused no difference with the issue.
    Any Ideas, tips or tricks?? I am a recent graduate looking
    for a job, and I feel like this issue has potential to hold me
    back...thank you to anyone in advance.

    If your using javascript to ebmed the movie, try this
    yourswfName.swf?t= new Date().getTime()
    if php
    yourswfName.swf?t= php echo date("Y-m-d H:i:s")
    I call it a cache buster, you can make a function and have it
    append to the swf file name. it is some caching issue with ie7 and
    flash player 9 so your adding a timestamp to the end of the file
    name, making the browser reload the video.
    also if the video is already loaded, and the user comes back
    to the page. It could be already loaded. Then there is no need for
    the preloader. Mabey put something in your code that says if bytes
    loaded == bytes total skip preloader and just play.
    hope that helps ya

  • Flash preloader only appears after 60%

    Hi all,
    I added a simple preloader to the first frame of my flash
    movie. When all is loaded, the movie continues to the 2nd frame. I
    had a few library items exported as actionscript and exported in
    first frame. I unchecked export in first frame for ALL items. BUT
    (although my MC is missing some library items), my preloader STILL
    won't appear until over 60% is already loaded. What does my MC load
    before it even enters 1st frame? Any ideas anyone?

    on the first frame put a STOP.
    on the movie clip of the preloader add the code:
    onClipEvent(load)
    total = _parent.getBytesTotal();
    }onClipEvent(enterFrame)
    loaded = _parent.getBytesLoaded();
    percent = int(loaded / total * 100);
    text = percent + "%";
    gotoAndStop(percent);
    if (loaded == total)
    _parent.gotoAndPlay(2);
    where you can see i have _parent. maynot be neccessary on
    your preloader.

  • Flash Preloader Not Working with Local Files?

    Hello all,
    I have created a digital resumé using a Flash
    presentation. The presentation links to several SWF files that are
    rather large. I have designed and implemented preloaders for the
    files.
    My intent is to burn the whole product to CD for
    distribution. The problem I am having is that my Flash preloaders
    work perfectly in FireFox; I click the button in the main
    presentation and the preloader comes up in the target screen,
    followed by the SWF.
    However, the preloaders do not work at all in IE, which
    leaves a black pane with nothing in it and causes the user to click
    the button several times trying to figure out why nothing is
    happening.
    The Flash presentation that is being displayed is embedded in
    a HTML document. The user clicks a button to load a SWF to a
    separate screen; the preloader runs until the file is loaded.
    Any help you could provide is appreciated.

    I have attached the actionscript for the data connection. The
    odd thing about this issue is some of the data is being displayed
    from the webservice call and then some is not. The drop down list
    is not being populated but I am getting some text in a textarea
    that is on the form. My datasource is a SQL Server database and in
    ColdFusion administrator, I used the actual machine name to point
    to the datasource because it is directly linked to my web server.
    This configuration is the one giving me problems. If I change the
    datasource to my test SQL Server (server.somewhere.com) it works
    fine. Does this help any?

  • Flash preloader not showing

    Hi,
    I have an odd problem, I've used a very basic preloader for my Flash file (CS5) it works as expected in Flash Test using the simulated download feature but when I upload everything to the remote server, the preloader doesn't show, there is a delay while the file loads then the animation plays but no sign of the preloader.
    To look, go here: http://www.rotricconstructions.com.au/#construction_home   click on the Clients tab then click "Click here to view project examples" a jQuery box to the left contains the Flash file a photo slideshow.
    Thanks for any suggestions.

    Maybe the proloader is taking much longer to load than the other stuff in the game. Maybe.

  • How can create a Simple Flash Preloader

    Hi ,
    How can create preloader in flash (AS2).
    Please help me.

    put a textfield on stage in frame 1.  assign its instance name to be tf in the properties panel.  change your code to:
    kglad wrote:
    stop();
    this.onEnterFrame=function(){
    var bl:Number=this.getBytesLoaded();
    var bt:Number=this.getBytesTotal();
    tf.text=Math.round(100*bl/bt);
    // you can use bl and bt to animate your movieclip, if you have one
    if(bl==bt){
    delete this.onEnterFrame;
    play();

  • AS2 / AS3 Flash Preloader issue.

    [ moved from AS1/2 forum ]
    Hi every one,
    I'm testing the new capabilities on Flash Pro CS6. And I'm stuck around here as most of my coding are AS1 / AS2 and when I try to make the coding for AS3 one part of my pre-loading is not functional any more. Basically the Dynamic Text does not shows up. Maybe if you take a look into my code you can tell me where I'm wrong.
    This is the new AS3 code for my preload scene. I have created this stage to load just one image on the 2nd frame. And it works except for the text that it does not displays the text inside the following instances: percent_txt, ofBytes_txt and totalBytes_txt
    I appreciate any ideas you may provide to me pls.
    stop();
    addEventListener(Event.ENTER_FRAME, loaderF);
    function loaderF(e:Event):void{
              var toLoad:Number = loaderInfo.bytesTotal;
              var loaded:Number = loaderInfo.bytesLoaded;
              var total:Number = loaded/toLoad;
              if(loaded == toLoad) {
      removeEventListener(Event.ENTER_FRAME, loaderF);
                        gotoAndStop(2);
              } else {
                        preloader_mc.preloaderFill_mc.scaleX = total;
                        preloader_mc.percent_txt.text = Math.floor(total*100)+ "%";
                        preloader_mc.ofBytes_txt.text = loaded + "bytes";
                        preloader_mc.totalBytes_txt.text = toLoad + "bytes";
    This is the result when testing,
    Thank you so much and kind regards !!
    Joel.

    You have to set the values initally
    stop();
    addEventListener(Event.ENTER_FRAME, loaderF);
    function loaderF(e:Event):void{
              var toLoad:Number = loaderInfo.bytesTotal;
              var loaded:Number = loaderInfo.bytesLoaded;
              var total:Number = loaded/toLoad;
              preloader_mc.preloaderFill_mc.scaleX = total; 
              preloader_mc.percent_txt.text = Math.floor(total*100)+ "%";
              preloader_mc.ofBytes_txt.text = loaded + "bytes";
              preloader_mc.totalBytes_txt.text = toLoad + "bytes";
         if(loaded == toLoad) {
           removeEventListener(Event.ENTER_FRAME, loaderF);
                        gotoAndStop(2);
    what you original code was saying was after all the info was loaded to then set the text to the variables listed, you have to set it first and once the info is finally loaded go to the second frame.

  • Flash preloader starts from 60%???

    Hi Friends,
    My website http://www.goincubix.com starts from 60%. I'm sure it waits for the audio to load because the audio is some 400KB. The overall flash swf is 810KB.
    I tried many solutions mentioned online. I tried loading the sound externally/internally in the first frame. Also tried loading sound from the second frame. Currently in the website the sound is internally placed, thats the best outcome so far, so I left it that way.
    Whats the workaround for this? In linkage settings, theres a checkbox for "add in 1st frame" - if I dont check it, the sound doesnt come at all. The blank screen till the preloaded reaches 60% is so boring. The preloader should be starting from 1% right?
    Please help me with this. Thanks in advance.

    The Flash loading progress is stalled when Flash encounters audio or video in the file that it is loading. This is a long standing situation with Flash. If you need to have a reliable loading progress reported to your user, then you will need to remove the sound file(s) from the the file that you want to track.
    Bringing a complex file or set of files to a user quickly and elegantly can be a difficult process. There is no single, simple solution. I usually use external sound files unless they are very short. If you remove the sound file from your current movie, it will load much more quickly. Once loaded, you can then load in the sound file(s) that you need. This will mean that there is a small delay before the sound begins, but you should be able to design the opening so that the sound is not need immediately.
    Another solution is to have a very small opening movie, that loads in a larger file. This larger file can, in turn load in the sound(s) that it needs. The small opening movie can occupy the user until the full content is ready.

  • Flash PreLoader, MS Internet Explorer and swfobject?

    Hi,
    i've recently completed my first Flash-only website and all has gone well, I used to use Flash 2/3 ages ago so it's a welcome return to the current version for me.
    Following a tutorial I built a simple percentage counting preloader.
    I've published to Dreamweaver and in Google Chrome, all works perfectly but using IE, after all the usual warnings of Active Content Doom it just displays the "0%" - the first "frame" of the preloader and just freezes without moving on.
    I've created an exact replica without the preloader and it then behaves fine for the rest of the site.
    I've tried using the swfobject workaround i've found listed on the web but no joy, has anyone else had this annoying problem and is there a fix i can easily shoehorn into the HTML?
    Please help, i've torn my hair out and am now moving onto the cat!
    Cheers
    Dan

    Hi,
    thanks for the reply.
    I'm using the latest version of Flash (CS4 Pro) and using the publish settings, it does produce a lot of code doing this i noticed, I have also tried creating a basic html page directly in Dreamweaver and dropping the swf file in but this hasn't succeeded so far either, well, not as a basic, drop the flash file in and test with no other coding.
    It's Internet Explorer 8.0.6
    I'm not an experienced coder but i'm trying!
    Thanks

  • Flash Preloader Problem....please help

    I have created a website (
    http://www.gapproject.co.uk)
    with a preloader.
    When you access the (
    http://www.gapproject.co.uk/gap_gallery.html)
    page of the site (which is over 2meg) the content loads about 90%
    and THEN shows the preloader.
    I want the preloader to start showing from 0% through to 100%
    before directing me to the first frame of the website??
    Any ideas as this leaves people waiting with a blank screen
    for a while before seeing the progress bar load from 90% ish to
    100%???
    my AS code.....
    myProgressBarListener = new Object();
    myProgressBarListener = function (eventObject) {
    myProgressBar._visible = false;
    gotoAndStop(8);
    myProgressBar.addEventListener("complete",
    myProgressBarListener);
    myProgressBar.mode = "polled";
    myProgressBar.source = "_root";
    myProgressBar.conversion = "1";
    myProgressBar.label = "LOADING %3%%";
    myProgressBar.direction = "right";
    myProgressBar.labelPlacement = "bottom";
    stop();

    I saw someone in this forum had a similar problem and he was
    told to de-select export on fram1 for the linkage of components.
    Tried this...great it worked....but none of my components
    were there anymore i.e. my rollover images etc had all gone.
    So this option not good for me....any other ideas? Anyone??
    pleeeeeeeeeeeeeeeaaaase??

  • Flash Preloader not working anymore

    The final and most crucial part to completing a project I
    have is the preloader. When I first developed this, the preloader
    worked fine. a 1.7MB file later, it shows a blank screen, and then
    the preloader shows 100% and the page loads.
    I was given advice to have the movie clips not be exported to
    the first frame, but have them elsewhere in the movie. Problem with
    that is that they stop working if I do that.
    Anyway, here's my code. Hopefully someone can figure out why
    it's not appearing while it loads!
    stop();
    loadingBar._yscale = 1;
    var loadingCall:Number = setInterval(preloadSite, 50);
    function preloadSite():Void {
    var siteLoaded:Number = _root.getBytesLoaded();
    var siteTotal:Number = _root.getBytesTotal();
    var percentage:Number = Math.round(siteLoaded/siteTotal*100);
    loadingBottle._yscale = percentage;
    percentClip.percentDisplay.text = percentage + "%";
    percentClip._y = loadingBottle._y + loadingBottle._height;
    bytesDisplay.text = "loaded " + siteLoaded + " of " +
    siteTotal + " bytes";
    if (siteLoaded >= siteTotal) {
    clearInterval(loadingCall);
    _root.gotoAndPlay("Movie", 1);
    }

    This is normally a hardware issue. You should contact Apple and discuss what options you have. As one last effort, you could attempt to Restore the iPhone and set it up as a new device. If the problem continues after doing this, then it is most likely a hardware issue.
    - Greg

Maybe you are looking for

  • I have Mavericks on iMac I also need Mtn Lion

    I installed Mavericks on my late 2012 27" Fusion iMac.  Turns out I need Mtn Lion for an important CAD app that will not be upgraded until 2014. Support says I cannot go back, and in fact cannot install any OS earlier than Mavericks now. He said if I

  • Changing default word processor

    I currently have Think Free Office as my default processsor and would like to have my docs open in Word (which is installed on my mac) Cna't find where to do it. Can anyone help? Thanks

  • Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Inst

    Hi, Hi Ramesh, The Scenario is as follows: 1. we are running a stub on WLI server(back end) which enques a message in to the JMS queue. 2.This JMS queue is used in the B2B internal delivery channel. 3.The message is coming to the B2B , however we are

  • Logic express 7.2.1 with Tascam US-122 issue

    Im running Mac OS X 10.4.7 on a Powerbook 1.67 Ghz PowerPC G4 with 512 in RAM. My software is Logic Express 7.2.1. I've installed the latest drivers to my USB external audio device Tascam US-122: 3.4.0 found on Tascam's website. Here is the problem:

  • Why only one public class in one file

    why does java allows only one public class in one file? Why can not we have two or more public classes in file? Thank u.