Start  FLVplayback muted

Hi,
I'm trying really hard nailing the combination of Flash and video.
I've got a video working and moving to the next frames, but it would be nice if the audio would be muted from the start.
By using the mute button (of the skin), so people could unmute the audio if they like.
Could anyone tell me where I should put this in my code? Because if I use the properties and put the volume to 0, I cannot use the mute button.
stop(); import fl.video.*; trailer.addEventListener(fl.video.VideoEvent.COMPLETE,moveOn); function moveOn(evt:fl.video.VideoEvent):void { gotoAndPlay(11); } 
Regards,
Martijn van Moock

Hi kglad,
tnx for the script it worked. However i need to change the buttons to custom buttons.
my unmute button is called: unmute_btn
and mu mute button is called: mute_btn
This is the script I found, and tried to get up and running, but this one doesn't mute my video.
stop();
import fl.video.*;
import flash.events.MouseEvent;
trailer.addEventListener(fl.video.VideoEvent.COMPLETE,moveOn);
function moveOn(evt:fl.video.VideoEvent):void
gotoAndPlay(11);
/* Click To Play Video (Requires FLVPlayback component)
Clicking on the symbol instance plays a video in the  specified FLVPlayback component instance.
Instructions:
1. Replace video_instance_name below with the instance name of the FLVPlayback component that you want to play the video.
   The specified instance of FLVPlayback video component on stage will play.
2. Make sure you have assigned a video source file in the properties of the FLVPlayback component instance.
play_btn.addEventListener(MouseEvent.CLICK, fl_ClickToPlayVideo);
function fl_ClickToPlayVideo(event:MouseEvent):void
          // Replace video_instance_name with the instance name of the video component
          trailer.play();
/* Click To Pause Video (Requires FLVPlayback component)
Clicking on the symbol instance pauses the video in the specified FLVPlayback component instance.
Instructions:
1. Replace video_instance_name below with the instance name of the FLVPlayback component that you want to pause.
pauze_btn.addEventListener(MouseEvent.CLICK, fl_ClickToPauseVideo);
function fl_ClickToPauseVideo(event:MouseEvent):void
          // Replace video_instance_name with the instance name of the video component
          trailer.pause();
//Mute
muteBtn.dispatchEvent(new MouseEvent(MouseEvent.CLICK));
var isMuted:Boolean = false;
if (!isMuted) {
MovieClip(trailer.muteButton).muteBtn.dispatchEvent(new MouseEvent(MouseEvent.CLICK));
isMuted = true;
if (isMuted) {
MovieClip(trailer.muteButton).unmuteBtn.dispatchEvent(new MouseEvent(MouseEvent.CLICK));
isMuted = false;
//Clicktag
ClickTag_btn.addEventListener(MouseEvent.CLICK,function(){
navigateToURL(new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank")

Similar Messages

  • Seek and flvPlayback - what's wrong with this please?

    Hi,
    I'm trying to build a player where there's a button that pause the video and then moves the video forward by one second. I am using the following:
    flvPlayback.pause();           
    var newTime = flvPlayback.playheadTime + 1;          
    var currentTime = timeToString(newTime);           
    var endTime = timeToString(flvPlayback.totalTime);         
    progressLabel.text =  currentTime + " / " + endTime;           
    percentLabel.text = Math.round(currentTime/endTime) + "%";           
    flvPlayback.seek(newTime);
    This works for the progressLabel and percentLabel but the video itself does not move to the specified point. Only when I hit play does the video scrub to the right point - can someone help please?

    Thanks for that - but is there anyway to have the player paused instead of playing automatically?
    I tried to use this (where pausePlayback is just a flvPlayback.pause function) but it didn't work:
                flvPlayback.pause();
                var newTime = flvPlayback.playheadTime + 1;
                var currentTime = timeToString(newTime);
                var endTime = timeToString(flvPlayback.totalTime);
                progressLabel.text =  currentTime + " / " + endTime; percentLabel.text = Math.round(currentTime/endTime) + "%";
                flvPlayback.seek(newTime);
                var timer:Timer = new Timer(40, 1);
                timer.addEventListener(TimerEvent.TIMER_COMPLETE, pausePlayback);
                timer.start();
                flvPlayback.play();

  • [Pulseaudio] Set volume per application at start

    Hey, I use mplayer as a wallpaper playing movies, anime, music vids, etc, but I want to start it muted, so then if I wanna watch I just have to unmute it.
    Pulseaudio can control volume per application but I can't seem to find a way to define the volume level by cmd, except for "Master"

    Thank you both.
    About the first one looks interesting but I really don't understand too much the use of pactl, I mean how can I get the sink number?
    About mplayer is fine, actaully I do start it with "-volume 0" parameter, the problem about this is that it applies to every movie so if I watch a video with sound on, the next one will start again with sound off and I have to be "unmuting" for every video.

  • Change of modes not detected

    I have a yoga 2 13.My laptop does not detect any change of modes i.e it does not activate tent/theatre/tablet.Is there any solution for it or is it a manufacture defect since i was facing the problem from the beginning.Please suggest.  

    Try pressing the rotation lock buttons. 
    Also, install my yoga patch. If it detects slate/laptop mode, it is a software problem, not a hardware problem.
    indest wrote:
    RC8: http://alltechtalk.net/Yoga_Patch.exe
    Just an FYI, this is a RC, not the final product.
    As always, use at your own risk.
    Please report any/all bugs
    Change log:
    RC8.1 Fixed the notification bug, when the screen was resized; ALT + L hotkey activates the Lock.
    RC8: Fixed Lock Password bug, Fixed Lock Siren Bug, Auto max audio upon Lock start, Blocked Muting/Volume down on trigger) when Lock is activated; Added BT Toggle Hotkey Alt+B (thank miru)
    RC7: Added "Yoga Lock" to the program (via tray menu).*****
    RC6:  Removed Battery info to eliminate redundancy with windows app; Refined System Up-time code; Added Estimate Usage Cost (Eco-Friendly initiative)
    RC5: Added Power Plan changer to the trey menu; Added Battery Info, Bug Fixes
    RC4: Update detector/downloader; Fixed "Disable Touchscreen on Boot" bug, cleaned up the Settings app; added quick resolution buttons to the tray menu.
    RC3: Added a Disable Touchscreen on Boot option; Fixed spelling errors.
    RC2: Hopefully fixed the Slate Mode Notification Bug; Auto-Disable Touchscreen, if Touchscreen was disabled before slate mode
    RC1: Notification bug fix; changed the path of the trigger file to AppData; made an installer
    V. 0.5.1 Added DPI support
    V. 0.5: Added a "Close" button disabler (the button next to the volume up button.... this addition prevents accidental program closer); Modified the settings apps; Improved Notification Bar; Removed Tooltips (replaced with Notification Bar) 
    V. 0.4: Added Notification handler for Slate Mode/Laptop Mode; Modified the settings apps; Added tray menu; Removed the Alt + X close hotkey, since try menu was added; Fixed minor bugs
    V. 0.3: Added Power Plan Toggle on Power State change; Added a Settings App; Added switches to the Patch
    V. 0.2: Added Trackpad Fix****
    V. 0.1: Touchscreen Toggle
    ****The trackpad fix only works with generic synaptic drivers. To install the latest driver (17.0.19), please do the following:
    1. Disable signature enforcement: https://www.youtube.com/watch?v=NM1MN8QZhnk
    2. Install the synaptic driver: 17.0.19
    3. Install the aforementioned patch
    Yoga Lock Description:
    Ever wanted to go to the bathroom at Starbuck or in the Library? Afraid to leave your laptop behind? If so, this Lock was made for you.
    Disclaimer: I shall not be held liable for any stolen property!!! As always use at your own risk and please use your brain!
    Once activated the lock has the following potential:
    Covers your entire screen.
    Blocks perpetrators from accessing your desktop.
    Prevents USB drives from being stolen, via Siren Deterrent.
    Helps deter thieves from taking your laptop.
    What can trigger the Lock:
    The slightest mouse movement.
    Removal of a USB drive.
    Attempted power down of the computer (future goal is to suspend all attempts of powering down).
    Change in AC status (i.e. unplugging the computer).
    When triggered, the lock has the following potential:
    Take a picture of the person who triggered the lock and email the picture to you (passwords are encrypted).
    Loud siren is played.
    Activation of any script you write. This essentially opens this feature to endless possibilities. Currently, I utilize this feature to report my computer as stolen to the prey-project's control panel (this script is not fully functional and will not be packaged with this application).

  • How to turn off Smart Mix audio

    Friends,
    Very new to video processing. My main use is in syncing audio from computer to replace the camera mic.
    Elements seems to randomly turn on the Smart Mix and tries to adjust volumes. Tracks don't stay muted when the mixer window is minimized. I've been able to sync then delete the camera audio but the added file is constantly being adjusted.
    Thanks for advice,
    John

    Steve,
    Thanks for your reply.
    I’m thinking this must be some corruption in the install and will try a clean start. I had searched Google and the forums, online manuals and tutorials before asking for advice. No one else seems to have this specific problem with Smart Mix.
    I took a movie  ( *.mov  1080 and 30 fps) with  a Cannon SX210 Power Shot.  Recorded some music onto the computer while taking the movie. Computer file was saved to a 192 kbs mp3 and loaded onto the sound track. These were sync’d together and then the attempt to mute the camera track.
    Sync works extremely well but also noticed if the camera audio is deleted (which I tried as an alternative to disabling Smart Mix), the mp3 is thrown several frames out of sync requiring a visual/audio readjustment. Hope this quirk is also specific to my install.
    The problem with Smart Mix feels buggy or too fragile.
    The auto adjustments start with random factors. Once while nudging the mp3 track. Another time when changing from the timeline to the sceneline view. As long as the audio mixer window is up, 90% of the time the settings will stay, but once closed, the automation starts. Muting the camera audio doesn’t hold if the window is closed since closing the audio mixer unchecks the mute and the automation begins again. I’ve tried opening the Smarx Mix window and disabling all the tracks but this doesn’t override the problem.
    Will try the clean install and see if this does anything.  Looks like the problem doesn’t exist outside of my setup or at least not widely reported.  Again, appreciate your help.
    John

  • WiFi problems in Windows 7 using bootcamp

    Hi
    I have a "new" 2011 27" iMac and are sometimes forced to use Windows 7 with Bootcamp.
    I installed the latest drivers using bootcamp assistant (and these seem to date back to 2011, so I guess that's what everybody else is using as well). The windows install is only two days old with all the recent updates installed.
    When I start in windows I have two issues:
    The major one is that the Wifi is there for around 20 seconds, then the screen flashes (like it's loading graphics drivers or something) and then the connection is lost. When I ask windows to repair it it figures out that WLAN autoconfig is not running and I ask for that to be restarted. Sometimes this will solve the problems, sometimes I have to repeat the "repair" a few times. Once it's working the connection seems stable until I restart.
    The wifi works fine with Mountain lion and with all other devices we have. I tried the Apple hardware test and everything worked well.
    The only clue I have is that after I installed windows I changed the location of the windows user account folder to the HDD instead of the smaller SSD. I did that by changing the default user folder destination to a MS-FAT formatted drive on the HDD, creating a new administrator account, logged into the new account and deleted the old account... But I just can't see why that should have anything to do with drivers and wifi.
    The minor problem is that the sound always start out muted when I start windows. I unmute and problem solved (although annoying).
    As I said there's absolutely no problems while I'm in Mountain lion, but there's a few windows only programs I need so...

    Thanks for the suggestion Rudegar.  I think I found the problem which was from a different source.  I installed an external hard drive and initated Time Machine in my Mac OSX.  While it worked fine for Time Machine when running Mac OSX, apparantly it was causing a problem with Bootcamp and Windows.  When I realized this might be the problem, I sejected the drive in OSX and turned it's power off.  I then shut down OSX and started up using Bootcamp and Windows as I has in the past with no problems.
    Thanks ayway!

  • Volume is muted when Mac Mini starts up.

    Hi all,
    I currently use my previous generation Mac Mini (Core 2 Duo 2.0) in my media center.
    Whenever I restart the machine, the volume is muted when it starts back up.. I then have to go in and manually unmute it.
    Because this is part of the entertainment center, it's kind of a pain.
    Anyone have any idea what is set that would be causing it to do this?
    Thanks for any info!

    Hi Steve,
    Can you use a keyboard to audio volume control? Sounds like something is overriding the system somewhere.
    Read here before resetting the PRAM http://www.interrupt19.com/2008/08/07/what-does-resetting-your-macs-pram-do/
    Carolyn

  • Microphone starting muted on AIR application SDK 2.5

    According to the documentation
    http://help.adobe.com/en_US/air/reference/html/flash/media/Microphone.html
    "Content running in the AIR application sandbox does not need permission to access the microphone and no dialog is displayed. AIR content running outside the application sandbox does require permission and the Privacy dialog is displayed"
    But I'm having problems starting the Microphone object, which starts muted and permissions need to be given right clicking on the flash object.
    This function returns always true before permissions is given:
    public function isMuted():Boolean {
    var mic:Microphone = Microphone.getMicrophone();
    return mic.muted;
    The swf loaded is inside the application sandbox, but it's failing also from the debugger.
    Any ideas what else to look?
    Thanks,
    Guille

    Updated note:
    This might be a possible work around...
    The limitations I mentioned in my previous email apply when including the SWF file ‘for rendering’ – i.e. when using an <object/> tag.
    In AIR a developer can include a SWF file as a script – i.e. using a script tag like so: <script src="lib/applicationupdater_ui.swf" type="application/x-shockwave-flash"></script>. When doing this, the SWF is loaded in the application sandbox and JavaScript can call AS functions as if they were JS functions.
    If the customer’s code doesn’t depend on displaying things (or the UI part is reasonably well separated from the rest of the logic), it should work without any changes. If not, it might require some changes, but still not as radical as rewriting their code to JavaScript.  A simple example of using a SWF in this way can be found at http://www.stratulat.com/blog/update-your-javascript-air-application-with-ease - it shows how to use the Application Updater library (a SWF) in a JavaScript application. This could be a starting point for the customer about how to use a SWF as a script and how it should “look like” in order to be used this way (as the framework is open-source).

  • My macbook just started emiitting a beep every 10 secs or so which i appear only to be able to turn off by muteing the volume . any idea what it is and how i can make it cease ?

    my macbook just started emiitting a beep every 10 secs or so which i appear only to be able to turn off by muteing the volume . any idea what it is and how i can make it cease ?

    You showed a kernel panic file from OS X, apprantly Log Me In is installed into OS X or running when you log in.
    You should be using the developers installer/unistaller to remove Log Me In from OS X.
    Somehow it's in OS X, I don't know, but it's there and you need to remove it. I'm not dealing with Windows, just OS X.
    Talk to Log Me In people and find out what is installed where so you can do a manual deletion out of OS X.
    If that doesn't work, you have to reboot holding the Shift key down manually search for any Log Me In or Himachi files on your computer, in your System/Library/Extensions folder too, use the free Easy Find.
    https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/easyfind/4.9/EasyFin d.app.zip

  • Ipone 4S muting every time it starts up

    Really, really regretting doing the ios6 upgrade.  My iphone 4S is muting every time it starts up and can only be un-muted by a buried option uder General?Accessability.  Anyone know the permanent fix?
    Thanks in advance.
    Peter

    Yes, sorry I mean it crashes, Mulder.
    The weired thing is that there are no crash reports for "Mail" (there are reports for Safari, iDVD, iTunes etc...).
    Everytime I start up Mail the Mail window opens as it used to but there are no mails in the income folder. If you try to click on anything (like Sent Items or Spam) the spinning wait cursor appears and nothing happens. If you try now to click on the Exit button nothing happens either.
    The only thing I can think of I did before this problem appeared was an Apple Update. But there are no new programs or plug-ins I installed lately.
    I haven't done anything yet to resolve the problem because I don't have a clue what I could do...
    I hope this was specific enough. I know it's not much of information but it's all I got.
    Thanks a lot, Tom
    Message was edited by: axiom26

  • When Skype, Songbird starts, sound is muted

    Since a few weeks I have the following issue:
    When launching skype, alsamixer's volumes for sound will be turned to 0%/ muted. Skype never can play the starting sound.
    When setting back the sound level manually, and Skype tries to play another sound (call e.g.), it will be muted again.
    Same happens with songbird, if it helps, to identify the problem.
    Using: i686, alsa, pulseaudio with no ~/.asoundrc config and an Audigy 2.
    Thanks in advance.

    Have your tried to set the audio levels and then run as root:
    alsactl store
    also is you user in the audio group?
    gpassword -a {username} audio

  • Audio Problem. says computers muted/ no audio output device is installed. works on start up

    I have a HP pavilion dv6500 notebook, windows vista 32-bit. 
    My computer was recently wiped and was given to me by a friend. he told me the computer needed a new sound card and that the sound never worked.
    However, when i first started my computer I had an update and a sound driver was installed.
    I put on a movie, the sound worked flawlessly, so I know the drivers, audio output device and soundcard are all installed correctly, but after a minute or so of watching the movie my sound cuts out, the speakers icon shows it is muted, and won't allow me to change the volume, when i scroll over it a message pops up that reads "no audio output device is installed". 
    sometimes when I shutdown my computer and restart it, my speaker Icon appears normal, and I can listen to music or watch a music video and the sound works again, but after 30 seconds to a minute or so, it does the same thing and wont work anymore.
    I dont know what to do. I have tried to use the site to scan my computer for missing files or drivers but it just said that my computer isn't the model i specified (which it is) and that I have an expired warranty. which shouldn't matter if all i need is support. 
    I work with music and need to use programs like Protools or Logic Pro but I cant do that without sound so haven't installed those programs on my HP yest. PLEASE HELP.

    I'm having the exact same problem. The problem arose randomly, and when I checked my computer's devices there was a device in "other" called 'High Definition Audio Bus' that had been installed (without my knowledge) right before my computer lost sound.
    What had happened was my computer was running extremely slow all of a sudden and so I restarted it and when it restarted I had no sound. Because this device was installed on my computer immediately before the sound stopped working I assumed it was the cause of the problem and uninstalled it.
    It didn't solve the problem, niether did installing the driver you posted a link to, it just posted an error message that read: "Could not find the device for this driver"
    I'll try reinstalling the necessary drivers for my computer, which leads to my next and much more insignificant issue: How do I find the product name of my laptop? it's an HP Pavilion g series, and it lists the serial number and product number but from this list http://h20000.www2.hp.com/bizsupport/TechSupport/ProductList.jsp?lang=en&cc=us&taskId=135&prodSeries... I have no idea which laptop is mine. How can I find out?

  • Oss problem: how to start muted?

    When I start oss i get a loud sound that breack my ears...how con i start oss with all output muted so I can regulate them??
    And how can i save the levels for my user(aside from root)??
    Thanks
    Last edited by The_ouroboros (2009-02-07 12:51:50)

    Making the state writable by the user should solve it right?
    If you really want muted you could put ossmix vol 0 in rc.sysinit.

  • [SOLVED] - XFCE Start with volumed muted

    Hi! I have a issue that I can not resolve. I configure the keyboard multimedia keys (xf86raise,lower,muted). at first time I use alsa command described in arch wiki, then the first use and that every time I start xfce the volumed is setting to mute. I come back to wiki and remaped the keyboard shortcuts with pulse command, but issue continue.
    That is my setting editor in xfce: http://imgur.com/6BNAKAk
    [~]
    [elrengo@xpsl421x]$ lsusb
    Bus 002 Device 004: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0c45:646c Microdia
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    [~]
    [elrengo@xpsl421x]$ lspci
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
    02:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    03:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    [~]
    [elrengo@xpsl421x]$
    I have this proccess:
    [~]
    [elrengo@xpsl421x]$ ps -ef | grep pulse
    elrengo 1660 1 0 21:34 ? 00:00:10 /usr/bin/pulseaudio --start --log-target=syslog
    elrengo 1684 1 0 21:34 ? 00:00:00 xfce4-volumed-pulse
    elrengo 1709 1660 0 21:34 ? 00:00:00 /usr/lib/pulse/gconf-helper
    elrengo 12748 12737 0 23:19 pts/0 00:00:00 grep --color=auto pulse
    Thanks in advance!
    elrengo
    Last edited by elrengo (2014-12-05 01:12:55)

    I don't think it's an XFCE issue. I use KDE with alsa and pulseaudio and every time I reboot my volume is muted as well. I just unmute it with alsamixer every time, but it'd be cool to have a better solution.
    EDIT:
    After 15 seconds of googling, I found a solution.
    Set your volume to whatever you want it to be when you boot and use the command:
    alsactl store
    This will save your current configuration and it will be the default one every time you boot.
    Solution comes from this thread.
    Last edited by PolyBender (2014-12-04 18:36:40)

  • Sound starts muted on reboot

    Every time I reboot under Yosemite, the sound setting starts muted. Anyone else get this problem?

    I have the same problem only on an early 2008 MacPro

Maybe you are looking for

  • Reg: Error msg display

    Hi I got a requirement that i have to display one error msg when some condition is fails for that i found one exit and i write the code. now i have to do ut the cursor position where that error is coming Please help me out Thanks in Advance. Regards

  • CMOD Abap Code

    Hi Gurus, The following is the code i use in my CMOD to populate the field zzklimk of customer attribute from the table KNKK. Im getting the error "BIW_KNA1_S" must be a flat structure. You cannot use internal tables,strings, references, or structure

  • How to Upload PDF's and Images in MDM Taxonomy Mode

    Hi could some one please suggest me how to upload PDF's and images in taxonomy mode in MDM??? would be great if provide with the procedure.. Thanks Regards, Richa

  • Retrieving the data

    i have submitted a form(designed in livecylce designer) with my details. how can i retrieve those details into a pdf form when i take that istance again. thanks in advance jayasree

  • Apple Repair Policy - time frame for repair

    Does any one know how long will it take for apple to repair their products or what their policy is on repair times. I have my macbook sitting in repair depot for more than 2 weeks waiting on a part .which is very frustrating .Is it common for Apple r