SMP and jQuery Example multiple Loading of StrobeMediaPlayback.swf

Hi,
I downloaded the examples for SMP and tryed to open the "embed.html", which use jQuery to insert the Player into the HTML Page.
Open Firebug and take a look at the Network tab. It shows that StrobeMediaPlayback.swf is requested 100 times. This causes a long loading time and traffic for the webserver!!!
It seems only a problem in Firefox. I`m using Version 6.0.1
Using:
Strobe media Playback 1.5.1 release as well as Strobe media Playback 1.6 Sprint 3
Any suggestions?

Seems like a bug in my Browser. I removed the Add-on FlashFireBug and...
It works.

Similar Messages

  • IGNORE - Fixed Single-Database Capture and Apply Example, multiple tables

    I ran the demo setup for , "Single-Database Capture and Apply Example" ( http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/capappdemo.htm#BCGBIEDJ )
    Everything works fine. I now want to capture changes to another table in the HR schema, using the same DML handler.
    I am uncertain of what to use for the stream name in the following (and related calls). I want the captures for the new table, "job_History" to go to the same queue. Do I use the same stream name, or do you have to create a new stream for each table capture? Thanks.
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'hr.job_history,
    streams_type => 'capture',
    streams_name   => 'capture_emp', queue_name => 'strmadmin.streams_queue',
    include_dml => TRUE,
    include_ddl => FALSE,
    inclusion_rule => TRUE);
    END;
    Edited by: user614224 on Nov 15, 2010 6:54 AM

    Please edit the subject of this post and change it to "Please Ignore." Then post your question, with full version information, to the Streams forum.

  • Loading an external swf and unloading the parent one

    Hi there i have made a navigation in flash and 3 buttons that load some external swf's. Problem is that when they load the parent swf keeps playing in the background. How can i make them play separately and make the navigation stage dissapear completely when they load?

    I have attempted to use the same Loader but it doesnt replace it i dont know why.
    var myLoader:Loader = new Loader();       
    var myLoaderMain:URLRequest = new URLRequest("main1.swf");
    var myLoaderQuiz:URLRequest = new URLRequest("quiz.swf");
    var myLoaderAnimation:URLRequest = new URLRequest("athens_animation.swf");
    var myLoaderVideo:URLRequest = new URLRequest("videogallery.swf");
    videogallerybtn.addEventListener(MouseEvent.CLICK, videoFunc);
    function videoFunc(curEvt:MouseEvent) {
              myLoader.load(myLoaderVideo);
              addChild(myLoader);
    Quizbtn.addEventListener(MouseEvent.CLICK, quizFunc);
    function quizFunc(curEvt:MouseEvent) {
              myLoader.load(myLoaderQuiz);
              addChild(myLoader);
    Animationbtn.addEventListener(MouseEvent.CLICK, AnimationFunc);
    function AnimationFunc(curEvt:MouseEvent) {
              myLoader.load(myLoaderAnimation);
              addChild(myLoader);

  • Pre-loading the next swf

    Guys,
    i gonna tell the situation from the very beginning:
    I'm doing a book, wich each chapter is separated by swf (chapter_1.swf, chapter_2.swf, etc).
    In the final of each swf, he calls the next by the command: _root.loadMovie("next.swf")
    (PS: i'm not using the MovieClip load method)
    The problem is; when the swf are uploaded on my server, and i click to load the next swf, my screen goes blank while he download it.
    All i want to do, is pre-load the next swf, while the user is reading the actual chapter, to avoid this blank screen time. Is it possible?
    I read something about getBytesLoaded/Total, but don't know how to execute it.
    Please explain it clear cuz i'm new with this. And thank you very much for the support!

    If you want to have information regarding the loading progress of a file then you need to use the MovieClipLoader class.
    If you search Google you should be able to find a tutorial using search terms like "AS2 MovieClipLoader tutorial"

  • A login webpage gives the message "This script requires that jquery.js be loaded first." then will not show the user ID and password login boxes. How can this be corrected?

    A login webpage gives the message "This script requires that jquery.js be loaded first." then will not show the user ID and password login boxes. How can this be corrected?

    That message is listed in two scripts on the bank's site. One function that can display the message is named PhotoRotator and the other is named PromoRotator. However, I can't seem to trigger the error myself.
    If you have any add-ons that alter the page, such as ad blockers, try creating an exception for these sites and see whether that helps:
    www.northrim.com<br>
    www.northrimbankonline.com
    You also could try this logon page: https://www.northrimbankonline.com/onlineserv/HB/Signon.cgi
    (''Obviously you should be cautious about links offered on public forums to ensure you are not being phished! Check them out carefully before entering your username and password.'')

  • App will not Load/Install and have tried multiple steps.

    To Whom it May Concern,
    Several weeks ago I attempted to download Infinity Blade II for the iPad (I have the most recent full-size one, the "3").  As it began to download iTunes on my iPad crashed.  When I went back to the App Store to re-download, the app is marked as INSTALLING and the icon on the iPad is marked as waiting. 
    I have turned the iPad off, waited a few minutes, and turned it back on.  The icon remains.
    I attemped to delete the icon, but when I get all the apps to "shake", no "X" appears on the waiting app for me to delete it.
    I have signed out of iTunes on both my iPad and my MacBook Pro, signed back in, and still the download will not start.
    The only life I can get in the app actually loading is when I actually re-purchased the App from my laptop, then tried to add it to my laptop.  It "adds" it and the icon does Load, but about 90% in, the icon reverts to Installing, the status bar freezes...then the status bar blanks out completely and it remains in an Installing...state.  All I can do is go to iTunes on my laptop, "remove" the app (which keeps the app in a pending state), then try to add it again where it gets 90% done but never completes.
    I have also tried a different wireless network, reset my router, and reset the factory settings on my iPad.  Any other suggestions would be appreciated!
    Sincerely,
    Travis Buonocore

    I Do have the same problem. I will try to reinstall it from iTunes as soon as I will get to my computer

  • Issues using multiple load-config files with ant

    Hello,
    Not sure if this is the correct place...
    I am creating an ant build script to compile our flex application. I am trying to use the default flex-config by doing <load-config filename="${flex.sdkPath}/frameworks/flex-config.xml"/> and project specific config file add the datavisualization module and any other libraries we might need in the future. I am trying to do this as I don't want to modify the flex-config.xml
    The issue I keep running into is I get a compiler error saying "unable to locate specified base class 'spark.comonents.application..". if I place the custome load-config file above the adobe default flex-config it gives errors stating it the "SeriesSlide" type
    <mxmlc file="${project.sourcePath}/FBApp.mxml"
             output="${project.output.binaryPath}/${project.output.fileName}.swf"
             locale="en_US"
             static-link-runtime-shared-libraries="false"
             static-rsls="false"
             use-network="true"
             accessible="false"
             debug="true">
             <load-config filename="${flex.sdkPath}/frameworks/flex-config.xml"/>
             <load-config filename="C:/Hudson/.hudson/jobs/FB 2.0 Flex/workspace/FBApp/FB-config.xml"/>
             <source-path path-element="${flex.sdkPath}/frameworks/libs"/>
             <source-path path-element="${project.sourcePath}"/>
             <library-path dir="${flex.path}/sdks/${flex.sdkVersion}/frameworks/locale/en_US"
                includes="*"/>
             <library-path dir="${project.libraryPath}"
                includes="*"/>
             <keep-as3-metadata name="Protected"/>
          </mxmlc>
    the following is my FB-config.xml
    <?xml version="1.0"?>
    <flex-config>
       <runtime-shared-library-path>
    <path-element>C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\sdks\4.1.0\frameworks\libs/datavisualization.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.1.0.16076/datavisualization_4.1.0.16076.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>datavisualization_4.1.0.16076.swz</rsl-url>
    <policy-file-url>.</policy-file-url>
       </runtime-shared-library-path>
    </flex-config>
    It seems to be that the first "load-config" ant runs into is the only one that gets used. When looking around the internet I have multiple cases of where people say they have successfully used multiple load-config files.
    This one in particular.
    http://flashdevelop.org/community/viewtopic.php?f=13&t=5629&view=previous
    If I had to guess on what was wrong I believe my FB-config.xml file is incorrect but I can't find an example of anyones custom configuration file.
    Any guidance would be apprecaited.

    I am embarrassed to say that your solution answered my question.
    I was about 10 min away from rewriting my Ant script to just use the mxmlc.exe directly instead of the mxmlc ant tag. I kept running into the -flex-config+=YourConfig.xml for the command line option but never saw the xml variant.
    http://blog.flexexamples.com/2008/12/21/using-a-custom-flex-configxml-file-in-flex-builder -3/
    http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_3.html
    Does Flex have any documenation that shows all the different tags that are available like the Ant documenation?
    http://ant.apache.org/manual/Tasks/delete.html
    Thanks at ton.

  • I have just bought a new Imac and it will not load my copy of FCE 3.5 as it says "PowerPC applications are no longer supported". So how do I get to use the version of FCE I am used to and have paid for ?

    I have just bought a new Imac and it will not load my copy of FCE 3.5 as it says "PowerPC applications are no longer supported". So how do I get to use the version of FCE I am used to and have paid for ?

    I do not have any experience with Final Cut, but if you have existing projects that you MUST access; then you are in need of a solution on your new iMac in Mountain Lion!
    Unfortunately you got caught up in the minor miracle of Rosetta.  Originally licensed by Apple when it migrated from the PowerPC CPU platform that it had used from the mid-1990's until the Intel CPU platform in 2006, Rosetta allowed Mac users to continue to use their library of PPC software transparently in emulation.
    However, Apple's license to continue to use this technology expired with new releases of OS X commencing with Lion (and now Mountain Lion).  While educational efforts have been made over the last 6 years, the fact is that Rosetta was SO successful that many users were caught unaware UNTIL they upgraded to Lion or Mountain Lion.
    Workarounds:
    1.  Purchase a used Mac that will run Snow Leopard (with the optional Rosetta installed) and continue to run FCE on that Mac (you can actually use Screen Sharing with a "headless" used Snow Leopard Mac Mini and use the 27" screen from your iMac to view and work FCE in the Mac Mini environment);
    2.  Upgrade to an Intel compatible version of FCE and hope it converts your existing projects to its newer format correctly.  There is much debate that the newer version of Final Cut are eliminating many needed features; for example Final Cut Pro X vs. Final Cut Pro 6 -- many users are staying with version 6;
    3.  Install Snow Leopard (with Rosetta) into Parallels and then install FCE in the Snow Leopard environment:
                                  [click on image to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439
    NOTE: STEP ONE of the instructions must currently be completed on a Snow Leopard or Lion Mac and the resulting modified Snow Leopard.cdr install file can then be moved over to your Mountain Lion Mac for completion of the remaining steps.
    NOTE 2:  Computer games with complex, 3D or fast motion graphics make not work well or at all in virtualization.

  • Aim to process all files in folders on desktop to run through photoshop and save in multiple locations

    Aim to process all files in folders on desktop to run through photoshop and save in multiple locations
    Part one:-
    Gather information from desktop to get brand names and week numbers from the folders
    Excluding folders on desktop beginning with "2" or "Hot"
    Not sure about the list of folders
    but I have got this bit to work with
    set folderPath to "Hal 9000:Users:matthew:Desktop:DIVA_WK30_PSD" --<<this would be gained from the items on the desktop
    set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
    set folderName to last text item of folderPath
    set my text item delimiters to "_WK"
    set FolderEndName to last text item of folderName
    set brandName to first text item of folderName
    set my text item delimiters to "_PSD"
    set weekNumber to first text item of FolderEndName
    set my text item delimiters to oldTID
    After running this I have enough information to create folders in multiple locations, (i need to know where they are so that photoshop can later save them in those multiple locations
    So I need the following folders created
    Locally
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_LR" --(Set path for Later)PathA
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_HR"--(Set path for Later)PathB
    Network
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathC
    Volumes:GEN:Website_Images --(no need to create folder just set path)PathD
    FTP (Still as a normal Volume) So like another Network
    Volumes:impulse:"Week" + weekNumber
    Volumes:impulse:"Week" + weekNumber:Brand
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathE
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_HR"  --(Set path for Later)PathF
    I like to think that is end of Part 1
    Part 2
    Take the images  (PSD's) from those folders relevant to the Brand then possibly run more applescript that opens flattens and then saves it in the locations above.
    For example….
    An image in folder DIVA_WK30_PSD will then run an applescript in Photoshop, lets call it DivaProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:DIVA_WK30_LR and of course save the image as original filename.
    Then from the next folder
    An image in folder Free_WK30_PSD will then run an applescript in Photoshop, lets call it FreeProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:Free_WK30_LR and of course save the image as original filename.
    The photoshop applescript i'm hoping will be easier as it should be a clearer step by step process without any if's and but's
    Now for the coffee!!

    Hi,
    MattJayC wrote:
    Now to the other part, where each folder was created (and those that already existed) how do I set them as varibles?
    For example,
    set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
    This line was used to create more than one folder as it ran though the folders on the desktop. The next part is I will need to reference them to save files to them.
    You can use a records
    Examples
    if you want the path of localBrandFolder_High_Res  of "Diva", if "Diva" is the second folder of the Desktop
    You get the path with this : localBrandFolder_High_Res of record 2 of myRecords
    if you want the path of localWeekFolder  in the first folder of the Desktop
    You get the path with this : localWeekFolder of record 1 of myRecords
    Here is the script
    set myRecords to {}
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
        set this_item to item i of dtF
        if this_item does not start with "2_" and this_item does not start with "Hot" then
            try
                set folderPath to this_item
                set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                set folderName to last text item of folderPath
                set my text item delimiters to "_WK"
                set FolderEndName to last text item of folderName
                set brandName to first text item of folderName
                set my text item delimiters to "_PSD"
                set weekNumber to first text item of FolderEndName
                set my text item delimiters to oldTID
            end try
            try
                set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                set var1 to my getFolderPath("WK" & weekNumber, this_local_folder)
                set var2 to my getFolderPath(brandName, var1)
                set var3 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var2)
                set var4 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var2)
                --set up names to destination folders and create over Netwrok including an already exisiting folder
                set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                set var5 to my getFolderPath("WK" & weekNumber, this_Network_folder)
                set var6 to my getFolderPath(brandName, var5)
                set var7 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var6)
                set website_images to "DCKGEN:Website_Images:"
                --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                set this_ftp_folder to "Impulse:"
                set var8 to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                set var9 to my getFolderPath(brandName, var8)
                set var10 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var9)
                set var11 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var9)
                set end of myRecords to ¬
      {localWeekFolder:var1, localBrandFolder:var2, localBrandFolder_Low_Res:var3, localBrandFolder_High_Res:var4, networkWeekFolder:var5, networkBrandFolder:var6, networkBrandFolder_Low_Res:var7, ftpWeekFolder:var8, ftpBrandFolder:var9, ftpBrandFolder_Low_Res:var10, ftpBrandFolder_High_Res:var11}
            end try
        end if
    end repeat
    localBrandFolder_High_Res of record 2 of myRecords -- get full path of localBrandFolder_High_Res in the second folder of Desktop
    on getFolderPath(tName, folderPath)
        tell application "Finder" to tell folder folderPath
            if not (exists folder tName) then
                return (make new folder at it with properties {name:tName}) as string
            else
                return (folder tName) as string
            end if
        end tell
    end getFolderPath

  • How to use Spry and Jquery on the same page.

    I'm using both spry (dataset) and jquery (datepicker) on my page. When I load the jquery script my dataset doesn't work.
    I've done some research and found that I need to insert an observer that tells jquery when the spry dataset is finished loading. Found this information at: http://forums.adobe.com/message/2899897. I've tried implementing this into my script but just doesn't seem to work. Below is the script from my site, how would I insert an observer into this script?
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("/test/fsasearch_results_dynamic.php", "search_results");
    var ds2 = new Spry.Data.HTMLDataSet("/test/countstable_dynamic.php", "table");
    $(function() { $( "#datepicker" ).datepicker({ dateFormat: 'yy-mm-dd', beforeShowDay: nonWorkingDates, numberOfMonths: 2, minDate: +5, maxDate: +30});
        function nonWorkingDates(date){
            var day = date.getDay(), Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6;
            var closedDates = [[7, 29, 2009], [8, 25, 2010]];
            var closedDays = [[Saturday], [Sunday]];
            for (var i = 0; i < closedDays.length; i++) {
                if (day == closedDays[i][0]) {
                    return [false];
            for (i = 0; i < closedDates.length; i++) {
                if (date.getMonth() == closedDates[i][0] - 1 &&
                date.getDate() == closedDates[i][1] &&
                date.getFullYear() == closedDates[i][2]) {
                    return [false];
            return [true];
    //-->
    </script>

    Please post any SPRY related question in the SPRY forum.

  • I can't video chat, I send the request, and te video just load and load, never turns on. How can I fix this?

    Hi,
    I start to use iChat, Ican chat normally, but when I tried to make an video call with my friend, it doesn't work.
    I send the invite, and than my webcam turns on and a window is open, when i see my face, and start loading and i can't connect with my friend, it load eternally and never works, when i try, the results are always the same. I have an MacBook Pro...How can I fix this?

    HI,
    iChat uses different internet ports to do different tasks.
    If you have the Mac Firewall On then this should allow the ports the app is Using on an Incoming basis.
    These same ports also need to be allowed in your router.
    If the device has it use UPnP if you can.
    This allows the app to state which ports it wants to use and also for multiple devices to use the same ports.
    (It is needed for iChat Screen Sharing that involves a random port that cannot be opened in other methods)
    Can you also open the Connection Doctor (Video Menu of iChat) and say what it says on each tab ?
    7:57 PM      Sunday; March 24, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Webserver domains and sub-domains not loading correctly

    I'm having a problem with my pages loading correctly on my Maverick server.
    www.example.com loads correctly
    example.com loads to the website at the top of my virtual domain list.
    Weird but happens on all my virtual sites...
    http://www.richard-bradley.com loads fine
    http://richard-bradley.com loads to another virtual domain at the top of my list...?
    Any advice would be appreciated...

    This sound like a DNS thing.
    Whats the Primary Zone in your DNS? In the DNS config page click the cog at the boom to show All Records
    I sound like the primary zone is www.richard-bradley.com and it needs to be richard-bradley.com
    But can you confirm this for me to make sure I understand.
    You have primary site www.example.com and anyone visiting it get served data "A"
    You have a virtual site example.com and and you set it to serve data "B" but when someone visits they get data "A"
    Am I getting that right?

  • My iMovie keeps crashing and will not fully load. What do you think is the problem?

    What would be the reason why my iMovie keeps crashing and will not fully load?

    I don't know what version of iMovie you are using, nor the Mac OS X version (that's always helpful when posting questions).
    However, usually when iMovie has the type of problem you mention, it's advisable to firstly trash the preference file. Here's how to go about it for iMovie '11 on Mountain Lion (similar methods apply for other versions):
    Go to your Home folder <your user name>/Library/Preferences (NOT the Library folder at the top level in Macintosh HD). Similar to Lion, on Mountain Lion (10.8.3), the Home Library folder will be hidden (unlike pre-Lion OS X versions). To access it, click and hold down Go in the Finder menu bar, then press and hold down the Option key on the keyboard - the Library folder will appear in the drop down list. Slide the pointer down to Library and, as you release the pointer, the folder will open in Finder. Now you can navigate to the Preferences folder.
    In your user Library/Preferences folder, locate a file named "com.apple.iMovieApp.plist". With iMovie closed, drag this file to the Desktop. When next opened, iMovie will create a fresh preference file with the default settings (this happens in the background as iMovie is loading).
    If iMovie now opens and appears to be working properly, you can change the default settings in the menu item "IMovie > Preferences", as desired. Also, it's now safe to drag the old preference file to the Trash. Trashing the file will not harm any existing Events or Projects.
    Note that these instructions are for iMovie '11 (currently version 9.0.9). For users on earlier versions, the preference file has a different but similar name. For example, for iMovie '09 (that's version 8.0.6) the file is named "com.apple.iMovie8.plist". Earlier versions may or may not have a number in the name, for example, "com.apple.iMovie.plist"
    If this doesn't fix the problem with iMovie crashing, please come back as I have another possible solution to offer.
    John

  • Merits and Demerits of Multiple company codes

    Hi SAP Gurus,
    Could you please let me know the Merits and Demerits of multiple company codes in ECC 6.0. Actually client asking for separate company codes for each production plant. Client having 20 plants (Client registered as one legal entity as per companies Act having 20 plants in different regions with in India) and wants to have separate company codes in SAP to have decentralized control of operations and period closing. Could you please let me know the merits and demerits of Multiple company codes with respect to Load on system, Extra activities/ load on man power on consolidation, complexities ect..
    Thanks in Advance
    Best Regards
    Raj

    Ray,
    From the background explained by you, I feel that you should go for a single company code as they have one singel legal entity. The purpose of comapny code is to generate external reporting(mainly balance sheet & Pand L statement) as per the legal requirements.
    As far as decentarlized control is concerned you can opt for configuring each plant as a separate profit center which will not only allow decentralized  operations and accountability but also a flexibility from internal maangement point of view.
    As far as configuration of multiple comapny codes is concerned, it will make the system too cumbersome and will have undesired complexity.
    Hope this helps.
    Rgds
    Manish

  • I have an Iphone 3gs.  My husband just bought an Iphone 4.  As far as contacts, when he first connects, will he lose his phone numbers on his phone and will mine be loaded on instead?  How do I prevent this?

    I have an Iphone 3gs.  My husband just bought an Iphone 4.  As far as contacts, when he first connects, will he lose his phone numbers on his phone and will mine be loaded on instead?  How do I prevent this?

    How to use multiple iPods, iPads, or iPhones with one computer

Maybe you are looking for