Help please! Trying to re-produce an effect I've found!

I'm in the middle of putting a website together for a client
and shes asked that this effect be included:
http://www.designersguild.co.uk
......the images changing. I cant work out if its a tween of
some sort or just a fade.........whether its done in flash or
photoshop?
Any help is VERY much appreciated
thanks
Rach xxxx
PS - great forum

you mean that cross fade? Check out this tutorial:
http://tutorials.learnflash.com/tutorials/flash/bettertransitionss.html
I wrote a simple class bellow to do just this, if you want to
use it, just drop it in your project and and then all you need is
an empty mc on the stage and the following code:
//init the crossFadeViewer
var fadeDuration:Number=1000; //fade duration in ms
var crossFadeViewer = new CrossFadeViewer(mc, fadeDuration);
//load image:
var url:String; //set this to the url of your img
crossFadevViewer.showImage(url);
//class CrosFadeViewer
import mx.transitions.Tween;
import mx.transitions.easing.*;
dynamic class CrossFadeViewer{
//private var _target:MovieClip;
private var _target:MovieClip;
private var _mask:MovieClip;
private var _container1:MovieClip;
private var _container2:MovieClip;
private var _currentContainer:MovieClip;
private var _previousContainer:MovieClip;
private var _movieClipLoader:MovieClipLoader;
private var _fadeDuration:Number=1;
public function
CrossFadeViewer(target:MovieClip,fadeDuration:Number){
//trace("CrossFadeViewer()");
_target=target;
_fadeDuration=fadeDuration;
//create containers
_container2 =
_target.createEmptyMovieClip("_container2",_target.getNextHighestDepth());
_container1 =
_target.createEmptyMovieClip("_container1",_target.getNextHighestDepth());
_movieClipLoader = new MovieClipLoader();
_movieClipLoader.addListener(this);
_currentContainer = _container1;
_previousContainer = _container2;
public function showImage(url:String){
//trace("CrossFadeViewer.showImage("+url+")");
if(_currentContainer == _container1){
_currentContainer =_container2
_previousContainer= _container1;
else{
_currentContainer = _container1;
_previousContainer = _container2;
_currentContainer._alpha = 0;
_currentContainer.swapDepths(_previousContainer);
_movieClipLoader.loadClip(url,_currentContainer);
public function onLoadProgress(target, bytesLoaded,
bytesTotal){
//trace("onLoadProgress()"+ bytesLoaded +" / " +
bytesTotal);
public function onLoadComplete (target){
//_currentContainer._alpha=100;
//trace("onLoadComplete()");
fadeIn();
private function fadeIn():Void{
new
Tween(_currentContainer,"_alpha",Regular.easeIn,0,100,_fadeDuration,true);
If you need AS3 version of this, I can share it as well. Hope
this helps.

Similar Messages

  • Help please.trying to create pdf fillable form

    Hi,
    I created the form (see attached)...but I can't figure out what these characters are for and how can I delete them. Look into the boxes and it shows t and e.  I am so frustrated with this. Don't know what I did to create them, but all I need is the blank field and/or box for text. Help please. Thanks.

    You didn't delete the text field labels.  Move the yellow bars on you text fields to the right and you will see the labels.  You can delete the label or use the area for your labels instead of additional text boxes.  Using the fields will give better alignment for you text

  • After Effects Alert! Help Please!!! Adobe After Effects

    After Effects is very important to me as it gives me my greatest income, but since 2 days now, I havent been able to work using it as it gives me the following error:
    "After Effects Alert
    Last log message was: <140735186379536>
    <AppDirs> <5> Required Dir = /Applications/
    Adobe After Effects CC/Adobe After Effects CC.app/
    Contents/Required
    Generating crash log, which may take a few minutes."
    This error occured with my After Efects CS6, and I couldnt find a solution to it, now I installed After Effects CC and still same error!!! My system information is:
    "MacBook Pro
    13-inch, Early 2011
    Processor  2.3 GHz Intel Core i5
    Memory  4 GB 1333 MHz DDR3
    Graphics  Intel HD Graphics 3000 384 MB
    Software  OS X 10.9 (13A497d)"
    Note: Im using Apple - OS X Mavericks
    Please I need help on this!!! I have also tried deleting the preference and allowing it generate a new one, but stil it doesnt work!!!

    If After Effects is the primary source of income then the decision to install and run AE on a platform still in development was not a wise decision. I've done a bunch of development over the last 20 years with AE, and I've always had a backup version of my system, a dual boot to the new OS, or a dedicated machine for testing so that my families income was not in jeopardy while I was 'testing' a new system.
    It takes about an hour and a half to install Mountain Lion and AE on a machine. I'd do that and get back to work. In all of my years beta testing for many manufacturers and working with developers I've never lost 2 days because I handcuffed my self to an unproven system.
    If you must test a new OS set up a dual boot, or boot to a different hard drive. Either option is available easily on a Mac or a Windows PC. Don't expect Adobe to release an update that makes AE compatible with the new OS until the new OS is released to the public.
    As another note, from what I've read the problems with CC on Mavericks are mostly a problem with Mavericks right now. There's not much that Adobe can do about that.
    Just one other question? Are you an Apple Developer? If so, did you not just violate your NDA???

  • HELP PLEASE: Trying to upload site to non .mac server

    Hi there,
    I am a complete newbie when it comes to uploading a site to a server.
    I have completed the site I made in iWeb, have not included spaces in the title for each page. All the movies are in .mov or .mp4 format. all my pictures have been attached through iPhoto. I have published it to a folder on my desktop. I am trying to upload to my cousin's server which he created himself using Cyberduck. Unfortunetly he is away the the moment so I can not ask for his assitance. I have the password and user name to the server, & have tried uploading the site once before. nothing came up, apart from a blank page with a few folders that were orignally there before I uploaded the site. Cyberduck says the upload was successful, clearly it wasn't. All the files and folders are shown within the program.
    Can anyone help me? I need to upload the site by today, thanks...

    nothing came up, apart from a
    blank page with a few folders that were orignally
    there before I uploaded the site.
    This usually means you failed to upload the index.html file. You must upload two items: the index.html file and the folder which has the same name as your site does inside the iWeb app.
    Here are some tips:
    http://homepage.mac.com/thgewecke/iwebserver.html
    Please provide your url and the name of your site inside iWeb.

  • Help please, trying to install a Plug-In, do I need to install the .fpx files in PSE7?

    I'm new at installing Plug-In filters.  I have downloaded a plug-in that has these file types:  .bf and .fpx   Total files in the download (10) FPX and (1) BF.
    I'm using Photoshop Elements 7.   Am I supposed to install the .fpx files?
    Thanks very much for your help!

    Thanks very much for the link.  I didn't install the .fpx files and the plug-in works.  However, I have another problem:  I seem to be missing the ThumbDatabase.db3 file.  And I don't know if that's what's causing this, but whenever I try to install an action, my previously installed actions disappear from the Effects Panel!  Do you have any idea why this is happening and how to fix it?   Thanks so much!

  • HELP PLEASE Trying to stop js background from tiling

    Final try,
    I have found some code online and applied it to my website so it will load a random image when it refreshes. So far just tested it with 3 images, here
    It works but it keeps tiling my images. How can I apply the Muse settings "stretch to fill" to this code?
    Any help appreciated as I'm sort of desperate to fix this problem
    Thank you!
    Extra infomation:
    I have tried adding script to the page properties <head> settings but this doesn't work so I have been editing the exported html file in Word Pad
    This is the code I have inserted:
    Message was edited by: Rachy144378

    I will recommend that instead of editing the code in the wordpad, use the "Object->Insert HTML" menu option to insert the JS script.
    As far as your script is concerned, you are only applying a background image to the HTML element, but not passing additional properties to adjust the image. What you see below is just an example that I can come up with.
    Change this
    $('html').css('background-image','url("' + dir + images[randomCount] + '")');
    to
    $('html')
         .css('background-image','url("' + dir + images[randomCount] + '")')
         .css('background-size','cover');
    For more information about the background-size property read this, http://www.w3schools.com/cssref/css3_pr_background-size.asp
    Also, would like to re-iterate that any support related to custom JS is beyond the scope of the Muse forums. Community will only be able to assist you in case they have any prior experience with what you are trying to implement. So, better place to look for such answers in internet.
    - Abhishek Maurya

  • Help please: trying to post daily totals to a summary table

    Hi everyone:
    I have a problem with Numbers that I know has a simple solution, but I cannot find it.  I am tracking daily diet information that I want to post to a summary table.  I have a table, "Food Information" that contains a list of all of the daily food choices.  I can select which foods are eaten and the table calculates the daily total for calories, carbs, protein etc.  I then cut-and-paste these totals to a daily summary table that has a column for each item being tracked and a row for each day of the year. 
    I would like to be able to automate the transfer of the daily totals to the summary table.  I use the same "Food Information" table every day, but the totals change as the food choices change from day-to-day.  I cannot find a way to automatically copy the totals at the end of each day to the summary sheet without them changing the next day when the new daily totals are calculated. Any help would be appreciated.

    Wayne:
    Screenshots below.  I have removed some of the line items to simplify the tables.  Thanks for the help

  • I am trying to download the update to Photo Effects (Lite) v 3.0.0, for several weeks now without success. I press the update button and it goes away, then comes back again without any change. Can someone help please?

    The update to Photo Effects (Lite) v 3.0.0 won't work. I've tried for several weeks without any result. I press the download button and it disappears, then reappears again. Can any one help, please?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select
              /var/log ▹ appstore.log
    from the hierarchical list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar.
    Each message in the log begins with the date and time when it was entered. Select the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, click the Clear Display button in the toolbar of the Console window and then try the installation again.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    ☞ The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.

  • I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    Freezing, or crashing?
    ID on the Mac can produce reports that may (or may not) prove helpful in diagnosing the problem. I suspect this is something not directly related to InDesign, and maybe not to any of the Adobe apps directly since you seem to be having a problem in more than one. That often inidcates a problem at the system level.
    Nevertheless, it won't hurt to try to gather the reports. You'll find driections for how to generate them, and to post them on Pastebin.com (then put a link to them here) so we can see what's going on at Adobe Forums: InDesign CS5.5 Not Responding
    Do you happen to run a font manager? If so, which one, and waht version?

  • I get error message "unknown error" When trying to log on to itunes via pc, help please!

    I get error message "unknown error" When trying to log on to itunes via pc, help please!

    Hello, trolle56.
    Thank you for the question.  You may find these articles helpful in troubleshooting the error received with the iTunes Store. 
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    Cheers,
    Jason H. 

  • I downloaded an upgrade to my adobe reader today, and ever since my search engine has switched to yahoo and wont change back to google. I have a macbook pro, help please? Does anyone know how I can change this back? I have tried through my settings but it

    I downloaded an upgrade to my adobe reader today, and ever since my search engine has switched to yahoo and wont change back to google. I have a macbook pro, help please? Does anyone know how I can change this back? I have tried through my settings but it doesnt work

    Hi Timia,
    If you are using Safari as a web browser :-
    Open Safari, go to Safari menu > Preferences > General, and put Google as the homepage. Then, choose Google as your default search engine.
    If you are using Google Chrome as the web browser :-
      Open Google Chrome.
      In the top right corner of the page, click the Chrome menu Chrome menu > Settings.
      In the "Search" section, select Google from the drop-down menu.
    Let me know if you still experience any issue.
    Regards,
    Aadesh

  • My ipad just won't let me enter my apple password on FaceTime or iMessage, it works fine on my iPhone, I have tried numerous things but nothing works, can anybody help please, will a bug fix sort this out when they finally make one

    My ipad just won't let me sign in with my apple password on FaceTime or iMessage since updating to ios7 it says check my network connection, even though my iPhone works fine with the same password, can anybody help please, I have tried numerous things but nothing  works.  Will I have to wait for a bug fix to sort this? I hear they are working on one a the minute, I hate ios7

    Try a Restart.
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
    Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple.
    Here is a link to their contacts with most of the information below.
    http://www.apple.com/contact/

  • I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please

    I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please. This has been happening for a while and i've tried everything but it doesn't work.

    Try:
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Not able to open adobe XI Pro after I have filled out a documents and trying saving it. The program stops working & won't open up again.  Tried to complete a repair, rebooting nothing works. Help please.

    Not able to open adobe XI Pro after I have filled out a documents and trying saving it. The program stops working & won't open up again.  Tried to complete a repair, rebooting nothing works. Help please.

    Hi,
    Can you pls. provide more details of the issue?
    OS/Platform
    It would be great if you can provide the MSI logs for repair from the %temp% directory.
    Thanks,

  • I have just tried to connect my Mac book pro to an LG Plasma TV via an iWires Mini DisplayPort to HDMI cable. All I get on my TV is the Mac wallpaper and nothing else. I am missing something really silly, could anyone help please.

    I have just tried to connect my Mac book pro to an LG Plasma TV via an iWires Mini DisplayPort to HDMI cable. All I get on my TV is the Mac wallpaper and nothing else. I am missing something really silly, could anyone help please.

    Hi there. I also bought an iWires mini Display port to HDMI cable and have an LG LED/LCD TV. I plugged it in to my MB Pro and followed the very small writing that came in the package and got both audio and video going. You need to change the audio settings from within System Preferences on your Mac to select your TV as the audio output.
    My concern is the data latency - do you experience a delay between moving your mouse on the MBPro and the TV displaying the movement? It is only a fraction of a second, but certainly enough to be annoying, especially in a cable as expensive as the iWire.

Maybe you are looking for