Movie loads separately but not as part of whole...

I am trying to load jpeg images using loadMovie. I have a
movie that has thumbnail images that load larger jpeg images when
the user clicks on a thumbail. This movie is loaded from an action
in the root timeline. When launch the swf file for that movie as a
separate movie it loads the images fine.
Here is the code:
on (release) {
width = 251;
unloadMovie(image_mc);
image_mc._x = (460 - width)/2 + 290;
loadMovie("../images/weddings/1.jpg", image_mc);
This is attached to the thumbnails. It unloads the previous
jpeg that was there and then loads the new jpeg. The strangest
thing is that everything used to work just fine.

Hi Durgesh,
Thanks for your reply. It is a you told me. Differences exists between our settings and the Background User settings. The problem lies in that the background user uses "," as a decimal separator and I am creating a CSV file so my question is: If I change the settings for the Background User to have "." as a decimal separator, this will work but It might have negative consequences on the existing processess right?
And If I do not change this but the amount will be break up on the decimal separator (,) as it is a CSV file. What would be the best?
Thanks
Ernesto.

Similar Messages

  • Camera card using the Apple connector will load photos but not video? the camera is a panasonic Lumix

    Camera card using the Apple connector will load photos but not video? the camera is a panasonic Lumix

    iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    Also, the movie files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov).
     Cheers, Tom

  • HT204291 I have iOS 6.0 installed. Im trying to mirror a rented movie from ipad to TV via apple TV. I can hear the movie through TV but not picture (which is still on ipad)

    I have iOS 6.0 installed. Im trying to mirror a rented movie from ipad to TV via apple TV. I can hear the movie through TV but not picture (which is still on ipad)

    Restart you iPad http://support.apple.com/kb/HT1430
    Restart your Apple TV http://support.apple.com/kb/HT3180
    Make sure AirPlay Mirroring is enabled http://support.apple.com/kb/HT5209

  • My trackpad is not responding properly on MacBook Pro.  Can move the cursor but not click on icons or similar items.

    My trackpad is not responding properly on MacBook Pro.  Can move the cursor but not click on icons or similar items.

    Intel-based Apple Portables: Troubleshooting unresponsive trackpad issues

  • Load Started but not finished

    Hello
    When I try to load the Pas Model by entry & approval, appears the follow message : "load started but not finished. Check contents of wfmde_update_bica01devpbi.trc file".
    When I check this file, in the end appears the follow:
    FROM CPMS_EA_DETAIL, CPMS_EA_DATA
    WHERE CPMS_EA_DETAIL.ID = CPMS_EA_DATA.CPMS_EA_DETAIL_ID
    AND SUBSTR(DIM0_MEMBER, LENGTH(DIM0_MEMBER)-2, 3) LIKE 'ACT'
    AND CPMS_EA_MASTER_ID = 109423193977918
    AND INUSE = 1
    AND READY = 1
    end
    LSLink> lss create TIME =  substr(PERIOD,1,4) + '/' + substr(PERIOD,5,2) + '/' + substr(PERIOD,7,2)
    LSLink> read
    DAT046:
    The Dimension NODIM Must Appear in the ACROSS/DOWN List
    I don't understand what is wrong, because everything works fine, and nothing change with this dimension.
    Regards
    Andreia

    Hello Andreia,
    I think you have also opened a customer message for this as I seem to recollect seeing it.
    My guess here is that, since the metric set was created, the measure definition was changed so that, in addition to being defined by the dimensions in the metric set, is also defined by something called NODIM.  That's the usual way in which an error like this occurs.
    Thanks,
    Robert

  • I have 4 ricco md2 mini USB speakers and i can't get them to play at the same time. i have tried using the aggregate device feature but have had no luck. i can play each pair separately, but not together. what should i do?

    i have 4 ricco md2 mini USB speakers and i can't get them to play at the same time. i have tried using the aggregate device feature but have had no luck. i can play each pair separately, but not together. what should i do?

    i have 4 ricco md2 mini USB speakers and i can't get them to play at the same time. i have tried using the aggregate device feature but have had no luck. i can play each pair separately, but not together. what should i do?

  • Poster Frame QT Movie linked to standard QT Movie loads in Firefox not I.E.

    Ok, this may be a rare question here. Here's what I've done following a small blurb of directions in iMovie6/iDVD the Missing Manual by David Pogue. (awesome book)
    I've created a "poster frame movie" in QT. This is a one -frame movie I use as the picture on the page.
    This poster frame movie, when clicked, is linked to a full version of the same movie that opens in the same place. The reason for this poster frame movie is to start the QT plug-in download as soon as someone reaches my page so there is no wait time when they click to watch the movie, it should be instantaneous.
    I tested this last night on my Mac with Firefox, and after clicking the poster frame movie (i.e.) the picture; the linked movie loaded right away. This worked on PC with Firefox as well.
    However, when this is page is loaded in Internet Explorer, on Mac or PC, the poster frame movie is there, but when clicked, the full movies do not load.
    Can anyone think of why or what setting I.E. may have that doesn't allow my QT movies to load when other browsers allow it?

    Yup, that's your problem.
    Before the <embed> you should add:
    <param name="href" value="http://blip.tv/file/get/Awarner20-AnniversarySecondTry745.mov">
    <param name="target" value="myself">
    As predicted, your problem is that while the QuickTime plug-in has the HREF and TARGET parameters, they are missing from your OBJECT code, meaning that the QuickTime ActiveX Control will never see them. You need to include all parameters in both places (unless you want different behavior in IE).
    Also, TECHNICALLY, you should also add a </embed> just before the </object>. The <embed> tag, like, for instance, the <p> tag is self-closing, but the most recent XML standard (HTML is a subset of XML) says, "Thou shalt close all of thy tags". So it won't make a bit of difference in function, but it is good practice. And yes, you should also close your <p> tags and use <br /> or <br></br>, too.
    (although technically we're not supposed to use EMBED at all anymore, as it isn't in the HTML spec, but it works with all browsers except IE while OBJECT doesn't always...)
    --Dave Althoff, Jr.

  • Image loads locally but not on Website?

    I have constructed a slide show viewer for use on a website.
    The swf loads jpeg images which are contained in the same
    directory. This works well on my local machine but when uploaded to
    a website and called up by an html file, the swf runs and shows the
    correct backgrounds but fails to load any jpegs. I assume that the
    problem is to do with the transfer of the variable 'Select_picture"
    into the loadMovie statement?
    The following loop (step variable = pic_no) works locally but
    not on website:-
    >>var Select_picture:String="Pic"+pic_no+".jpg";
    >>var Select_mc:String="mc"+pic_no;
    >>
    >>this.createEmptyMovieClip([Select_mc], depthnow++);
    >>loadMovie([Select_picture], [Select_mc]);
    In order to prove that a picture could be loaded on the
    website, I simplied the code to :
    >>loadMovie("pic1.jpg",[Select_mc]);
    and this worked.
    So, I tried to transfer the same string directly via the
    variable;-
    >>var Select_picture:String="Pic1.jpg";
    >>
    >>loadMovie([Select_picture], [Select_mc]);
    But this does not work.
    Any suggestions would be greatly appreciated.
    Regards
    Dave

    Thanks , Arunkkumar2207j and ggshow for your suggestions.
    1, The image size isn't a problem because the one I used for
    the test is only 200k. And the single test image loads very quickly
    on the website.
    2. I don't think the depth of the movie clip is a problem
    either because depthnow starts at a very large number and is
    incremented for each clip and works well for multiple clips on my
    local machine. Also when loading a single image is should not be a
    problem. Also, I think I proved that was working with the single
    image test?
    3. The htm, swf and images are in the same directory. But for
    the test, I ran the swf directly on the website (without using the
    htm file to load it)
    Please keep the suggestions coming....!
    Many thanks
    Dave

  • Movie works localy but not on server

    I made several movies from a .FLV file and went through the
    'import movie' wizard, they works fine locally but not on the
    server, other flash movies not produced in this way work on the
    server.
    can anyone help me

    you're online swf is trying to load C:\Users\Larry\Desktop\npmhulocal302\VTS_01_1.f4v which is a security violation.
    change the path to your f4v to a relative path to the f4v on your server, not on your harddrive.

  • Flash movies load 100% but don't play all the way through

    I'm having some problems with my website. Out of the 8 movies
    on my site, two of them load 100% but stop playing halfway through.
    (Both are 30 seconds long but one stops after 10 seconds and the
    other after 20.) When I preview the movies in Flash CS4 everything
    plays all the way through, even when I preview in Dreamweaver as
    well. But when I load everything and go to my website, they stop
    playing. Is this a problem with flash, dreamweaver, or the media
    encoder? Can someone please help me?
    Thanks.

    I am using the flv playback component in flash. I don't know
    where the problem is because when I preview everything in flash all
    the movies play all the way through. No matter how many times I
    re-encode the .mov in media encoder it still stops at the same
    place every time. I have gone back to After Effects and rerendered
    the original .mov and tried again and yet it still stops in the
    same place. I did have the same problem with another .flv file. I
    re-encoded it and now it plays fine but the one I'm still having
    problems with I have encoded 5 times and it STILL stops in the same
    place.... I even watched the file in Adobe Media Player and it
    plays all the way through. I don't know where the problem could
    be.....

  • Safari loads pages but not pictures

    When I go on some pages they loads but not all of the pictures load. I have deleted all of my caches, and removed all website data but the problem still occurs.

    Make sure yor flash are up to date http://www.adobe.com/software/flash/about/
    and https://www.java.com/en/download/help/mac_java_update.xml

  • SWFloader loads SWF movie within Flex but not when compiled

    When I run my app in Flex, SWFLoader loads the SWF okay as a movie clip but as soon as I Export/Release Build, the new app SWF that is generated won't show the movie clip anymore.  If I take another SWF that is an app (not a movie clip) and give it the movie swf name, my compiled app will show the sub app in a frame.  Why would running something within Flex be any different than running a compiled version?
    Here is some of the code:
    button1 loads the swf.
    button2 loads a sound and when the sound is loaded, the sound is played and the swf is played in onSoundLoaded();
    public  function onSoundLoaded(event:Event):void{
    var localSound:Sound = event.target as Sound;localSound.play();
    var clip:MovieClip = MovieClip(swflodr.content);
    clip.play();
    private  
    function button1Handler(event:Event):void {Alert.show("test 1");swflodr.load(
    "dog.swf");Alert.show(
    "test 2");}
    private  
    function button2Handler(event:Event):void
    var s:Sound = new
    Sound();s.addEventListener(Event.COMPLETE, onSoundLoaded);
    var  
    req:URLRequest = new URLRequest("test.mp3");
    s.load(req);
     private function SwfLodrEventHandler(event:Event):void { 
    var clip:MovieClip = MovieClip(swflodr.content);clip.gotoAndStop(1);
    Alert.show(
    "The event loader is ready");}
    thanks, Mike

    Maybe timing?  The child SWF may not be fully loaded.  Sounds and SWFs are asynchronously loaded.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • IP: input-ready query shows data in Load mode but not in Plan mode

    Hello experts,
    we're currently experiencing a very strange issue regarding an input-ready query which consists of a single lead column (read from the cube) and an input-ready plan column. The issue is as follows:
    When the cube is in Load mode the lead column shows its data perfectly. However, when switching to Plan mode the data is not shown.
    The cube is indexed by a BIA which may be part of the problem.
    We're on BW 7.00 SP 21. I've read that this may be related to the OLAP cache, but haven't been able to find any notes relevant for 7.00 SP 21.
    Thanks in advance for any suggestions.
    Regards, Dirk

    Hi Dirk,
    I think that the problem comes from the cache used in the plan buffer query. Delete the cache via RSRCACHE. The query name is
    IC/!!1IC if you have a query on an aggregation level on an InfoCube IC
    MPRO/!!1MPRO if you have a query on an aggregation level on a multiprovider MPRO or directly on the multiprovider MPRO
    You might search for note using 'cache' and component pattern BW-BEX-OT*, e.g. 1408959, 1528191, 1560036.
    Regards,
    Gregor

  • VCSC Presence works with MOVI 4.2, but not 4.3. But it works with the VCSE

    Good evening,
    I have run into an issue with a VCSC. For some reason, Presence information doesnt seem to reach any MOVI client registered to the VCSC. The odd part of it is it is just specific to Jabber client 4.3 and greater. When I register the same client to the VCSE, it registers fine.
    Has anyone else ran into this? I just blew away the majority of the config and rebuilt it, but the issue still remains.
    Aside from just the presence information, all other calling works on the VCSC.
    Any help to narrow this one down would be greatly appreciated.
    D.

    We've had quite similar issue with VCS-C and VCS-E (X7.1) scenario.
    VCS-C is the registering clients against the AD, but all clients has to be proxied from the VCS-E to the VCS-C.
    VCS-E has no DNS Zone with any matching SearchRule (therefore there is another VCS-E in this scenario).
    Presence was also only working if we used JabberVideo client 4.2 and/or clients were directly registered to VCS-C (which is not allowed in our scenario).
    After diagnostic log analyzes, we've noticed the difference between working and not working cases:
    Working
    Contact: IP_ADDRESS_CLIENT:2524;transport=tls>
    Non-working
    Contact: DOMAIN;gr=urn:uuid:xyz>
    After that we've recognized, SIP GRUU function makes the difference.
    http://tools.ietf.org/html/rfc5627
    It seems that the 4.2 client ignores or breaks the GRUU function offer from VCS and the new clients are ready to deal with it.
    In consequence we've deactivated SIP GRUU Mode on VCS-C by entering:
    xConfiguration SIP GRUU Mode: Off
    Result: we've got also running PresenceStatus for JabberVideo clients >4.2  (mainly tested with Version 4.7).

  • Movies in itunes but not playing on IPOD

    Movies are in itunes and in the proper format. Movies play great using itunes. Movies are transferred to IPOD, but when I go to play them using the ipod, the screen freezes and the movies do not play. When I play the movies from the IPOD using the computer; everything is great. I must be doing something wrong. Please help.

    I'm having the same problem with TV Shows. I've bought a standard definition season like I always have, but when I sync it to my ipod, the screen stays black and the show won't play. Any help anyone can give is welcome!

Maybe you are looking for

  • Change JTable's row color on row selection

    Hello! Everywhere I've looked they're only explaining how to draw rows in different colors WHEN THE TABLE IS BEING CREATED, via prepareRenderer. But that is not what I am looking for. What I want is to actually change the row's color after the table

  • How to get into BIOS menu of Qosmio G30

    How do I come in my BIOS (Qosmio G30) esc? F2? F1? Thanks.... Derk (Ducht)

  • Capturing SAML attribute in OSB proxy

    Hi, We have a requirement of extracting one of the SAML attributes sent to our proxy service and send it to the business service as one of the SOAP body elements. I have done the following things: - Created the business service based on particular WS

  • How to open .exe files with Ibook G4 ??

    Hello, I have an ibook G4 since 2004 that I used only for photos & Music. Now I need to use it for work and cannot install anything since it refuses to run .exe files. Did someone had same issue ? How did you solve it ?? The fact is I'm trying to ins

  • How Do I Go About Reporting Unauthorizezd purchases

    I understand that on my itunes library, i click on the recent activity.  It shows my purchases. But also aboutmy purchases, it shows some in-app purchases with some chinese characters.  This was not authorized by my account yet when i click on each i