Animated html5 Banner ad starts loop early?

Hi guys
I have put together an animated banner ad with Edge Animate and embedded it within my website. When the looped ad plays, it finishes pre-maturely, then starts at the begining again. Each time the ad plays, abit more of the animation plays out before it stops and starts again. For example, the 1st play through may get to the 22 seconds of the 30 second ad. Then the 2nd it will make it to 27 second. Eventually the whole ad will play after maybe 4 times.
The preview within Edge and in the browser always loops correctly. Its only when the ad is embedded in the website.
The code I've used is super simple, and what I suspect might be the problem (I'm super sorry if this is a noob/obvious-solution problem, I'm not a coder at all )
sym.play(0);
That Trigger is placed at the 30 second mark on the timeline, which is when i want the ad to loop obviously.
Its being embedded with iframe on a joomla website. And I am using the latest Edge Animate release. The entire file size of the published ad is roughly 512kb.
Does anyone has a vauge idea of why its looping incorrectly?
Many Thanks

cju wrote:Try including your graphic module into your initramfs.
(EDIT: Question unnecessary, found out how, thank you lots for suggestion!)
How can I mkinitcpio into my current initramfs? It doesn't seem to write into the actual one unless specified to it
Last edited by M4R10zM0113R (2015-01-17 20:07:14)

Similar Messages

  • Why won't my adobe edge animations play from the start each time they are loaded on an Adobe DPS layout?

    Hi there
    I have an adobe DPS document with several pages, and edge animations on each page. I want each animation to play from the start when each page is opened, however, the playback seems to be very inconsistent. Some animations play from the start, others half way through, and some playback incorrectly. I want to also be able to return to each page and have the animations reload, instead of just displaying the final frame of the animation.
    I have played around with the delay time which doesnt seem to fix it.
    Any advice would be greatly appreciated.
    Dan

    Hi, Im DPS projects medias like video, audio, animation html5 dosen´t reload inside the same article, just between the articles. Better produce articles just one page and change pages with horizontal swipe Regards

  • Animation : can't stop the loop

    Hello aga
    I 'vre created an animation (a guy skiing form left to right)
    i've exported it in  .fla and used wallaby to convert to html5 before importing it with the overlay creator
    it works fine but my guys can't stop skiing, he comes back  to the left of the page as soon as he's reached the right
    i set the animation not to be a loop and to play only one time, on click
    so why does it keep coming back ?
    important note: if i change the animation, image etc. it always does the same: any animation becomes a loop
    can anyone help

    You need to change the CSS.
    http://digitalpublishing.tumblr.com/post/3898796141/animate-headlines-or-other-things
    Bob

  • Animated Gif won't stop looping!

    I'll try to format my question as best I can.
    I have created a Java chat applet, and for the Java chat, I have created a "ChatPane" class for displaying the chat. ChatPane is an extension of Canvas, and every time the paint() method is called, the program loops through visible lines of text drawing them on a buffer image, then draws the buffer on the screen.
    My problem lies in animated gifs. In my chatroom, chatters can type textual symbols that will be replaced with an image (or emoticon). I have created my animated icons in a popular animated gif editing program, and I have set particular icons to loop 3 times. The problem is that when the animated icon is displayed in my applet, the animation -doesn't stop- after 3 loops, it loops forever! I can't for the life of me figure out why! Can anyone provide any insight as to why the animations won't stop after 3 loops? The animations work just fine if displayed in a browser by themselves (they stop looping after 3 times)
    Thank you for any help!
    [email protected]
    Tony N.

    From what I understand of your problem;
    - You have made your own animated gifs
    - With the software to make these gifs you have set them to loop their animations 3 times
    - They loop continuously
    I don't see how java can be expected to interpret the animated gif software instructions to loop only 3 times and would assume that there are various proprietry ways of setting this (an assumption based on applets /javascript etc, that rely on the client-side browser interpreter). So, if you loop your animated gif or have any form of animated gif that you import into your program with getDocumentBase /getCodeBase as a (pre-animated) gif, then this is exactly what I would assume would happen.
    The answer is to seperate your images with eg;-
    smiley1[0];
    smiley1[1];
    smiley1[2];
    run a seperate thread, cycle through them as you wish and stop.
    I'm fairly sure that there is nothing in either the swing libraries or the jmf libraries that can resolve this any other way, so your choices are write extra code and have a pool of threads to control this, or leave it as is.

  • Can Web Start call earlier installed versions on client machine?

    Can Web Start invoke earlier installed versions of the
    JRE on a client machine, without invoking a download?
    I ask because I have tried to so, unsuccessfully,
    using the versions attribute of the j2se element.
    In the usenet thread 'Jar test, with 1.4 VM?',
    Usenet Message ID:
    [email protected]
    http://groups.google.com/groups?selm=1170640609.025666.236030@s48g2000cws.googlegroups.com
    (follow the Google link at the top, to the thread)
    I was attempting to confirm that a Jar file I
    was deploying, was 1.4 compatible.
    The test failed, because despite that the (1)
    user who attempted it had a working 1.4.2 install,
    the JNLP file (which declared version='1.4'),
    was prompting for a download. The user was
    not prepared to do that, understandably -
    that was exactly what I was trying to avoid
    doing, myself.
    Since then, I did further testing locally -
    trying to get a 1.5 launch when my current
    Java is 1.6 - I have a number of 1.5 versions.
    No request for '1.5', '1.5.0_08' or '1.5*' worked
    (OK - that last one was just a WAG*), every time
    I was prompted for download (which also failed,
    as an aside!).
    What am I getting wrong?
    Do I misunderstand the intent of the j2se element
    finding earlier verions? Is it only versions that
    were installed by web start?
    Is my understanding of how to use the version
    attribute, incorrect?
    * Where are the detailed instructions on the
    allowable forms of the version attribute?
    Neither the spec. nor developers guide seem
    to go into it in any detail. Some of the forms
    I have seen around the forum were (AFAIR)..
    <!-- Suggests 1.4 preferred? -->
    version="1.4 1.5+"
    <!-- Suggests 1.4 only? -->
    version="1.4"
    <!-- Suggests 1.4.2 preferred, if microversion
    13+ is found, else 1.5+? -->
    version="1.4.2_13+ 1.5+"FWIW - here is the JNLP I am currently using
    for the test, it is 'live and public'..
    <?xml version='1.0' encoding='UTF-8' ?>
    <!--
    If you see this message in your browser, it means the
    browser is not correctly set up to handle the JNLP file
    type, that launches Java applications within a secure
    environment, that cannot access your computer, or data.
    To get the browser (and PC) correctly set up to handle
    this type of file, visit ..
      http://www.java.com/
    ..to install the free, secure, Java Plug-In made
    by Sun Microsystems.
    -->
    <jnlp spec='1.0'
        codebase='http://www.athompson.info/family/'
        href='thompson-1.4.jnlp'>
      <information>
        <title>Thompson Family Genealogy</title>
        <vendor>Andrew Thompson</vendor>
        <description kind='one-line'>
          The ancestors of William Robert Ramshaw Thompson
        </description>
        <offline-allowed />
        <shortcut online='false'>
          <desktop/>
        </shortcut>
      </information>
      <resources>
        <j2se
          version="1.4"
          href="http://java.sun.com/products/autodl/j2se" />
        <jar href='genj-applet.jar' main='true' />
      </resources>
      <applet-desc
        main-class='genj.applet.Applet'
        name='genealogy'
        codebase='./index.html'
        width='300'
        height='170'
        >
          <param name='GEDCOM' value='thompson.ged' />
          <param name='ZIP' value='thompson.zip' />
      </applet-desc>
    </jnlp>

    Using your tips, I was able to find the 1.5
    JRE's listed in the Java control panel
    (of an XP Pro box) and see they had no
    checkmark for 'enabled'.
    After enabling 1.5.0_08, I was successfully
    able to launch the application (OK - applet
    really) using the 1.5.0_08 JRE.
    Thanks.
    As an aside, I had to specify '1.5.0_08'
    exactly to get that JRE. This is fine for
    local testing, but sometimes it is handy
    to ask others to help test via the web,
    and it would be nice if I could make it less
    specific (e.g. '1.5', to get any installed
    and enabled JRE that is a 1.5 variant)
    Do I understand wrong? Should that work,
    to specify '1.5' and get a '1.5.0_08' JRE that
    is installed and enabled?

  • Early schedule start date, early schedule finish date

    I want early schedule start date, early schedule finish date and project cost plan in my report. This is a PS requirement. In the standard cube (0PS_C02) I can find actual start date and actual finish date. Has anybody used early schedule start date and early schedule finish date in the reports? If yes then did you get it using standard cube/ODS or you went for enhancement?

    HI,
    He have to go for few tables in which u can find all the data.
    Firstly u have to enhance the datasource .
    First go to table AFKO here you insert  AFUNR (Order Number) this table you will get AUFPL .
    Then take AUFLP and go to AFVV table and insert AFUPL . you will get all the activites and all dates of each activity  for example early start date ,early finish date, foirecost date etc.
    Thanks and Regards
    Dinesh

  • The automatic filter starts/ends earlier than it should.

    I am working on a song using GarageBand'11 which i am quite familiar with and the signature of the song is 4/4. I have made quite a few songs before and have never had this problem... so i don't have a clue why this has happened. The track is using faded in and out white noise and then i have added an automatic filter to is as a kind of build up effect. The automatic filter is set to 4 bars and there are two tracks one that the filter is set to up (where is builds up) and one where it is set to down (where it breaks down). The problem is that when it gets to about 3.3 bars the filter stops too early when it should be an extra 0.1 bar long? So when i start the song 0.1 bar foward it works fine so the automatic filter starts too early. it's nothing to do with the signature because that is set at 4/4 which should mean it works. I have tried making a new track, re-adding the automatic filter and countless other adjustments and it's just not getting anywhere...
    soo if anyone has any ideas of whats gone wrong here and how i can sort it out, i will be very greatful
    If you still don't understand what the problem is, then i can send you a copy of the song and you can try and work it out from that.
    GingerBiskit - Bad artist name. I know :L

    It sounds like a crossfade problem. Check (when you have your ipod connected to the computer) the ipod settings under your preferences in iTunes.

  • Start wicd early in rc.sysinit

    Hi all, recently i've got an asus eeepc 1005ha installed with archlinux.
    It boots very fast, but wireless connection comes up late (from 2 to 7,8 seconds after the desktop).
    wicd is already the first daemon in my rc.conf.
    I tried it without success to start dbus and then wicd in rc.sysinit, but wicd doesn't get loaded for reasons i ignore.
    Is there a way (maybe someone already made it) (edit: to start it) early in rc.sysinit?
    Thanks in advance
    Last edited by kokoko3k (2009-11-16 18:27:28)

    R00KIE wrote:
    kokoko3k wrote:I tried it without success to start dbus and then wicd in rc.sysinit, but wicd doesn't get loaded for reasons i ignore.
    If you read the wicd wiki page carefully you will see that dbus (or hal that in turn starts dbus) must be started before wicd.
    that's what i meant, i did so. (started dbus before wicd in rc.sysinit)
    Berseker wrote:and as far as I know, taking a wireless connection requires some time anyway..
    That's why i'd like to start wicd as early as possible, backgrounding the connection establishment.
    Last edited by kokoko3k (2009-11-16 18:26:33)

  • Systemd: some services starting too early and then failing

    Hello everyone,
    I freshly installed Arch on this new laptop (Asus Zenbook Prime UX32VD) and from the start, I wanted to have a pure systemd setup. I'm using services only and I've uninstalled initscripts and so far it's working relatively well.
    However, some services seem to start too early by default and the workarounds are unsatisfactory.
    Problem 1: asus-screen-brightness and asus-kbd-backlight
    On this lap top, the stock screen brightness buttons do not work (yet). A script and a service file (which are both available via the asus-screen-brightness AUR package) have to be used to allow users to change the brightness via the script. The problem is, with that service enabled, it only succeeds sometimes. About have of the time booting the laptop it fails, most likely because the necessary nodes in /sys/ do not exist yet. Restarting the service manually after booting does the trick:
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:23:44 +0200; 1min 1s ago
    Process: 320 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:23:44 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:23:44 tachychineta sudo[349]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:23:44 tachychineta sudo[349]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/max_brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 8: /10: syntax error: operand expected (error token is "/10")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 10: 2*: syntax error: operand expected (error token is "*")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chgrp: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chmod: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta systemd[1]: Started Allow user access to screen brightness.
    [root@tachychineta shapeshifter]# sc restart asus-screen-brightness
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:25:28 +0200; 2s ago
    Process: 2547 ExecStop=/usr/bin/asus-screen-brightness disallowusers (code=exited, status=0/SUCCESS)
    Process: 2579 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:25:28 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:25:28 tachychineta sudo[2593]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chgrp users /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2593]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta sudo[2597]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2597]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta systemd[1]: Started Allow user access to screen brightness.
    Exactly the same problem occurs with asus-kbd-backlight.service which is needed to allow users to control the keyboard backlight. It also fails because of missing /sys/ entries if started too early.
    Problem 2: automatic login & X11
    I use the method described on the wiki to autologin into TTY1 with my user and my .bash_profile contains
    [[ $(fgconsole) = 1 ]] && startx
    and my .xserverrc is configured as explained in this fantastically useful article by falconindy.
    This way, X starts automatically and my session is properly authenticated for things like udiskie. I'm not using [testing] but instead rebuilt polkit with --enable-systemd and it's working just fine. The problem is, just like in problem 1, Xorg fails to start every now and then, failing with
    (EE) No devices detected.
    I don't have a full log because it hasn't happened in a while, but I'm very certain it's because the chipset isn't ready, yet.
    Solutions?
    I added "i915" to /etc/modules-load.d/static.conf hoping that would cover both the Xorg and backlight problems but it doesn't help. I then tried adding i915 to my MODULES in mkinitcpio.conf and rebuilding the initramfs and at least it looked like that way the problems went away but it added about 4 seconds to the time spent by the "kernel" during boot which is quite unacceptable. (Plots with and without i915 in MODULES).
    I read the systemd.unit and systemd.service man pages but I can't find a way to speficy required kernel modules for a service file. I'm not sure if specifying the modules in /etc/modules-load.d shouldn't be enough (because apparently it's supposed to load for sysinit.target, which is early) but apparently it isn't.
    Any ideas how I can get these services to work properly without sacrificing too much boot time?
    Thank you
    Last edited by Shapeshifter (2012-10-12 10:20:09)

    Please fill a bug report.

  • Early Start and Early Finish Dates for Completed Activities?

    I am using P6 release 7 and having a problem with Early Start and Early Finish Dates for completed activities. For example, for an activity "A" the actual start date is 10-Oct-2013 and actual finish date is 19-Oct-2013, and activity is 100% completed but somehow P6 showing me the Early Start Date 02-Nov-2013 and Early Finish Date 02-Nov-2013. To me early start and early finish dates should not really be a matter for completed activities but I like to know why and how P6 calculates early start and finish dates for completed activities. Please let me know if somebody has an answer.
    Thanks
    Bilal Qamar

    Does this activity have a resource assigned? If so, check if the resource is closed (expended) otherwise it may continue to reflect future possible progress based on unused resources.

  • Early Start and Early Finish Dates

    When I build a schedule I always build it to early start and early finish dates. When I go to update my project the items that are finished always return a blank in the early start and early finish dates. Is there a way to get the program to still show the dates that the activities started and finished on in the early start early finish columns? I would like to be able to use the early start and finish columns instead of having to add more columns to be able to look back and see the start and finish dates for an activity that has already been completed.
    Thanks,
    Ryan Cherry

    Does this activity have a resource assigned? If so, check if the resource is closed (expended) otherwise it may continue to reflect future possible progress based on unused resources.

  • Bonjour  Je viens d'utiliser Flash CC pour animer des bannières pour Google. Hors je constate que je ne peux publier ou exporter que vers Flash 10.3 minimum. Hors Google, demande une version flash 10.1 maxi.   Comment puis-je enregistrer en 10.1, SVP ?  C

    Bonjour
    Je viens d'utiliser Flash CC pour animer des bannières pour Google. Hors je constate que je ne peux publier ou exporter que vers Flash 10.3 minimum. Hors Google, demande une version flash 10.1 maxi.
    Comment puis-je enregistrer en 10.1, SVP ?
    Cordialement

    Je vais défaillir. J'en ai tellement besoin de cette option...
    S'il vous plait : I NEED HELP!

  • How Do I Change an Animated Gif's Iteration and Loop Settings? (Pshop/Image Ready 7.0)

    Background to Issue (NOT a PPT or Windows issue even though It will seem like that at first but read on...): I have to make Animated GIFS to be inserted into Powerpoint. I work on a Mac but the PPT presentation will be shown on PCs (non-negotiable, since I can't ask hundreds of sales reps who will be using this to install an outdated version of PPT). I already learned that I need to insert the Gifs while working on a PC or else it won't work). Fair enough- I can put it together on a PC, again not the issue. BUT, when I do THAT, the gifs still wn't animate unless I am in PPT 2002. Fair enough (Microsif going backwards not a surprise) So it won't work in PPT 2003 which is what the users will all have. But I need to get the presentation to them asap! I got a bit further in researching and found out that the solution is that I need to set my "Loop Flag" and "Iteration Settings" appropriately. See this link (http://www.soniacoleman.com/Tutorials/PowerPoint/animated_gifs/gifs.htm)
    BUT I am trying to find out if one can do this already somehow in Mac Photoshop 7.0 or Mac Image Ready 7.0, where I made the gif and would prefer to keep making my gifs. Maybe I need to upgrade Image Ready or Pshop to CS? SO THE FINAL QUESTION IS: Is there another way to manual do this without this PC Plug-in?
    NOTE: Yes, I know how how to set the loop to "once" or "forever" in Image Ready when I make my Gifs but apparently I need to do this somewhere else...where the iteration setting lives too?

    There is an ImageAnimator so you may not need to use byte array instead.
    ImageAnimator.Animate Method
    http://msdn.microsoft.com/en-us/library/system.drawing.imageanimator.animate(v=vs.110).aspx
    chanmm
    chanmm

  • Recording starting too early and also ending too e...

    Another problem.....
    When recording programmes I am frequently finding that the recording is starting way too early...5-10 minutes....and often ends too early (very annoying as one misses the end of a particular programme).
    Any help, gratefully received!
    Thanks

    Recording should start 2 minutes before the scheduled start time and end 5 minutes after the scheduled stop time (by default - you can increase this).
     The box won't automatically cope with programmes which start late. Are the programmes you're having a problem with starting on time?
    Is the time displayed on the box correct?

  • VPN not starting, looping in console

    Had reports of VPN no longer working on a 10.6 server.  Console looks like what I'm posting below, looping endlessly.  Server is fully updated and is otherwise functioning well.
    I'm fine trashing the VPN prefs and reconfiguring, if that's the easiest fix, but not sure where to find the files in question.
    Any help would be appreciated.
    Thanks!
    Apr 17 21:54:06 server com.apple.ppp.l2tp[2140]: 2012-04-17 21:54:06 EDT          Server 'com.apple.ppp.l2tp' starting...
    Apr 17 21:54:06 server vpnd[2140]: No valid client IP addresses
    Apr 17 21:54:06 server vpnd[2140]: Error while reading PPP preferences
    Apr 17 21:54:06 server vpnd[2140]: Error processing prefs file
    Apr 17 21:54:06 server com.apple.launchd[1] (com.apple.ppp.l2tp[2140]): Exited with exit code: 2
    Apr 17 21:54:06 server com.apple.launchd[1] (com.apple.ppp.l2tp): Throttling respawn: Will start in 10 seconds
    Apr 17 21:54:16 server vpnd[2149]: Server 'com.apple.ppp.l2tp' starting...
    Apr 17 21:54:16 server com.apple.ppp.l2tp[2149]: 2012-04-17 21:54:16 EDT          Server 'com.apple.ppp.l2tp' starting...
    Apr 17 21:54:16 server vpnd[2149]: No valid client IP addresses
    Apr 17 21:54:16 server vpnd[2149]: Error while reading PPP preferences
    Apr 17 21:54:16 server vpnd[2149]: Error processing prefs file
    Apr 17 21:54:16 server com.apple.launchd[1] (com.apple.ppp.l2tp[2149]): Exited with exit code: 2
    Apr 17 21:54:16 server com.apple.launchd[1] (com.apple.ppp.l2tp): Throttling respawn: Will start in 10 seconds
    Apr 17 21:54:26 server vpnd[2150]: Server 'com.apple.ppp.l2tp' starting...
    Apr 17 21:54:26 server com.apple.ppp.l2tp[2150]: 2012-04-17 21:54:26 EDT          Server 'com.apple.ppp.l2tp' starting...
    Apr 17 21:54:26 server vpnd[2150]: No valid client IP addresses
    Apr 17 21:54:26 server vpnd[2150]: Error while reading PPP preferences
    Apr 17 21:54:26 server vpnd[2150]: Error processing prefs file
    Apr 17 21:54:26 server com.apple.launchd[1] (com.apple.ppp.l2tp[2150]): Exited with exit code: 2
    Apr 17 21:54:26 server com.apple.launchd[1] (com.apple.ppp.l2tp): Throttling respawn: Will start in 10 seconds
    Apr 17 21:54:36 server vpnd[2152]: Server 'com.apple.ppp.l2tp' starting...

    0x02352074: 00 00 00 75 72 6c 09 35 00 00 00 68 74 74 70 3a ...url.5...http:
    0x02352084: 2f 2f 74 6b 67 70 6f 72 74 75 3a 33 30 32 30 35 //tkgportu:30205
    0x02352094: 2f 54 52 45 58 48 74 74 70 53 65 72 76 65 72 2f /TREXHttpServer/
    0x023520a4: 54 72 65 78 49 73 61 70 69 45 78 74 2e 64 6c 6c TrexIsapiExt.dll
    sendRequest to tkgportu:30201 failed with NetException
    Looks like you have things set up for port 30205 and it is trying to use 30201.
    Or is 30205 setup in the drivers/ect? (windows)

Maybe you are looking for

  • HT4437 My appletv has got a locked symbol on my I tunes on my computer so can't get it to work

    Can't get AirPlay to work on apple tv or file sharing on iTunes apple tv has a locked symbol on my iTunes on my laptop please help

  • Another itunes won't open problem

    for the past week, itunes won't open. i last downloaded from the music store on 5/7. i also updated windows with the current new microsoft windows updates. i've done system restore as many times as it would allow but can't seem to go back far enough.

  • Numbers search problem

    I have Numbers 08, OX, the search works some of the time but will suddenly quit. The other day I was searching books by a certain author, to compare to a list of her books, trying to figure out which ones I had not read. (yes, I keep a log of the boo

  • HTML Snippet to Contact Us

    I have put an Html snippet which reads Contact Us When I publish, I only see the word "Contact" How do I get to see the whole phrase? 10.6.2 with iWeb 3.0.1

  • Sales Document Type blocked for customer

    Good afternoon! Is there anyway I could block a sales doc type for a particular customer? Adriano Cardoso