Seal a swf in another swf file

Hello, here is what I want to do:

I am creating a project completely in flash player, but his very large (its basically a tutorial for a 'magical' called coding language)

I want to separate slightly, essentially a main flash file which acts as a system menu with buttons for you send to the different sections of the tutorial, and then I want to do a bunch of individual flash files for each page of these sections.

How I would approach calling a SWF of a file swf or preferably integrate multiple swf files into the main swf file.

This would allow me to do a bunch of animations of editing complicated without having a single calendar completely unmanageable.

Or if you have another possible suggestion on how to more easily separate functions / animations I'm certainly open to the idea of another. Thank you in advance!

Thank you two again for any input, I got works by using a more manual method.

Add the Movieclip symbol > enter clip video editing mode and then IMPORT > staging the SWF shot in the file for the video, and I could handle the video clip. I would certainly save the code you all provided snacks at a later date, I need to dynamically load somehow.

Thanks again!

Tags: Adobe Animate

Similar Questions

  • Symbols to seal a swf file created with mxmlc

    Hi all

    I'm trying to pool my resources in swf files separate and then use them in another flex project. I have create this bundles from a wizard that I wrote in the AIR. AIR application called mxmlc to compile bundle.as and I dynamicaly load bundle.swf. I can access the resources in this swf grouped using ApplicationDomain.getDefinition (). No problem

    However, I also want my Wizard allows you to change the prexisting beams. Problem is that I can't embed the resource of original new bundle group. I mainly use Sprite and ByteArray assets in bundles.

    To simplfy the problem, I have prepared as a result of test. Created an application bundle to create the bundle swf in flex. The project has 4 files: 2 .as file 1 .png files, 1 .swf file (FLA that has a linked symbol "Fill")

    // Bundle.as
    package
    {
      
              import flash.display.*;
      
              public class Bundle extends Sprite
              {
                        public function Bundle()
                        {
                                  var fla:DisplayObject = new Fla();
                                  addChild(fla);
      
                                  var image:DisplayObject = new Image();
                                  addChild(image);
      
      
                        }
              }
      
    }
    
    
    // Image.as
    package
    {
              import flash.display.Bitmap;
      
              [Embed(source='plus.png')]
              public class Image extends Bitmap
              {
              }
      
    }  
    // Fla.as
    package
    {
              import flash.display.Sprite;
      
              [Embed(source='fla.swf', symbol="Fill")]
              public class Fla extends Sprite
              {
                        public function Fla()
                        {
                        }
              }
    }
    
    
    

    Above project compiles without problems, and I can see both active on screen.
    Then I create a second project that will use the resulting swf of the project above.

    package
    {
      
              import flash.display.*;
      
              public class Application extends Sprite
              {
                        [Embed(source='Bundle.swf', symbol='Fla')]    /// Flex cannot embed this
                        private var flaClass:Class;
      
                        [Embed(source='Bundle.swf', symbol='Image')]  /// But it can embed this
                        private var imageClass:Class;
      
                        public function Application()
                        {
                                  var fla:DisplayObject = new flaClass();
                                  addChild(fla);
      
                                  var image:DisplayObject = new imageClass();
                                  addChild(image);
                        }
              }
      
    }
    
    

    The second project cannot see that the assets of the Bitmap as symbol. But could not find the advantage of Sprite.

    We rely heavily byte array and vector graphics of Flash embeded asset with

     [Embed(source='x.ba', mimeType="application/octet-stream")]
    

    I could write Active byte of table in a temporary directory and integrate them again, but I can't do it with Sprites. How can I solve this problem.

    OK, it's working now. I think the problem was using the constructors with embeded classes.

  • Open another SWF file in the same window of the browser?

    I designed a website, the first HTML page. How to code a button to load another SWF file in the same web browser window?

    The example site uses Flash.  If you want it works exactly the same as you do not want to use the Flash.

    If you want similar functionality, then you can simply use the navigateToURL() function to open the new page with the swf site integrated into it.

    Explaining the AS3 button Code
    --------------------------

    Assume that you create a button symbol.  Since this is a button, it is already a car animation object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful down must assign a unique instance name.  If you drag a copy of it on the stage of the library, and while it is still selected, enter you this unique instance for her name in the Panel properties... say you name "btn1.

    In AS3, to make a button with the code, you must add a listener of events and event handler for it function.  You may need to add a little (for different events, like reversal, deployment, by clicking on it, but for now let's just say you want to be able to click them to get a web page.)  In the scenario that contains this button, a layer of separate actions that you create in a similar framework where this button exists, numbered, you must add the event listener:

    Btn1.addEventListener (MouseEvent.CLICK, btn1Click);

    The name of the unique function for the treatment, the click of this button is specified at the end of the assignment of event listener, so now you just have to write this function:

    function btn1Click(evt:MouseEvent):void {}

    var url: String = "http://www.awebsite.com/awebpage.html";

    var req:URLRequest = new URLRequest (url, "_self");   "_self" indicates that it takes to open in the same window

    navigateToURL (req);

    }

  • Slider component does not not when loading another swf file

    I have a simple Flash app that uses a Slider to increase or decrease the size of text in a TextArea (ta). It works perfectly well on its own, however, when I try to load the SWF from another application, I get the following error...

    ReferenceError: Error #1069: Property fl.managers:IFocusManager::form not found
    on fl
    .managers.FocusManager and there is no default value.

    at fl
    .controls::Slider/thumbPressHandler()

    Code of...

    import fl.events.*;
    import flash.text.TextFormat;

    ta
    .text = "Lorem ipsum dolor sit amet";

    var tf:TextFormat = new TextFormat();
    tf
    .color = 0xCCCCCC;
    tf
    .font = "Trebuchet MS";
    tf
    .size = 12;

    slider
    .addEventListener(SliderEvent.THUMB_DRAG, sliderChange);

    style
    ();

    function style():void
    {
        ta
    .setStyle("textFormat", tf);
    }

    function sliderChange(e:SliderEvent):void
    {
        tf
    .size = slider.value;
        ta
    .setStyle("textFormat", tf);
    }

    Pourrait swf file containing I'm loading the SWF of cursor indeed anyway demand of cursor? I do not understand why it works on its own, but not when loaded from another application.

    Add a component slider in the library of the main SWF (loading).

  • How can I control a button from a swf file to another swf file?

    Hello

    I have a file main.swf . From this file I can access the file external.swf which is an external file.

    Now, how can I write code on my file main.swf to the button that is on my external.swf file?

    Activities.MainPanel.close_btn.addEventListener (MouseEvent.CLICK, btnClickClose);

    Activities.MainPanel.close_btn (This button is actually the external.swf file, but I want to write code on main.swf file to run it on external.swf) How can I control a single swf in another swf file button?

    Thank you.

    Some examples of code that you should be able to adapt to your needs.

    create a new instance of the loader object.

    var loader: Loader = new Loader();

    make the download request...

    var request: URLRequest = new URLRequest ("external.swf");

    Add a full event for the loader listener

    loader.contentLoaderInfo.addEventListener (Event.COMPLETE, completeHandler);

    start the actual loading process...

    Loader.Load (request);

    Create a new empty movieClip instance, you place the movie loaded into this movieClip after loading

    var externalMovie:MovieClip;

    This function is called when the download is complete and the file is ready for use.

    function completeHandler(event:Event):void {}

    set the contents of the film to the new empty movieClip...

    externalMovie = MovieClip (event.target.content);

    Add this new film to the display list.

    addChild (externalMovie);

    }

    Now you can reference the film loaded with the name of the instance 'externalMovie '. So if, for example, you want to address a button in the film loaded, you can write something like that on the main timeline:

    externalMovie.addEventListener (MouseEvent.CLICK, btnClickClose);

    function btnClickClose(event:MouseEvent):void {}

    }

  • How to call the SWF in another swf file using xml

    HII,

    I am facing a problem to call a SWF via xml when the loaded xml file it asks another swf file that includes a new xml file. now, if I call this nested swf calling without xml it works but in case of xml, it does not show the result. I confused Mr. how to nested xml file call done in as2/as3. I need some logic. Thanks in advance

    This is the forum of AS3 and your assignment involves AS2 code.  You should repost in the AS2 forum...

    http://forums.Adobe.com/community/Flash/flash_actionscript

    Aside from that, your problem may lie in the following lines...

    _root.createEmptyMovieClip ("sub_container1", 1);
    loadMovie (. attributes.url sub_SWFPath [1], "sub_container1");

    You create the new movieclip, sub_container1, in the _root, but you do not assign the loadMovie to load in the same movieclip (unless you have a _lockroot = true in your sub - swf).  In all cases, you should repost in the AS2 forum to continue troubleshooting.

  • import another swf file into the homepage flash (swf is a gallery)

    Hello!

    have a problem that I can't bring myself...

    I downloaded a free to use juliuswebdesign.com Gallery (the Gallery) and I am trying to load it in my flash site...

    the gallery now works, if I open it directly (I open the swf file)

    BUT

    When I try to load the external swf file into my website

    loadMovie("image_gallery.swf", box);
    

    then the movie loads... the Gallery poster the poster "loading the xml file" message, then when the XML is loading the message "load image 1/7" screens and only the first image of the charges. "

    Once the first image is loaded it does not appear (he stay out of my swf file... I can see it when I resize the window) and no other images will be loaded.

    If I open the file gallery.sfw again everything works fine... the problem is that if I try to load the gallery.swf into another swf file...

    something must be wrong...

    I tried to opern the file gallery.fla and Coptic all directly in my site and the problem remains the same... 1 single image loaded and not exposed in the gallery...

    i ' ts as something in my site 'blocks' the Gallery beeing loaded...

    any suggestions?

    fla gallery add the following and test again:

    This ._lockroot = true;

  • How to pass a variable to a swf file in another using the Loader?

    I'm loading a swf file from another swf using the method as follows:

    var myLoader:Loader = new Loader();

    addChild (myLoader);

    var url: URLRequest = new URLRequest ("myExternalMovie.swf");

    myLoader.load (url);

    How to pass a variable to the first SWF in the second?

    I'm not sure that "passage" is a term there, given that this generally applies to what happens with functions that can host variables to pass as arguments in the.

    When using the charger, you can assign an event listener to determine whether the activity of loading is complete and have an event handler that targets its contentLoaderInfo property to the event.currentTarget.content, which in your case would be the loaded swf file.  At this point, you can assign a value to a variable in this swf file by targeting...

    var myLoader:Loader = new Loader();

    addChild (myLoader);

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, loadComplete);

    myLoader.load (url);

    var loadedSWF:MovieClip;

    function loadComplete(evt:Event):void {}

    loadedSWF = MovieClip (evt.currentTarget.content);

    loadedSWF.someVariable = ';?

    }

    It is probably possible you may also have the loaded swf the value rtrieve by targeting to the parent swf file, which would be both parents away because of the charger is the relative of the SWF loaded... unevariable = MovieClip (parent.parent) .someValue;

  • opening a swf file from another swf

    Hello readers,

    I worked on an application.

    There is a login screen of the application, in one of the swf, I wrote the opening code, the communications along with XML.

    Now once the user has been validated, I want to redirect the user to a XYZ.swf file and close the file login.swf else if not then I have to display an error message.

    The question may seem simple, but I'm a newbie to this.

    I would be encouraged to explore my efforts, if someone could help out me with it.

    Thank you for reading.

    Kind regards

    Jayesh Sidhwani

    You can use the loader class if you want to load another swf in your swf of connection or you can use the navigateToURL() function if you want to open the swf file in another window of browser or replace your swf of connection.

  • How to add 1 swf file to another file swf which are image sequences?

    Hi all

    I have two sovereign wealth funds, when clicking on the swf first goes to the second file and clicking on a button in the second file goes back to the first file.

    The first swf file is the sequence in which only certain key images have the transparent button when you click on go to the second file of images.

    So far, I'm able to do.


    But when we click the keyframes, how do I disable the background swf? (i.e., during of the loading swf second, top first load right? what can be done to disable the first swf?)

    As I tried to give visible to false.

    But no help.


    Any help in this would be very much appreciated and very helpful.


    Thanks in advance.

    1. always add an EVENT.COMPLETE.listener loading of sth.

    This variable will be used more later to trigger the behavior of your loadedSWf

    var mc:MovieClip;

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, loaded);

    function loaded(e:Event):void {}

    trace ("Loaded");

    addChild (myLoader);

    MC = MovieClip (myLoader.content);

    You can now use the alias mc anywhere in your main swf file to make the invisible whole loadedSwf or trigger a function in the swf file

    for example: mc.hideMe () would trigger a function inside your loadedSWF hideMe

    }

    myLoader.load (new URLRequest ("Interactive_Walkthrough.swf"));

  • Seal a .swf with a transparent background in an XHTML file

    I'm trying to integrate a .swf with a transparent background in an XHTML file. The only answer I found so far is to use < param name = 'wmode' value = 'transparent' > in the object params and wmode = "transparent" in the embed tag. Using this code, the entire .swf file goes transparent with icons. I also read to use "export html code" in Flash (using transparent windowless in settings) but that gives me a file .html huge to make it transparent which is of no use to me. I need for the import/include in my page home using a few lines of code. Any help would be appreciated.

    I don't think that you listen to what I say.  You use the embed code is old and will not work with recent browsers, and as you have, it would be incomplete, even in those ancient times.

    You don't have to use the page that Flash produces when you publish an html page.  You can copy and paste this code in place of what you now that does not.  CS6 provides a little more efficient integration of code that CS4 will be, but still CS4 will bring something better than what you use.

  • Order full screen doesn't work when a swf file is read on another frame.

    I have a .exe file that has about 90 frames. All executives work very well with the command "full screen", BUT when I click on a button to access a framework which calls a swf file to a specific position on the stage and a specific size to full screen, the swf goes to the size of the regular phase. AND when I get out of this framework, it is not back to expand full screen Command.

    Flash CS AS3 WIN 7 64-bit 5.5.

    I have other frames that play a (movie) swf file to a certain size and position, and they work fine. But is not a swf file. I created all the files except the swf file. I received from someone about 7 years if there is what makes the difference.

    Any ideas?

    If you have configured your main as document:

    import flash.display.StageDisplayState;

    import flash.display.StageScaleMode;

    import flash.display.StageAlign;

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    stage.displayState = StageDisplayState.FULL_SCREEN;

    My first assumption would be, because you said it's been 7 years, this person is using ActionScript 2.0. If you load an AS2.0 doc in a doc AS3.0 who will have limited functionality.

    Try to replace the 7 year old SWF you load quickly with a mannequin made AS3.0 placeholder and see if the problem goes away. Chances are it.

  • Having problem controling resizing a swf in another swf file

    I am trying to build a site where all pages are complete browser and maintain proportions. I want to control the resizing of the menu page to.  Resizing works fine on the page that is resized, but when I try to leave the swf file parent that it has problems.

    Here's what the homepage looks like with the created controls http://www.mespinach/example1/

    This example is the site, it has a menu page that I opened the others after I have remove the resizing of the code of the home page and try to resize menu.swf.

    Here's the code for menu.swf

    internship. Align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;

    var holder: btnHolder = new btnHolder();
    addChild (holder);
    /*
    stage.addEventListener (Event.RESIZE, moveHolder);
    moveHolder();
    function moveHolder(e:Event_=_null):void {}
    Holder.x = stage.stageWidth - (holder.width + 25);
    Holder.y = 50;
    }
    */

    holder.mcHome.buttonMode = true;
    holder.mcAbout.buttonMode = true;
    holder.mcMovies.buttonMode = true;
    holder.mcLocation.buttonMode = true;
    holder.mcStore.buttonMode = true;

    var objFileToLoad: URLRequest = new URLRequest();
    var swfLoader:Loader;
    addListeners();

    function addListeners (): void {}
    holder.mcHome.addEventListener (MouseEvent.CLICK, homepage);
    holder.mcAbout.addEventListener (MouseEvent.CLICK, aboutPage);
    holder.mcMovies.addEventListener (MouseEvent.CLICK, moviesPage);
    holder.mcLocation.addEventListener (MouseEvent.CLICK, locationPage);
    holder.mcStore.addEventListener (MouseEvent.CLICK, storePage);
    }
    var currentPage: *;
    var xImage:Sprite = new Sprite();

    homePage();

    function homePage(event:MouseEvent_=_null):void {}
    SoundMixer.stopAll ();
    addListeners();
    If (swfLoader) {This.removeChildAt (0) ;}}
    holder.mcHome.removeEventListener (MouseEvent.CLICK, homepage);
    var loadRequest:URLRequest = new URLRequest ("home.swf");
    swfLoader = new Loader();
    swfLoader.contentLoaderInfo.addEventListener (Event.INIT, positionContent);
    swfLoader.load (loadRequest);
    this.addChildAt (swfLoader, 0);


    function positionContent(e:Event):void {}
    currentPage = swfLoader.content;
    var loadedImage = currentPage.onStage;
    xImage = loadedImage;
    loadedImage.x = 0;
    loadedImage.y = 0;
    fillBG();
    }
    }

    function aboutPage(event:MouseEvent):void {}
    /*
    SoundMixer.stopAll ();
    var objFileToLoad: URLRequest = new URLRequest ("about.swf");
    loader.contentLoaderInfo.addEventListener (Event.INIT, positionContent);
    Loader.Load (objFileToLoad);
    this.addChildAt (loader, 0);

    function positionContent(e:Event):void {}
    Loader.x = 0;
    Loader.y = 0;

    }
    */
    }

    function moviesPage(event:MouseEvent):void {}
    addListeners();
    holder.mcMovies.removeEventListener (MouseEvent.CLICK, moviesPage);
    SoundMixer.stopAll ();
    If (swfLoader) {This.removeChildAt (0) ;}}
    var objFileToLoad: URLRequest = new URLRequest ("Movies.swf");
    swfLoader.contentLoaderInfo.addEventListener (Event.INIT, loadedHandler);
    swfLoader.load (objFileToLoad);

    this.addChildAt (swfLoader, 0);
    function loadedHandler(e:Event):void {}
    currentPage = swfLoader.content;
    xImage = currentPage;
    }
    }

    function locationPage(event:MouseEvent):void {}
    /*
    SoundMixer.stopAll ();
    var objFileToLoad: URLRequest = new URLRequest ("location.swf");
    Loader.Load (objFileToLoad);
    this.addChildAt (loader, 0);
    */
    }

    function storePage(event:MouseEvent):void {}
    /*
    SoundMixer.stopAll ();
    var objFileToLoad: URLRequest = new URLRequest ("store.swf");
    Loader.Load (objFileToLoad);
    this.addChildAt (loader, 0);
    */
    }
    //////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////
    holder.addEventListener (MouseEvent.MOUSE_OVER, over);
    holder.addEventListener (MouseEvent.MOUSE_OUT, out);
    holder.addEventListener (MouseEvent.MOUSE_DOWN, down);
    holder.addEventListener (MouseEvent.MOUSE_UP, up);
    holder.mcAbout.buttonMode = true;
    holder.mcHome.buttonMode = true;
    holder.mcMovies.buttonMode = true;
    holder.mcStore.buttonMode = true;
    holder.mcLocation.buttonMode = true;

    var myColor:ColorTransform = transform.colorTransform;


    function over(e:MouseEvent):void {}
    myColor.alphaMultiplier = 3;
    e.target.transform.colorTransform = myColor;
    }

    function out(e:MouseEvent):void {}
    myColor.alphaMultiplier = 1;
    e.target.transform.colorTransform = myColor;
    }

    function down(e:MouseEvent):void {}
    myColor.alphaMultiplier = 5;
    e.target.transform.colorTransform = myColor;
    }

    function up(e:MouseEvent):void {}
    myColor.alphaMultiplier = 1;
    e.target.transform.colorTransform = myColor;
    }
    CPC var = this.child.child.getChildByName ("onStage");
    trace (CPC);
    report / var: number;
    var rRatio:Number;

    ratio = xImage.height/xImage.width;
    rRatio = xImage.width/xImage.height;
    var newRatio:Number;

    function fillBG(evt:Event_=_null):void {}
    trace ("width:" + xImage.width);
    trace ("size:" + xImage.height);
    trace ("ratio:" + ratio.toString ());
    trace ("rRatio:" + rRatio.toString ());
    trace ("newRatio:" + newRatio.toString ());

    newRatio = stage.stageHeight/stage.stageWidth;
    Holder.x = stage.stageWidth - (holder.width + 25);
    Holder.y = 50;

    If (newRatio > ratio) {}
    trace ("newRatio > ratio :"); ")
    xImage.height = stage.stageHeight;
    xImage.width = stage.stageHeight * rRatio;
    } else {}
    trace ("Else");
    xImage.width = stage.stageWidth;
    xImage.height = stage.stageWidth * ratio;
    }

    stage.addEventListener (Event.RESIZE, fillBG);
    }

    messages of the plotting here instructions:

    Width: 939
    height: 704
    ratio: NaN
    rRatio: NaN
    newRatio: NaN
    on the other
    Width: 561
    height: 704
    ratio: NaN
    rRatio: NaN
    newRatio: 0.49376114081996436
    on the other

    Height never changes

    Retiro and rRatio are NaN values even if they are the Quotient of numbers.

    First of all, it's too much code to pass so I don't think I'm going to give you a complete answer. I guess that's a script code.

    Here is what I noticed:

    1. you declare variables outside the scopes of functions:

    report / var: number;
    var rRatio:Number;

    ratio = xImage.height/xImage.width;
    rRatio = xImage.width/xImage.height;
    var newRatio:Number;

    Naturally, they are NaN values because neither xImage.height nor xImage.width are available at this stage.

    I suspect that you expect that when code hits these lines - swf is already loaded but IT IS NOT. Flash runs THE CODE through, DO NOT WAIT to load SWF files-it's one of the premises of the asynchronous event model.

    To remedy this, place value assignments in the event handler:

    Version 1:

    Declare the variable at the top of the code before you start loading:

    var ratio:Number;
    var rRatio:Number;
    var newRatio:Number;
    

    Calculate values in the event handler:

     function positionContent(e:Event):void {        ccurrentPage = swfLoader.content;        var loadedImage = currentPage.onStage;        xImage = loadedImage;
            ratio = xImage.height/xImage.width;        rRatio = xImage.width/xImage.height;        fillBG();}
    

    Or do it inside the fillBG(); method (version 2)

    2. nested functions are bad and I would suggest to reconsider their use and bring them out of reach of the other methods. I'm talking about managers positionContent that you are using.

           

  • How to navigate in a SWF in another swf file

    I created a SWF (image1.swf) which has 2 "tweens" in there with a 'stop' to frame 20 action. I loaded the swf file correctly (in the current SWF "document 1") and it works the way I want what it by running and stopping at frame 20,.

    Code: on (release) {loadMovieNum("image1.swf",30) ;}

    The question I have is, is it possible to press a button in my current SWF "document 1" and make it jump a specific image and play in my other SWF for instance jumping frame 21 and play the 40 frame in the picture 1.swf. file?

    Yes.  AFTER loading is complete, you can use _level30 for the main scenario for the reference image1.swf:

    _level30.gotoAndPlay (21);

    If there is no stop() on 40 chassis, you need create a loop that repeatedly checks _currentframe _level30.

  • Embedding a SWF inside another SWF file

    I used inDesign CS4 to develop a catalogue of services for the business that I work. Then he exported to a Flash document with interactive buttons and page turns. It's the current appearance: http://www.directrixsolutions.com/cw

    My question regarding my file, you can import the file .swf, including inDesign makes in a Flash document so that a preloader for the file can be used? My .swf (packet.swf) is about a 1 mb large and therefore should have a preloader. But, when I import it, or have a .swf attached in the file that points to my packet.swf, it is what is happening. WARNING: IF YOU ARE PREDISPOSED TO THE EPILEPTIC, YOU SHOULD PROBABLY NOT CLICK THIS LINK. (c8 http://www.directrixsolutions.com/cw/FlashVersion.html

    As you can see, the document becomes crazy. Any ideas?

    Thank you very much NedWebs! It worked. Now, I have a preloader and the SWF from inDesign working together. Thank you very much for your help!

    That's what the code will eventually look like in the end, for anyone else who has this problem. I just put it in the first frame of the SWF file

Maybe you are looking for

  • Trying to sync but the 'attempt limit exeeded' message. What can I do?

    I logged my previous account in firefox sync so I could connect it the new version. I tried to connect from my laptop, my office, my mobile, but none of them does not seem to work. There is always a 'attempt limit exeeded' message that appears. Could

  • Small white square on the left tab

    As you can see in this capture screen http://img543.imageshack.us/i/firefoxo.jpg/ I see a small white square on the right on the left tab and I don't know where it comes from.

  • HP laserjet 1020: HP 1020 doesn't print

    My printer was working fine, in a print out of paper job, after adding paper, that I could not find the message that usually appears when I run out of paper, so I couldn't click OK to launch this new print.  Now it does not print at all, when I send

  • "his looks like someone my using your account.

    My old account you have this problem and I don't know why. So just fill out the form AFAIK account, as my old sim card is broken so I couldn't tell them send a code to my phone. Subsequently, they just sent a message to my new account and said that m

  • Rest response

    Hello world!! Can someone help me, how to make an http connection, which is a Web service restful who receive json files? Thank you very much...