img src in the film loading

Hi all
It could be very simple, but for the life of me I don't see how.

All I want to do is load a success coutner preset from my hosting in a box on my site - the meter is defined as linked reference img src: < img src = / tinc? key = nZOEpLjD >

I put a box on the page and location in Flash animation and baptized as Counter_Box. This is the script in the actions that I use for the counter in the Coutner_Box:

loadMovie ("< img src = / tinc?") ("key = nZOEpLjD >", Counter_Box);
Stop();

When the page loads, it removes just the Counter_Box and no hitcounter appears.
For a demo, see the contact page of the site: www.pumaknight.co.uk. The meter must be at the bottom left of the screen.

I hope you can help.

Thanks in anticipation,
Michael H text

just checked: you create a textField instance and give it the name of the instance of 'counter_txt' in the MC 'Counter_Box '? And did this code placed within the Counter_Box timeline?

Tags: Adobe Animate

Similar Questions

  • Control the main storyline of the film loaded

    I loaded an external film on the main movie in a movie clip called "mainholder" - in the main storyline on the main sequence there is a command to 'stop' on frame 1. The film loaded, I want to control the main timeline and tell him to go to frame 2. Can someone tell me the actionscripting to do this, I have tried several commands and frustrated. ;-)

    Thank you

    OK... _ is necessary to _parent and _root... all other instance names are called by their name on the timeline then... in the case of this file, try this

    {We (Release)}
    unloadMovie (this._parent.loadsgPhotosMain);
    }

  • Cannot get the film loader to work

    I have trouble getting my animation Flash loader file works. I created 3 movies test (1.swf, 2.swf, 3.swf). Each of the test file has long been a second. Everything they do is display a number. In my loader file, I load the test files a second part. The first two movies load very well, but instead of loading the third film the charger makes a loop to the first image and start again. The last film is ignored even when I place the order. For example, 3. SWF does not charge for 1-2-3, and does not load swf 1. 3-2-1. here is the actionscript code that I used. Anyone know how I can fix this problem? I am using Flash CS5. Thank you

    Stop();

    unloadMovieNum (1);

    loadMovieNum ("1.swf", 1);

    **************************

    Stop();

    unloadMovieNum (1);

    loadMovieNum ("2.swf", 1);

    **************************

    Stop();

    unloadMovieNum (1);

    loadMovieNum ("3.swf", 1);

    The reason why I'm a little confused, you're not using stop(), so I wonder how your timeline is to progress beyond. The loaded SWF files needs to communicate with the main timeline or your main timeline look the _currentFrame of the clip loaded into waiting so that she reaches _totalFrames.

    Here is an example (sans-stop ()) in saved AS2 until CS5 (I can't go lower) who did what you describe and works perfectly fine for me:

    http://www.ERTP.com/tmp/LoadMovieNum.zip

    Is there a difference between that and what you do, and this simple example works for you?

  • Cannot control the film loaded

    A friend of mine is having bad controls a .swf which loads it into his film.

    This.loader_mc.loadMovie(_root.prAbsPath+"/360_"+vehicleName2+".swf");
    loader_mc.loadMovie ("360_fusion.swf");
    loader_mc.vehicle360.stop ();
    Stop();

    Thus, it is load the film 360_fusion.swf in loader_mc and then try to stop the movie to play... but it will not stop.

    Anyone see something wrong with that? He asks if I can help.

    Thoughts?

    You must wait until the loading is completed to control the loaded swf file.

  • help with the menu button and the film load

    Hi all... I am very new to flash and actionscripting and I am self-taught using mainly Internet searches.
    I'm building a site with a menu and a banner that is controlled by the menu (two swf files). I got to the make contact however, I'm stuck at this point.
    When 'bt_1' is hit I would like to be respected a "mv_1" to load in the banner.swf with intro animation... this I figured out how to... but now when you click on "bt_2" I want to play the rest of the animation of "mv_1" to unload the film before loading "mv_2" with its animation enterance respected... that I would make to several buttons. The method that I use for my local connection is...

    Sending script
    mySender = new LocalConnection();
    on (release) {}
    ------each button corresponds to a different setting... 1,2,3,4,5,6
    _root.mySender.send ("menuconnect", "action", 1);
    ------This is the best way that I could understand to disable the buttons appropriate... There might be a better way?
    Home.Enabled = false;
    couple.enabled = true;
    Events.enabled = true;
    Bridal.enabled = true;
    Media.enabled|disabled = true;
    RSVP.enabled = true;
    }



    Script of reception

    myReceiver = new LocalConnection();
    myReceiver.action = {function (doThis)}
    If (this == 1)
    gotoAndPlay (2);
    If (this == 2)
    gotoAndPlay (3);
    };
    and so and soforth for all six buttons
    myReceiver.connect ("menuconnect");

    If all this makes no sense at all, I'm sorry... I tried my best...
    If some pro out there can understand what I'm trying to do and can help me I would greatly appreciate it... Thank you all

    SJS

    I would like to use the ID to link to each of your mv_1, mv_2 etc. in the main stage and control them. This would have the advantage of eliminating the duplication of code and keeping most of your code in one place (image 1 of your _root timeline).

    If mc_1 etc was connection id mc_1ID etc, the other began on a frame labeled "outro" and ended on the last image, you can use:

  • The best consistent way to end and unloading a film loaded

    Hello

    I'm on the point goes crazy on the inconsistency of the loading and unloading of the film process. First one or two movies, ok. But after that, I still have my fingers crossed.

    It's a mix or simple game and quiz movies. So I have the main movie that the controller who control about 3 films and movies 16 quiz. So, I have this piece of code in my main movie scenario:

    onEnterFrame = function () {}

    if {(NextMovieOK)

    switch (movieQNum) {}

    case 0:

    //session intro

    NextMovieOK = false;

    sessionIntro (MovieList [movieQNum]);

    break;

    case 1:

    //session howtoplay

    NextMovieOK = false;

    sessionHowToPlay (MovieList [movieQNum]);

    break;

    case 2:

    //session monster1

    NextMovieOK = false;

    sessionLilMonster (MovieList [movieQNum]);

    break;

    box 3:

    //session Question1

    NextMovieOK = false;

    numQuiz = 1;

    sessionQuestion (MovieList [movieQNum]);

    break;

    box 4:

    bla...

    bla...

    bla...

    break;

    }

    }

    }

    function nextMov() {}

    clearInterval (IDInterval);

    trace ("Deleted IDInterval =" + IDInterval);

    movieQNum += 1;

    trace ("movieQnum =" + movieQNum);

    NextMovieOK = true;

    }

    I do not include sessionLilMonster / work for another session because they are almost the same code as sessionQuestion.

    function sessionQuestion(moviename:String) {}

    //load the film

    dep = getNextHighestDepth().

    currLo.removeMovieClip ();

    currLo = createEmptyMovieClip ("currLo" + dep, dep);

    loadMovie (moviename, currLo);

    //move the film loaded behind the frame of the movie

    BlackMovieFrame.swapDepths (currLo);

    BGBrown._visible = true;

    BGEdge._visible = true;

    trace ("moviename =" + moviename);

    }

    function EndSession(sessionMovie:MovieClip) {}

    unloadMovie (sessionMovie);

    clearInterval (IDInterval);

    IDInterval = setInterval (nextMov, 300);

    trace ("IDInterval value =" + IDInterval);

    }

    -------------------------

    In the chronology of film quiz, I use the codes below at the end the film gracefully:

    var IntervalID: Number;

    var MoviePointer:MovieClip =;

    function DelayEnding() {}

    clearInterval (IntervalID);

    _root. EndSession (MoviePointer);

    }

    btnArrow.onPress = function() {}

    clearInterval (IntervalID);

    IntervalID = setInterval (DelayEnding, 500);

    this.enabled = false;

    };

    ---------------------------------

    What I saw (from the instructions of tracing), sometimes NextMov() are not called (I know because tracing in the service instructions NextMov is not executed) for some reason any and I failed to understand why. It has something to do with the setinterval thing? Could he screwed up everything?

    Thanks in advance

    You are welcome.

    Please mark this thread as answered, if you can.

  • Load the film?

    I'm trying to load a movie within another movie that has an external url. However, some fonts and video does not appear in the film loaded correctly.

    Any suggestions?

    Add fscommand ("allowscale", false);

    for a start and take alook at the training class in the doc for more possibilities.

  • "Dreamweaver CS5, &lt; img src =". When I type the 'Browse doesn't appear.

    "Im using Dreamweaver CS5 when I try to add a picture to my HTML source code I type < img src =". When I type the 'Browse doesn't appear.

    ptree14 wrote:

    Thanks for the quick response. I checked that and it is turned on.

    I noticed that if I create a new HTML document, I can do the

    After the and before the  It works very well. Only, it will not work anywhere under the

    Like this

    Place a it is not valid and would probably DW go batty.

    DW dislike html errors, actually, even tiny errors that browsers completely ignore can send DW in spasms. Browse your page of the validator to http://validator.w3.org to ensure that you are not missed something simple, especially a closing "or ending tag like.

  • adjust the size of the film sensitive to my taste

    Hello

    I put 70 below it is because, Yes, I would like the film aspect ratio 100%, however, on the screen, I don't want to take the size of the container they are in.

    I wish it were a little smaller... like the 70%. How can I achieve that?

    When I adjusted the % in CSS, he made the switch from film to the left rather than centered. Please advise, thank you.

    < div class = "promoting stir stir-sensitive-16by9" >

    "< video width ="70"control poster="/img/preview.png ">

    < source src = ' movies/my - movie.mp4 ' type = "video/mp4" >

    < source src = ' movies/my - movie.ogv "type =" video/VGO">

    < source src = ' movies/my - movie.webm "type =" video/webm">

    Your browser does not support HTML5 video.

    < / video > < / div >

    {video

    Width: 100%;

    height: auto;

    }

    Class bootstrap Center building takes care of centering div if you add this to your custom CSS file.

    . Center-block {float: none}

    Nancy O.

  • stagewebview adding img src divs

    I have tried to figure this out for hours and just can not get.

    I have an ios app I built with air 3.0. In this application I run a stagewebview. I have different events and event listeners who make calls javascript (jquery) to load the new image.

    The problem:

    First of all this work fine in the preview. I only get the problem when I installed it on the ipad. I am adding img src divs, but nothing happens. The image is never downloaded and never appears on the page.

    Here is a very simple example:

    < head >

    "< script type =" text/javascript"src="scripts/jquery-1.7.1.min.js "> < / script >

    < script type = "text/javascript" >

    function loadPage (projectJSONString)

    {

    $('#container').append ("< img src ="http://www.someurl/someimage.jpg"/ >");

    }

    < /script >

    < / head >

    < body onload = "loadPage ()" >

    < div id = "container" >

    < / div >

    < / body >

    < / html >

    the body tag's onload event that calls a javascript function that just trying to add an image to the div with an id of "container".

    Works fine in preview (because you put a real img src url) but does not work once it is on the ios device.

    Please please help.

    Hello

    I met the same problem. Seems that there is a bug in Adobe StageWebView component. And this problem can be reproduced in iOS. On Android and desktop, it's ok.

    I solved this problem by using the native extension:

    http://darkredz.com/iOS-UIWebView-and-videoplayer-native-extension-for-air-mobile/

    She is paid, but you can find the open source, like this one:

    http://matthewhx.blogspot.com/2012/04/UIWebView-native-extension-iOS-example.html

    or write your own.

  • Publication of the film on movie maker half lower part of the screen is green. How to fix?

    original title: Windows Movie Maker
    Publication of the film on movie maker half lower part of the screen is green. How to fix?

    No guarantee, but it might be interesting to try to publish your
    project in DV - AVI format.

    This image shows where the DV - AVI option.
    http://www.Papajohn.org/IMGs/Vista-PublishToComputerChoices.jpg

  • A Blue Ray disc with a digital copy of the film sends me to a page to update Media Player security, but the button updated it does not work

    I bought a 3-disc Blu - ray Star Trek film set.  The 3rd disc is a DVD-ROM with a digital copy of the film, for transfer to a PC.  When I try the transfer, there is a message saying update Windows Media Player to my system with the functions of security necessary to play protected content.  Then a link in the transfer of Star Trek dialog box sends me to http://drmlicense.one.microsoft.com/Indivsite/en/indivit.asp where there is a button to upgrade.  But it is faded, as when a disabled function is grayed out...  If clicked, the button will not activate.  What should do?

    I ran Windows Update and updates was not available in Media Player.  I have Windows 7 Starter on a netbook Gateway

    1/2 hour later, well, what do you know?  After many attempts and refresh in Internet Explorer, the upgrade button finally loaded and worked.  Problem solved.  Transferred film and plays very well.

  • &lt; img src = file:///D|/# Google Drive "/ WWW / '.

    If I add an image (CTRL + ALT + I) at my HTML source I always get the absolute of the my working directory as path: file:///D|/# Google Drive/WWW/img/001.jpg I don't know what I have to change in my site settings. I tested the option compared to dir/document root. Result was the same. My root folder is: D:\# Google Drive\WWW\ - Dreamweaver can work with #? How I can change the path to the image like this: img src = "img/001.jpg worth mentioning would be too, if I change the path of the image =" img/001.jpg in overview mode, the image is not displayed! Only, I can see the images in Live view or on my Webbrowser from my Localhost.

    On static sites, I keep everything in site (html, jpg, png, css, js, etc.) inside my folder in the local site that is stored on the hard drive of my computer.

    C:\SiteName

    When I am developing dynamic sites with PHP, I keep my local site inside the default my local test server (localhost) web directory.

    WAMP

    C:\wamp\www\SiteName

    XAMPP

    C:\xampp\htdocs\SiteName

    MAMP or MAMP PRO

    [VolumeName] \Applications\mamp\htdocs\SiteName

    If you do not save active in your local site folder, DW cannot detect them in Design view.

    Nancy O.

  • IPL fail... no trace to reposition to when you perform the direct load task.

    Trying to do an initial load, I get this error whenever I go out a table with data in it:

    Treatment FOO table. BAR

    2013-11-21 23:22:15 WARNING EXTRACT OGG-01194 task LOADREPL added: there is no trace of reposition to when you perform the direct load task.

    Context of the source:

    SourceModule: [er.idlx]

    SourceID: [/ scratch.local/mmar/view_storage/mmar_14516066/oggcore/OpenSys/src/app/er/idlx.c]

    SourceFunction: [IDLX_complete_tcp_msg]

    SourceLine: [383]

    ERROR OGG - 01203 EXTRACT abending

    ERROR OGG-01668 PROCESS ABENDING.

    The strange thing is, I can use the same extract initLoad and loadRepl replicat... except using a different source schema.table and schema.table of the target, and it will work!

    User El error.  I increased the storage space available for the target schema that wasn't and the problem disappeared.

  • loadFilePromise() unavailable method in the class Loader using FB 4.7 (target iOS)

    Here is my code:

    errorLoadFilePromise.jpg

    Note that mpLoader is declared as a class Loader, but when I try to use the loadFilePromise() method, it does not accept it syntactically.

    Is there a reason for this?  I checked then triple in the online documentation. It comes to show me examples where loadFilePromise() works of course...

    What's wrong with this code? Why won't it work?

    I took this code directly from example ActionScript 3 on the Adobe website, but it did not work.

    This is my new solution after 6 days of trial and error (error, for the most part)

    public class TakePhoto extends Sprite
      {
           private var cameraUI:CameraUI = new CameraUI();
           private var cameraRoll:CameraRoll = new CameraRoll();
           private var dataSource:IDataInput;
           private var eventSource:IEventDispatcher;
           private var testTxt:TextField = new TextField();
    
           public function TakePhoto()
           {
                if( CameraUI.isSupported )
                {
                     testTxt.text = "CameraUI Initializing ...";
    
                     cameraUI.addEventListener( MediaEvent.COMPLETE, imageSelected );
                     cameraUI.addEventListener( Event.CANCEL, browseCanceled );
                     cameraUI.addEventListener( ErrorEvent.ERROR, mediaError );
    
                     cameraUI.launch( MediaType.IMAGE );
                }
                else
                {
                     testTxt.text = "CameraUI is not supported.";
                }
             }
    
             private function imageSelected(e:MediaEvent):void
                {
                     trace( "Media selected..." );
                     testTxt.text =  "Media selected...";
    
                     // Create a new imagePromise
                     var imagePromise:MediaPromise = e.data;
    
                     // Open our data source
                     dataSource = imagePromise.open();
    
                     if (imagePromise.isAsync )
                     {
                          trace("Asynchronous");
                          var eventSource:IEventDispatcher = dataSource as IEventDispatcher;
                          eventSource.addEventListener( Event.COMPLETE, onMediaLoaded );
                     }
                     else
                     {
                          trace("Synchronous");
                          readMediaData();
                     }
                 }
    
                private function onMediaLoaded( event:Event ):void
                {
                     trace("Media load complete");
                     readMediaData();
                }
    
                 private function readMediaData():void
                 {
                     testTxt.text = "Read Media Data";
                     trace("Read Media Data");
    
                     var imageBytes:ByteArray = new ByteArray();
                     dataSource.readBytes(imageBytes);
    
                     var loader:Loader = new Loader();
                     loader.loadBytes(imageBytes);
                     loader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageAddToCamRoll);
                     loader.contentLoaderInfo.addEventListener(ErrorEvent.ERROR, onMediaLoadError);
    
                   }
    
                protected function imageAddToCamRoll(event:Event):void
                {
                     var loaderInfo:LoaderInfo = LoaderInfo(event.target);
                     var bmpData : BitmapData  = new BitmapData(loaderInfo.width, loaderInfo.height, false, 0xFFFFFF);
                     bmpData.draw(loaderInfo.loader);
    
                     try
                     {
                          cameraRoll.addBitmapData(bmpData);
                          trace( "image added to cameraRoll" );
                          testTxt.text = "Image added to cameraRoll";
                     }
                     catch (e:Error) {
                          trace( "Caught :: " + e );
                          testTxt.text = "Image failed to add to cameraRoll";
                     }
      }
    

    It worked. Now I can take pictures and store them in the film.

Maybe you are looking for