Flash and iWeb '08

Is there anyway to create Flash movies from QuickTime and use them on my iWeb site?
Thanks

To be able to play your movies using Adobe® Flash Player you have to covert your QuickTime files to SWF.
Cedric has a page about all this....
http://iwebfaq.org/site/iWeb_Movies.html
If you don't find the answer there, post back.

Similar Messages

  • Flash and iWeb 1.1

    This is perhaps rather trivial but it's driving me mad.
    I use iWeb to publish my site to a .mac account. On my main blog page I've used a basic Flash animation as the banner. As there doesn't appear to be way of adding Flash files to iWeb templates, I publish my site and then paste the HTML code for the Flash animation into the HTML page for my blog and tweek the positioning a little.
    http://web.mac.com/steveward.me.uk/iWeb/new/44DF51BA-3595-4324-A50E-3CD26918C052 /CEF6E458-27E4-41A4-B751-6D382EFEA131.html
    All seems well, apart from the blog entries are shifted down leaving a two inch gap bewteen them and the text above. That's the strange thing, the text/graphics immediatey below the Flash animation are unaffected.
    I've tried everything I can think of, but my knowledge of HTML is sketchy. I suspect it may have something to do with the div tags, but unpicking the iWeb generated HTML is a nightmare.
    Any coders out there who may be able to offer some advice. The Flash animation appears between the <object></object> tags. Any help would be gratefully appreciated. Many thanks.
    ~n
    1.42 GHz Mac Mini w/SuperDrive, 1GB RAM   Mac OS X (10.4.6)   19" BenQ TFT Display, 200GB Maxtor, 40GB 4G iPod

    Now there's a thought. I got so wrapped-up in Flash 'cos I'm just learning how to use it that I didn't think about animated GIFs. Might give that a try. I think you can publish Flash movies in GIF format.
    Cheers,
    ~n
    1.42 GHz Mac Mini w/SuperDrive, 1GB RAM   Mac OS X (10.4.6)   19" BenQ TFT Display, 200GB Maxtor, 40GB 4G iPod

  • Flash Logo and General Flash in Iweb 09

    Help
    Does any know how to insert Flash Logo's or general flash into Iweb.
    I have been on all the relevant sites and tutorials, trying every which way, but none works.
    It still keeps asking for AC_RunActiveContent.js which is there.
    So i am confused and still no further forward
    Is there a flash guru in these disussions that does this all the time and will tell me Exaclty how to do it.
    Thanks very much
    Hutchy
    www.thickskinnedband.com
    www.thickskinnedband.com/forum

    The page for the forum link below is missing the following file:
    http://www.thickskinnedband.com/forum/styles/twilightBB/template/styleswitcher.j s
    While viewing the page in Safari type CommandOptionA to bring up the Activity window for it which lists all files.
    It evidently didn't get uploaded.
    OT

  • Flash in iWeb- a white square flashes before video loads......

    hey there- i am trying to put flash into iweb. It works, using code from iWebunlimited, but there is a white box that flashes before the video loads... I've tried so many different encoders, iweb code, etc..
    see it here:
    http://web.me.com/misterscott
    Any idea as to what is causing the white flash before the video?
    thanks so much......!!
    scott

    i am trying to put flash into iweb
    You succeeded as far as I could determine.
    Anyway. The browser needs to download the files, puts them into place and render the lot.
    That takes some time.
    Also, every brand of browser has its way of doing that.
    And black and white on a page is the largest contrast you can imagine. Use less contrasting colors.

  • Importing flash to iweb

    hi i have tried importing flash into iweb and it doesn't like the file. It is saved a a SWF is there any way of importing it. It is just opening a video box and when i click play it is blank.

    Hi Roddy
    Thanks for your reply. The controller value is already 'false'. It is done in Web Widgets HTML Snippets Below are my codes:
    +<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="270" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=8,0,0,0">+
    +<param name="src" value="http://www.montagecreation.com/MovieFiles/anpplayer.swf?file=Photomontag e-SamSok_Phuket.flv&amp;autostart=true" />+
    +<param name="autoplay" value="true" />+
    +<param name="loop" value="false" />+
    +<param name="controller" value="false" />+
    +<param name="kioskmode" value="false" />+
    +<param name="cache" value="true" />+
    +<param name="scale" value="tofit" />+
    +<param name="allowfullscreen" value="false" />+
    +<param name="menu" value="false" />+
    +<object type="application/x-shockwave-flash" data="http://www.montagecreation.com/MovieFiles/anpplayer.swf?file=Photomontage -SamSok_Phuket.flv&amp;autostart=true" width="480" height="270">+
    +<param name="autoplay" value="true" />+
    +<param name="loop" value="false" />+
    +<param name="controller" value="false" />+
    +<param name="kioskmode" value="false" />+
    +<param name="cache" value="true" />+
    +<param name="scale" value="tofit" />+
    +<param name="allowfullscreen" value="false" />+
    +<param name="menu" value="false" />+
    </object>
    </object>
    Jojos

  • Embedding Adobe Lightroom 3 flash gallery iweb 09

    First things first...
    I'm a non .MAC user, currently hosting with Host Gator.
    Need exact step by step for getting my flash gallery to work on a particular iweb page. I created a folder called "flash" in my hosts servers root directory, then published the gallery out of Lightroom 3) to my host server, as mentioned above. The flash gallery files are now inside the flash folder.
    I have applied the HTML widget on the page I wish to display the gallery using this code...
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0, 0" width="550" height="400" align="middle"> <param name="movie" value="http://www.yoursite.com/flash/myflashfile.swf"> <param name="allowScriptAccess" value="always"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="550" height="400" align="middle" src="http://www.yoursite.com/flash/myflashfile.swf" allowScriptAccess="always"></embed></object>
    I am unable to wrap my head around this stuff. I followed this tip http://iwebunlimited.com/iweb-tips/tip-1-flash-in-iweb/
    So lost!
    Please let me know if any further details are required from this end.
    Thanks

    I think I see your problem.
    Your file is not a stand alone swf file.
    Lightroom creates a folder containing an index.html file and two sub folders.
    What you actually need to do is address the index.html file.
    You could either create a link to that file and have it open a new page or use the folling code to produce an "Iframe" and load the page into the iframe.
    Below is the code. The link is to a lightroom folder I created as a sample.
    Change that to the proper address and it should work. If you apply it in Iweb you should see the result without having to publish.
    I played around with the width and height size to try to get an appropriate size.
    Change them if needed.
    If that's too small the link solution is the only other option I'm aware of.
    Hope the helps.
    Good Luck
    <iframe src=
    "http://web.mac.com/chuckusher/flashtest/index.html"
    style="width:700px; height:500px;
    border-width:0px;
    border-color:#990033;
    border-style:solid;"
    scrolling="auto" >
    </iframe>

  • Html codes for a flash and a quicktime movie

    I'm building a new webpage and I want to put a flash and a quicktime movie in every page......now that the new iWeb has the html snippet option I was wondering if there is anyway of embeding the movies with html code in a way that I just have to replace the movie file instead of putting the movies in every page all over again every time I want to update the site
    Thanks

    Code for Flash inclusion is here: http://artotems.com/test.aspx as well as many other examples.
    It's intended for PC OL users but can be used for any site with HTML access. There are many clear examples on the site. I know I wrote them.
    Mac faithful, don't have a cow. }:- It's a complex world. I use a MAC as well. I'm on it now.
    MAC site: http://web.mac.com/catucker/InsideOutside/Blog/Blog.html
    Have Fun!

  • Flash and perhaps some answers for others...

    Maybe it's me, but I can't find a way to include Flash movies. In the next release of iWeb, it would be beneficial to have an 'advanced users' function where we could edit some of the html to include things like 'flash' and to allow links to open in a new window. I have dreamweaver, but I prefer the look of the Apple-provided sites.
    In so far as difficulties with publishing to personal websites, all I did was publish to a folder, then used an FTP client to move to folder et al to the root of the website. It's a pain in the *, especially with a daily blog to update, but it gets the job done until Apple releases new and better versions of iWeb.
    P.S. I'm an ex-iBlog user, but found that it hung and did nothing else once updating to 10.4.4

    Many Flash file formats can be opened using QuickTime Player.
    If you author in Flash you must "publish" as version 5, or lower, and then open the Flash file (.swf) in QuickTime Pro and "Save As" to create a .mov file.
    These files will work just fine and your viewers will only need the QT plug-in to view your pages.
    I use many Flash formats inside my QT "movies". I use Flash controllers in my "skin track" movies and use Flash in many of my "videos".
    The key is the file format.

  • My MacBook was acting weird so I restarted it and when I login a white screen flashes and goes back to the login page. Help?

    My MacBook was acting weird like sometimes I would log on and I wouldn't be able to type my password for a couple seconds,but it usually logged in after that. Then I left my computer open after installing the recent update after that all my applications were not responding. So I shut it down, when I turned it back on about an hour later it went to this loading screen and then to the login like usual. After I tried logging in a white screen flashed and it went back to the login/ password screen like nothing happened. Any ideas on what happened and what I can do to fix it?

    Reinstall OS X;
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Adobe 'fixes' for Flash and Dreamweaver

    According to what I've been reading, Adobe added fixes to
    Dreamweaver 8.02 to deal with the Active Content problem created by
    Microsoft when Flash animations are embedded in web pages. Since I
    have an earlier version of Dreamweaver and Flash and am having
    problems like everyone else with that issue, would some 8.02 user
    kindly inform me if this is indeed the case, and what does one do
    in the new version to ensure Flash active content runs as intended?
    Is it something that one must still manually add to the code in an
    .html file, is the correction added automatically, is there an icon
    to press....just how is the new feature/fix used and incorporated?
    I'd like to know before considering an update. Thank
    you..............frank

    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
    Basically after you update if you add a flash file you get
    this code added to the html file:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    and that folder (Scripts) and (fileAC_RunActiveContent.js)
    are automatically created with your project. When you import a swf
    file the code that is automatically generated is also updated with
    a snippet of code to fix the AC issue:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','404','height','368','src','~movies','quality','high','pluginspage','http://www.macrom edia.com/go/getflashplayer','movie','~movies'
    ); //end AC code
    </script><noscript>
    You dont really have to do anything other then remember to
    upload the scripts folder to your server when you publish.

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • Flash and Fireworks combination

    Macromedia MX: I am working on an image in Fireworks and
    would like to incorporate a flash movie into this image so that I
    can put it into Dreamweaver for my website. A quick example of the
    image is a square inside a square (kinda like a TV set). Is there a
    way to layer the Flash movie into the Fireworks image so that the
    Flash movie plays inside the inner square but is not visible on the
    outer square? (since it would overlap somewhat) Would I import the
    image from Fireworks to Flash and work on it there, or import the
    Fireworks image into Dreamweaver and insert the Flash movie there?
    I am not sure how to go about this task. Thanks for any
    suggestions.

    P-C-Surgeonz;
    You can't "layer"a flash swf into an image, but you can
    "insert" the
    image and flash into your html separately using
    dreamweaver--but IMO
    importing the png fireworks png into flash, and just
    embedding the flash is
    easier. -Tom Unger

  • Bios Flashing and Recovery

    BIOS FLASHING
    We do not recommend using the MSI LiveUpdate tool to update your BIOS! It may be okay for updating your drivers, but please do not use it to flash the BIOS in Windows!
    Windows-based flashing - If you REALLY insist on flashing the BIOS under Windows, if you encounter any error during flashing, whatever you do, DON'T restart your PC! Try again until the flash is successful, otherwise your board will not start! Disable any anti-virus program (along with any other programs) prior to flashing.
    Boards with built-in M-Flash function - While M-Flash work's properly most of the time, it has still proved to be less reliable than the forum tool / manual flash.
    Before flashing your BIOS, you must ensure your system is fully stable! Any instabilities can cause a bad flash and create an expensive paper weight. Included with the forum flash tool is MEMTEST, we recommend running this for 2 or more passes prior to a flash.
    If you do not understand what your BIOS is, or what it does, please read: >> BIOS. What it is, and all you need to know <<
    Our first choice we recommend you use is our own USB flashing tool, developed by Svet.
    It is important to note, that the only way to flash the ME extension of the BIOS of modern Intel boards is through the use special processes. The bios versions posted by moderators here: >>BIOSes<< include the additional files to accomplish this. These bios are all official and are directly from MSI.
    >>>MSI Forum HQ USB Flashing Tool<<<
    If you are unable to use the MSI HQ USB BIOS Flashing Tool
    >>How to create a dos bootable USB stick>>
    It is important to note that if any BIOS, EC FIRMWARE or any other type of FIRMWARE downloaded from MSI for a manual flash contains an BAT file it must be used. Not doing so will cause the flash to fail and require RMA.
    For Intel Users, flash via FPT
         Socket LGA 1150           : >>ME 9 FPT files & Instruction>>
    Many of the bios versions posted here: >>BIOSes<< Contain a .bat file. All you need to do is extract all of the contents of the archive into the root directory of a DOS bootable USB stick and run the bat file from pure DOS.
         Socket LGA 1155 & 2011: >>ME 7&8 FPT Files and instruction<<
    Linux users
    See this topic: >>Flash your BIOS, the Linux way! [beware the dangers!!]<<
    Modified and BETA BIOSes
    Use only at your own risk! All BETA BIOS versions posted by the moderators of this forum are directly from MSI and will not effect your warranty.The use of user modified BIOS versions may damage the board and may void your warranty. Exercise extreme caution in regards to user posted BIOS versions. Please also be aware that MSI and this forum can not be held responsible if you trash your mobo by using a modded, beta or otherwise incorrect BIOS.
    WHEN IT ALL GOES WRONG...
    BIOS RECOVERY
    In many cases, provided the 'bootblock' of your BIOS is not corrupted during a bad flash, the BIOS can often be recovered by following the recovery procedures detailed below. NOTE: this recovery method should not be followed for normal practice of updating your BIOS!
    For Modern MSI Systems, refer to:
    <<Multi-Bios Equipped Mainboards>>
    <<Single-Bios Equipped Mainboards>>
    Legacy Systems:
     For Award BIOS
    Make a bootable floppy disk*
    Copy the Award flash utility & BIOS file to the said floppy disk
    Create an autoexec.bat with "Award_Flash_Utility BiosFilename" in the content (e.g. awdfl823K w6378vms.130)
    Sample on how to create an autoexec:
    a. On Windows, open the notepad
    b. On the notepad, write "awdfl823K w6378vms.130" (without the " ")**
    c. Save the file as autoexec.bat
    Boot up system with the said floppy (it will take less than 2 minutes before screen comes out)
    Re-flash the BIOS & reboot.
    *Need a bootable floppy disk? Look here: http://www.bootdisk.com
    **Make sure you enter the correct filenames for your flasher program and BIOS ROM file!
     For AMI BIOS
    Rename the desired AMI BIOS file to AMIBOOT.ROM and save it on a floppy disk. e.g. Rename A569MS23.ROM to AMIBOOT.ROM
    Insert this floppy disk in the floppy drive. Turn On the system and press and hold Ctrl-Home to force update. It will read the AMIBOOT.ROM file and recover the BIOS from the A drive.
    When 4 beeps are heard you may remove the floppy disk and restart the computer.
     For new boards with AMI BIOS core 8 (4MB)
    Discovered by Jack The Newbie:
    Of course, the steps are similar to the standard AMI BIOS Recovery Procedure for internal floppy drives (rename corresponding BIOS File to AMIBOOT.ROM, hit CTRL + HOME after starting the system).
    What has to be done (tested on P45 Platinum):
    1. An optical SATA Drive needs to be connected to one of the Intel ICH10R SATA ports. {After a lot of testing, I found that it does not work with the same optical drive connected to the SATA Ports hosted by the secondary JMicron Controller.  Also, using an optical drive on the JMicron IDE/PATA port does not help either.}
    2. A proper BIOS File has to be renamed to AMIBOOT.ROM and burned on an empty CD.
    3. CMOS-Clear with main A/C power cable removed from PSU has to be performed. {If this step is not done, the system will reboot after pressing CTRL + Home and will not proceed with recovery procedure.}
    4. Press CTRL + Home to trigger BIOS Recovery.  -> The system should enter BIOS Recovery Routine. {Will basically work with both USB & PS/2 keyboard.  However, a PS/2 Keyboard is recommended as the system will respond earlier to PS/2 Keyboard than to USB Devices.}
    What should happen now:
    1. After pressing CTRL + HOME the LED Status should change to "Intializing Hard Disk Controller" and there should be access to the optical drive connected to the Intel ICH10R SATA ports.
    2. It can take up to 30+ seconds until the BIOS File that was renamed to AMIBOOT.ROM is found. {Drive Bay can be opened to try a different CD without turning off or restarting the system.}
    3. When the system finds the BIOS File, LED Status will change to "Testing RTC" and there should be a message on the screen indicating that the Flash Recovery Procedure has started.
    4.  Since the BIOS File is 4MB in size, it will take a while until the BIOS is actually reflashed.
    Its also possible that BIOS recovery on boards with AMIBIOS8 can be done using a FAT-formatted USB stick, containing the renamed BIOS file. Be warned, in some circumstances it may take several moments before recovery procedure actually begins. See Bas' reply below for further information.
    BIOS recovery on Wind netbooks
    See this post here:
    https://forum-en.msi.com/index.php?topic=130509.msg982711#msg982711
    BIOS recovery on non-UEFI notebooks
    In order to recovery this type of system you will need an FAT32 formatted USB stick.
    Download the applicable bios from MSI's website and rename this bios.
    It must be re-named to either AMIBOOT.ROM or xxxxIMS.ROM / xxxxAMS.ROM  You may need to try each way to determine which one is necessary.
    Then place the renamed bios onto the root directory of the FAT32 formatted USB stick.
    Now you are ready to cover the Notebook.
    To do this, remove the AC power cord and battery. Once that has been completed, install the USB stick you prepared earlier.
    Now, apply AC power (leaving the battery disconnected) and turn on the notebook. Recovery should begin after 5 minutes.
    IF ALL ELSE FAILS...
    Locate the BIOS chip on your mainboard. If it is soldered directly to the PCB like...
    ...then you have no choice but to return the board to your supplier, or to MSI, for replacement.
    To request an RMA from MSI, open a support ticket at https://register.msi.com/ocss/
    If your BIOS chip is in a socket, like...
    ...then you may be able to source a replacement BIOS chip, either from MSI, or from a website such as www.badflash.com
    Updated 11/21/2013, original post by Stu

         A.) Download >>this<< bios archive and place it on your desktop. Do not decompress.
         B.) Download and install the >>MSI HQ Forum USB flasher<< .
         C.) Insert your FAT32 formatted usb stick.
         D.) Make sure that all win 8 options are disabled. (Fast Boot etc) Also make sure the legacy USB is enabled.
         E.) Start the forum flash tool and select option 1. Then point the tool at the compressed archive we downloaded earlier. Then to your USB Flash Drive.
         F.) Boot to the USB from working bios B.
         G.) Once it booted successfully switch to bios A without powering down or rebooting
         H.) Now follow the directions and let the tool flash bios A with desired version

  • I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    I have a Dell Inspiron 1545 and I can't download Adobe flash or Adobe acrobat reader, when I try to play my games it says update flash and when I try to download it the screen comes up blank

    Try the offline installers:
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    For Adobe Reader: http://get.adobe.com/reader/enterprise/

  • How to Create a trigger code for turning on light bulbs in flash and animate images professional cs6

    hi,
        i designed a very interactive music website in illustrator and photoshop and i am trying to animate the main page design in flash professional and eventually publish it as HTML5. There are couple of questions i need to ask before starting
    1) should i import my design in differnet layers from illustrator into flash professional in order to make it easier to isolate and animate specific parts of the web page?
    2) i want to have a roll over effect that allows certain features in the page to turn on and off when the mouse hovers over them. can you explain how to do that? any tutorial videos i could follow
    3) what format should i use when importing my illustrator design into flash professional
    4) how should i animate the content pop out from the safe box into the main screen in flash professional (i have never used this program before, so i will be going off video tutorials and whatever suggestions/help you would have)
    **The idea is to have a content frame fly out of the safe into the screen (the size will increase rapidly and it will fade into the screen as well while rotating 360 degrees for one revolution). The content is a basic rectangular frame i designed in illustrator. The body of this frame will be transparent allowing me to embed the main page features into it eg music, videos, bio etc. All this will be done in the later process, the main issue is figuring out how to animate the content frame into the screen and also creating a click feature that allows the content to fly back into the safe and then the safe closing in.
    Secondly, the trigger code rollover effect that allows certain features light to turn on when the mouse hovers over it and turn over when its not.****

    I think you'll get most flexibility by turning on the feature that lets you keep your Illustrator layers as Flash layers. You'll also want to check the box that lets you make an Illustrator object into a MovieClip for anything that you want to interact with or address through code.
    Add an event listener for MOUSE_OVER that triggers whatever functions you need to create to turn on the features. This means that your object that you will mouse over will need to be a MC, as well as any other objects that will be addressed (for example, calling play()) will need to be a MC. You'll want to have a matching MOUSE_OUT handler that stops MC's, hides them, or whatever.
    You should probably organize your Illustrator file so that the objects you need to address are on their own layers. This includes nested objects. Name things informatively. Remember, if the first import doesn't give you exactly what you want, you don't have to save the change--you can edit your settings or the Illustrator file and try again.
    Look into motion tweens. I highly recommend the books "How to Cheat at Flash" and "Animation with Scripting." I don't really think the way they tell you to script will advance your career if you want to be a software architect, but if you just want to animate the occasional widget, it's fine.

Maybe you are looking for

  • Printing from Reports

    Hi, I have HP Laser Jet 6L printer configured in Windows 98 machine and Windows 2000 machine. I have configured the Hp 6L drivers both in the client machines and linux servers. I made proper entry in uiprint.txt given by oracle for printing in Linux

  • ITunes trouble with Maverick update

    Hello, I just installed Mavericks onto my MacBook Pro and my iTunes won't open. Any help?

  • How to set the HomePage and FolderSize of a managed folder?

    Recently, I deside to get the FolderSize and HomePage of a managed folder throw GetFolder operation in EWS, but the FolderSize and the HomePage always not present. Unfortunately, I could not set these two element directly in Exchange management shell

  • Updates stay in window

    Hi Updated this morning and my daughter on her mini to iOS7. Now, everything is smooth on my iPad. One point, I don't know if its a change, so will ask. After I do an update, there has a list of the apps still in the window, with open. Even when you

  • My IMac 2009 with snow Leopard is very slow. What can I do ? I'm french

    My IMac 2009 with snow Leopard is very slow. What can I do ? I'm french