Control quicktime video loading external with lingo

Hello:
I have a director 11.5 movie in wich I need to show several quicktime videos. When the user click button  one (5 buttons) the video 1 plays. Is possible in the same Director movie to loadthe requested video changing the cast or sprite in fly?
can you tell me how, please?
Thank you very much.

You can swap video sprites on the fly, just like images. If you had "video1" and "video2" in your cast, and sprite channel 1 was video1 you could do something like this:
on mouseUp me
  myVideo = sprite(me.spriteNum).member.name
  if myVideo = "video1" then
     myVideo = "video2"
  else
    myVideo = "video1"
  end if
  sprite(me.spriteNum).member = myVideo
end
If you have a lot of videos you could handle them like this:
property pMyList, pNum
on beginSprite me
  pMyList = ["video1", "video2", "video3", "video4"]
  pNum = 1
end
on mouseUp me
  -- increment list value
  pNum = pNum + 1
  if pNum > pMyList.count then
    pNum = 1
  end if
  myVideo = sprite(me.spriteNum).member.name
  -- use list element to determine which cast member to display
  sprite(me.spriteNum).member = pMyList[pNum]
end

Similar Messages

  • Need help in controlling a video (play/pause) with the main play bar in Cp7.

    In a presentation, I'm doing an online ordering demo - my slide(s) have a video object, audio clip and may have various text and/or shapes that will transition from time to time. The problem being, if Pause is clicked in the main/TOC play bar, the presentation pauses but the video continues to play, until the end of that video. My video is an .f4v (I've also tried it as an .flv).
    What can i do to allow the main play bar to control the video?

    Insert as Slide video, not as Event video.  Then the playbar will also control the video.

  • Syncing controls for video and audio, with Closed Caption

    Hello,
    First, I have Closed Caption and audio within my slide (no audio in video, because I couldn't use Closed Caption then) but now the audio can be turned on/off from project control bar while video continues to play. I tried to add a control bar to the video (hoping I would have control over both playing and audio) but now audio is controled by project slide control bar and video is controled by video control bar.
    Is there any way to sync the 2 control bars? Or at least give control to the audio on the video control bar instead of the project control bar?
    Thanks,
    ROV Tech

    Your theory is proven false.
    On the contrary, the variable framerate is the cause of sync issues and you just confirmed it.
    Similarly, would you say that FCP is completely useless for all practical purposes, because it can't create Blu Ray disks?

  • Director controlling external quicktime video?

    Hi,
    I am trying to develop multi-screen (4 screen) director piece that displays quicktime videos and animation. I am wondering if it is possible to have quicktime video playing externally (not inside director but on quicktime player) but using cuepoints, can be controlled using director lingo. This is so both the director movie and the quicktime plays in sync. I heard that doing this will make the video perform better and smoother. Anyone has done it before?
    Thanks... Jeff

    It sounds like your older Mac can't keep up with the data rate found in the files.
    They are probably .dv files and they are never intended to be used (viewed) as a playback format. They are an editing file format with very high data rates.
    Your archives will still work when you buy a newer Mac that has more "oomph".

  • Ask the Expert: Configuration and Troubleshooting the Cisco Application Control Engine (ACE) load balancer

    With Ajay Kumar and Telmo Pereira 
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about configuration and troubleshooting the Cisco Application Control Engine (ACE) load balancer with Cisco expert Ajay Kumar and Telmo Pereira. The Cisco ACE Application Control Engine Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers is a next-generation load-balancing and application-delivery solution. A member of the Cisco family of Data Center 3.0 solutions, the module: Helps ensure business continuity by increasing application availability Improves business productivity by accelerating application and server performance Reduces data center power, space, and cooling needs through a virtualized architecture Helps lower operational costs associated with application provisioning and scaling
    Ajay Kumar  is a customer support engineer in the Cisco Technical Assistance Center in Brussels, covering content delivery network technologies including Cisco Application Control Engine, Cisco Wide Area Application Services, Cisco Content Switching Module, Cisco Content Services Switches, and others. He has been with Cisco for more than four years, working with major customers to help resolve their issues related to content products. He holds DCASI and VCP certifications. 
    Telmo Pereira is a customer support engineer in the Cisco Technical Assistance Center in Brussels, where he covers all Cisco content delivery network technologies including Cisco Application Control Engine (ACE), Cisco Wide Area Application Services (WAAS), and Digital Media Suite. He has worked with multiple customers around the globe, helping them solve interesting and often highly complex issues. Pereira has worked in the networking field for more than 7 years. He holds a computer science degree as well as multiple certifications including CCNP, DCASI, DCUCI, and VCP
    Remember to use the rating system to let Ajay know if you have received an adequate response.
    Ajay and Telmo might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation on the Data Center sub-community discussion forum Application Networking shortly after the event.
    This event lasts through July 26, 2013. Visit this forum often to view responses to your questions and the questions of other community members.

    Hello Krzysztof,
    Another set of good/interesting questions posted. Thanks! 
    I will try to clarify your doubts.
    In the output below both resources (proxy-connections and ssl-connections rate) are configured with a min percentage of resources (column Min), while 'Max' is set to equal to the min.
    ACE/Context# show resource usage
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    -- outputs omitted for brevity --
      proxy-connections             0      16358      16358      16358      17872
      ssl-connections rate          0        626        626        626      23204
    Most columns are self explanatory, 'Current' is current usage, 'Peak' is the maximum value reached, and the most important counter to monitor 'Denied' represents the amount of packets denied/dropped due to exceeding the configured limits.
    On the resources themselves, Proxy-connections is simply the amount of proxied connections, in other words all connections handled at layer 7 (SSL connections are proxied, as are any connections with layer 7 load balance policies, or inspection).
    So in this particular case for the proxy-connections we see that Peak is equal to the Max allocated, and as we have denies we can conclude that you have surpassed the limits for this resource. We see there were 17872 connections dropped due to that.
    ssl-connections rate should be read in the same manner, however all values for this resource are in bytes/s, except for Denied counter, that is simply the amount of packets that were dropped due to exceeding this resource. 
    For your particular tests you have allocated a min percentage and set max equal to min, this way you make sure that this context will not use any other additional resources.
    If you had set the max to unlimited during resource allocation, ACE would be allowed to use additional resources on top of those guaranteed, if those resources were available.
    This might sound a great idea, but resource planning on ACE should be done carefully to avoid any sort of oversubscription, specially if you have business critical contexts.
    We have a good reference for ACE resource planning that contains also description of all resources (this will help to understand the output better):
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/virtualization/guide/config.html#wp1008224
    1) When a resource is utilized to its maximum limit, the ACE denies additional requests made by any context for that resource. In other words, the action is to Drop. ACE  should in theory silently drop (No RST is sent back to the client). So unless we changed something on the code, this is what you should see.
    To give more context, seeing resets with SSL connections is not necessarily synonym of drops. As it is usual to see them during normal transactions.
    For instance Microsoft servers are usually ungracefully terminating SSL connections with RESET. Also when there is renegotiation during an SSL transaction you may see RESETS, but this will pass unnoticed for end users. 
    2)  ACE will simply drop/ignore new connections when we reach the maximum amount of proxied connections for that context. Exisiting connections will continue there.
    As ACE doesn't respond back, client would simply retransmit, and if he is lucky maybe in the next attempt he will be able to establish the connection.
    To overcome the denies, you will definitely have to increase the resource allocation. This of course, assuming you are not reaching any physical limit of the box.
    As mentioned setting max as unlimited might work for you, assuming there are a lot of unused resources on the box.
    3)  If a new connection comes in with a sticky value, that matches the sticky entry of a real server, which is already in MAXCONNS state, then both the ACE module/appliance should reject the connection and that sticky entry would be removed.
    The client would at that point reestablish a new connection and ACE would associate a new sticky entry with the flow for a new RSERVER after the loadbalancing decision.
    I hope this makes things clearer! Uff...
    Regards,
    Telmo

  • Quicktime video on IPod

    Hello all,
    When I try to open a QuickTime video on IPod with Safari, I see a "desactivate feature logo".
    With all other browsers on PC and MAC (IE, Chrone, Firefox), I can watch the QuickTime video.
    The problem is only on IPod.
    Is there a solution ?
    Thank in advance.

    Thank Allan for your response.
    In fact, I've read your topic about Using the HTML5 <audio> and <video> Tags -> http://developer.apple.com/library/mac/#documentation/QuickTime/Conceptual/QTScr iptingHTML/QTScripting_HTMLDocument/ScriptingHTML.html.
    We can read "Make sure your audio and video use only broadly supported media and codecs so they will play properly in all browsers, whether or not QuickTime is used. Currently this means video media using the H.264 codec and audio media using the AAC/HE-AAC codec. Do not include sprites, VR, or other media."
    And about container ?
    With .MOV container and H.264 Codec, it doesn't work.
    With M4V container and H.264/MPEG-4 AVC Codec, it works.
    Is it normal than .MOV container doesn't work on Iphone ? M4V container is the only format compatible with Iphone/Ipad ?

  • QuickTime 7.4 - not loading audio with MPEG2 video any more?

    Unfortenatly this update broke the ability to load MPEG2 video track together with .wav or .aif audio - e.g. when you click on .m2v /MPEG2 Video track/ and if you have the .wav audio with the same name in same folder as video, QT 7.4 wont open audio, only video...Which is a dissaster for many apps including mine - MPEG2 Works 4...Exporting MPEG movies and VIDEO_TS folder to other QuickTime formats working only partialy now - without audio, video only..Now I have to figure it out what a **** is goin on again...I hope Apple made a mistake and not did this intentionally...

    See: http://docs.info.apple.com/article.html?artnum=300832 Mac OS X: No audio from certain multimedia content
    Trick/Tip: Open up GarageBand if installed then, open a program (optional).
    Quit out of the GarageBand app.

  • Loading external video flash site bug

    I’m having issues with the loading external video method in acitonscript 3.0 book by todd perkin.  The issue is about the lesson on page 308 in ch 11.
    The above screenshot of the lesson file.
    My site:
    The following is the actionscript for controlling the flv(ignore my notes):
    /*code for putting external video on page*/
    var videoConnection:NetConnection = new NetConnection();
    videoConnection.connect(null);
    var videoStream:NetStream = new NetStream(videoConnection);
    /*comp vs abom video link*/
    videoStream.play("CompVsAbom.flv");
    var video:Video = new Video();
    video.attachNetStream(videoStream);
    addChild(video);
    var metaListener:Object = new Object();
    metaListener.onMetaData = onMetaData;
    videoStream.client = metaListener;
    function onMetaData(data:Object):void
                /*link funct*/
                play_cva_vid.addEventListener(MouseEvent.CLICK, play_Cva_vid);
                stop_cva_vid.addEventListener(MouseEvent.CLICK, stop_Cva_vid);
                /*btn backs up to techno toy sect*/
    back_techno_toy.addEventListener(MouseEvent.CLICK, techno_toy_back);
    function techno_toy_back(event:MouseEvent):void {
                gotoAndStop(36);
                /*back btn should be under function.*/
    /*link funct*/
    function play_Cva_vid(event:MouseEvent):void
                videoStream.play("CompVsAbom.flv");
    /*link funct*/
    function stop_Cva_vid(event:MouseEvent):void
                videoStream.pause();
    This is the only thing that crashing my site.  The load external video methods nice but if I can’t make practical use of it, its useless.  Any actionscript gurus out there know a solution to fix this problem?  Your help would be much appreciated.  Btw, the fla and the flv are in the same folder.

    To reposition video you just need to change its x and y:
    video.x = [Number];
    video.y = [Number];
    Also, you should take advantage of onMetaData and resize the video to it doesn't have black box around it.

  • Issues with Quicktime videos

    Hi all,
    I run Golive CS2 8.0
    Having some trouble with quicktimes on my site, am learning Go Live as I go so please bear with me.
    First, I want the video and controls to come up right away so that people can see the loading progress. Right now the layer is just black for about a minute while the video loads.
    Second, I can't get the quicktime controls to work, play, pause, volume etc.
    The control bar and timeline show up, AFTER the video has finished loading but no response.
    These seem like simple questions..
    Cheers,
    Kevin

    In article <[email protected]>,
    [email protected] wrote:
    > First, I want the video and controls to come up right away so that people can
    > see the loading progress. Right now the layer is just black for about a
    > minute while the video loads.
    >
    > Second, I can't get the quicktime controls to work, play, pause, volume etc.
    > The control bar and timeline show up, AFTER the video has finished loading
    > but no response.
    Simple answer: you need to export your videos as Fast Start movies:
    Cheers Martin

  • Videos load slowly or not at all with Flash 10!

    Well here we go. I'm working on IE 8 128-bit for Windows XP SP3 32-bit. Flash Player 10.1.102.64.
    Two days ago I noticed that video playback on sites like Youtube, Veoh, Magavideo etc the load time was real choppy. A video say two or three minuted longs would take more than 3 min, to buffer and then the video would start, then buffer somemore. Start , stop, repeat. For longer videos the flash player wouldn't buffer at all. Now I just give up on watching videos until this problem is solved. I tried one suggestion that said on the adobe hardware settings disable hardware acceleration. Did that, but didn't fix the problem. I've tried unistalling and reinstalling FP 10.1.102.64 once, but that didn't work.
    In my "Currently Loaded Add ons" section Shockwave Flash Object is enabled. Version 10.1.102.64 that is.
    The files in my system32/Macromed/Flash/ folder are as followed
    A folder with 'Flash Player Trust' it contains a filed name rpconverter.cfg
    Flash10l.ocx
    a text document with FlashInstall
    flashplayer.xpt
    FlashUtil10l_ActiveX
    FlashUtil10l_ActiveX.dll
    genuinst
    KB923789
    NPSWF32.dll
    I just want to watch videos online again. I need help.
    I have Avast anti-virus
    Malwarebytes Anti-Malware
    Smart Defrag
    Any help anybody.

    Step by step what should my Java script setting be? I don't think any quicktime addons are conflicting with it. The First time I had this problem, I had to simply had to turn off the SmartFilter and all my videos buffered smoothly through. I don't know whats wrong THIS time.
    When trying to watch a veoh video on this website a error message is found of the page. I click on the little yellow triangle in the corner.
    da is undefined
    scripts_27.js
    code:0
    Line:1
    Char:8824
    URI:http://www.animeseason.com/js/scripts_27.js

  • ITunes / Quicktime Video Problems With Windows VISTA

    I took up Windows Vista as soon as it was available and initially had no problems with iTunes. Then later, video clips (those purchased from iTunes and those I had converted myself) started stuttering / freezing and eventually crashing iTunes and finally I lost audio as well.
    Ayyway to cut a long story short, I have uninstalled / re-installed Vista now about eight times for problems with installing drivers for USB devices (I've finally solved all these problems). After the last install the first program I installed was iTunes, tried video and it worked flawlessly. Then, each time I added a hardware device or program I would restart Vista and retry iTunes video.
    The first item I added was a USB thumb drive (as I had on all previous occasions to take advantage of Vista's 'Ready Boost'). The thumb drive is a 'Sony 2GB micro vault tiny', and meets the transfer speed requirements for 'Ready Boost', as soon as I had set the drive up for 'Ready Boost' I started having the same problems with iTunes video and Quicktime.
    Removed the thumb drive, restarted iTunes and had flawless video playback again. Have tried this over and over with the same result.
    So my question is, has anyone else had video playback problems with iTunes / Vista and found similar problems. Trying to tie down whether this is a compatability problem with 'Ready Boost' or the thumb drive used. I have also tried a Sandisk Titanium 2GB with the same result.
    I am not sure exactly how 'Ready Boost' works, I thought it added memory that was used to cache page files to the thumb drive instead of to the HDD making a faster seek /access time? Which should make things faster. Another article I read today was talking about 'Ready Boost' being an affordable extension to RAM, in this case I could understand the problem as I would think the access to a USB 2.0 thumbdrive would be slower than that to RAM.
    Any help appreciated, but I guess my bottom line is anytime I want to watch video on iTunes, I just pull the USB thumb drive .
    PC Pentium 4   Other OS   Windows Vista Home Premium

    I have the same stuttering video issues with iTunes and Vista. While I have used a thumb drive to transfer files (not Sony) I have not yet messed with Ready boost. I have seen several others complain about the video problem, perhaps they will chime in as well. Unfortunately, your solution doesn't work for me. I pretty much ignore iTunes, waiting for the next version (only god knows when it will be released).
    I do have an external firewire drive connected, I'll disconnect later today and see if that has any affect.

  • Vista problem with loading external JPGs?

    I'm really pulling my hair out on this one. I did a quick
    flash piece for a preschool's web site and have tried several
    different Flash components inside of a larger FLA file that load
    external JPG files in a predefined area. With each component, I
    have received complaints (so far only from Vista users) that the
    user sees nothing in the area where photos are supposed to be
    loading. Instead they just see a white or black box.
    Is there any known issue with this? They can see everything
    else in the SWF file (the swinging girl and the text), but not any
    of the loaded JPG photos. Can anyone else out there with Vista tell
    me that they have the same problem? I'd like to track down what the
    common denominator is.
    I've asked two of the users to completely uninstall the Flash
    player and reinstall it, but to no avail. Deactivating Norton
    Antirvirus also didn't seem to do anything.
    Here is the URL:
    http://www.countryvillageps.com
    -- the flash item is the top banner.

    As Ned said the problem might be with the file structure on the server. Other problems may be with spelling. You computer may not be case sensitive to the names of the .swf files that you are loading, but your server might. So, on your computer when you are testing, second.swf is the same as Second.swf, or even second.SWF. But, on the server each of these variations is seen as a different file. Another problem is that when you are loading files from the same computer in testing, those files are close and so they load very quickly from your computer. When the files have to travel from the server, there will likely be a measurable period of time before the file is ready to be shown. This is particularly problematic with video that is embedded into an .swf. The whole file will need to be downloaded and uncompressed before it is available to play. If you stream the video as an external file, you can shorten the wait considerably.

  • Loaded external swfs with transitions

    I need help getting my loaded swf files to play the "out" transition before the next movie loads. I have a main swf with 5 buttons (movie clips) that load external swf onto the stage.
    package
        import flash.display.MovieClip;
        import flash.display.SimpleButton;
        import flash.display.Loader;
        import flash.net.URLRequest;
        import flash.events.MouseEvent;
        import flash.events.*;
        public class V2 extends MovieClip
            private var sections_array:Array;
            private var section_buttons_array:Array;
            private var loader:Loader;
            private var sectionHolder  : MovieClip;
            private var swf:String;
            private var currentSection:int=0;
            private var nextSection:int;
            private var id:int=0;
            private var homeLoc = "./swfs/home.swf";
            public function V2()
                init();
            private function init():void
                stop();
                stage.frameRate=31;
                preloader_mc.visible=false;
                preloader_mc.fill_mc.width=0;
                sectionHolder = new MovieClip();
                sectionHolder.x = 37;
                sectionHolder.y = 42;
                addChild( sectionHolder );
                sections_array = new Array('./swfs/section1.swf',
                './swfs/section2.swf',
                './swfs/section3.swf',
                './swfs/section4.swf',
                './swfs/section5.swf');
                section_buttons_array = new Array(btn1,btn2,btn3,btn4,btn5);
                addMenuListener();
                addMenuEvents();
                loadHome();
            private function addMenuListener():void
                for(var i:int=0;i < section_buttons_array.length;i++)
                    section_buttons_array[i].id=i;
                    section_buttons_array[i].addEventListener(MouseEvent.MOUSE_DOWN,loadSectionHand ler);
            private function loadHome():void
                swf=homeLoc;//sections_array[0];
                var request:URLRequest=new URLRequest(swf);
                loader=new Loader();
                initListeners(loader.contentLoaderInfo);
                loader.load(request);
                id=0;
            private function changeSection(m:MouseEvent):void
                id=m.currentTarget.id+1;
                loader.unload();
                sectionHolder.removeChild(loader);
                removeListeners(loader.contentLoaderInfo);
                loadSection(m.target.parent.id+1);
            private function loadSectionHandler(evt:MouseEvent)
                id = evt.currentTarget.id;
                loadSection(id);
            private function loadSection(n:int):void
                swf=sections_array[id];
                var request:URLRequest=new URLRequest(swf);
                initListeners(loader.contentLoaderInfo);
                loader.load(request);
            private function initListeners(dispatcher:IEventDispatcher):void
                dispatcher.addEventListener(Event.OPEN,start);
                dispatcher.addEventListener(ProgressEvent.PROGRESS,atLoading);
                dispatcher.addEventListener(Event.COMPLETE,completed);
            private function removeListeners(dispatcher:IEventDispatcher):void
                dispatcher.removeEventListener(Event.OPEN,start);
                dispatcher.removeEventListener(ProgressEvent.PROGRESS,atLoading);
                dispatcher.removeEventListener(Event.COMPLETE,completed);
            private function start(event:Event):void
                preloader_mc.visible=true;
            private function atLoading(event:ProgressEvent):void
                var n:uint=(event.bytesLoaded/event.bytesTotal)*100;
                preloader_mc.fill_mc.width=n;
               private function completed(event:Event):void
                sectionHolder.addChild(loader); 
                preloader_mc.visible=false;
            private function stopAll():void
                for(var i:int=0;i < section_buttons_array.length;i++)
                    section_buttons_array[i].stop();
                    sections_array[i].stop();
            private function addMenuEvents():void
                for(var i:int=0;i < section_buttons_array.length;i++)
                    section_buttons_array[i].mouseChildren=false;
                    section_buttons_array[i].buttonMode=true;
                    section_buttons_array[i].id=i;
                    section_buttons_array[i].isPressed=false;
                    section_buttons_array[i].addEventListener(MouseEvent.MOUSE_OVER,setOver);
                    section_buttons_array[i].addEventListener(MouseEvent.MOUSE_OUT,setOut);
                    section_buttons_array[i].addEventListener(MouseEvent.MOUSE_DOWN,setDown);
                    section_buttons_array[i].addEventListener(MouseEvent.MOUSE_UP,setUp);
            private function setOver(evt:MouseEvent):void
                if(evt.target.isPressed==false)
                    evt.target.gotoAndStop(2);
            private function setOut(evt:MouseEvent):void
                if(evt.target.isPressed==false)
                    evt.target.gotoAndStop(1);
            private function setDown(evt:MouseEvent):void
                nextSection=evt.target.id;
                checkState(evt.target.id);
                evt.target.gotoAndStop(3);
                loadSection(1);
                currentSection=evt.target.id;
            private function setUp(evt:MouseEvent):void
                if(evt.target.isPressed==false)
                    evt.target.gotoAndStop(1);
            private function checkState(n:int):void
                for(var i:int=0;i < section_buttons_array.length;i++)
                    if(i==n)
                        section_buttons_array[i].isPressed=true;
                    else
                        section_buttons_array[i].isPressed=false;
                        section_buttons_array[i].gotoAndStop(1);
            private function removeSWF(e:Event):void
                loader.unload();
                removeEventListener("removeMe", removeSWF);
                var request:URLRequest = new URLRequest(swf);
                loader.load(request);
            private function onClick(e:MouseEvent):void
            targetID = e.currentTarget.id;
            addEventListener("removeMe", removeSWF);
            MovieClip(loader.content).play();
            private function removeSWF(e:Event):void
            loader.unload();
            removeEventListener("removeMe", removeSWF);
    The loaded swf has a stop() an intro animation and on the last frame have.
    dispatchEvent(new Event("removeMe", true));

    your isse begins here ..
    loadSection()
    you use the same loader to not only load files but you are tyring to use it to target the movieClip you also want to play.
    The issue is loader.  The loader can only reference one load at a time.. otherwise you screw up your listeners and the ability to unload files properly.
    You should load all files in Your current system as its own variable so that while one loads you can still control a movie.
    So what type of end transitions do your files have?
    What exactly with this seems like youre getting an issue.. looking at it looks alright aside from the fact that some methods are not used at all by your class

  • Trouble with loading external mp3 files

    I apologize for the length of the post. I hope this is clear
    of what I am trying to explain.
    My problem deals with getting "undefined" when I press a
    button to load an external mp3 files. The following is what my XML
    childNode looks like:
    <option phonetic="Soundless, or A" name="aleph"
    cursive="alephCursive.swf" block="alephBlock.swf"
    audio="char1.mp3"/>
    Every attribute loads the way I've programmed them, except
    for the last one "audio".
    The following is what my actionscript looks like loading in
    these attributes:
    Everything is happening inside the onLoad event for my XML
    file.
    var xmlContent = this.firstChild.firstChild;
    audioContent = new Array();
    for (var i = 0;
    i<this.firstChild.firstChild.childNodes.length; i++) {
    nextEntry = xmlContent.childNodes
    audioContent = [nextEntry.attributes.phonetic,
    nextEntry.attributes.name, nextEntry.attributes.cursive,
    extEntry.attributes.block, nextEntry.attributes.audio];
    The code above simply adds each attribute to the audioContent
    array. Each element traces out correctly.
    The following code is how I am using these attributes:
    for (var i = 0; i<audioLength; i++) {
    audioContainer.attachMovie("container4", "audioItem"+i, i);
    // Create a shortcut reference to the present movie clip
    thisClip = audioContainer["audioItem"+i];
    thisClip.myTxt1.htmlText = audioContent[0];
    thisClip.myTxt2.htmlText = audioContent
    [1];
    thisClip.cursive_mc =
    loadThis(assetPath+audioContent[2], thisClip.cursive_mc);
    thisClip.block_mc = loadThis(assetPath+audioContent
    [3], thisClip.block_mc);
    thisClip.speaker_mc.attachMovie("speaker", "speaker_mc",
    this.getNextHighestDepth());
    thisClip.speaker_mc.speaker_mc.onRollOver = function() {
    this.nextFrame();
    thisClip.speaker_mc.speaker_mc.onRollOut = function() {
    this.prevFrame();
    thisClip.speaker_mc.speaker_mc.onRelease = function() {
    mySnd.loadSound(audioPath+audioContent[4],true);
    Loading the text works inside the htmlText. Using a function
    loadThis to load external swf files works corerctly and even
    attaching a linked movieclip from my library called "speaker" works
    correctly.
    The problem comes from pressing the speaker movieclip that
    the output traces "undefined" instead of the external mp3 file.
    I appreciate any help. Thanks.

    As Ned said the problem might be with the file structure on the server. Other problems may be with spelling. You computer may not be case sensitive to the names of the .swf files that you are loading, but your server might. So, on your computer when you are testing, second.swf is the same as Second.swf, or even second.SWF. But, on the server each of these variations is seen as a different file. Another problem is that when you are loading files from the same computer in testing, those files are close and so they load very quickly from your computer. When the files have to travel from the server, there will likely be a measurable period of time before the file is ready to be shown. This is particularly problematic with video that is embedded into an .swf. The whole file will need to be downloaded and uncompressed before it is available to play. If you stream the video as an external file, you can shorten the wait considerably.

  • Quicktime not play video only Audio with Lion

    I am trying to watch avi file through Quicktime the I only get audio and no video after Lion installed.
    I downloaded Perian again
    Whats the problem?

    There seems to be an issue with the version of Quicktime X (10.1) in Lion and Perian version 1.2.3.
    The are several options in terms of other media players (VLC, MPlayerX, RealPlayer [ugh…], and others…) that will handle FLV files with ease. Alternatively, you could run your video files through an encoder (HandBrake, MPEG Streamclip, SmartConverter, etc.) converting the files into something QuickTime naturally understands like an MP4 or MOV.
    But, you were probably happy when everything just worked with the QuickTime / Perian dynamic duo and just want it the way it was. It seems the best way to make this happen, is to go back to using Perian 1.2.2, for the moment anyway.  Seems to do the trick for anyone with this problem, so…
    1. Remove Perian 1.2.3 from the system.
    Quit all your apps, expecially QuickTime. Open System Preferences and click on Perian.  You're looking for the "Remove Perian" button; just click and if it asks, type your password. Next, back to the main System Preferences screen where you right-click(or control-click) on the Perian icon.  A menu pops up with the choice to remove the Preference Pane.  Click on it and Perian is officially uninstalled.
    2. Restart the computer
    Probably overkill, but better than having to repeat the process because you didn't.
    3. Download and install Perian 1.2.2
    Get it here: http://perian.cachefly.net/Perian_1.2.2.dmg , or here:http://www.videohelp.com/download/Perian_1.2.2.dmg
    Once its downloaded mount the disk image, but proceed with care.  Perian will likley try to upgrade itself right after you install it. Best thing to do: disconnect from the net for the install process. Then as usual double-click the "Perian.prefpane" file, choose who you'd like to install it for, and enter your password as needed. Finally, right before reconnecting your machine to the world, uncheck the "Automatically Update" box in the Perian preferences.
    Try testing one of the FLVs in QuickTime or QuickLook and with a bit of luck, radio becomes TV.
    Oh… and on the off chance it doesn't work and you want to watch some FLVs?  Use VLC (http://www.videolan.org), or convert them with HandBrake (http://handbrake.fr).
    Good luck!
    Sources:
    http://www.videohelp.com/tools/Perian/old-versions#download
    http://forums.cocoaforge.com/viewtopic.php?f=25&t=23541&start=20
    http://fairerplatform.com/2011/04/vlc-player-1-1-9-perian-1-2-2-updates-ship/

Maybe you are looking for

  • Skype to go number in mexico

    I just set up my skype to go number for my cell phone in Mexico.  I try the number that they gave me and it ends up being a wrong number.  What can I do, can somebody help me with this problem?

  • SAP Dialog Process Number

    Dears: I just finish installation of my ECC 6.0 server. Now i want to change the number of the SAP dialog process. And do you know if there is any calculate formula to use so that i can know how many dialog process i should set for the server?

  • SC 3.1 08/05 on Solaris 10 06/06 - cacao svc fails to load

    After patching up Solaris 10 06/06 to current (as of Sep 7th 2006), I have a number of issues to resolve, but I'm starting with this one. I get the following error on bootup. Sep 7 15:34:27 node1 cacao: No suitable Java runtime found. Java 1.4.2_03 o

  • Bex Analysis item not scrolling

    Hi Can you help me with my WAD issue? I have a problem where in WAD, the Analysis item is not sctrolling when pressing button "page down", "page up". The only way to operate it is to manually type the page that you require. I marked, exactly what cau

  • Ical and Clip Art

    Help please... is there a way to look at a Ical month calendar and see a clipart in a day view pane? EXAMPLE: For May 20th, my sister's birthday... can I put a "Birthday Cake" clip art in that date so it shows while looking at the month calendar?