Help Suggestions Needed: Flash Video VS. Animated .Gif

Hi everyone,
My goal is to post an image on my blog that continuously plays different image frames. I'm new to using other programs in the Adobe Suite other than Photoshop, so I started to achieve my goal by making an animated .gif
The quality of the animated .gif anyway you try to adjust it ends up not being the best quality, so I thought I would try making a Flash Video. I was successful at making my image frames into a QuickTime Video, but this is not really exactly what I wanted. I was hoping someone might know of a way to achieve the animated .gif concept of continuously playing images, but with much higher quality??! At this point, any and all suggestions would be very much appreciated
Thank you

Hi Howard,
Yes, your wording is perfect! That's exactly what I'm trying to do and still be able to use it on blogger.com
Working with an Animated .Gif I'm not getting the quality I want, but other than that it would work perfect.  As a video with Flash the images don't
continue to loop, but start and stop as a video should with play options. So, this is even more of a stretch from what I originally was trying to
accomplish.

Similar Messages

  • [PLEASE HELP!] Converting Flash (fla) to Animated Gif (gif) becomes pixelated!!!!

    Hey guys,
    Wondering if anyone can urgently help me please.
    I've got a FLA file making an animated banner.
    When I export it as an animated GIF, the background (which
    originally is a solid color) has either dots or crosses making up
    the color.
    I've tried different settings such as dithering, changing the
    palette but have had no luck. And I'm using one of the 256 colors.
    Using a FLA that did have a good solid bg converted animated
    GIF, I tried to export that one as well and it comes up with the
    same problem.
    So that means it's not the color/fla that is wrong, but is my
    exporting to animated gif method. Any help please?
    Attached is how the background turns out:
    http://img403.imageshack.us/my.php?image=86993715ss7.gif
    http://img140.imageshack.us/my.php?image=bg2wf9.png

    And also when I try the publish method, the text either
    produces some whacked up image or just see a sort of white box
    shape around the original text.

  • Help inserting a flash video into my web page

    Hello!
    I'd love some help inserting a flash video into my web page. My web page is hosted by Viviti, templated, and edited online. I can add html to it, and I have the html source for my flash video. I also have uploaded the flash file to the server. Since I am very html illiterate, though, I need some help rewriting the html script so it can be published. There are two problems- firstly, no 'headers' or 'body' allowed in the script- these are already a part of the template. Secondly, I don't know how to rewrite it to refer to the uploaded files. It's also imperative that the full screen mode functions. I've pasted the source code for the flash video here. Please help!!!
    Thanks!
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Drag and drop labelling</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
         var version;
         var axo;
         var e;
         // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
         try {
              // version will be set for 7.X or greater players
              axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
              version = axo.GetVariable("$version");
         } catch (e) {
         if (!version)
              try {
                   // version will be set for 6.X players only
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                   // installed player is some revision of 6.0
                   // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                   // so we have to be careful.
                   // default to the first public version
                   version = "WIN 6,0,21,0";
                   // throws if AllowScripAccess does not exist (introduced in 6.0r47)          
                   axo.AllowScriptAccess = "always";
                   // safe to call for 6.0r47 or greater
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 4.X or 5.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 3.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = "WIN 3,0,18,0";
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 2.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                   version = "WIN 2,0,0,11";
              } catch (e) {
                   version = -1;
         return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
         // NS/Opera version >= 3 check for Flash plugin in plugin array
         var flashVer = -1;
         if (navigator.plugins != null && navigator.plugins.length > 0) {
              if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                   var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                   var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                   var descArray = flashDescription.split(" ");
                   var tempArrayMajor = descArray[2].split(".");               
                   var versionMajor = tempArrayMajor[0];
                   var versionMinor = tempArrayMajor[1];
                   var versionRevision = descArray[3];
                   if (versionRevision == "") {
                        versionRevision = descArray[4];
                   if (versionRevision[0] == "d") {
                        versionRevision = versionRevision.substring(1);
                   } else if (versionRevision[0] == "r") {
                        versionRevision = versionRevision.substring(1);
                        if (versionRevision.indexOf("d") > 0) {
                             versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                   var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
         // MSN/WebTV 2.6 supports Flash 4
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
         // WebTV 2.5 supports Flash 3
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
         // older WebTV supports Flash 2
         else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
         else if ( isIE && isWin && !isOpera ) {
              flashVer = ControlVersion();
         return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
         versionStr = GetSwfVer();
         if (versionStr == -1 ) {
              return false;
         } else if (versionStr != 0) {
              if(isIE && isWin && !isOpera) {
                   // Given "WIN 2,0,0,11"
                   tempArray         = versionStr.split(" ");      // ["WIN", "2,0,0,11"]
                   tempString        = tempArray[1];               // "2,0,0,11"
                   versionArray      = tempString.split(",");     // ['2', '0', '0', '11']
              } else {
                   versionArray      = versionStr.split(".");
              var versionMajor      = versionArray[0];
              var versionMinor      = versionArray[1];
              var versionRevision   = versionArray[2];
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
              if (versionMajor > parseFloat(reqMajorVer)) {
                   return true;
              } else if (versionMajor == parseFloat(reqMajorVer)) {
                   if (versionMinor > parseFloat(reqMinorVer))
                        return true;
                   else if (versionMinor == parseFloat(reqMinorVer)) {
                        if (versionRevision >= parseFloat(reqRevision))
                             return true;
              return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){     
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":     
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
         AC_FL_RunContent(
              'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
              'width', '720',
              'height', '440',
              'src', 'Drag and drop labelling',
              'quality', 'medium',
              'pluginspage', 'http://www.adobe.com/go/getflashplayer',
              'align', 'middle',
              'play', 'true',
              'loop', 'true',
              'scale', 'showall',
              'wmode', 'window',
              'devicefont', 'false',
              'id', 'Drag and drop labelling',
              'bgcolor', '#ffffff',
              'name', 'Drag and drop labelling',
              'menu', 'true',
              'allowFullScreen', 'true',
              'allowScriptAccess','sameDomain',
              'movie', 'Drag and drop labelling',
              'salign', ''
              ); //end AC code
    </script>
    <noscript>
         <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="720" height="440" id="Drag and drop labelling" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="true" />
         <param name="movie" value="Drag and drop labelling.swf" /><param name="quality" value="medium" /><param name="bgcolor" value="#ffffff" />     <embed src="Drag and drop labelling.swf" quality="medium" bgcolor="#ffffff" width="720" height="440" name="Drag and drop labelling" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </noscript>
    </body>
    </html>

    What you basically need to do is copy the sections of content from the code you show into the template (assuming the template already provides the <head> and <body> sections of the page.  So in the head section of what you show, take everything starting with...
    <script language="JavaScript" type="text/javascript">
    all the way down thru...
    </script>
    , inclusive (in the head section only), and paste that into the head section of your template.
    Similarly, take everything that lies between the <body> ... </body> tags (exclusive of the body tags) and paste it into the body section of your template wherever you plan to display the Flash file.

  • Need flash video jukebox

    I would really like some help finding a flash video jukebox. Would like a player with either a list on the side or images and descriptions on the side so that viewers can pick which video they want to watch. I have about 5-10 movies on my site, in Flash, that I want viewers to be able to see in whatever order they choose, they may decide to only view one or two then move on. I originally loaded all of the flash videos and their respective players on to one page, but the downlaod time was horrible. And I would like something slicker that a page full of players.
    Any help would be appreciated. If I get what I want I would be happy to post it somewhere for others to download.
    Steve

    No. This page has some that might work. http://3d2f.com/tags/jukebox/flash/. Jalbum supposedly has a template like a flash slide grid that will handle videos.
    The only other suggestion I can think of is to create an iPhoto album with your videos and use that to create a MobileMe gallery containing your videos. That would very easy to do and could be embedded into an iWeb page like in this demo page: MobileMe Galleries. The example is set to go directly to the mosaic mode. If you click on the Grid button at the bottom you'll see what it would look like. Just think of each photo as a video.
    If you have other MMe galleries that you don't want connected to the video one just use the Advanced Settings pane to isolate the gallery from the others.
    OT

  • Flash CC Publish Animated Gif ignores looping sequences?

    I'm just learning Flash so apologies in advance.
    I can't seem to get an animated gif that won't loop--I only want it to play once.
    Here is what I'm doing, using Flash CC Pro (latest):
    Create an .fla file, all set to go, looks good
    Go to Publish Settings, target is set to Flash Player 11.8, unchecked everything but GIF Image
    Inside there, playback is set to "animated"
    Repeat times, set to 1
    Smooth is checked.
    Have tried adding an action script to one layer after researching that trick, doesn't seem to work. Animation does have symbols as movie clips inside it.
    Any help is appreciated for this newbie, thanks!

    One thing you may want to look at is the way your symbols are being triggered on the timeline. For example: you have an image of a ball bouncing, it goes down then up over the course of 30 frames and you are playing the FLA at 15 FPS so it takes a full two seconds per "bounce". If you are then putting that symbol into another timeline (probably the main timeline) you need to give the instance of that symbol the full 30 frames to go through the bounce before it stops, but if you give it 31 frames or forget to put a stop() command on the last frame, the sequence will repeat before clearing the stage.
    I would look at how you have positioned the object that is being looped in the main timeline and remember that with each keyframe you add to the timeline the animation will restart from the beginning. Imagine the bouncing ball graphic is a video clip of a ball bouncing and not a collection of vectors being repositioned on the stage. Every time you have a keyframe on the symbol of the video on the main timeline, the video restarts and appears to loop. The same may be happening with your animation on the timeline.
    Hope this helps.

  • Flash vs. Animated GIF for web page

    I recently bought a flash template which looked really cool.
    However after realizing I was in over my head and reading numerous
    posts on Flash sites I am thinking that I should scrap the Flash
    altogether. It is an awesome utility but for what I need I am
    thinking an animated gif would do better. One concern is that I
    don't want a prompt asking people that go to my website to download
    an ActiveX control. I know that annoys me so I want to circumvent
    it.
    What is the general consensus on when to use Flash and when
    to use an animated GIF?
    Is an animated GIF the best alternative or is there something
    else that makes more sense?
    On my homepage I would like a GIF to loop continuously in the
    background and perhaps have another animated GIF on top of it that
    runs once then stops. Is this easily do-able? Is there a way to get
    the anim GIF to download fully before it runs and perhaps show a
    still of the GIF as a placeholder until the anim GIF is ready?
    Any responses would be greatly appreciated.
    Patrick
    p.s. I posted this message to the Flash group then realized
    it is more appropriate here

    Just some thoughts on the subject...
    Some people disable Flash, in their browser. Also, some
    people use browsers that are not up-to-date and their Flash, in
    particular, may be out of date. OTOH, others, like me, set animated
    GIFs to animate only twice or maybe even, not at all.
    Considering all that, I typically use animated GIFs, unless
    there is an abiding reason to use Flash. The reason is that in the
    history of Flash, there have been several version changes, while
    there has only been one version of animated GIFs. In other words,
    with animated GIFs, I don't have to worry if my visitor's browser
    is up-to-date or not.
    Since most of my clients are heavily dependent upon their web
    site for income, my rule of thumb is, to try not to use any
    technology that would limit the number of visitors who can view the
    site, without any problems. After all, would you want to tell even
    10% of your potential customers to
    "Go away until your browser is up to date"? Think about
    it...
    That means avoiding, whenever reasonable, Flash, Java and
    other plugins. For example, I used to use JavaScript for drop-down
    menus. But now, I do the entire thing with CSS.
    If your site is offering a product that everyone already
    knows about and
    already wants, then you can expect your visitors to take
    that extra step (such as turning on JavaScript or downloading the
    latest version of Flash) in order to use those features. In other
    words, Microsoft and Fox News can expect you to have an up-to-date
    browser, with all of the features enabled.
    But, if you are trying to sell people on a new product that
    they know nothing about, you can't afford to drive away even 1% of
    your visitors. After all, that 1% might contain the purchasing
    manager for a large corporation that might have bought thousands of
    units of your product, had he been able to view your site.
    On another related subject, there is one important note about
    continuous animated GIFs. It's a good idea to make the first and
    last frame the same, with the last frame set to just 1/100 of a
    second. Those frames should also be the most image in the
    animation. That way, if the visitor has animations disabled, he
    sees the first frame and that's all. On the other hand, if the
    visitor is like me and has animations set to one or two cycles,
    then when the animation stops, it is on the last frame - not the
    first. If your last frame is the same as the first, then the
    animation stops on your most important frame.
    That 1/100 of a second won't make any difference in your
    animation, but adding that extra frame at the end of the animation
    insures that regardless of what limits the visitor may have placed
    on animations, they will always see your most important frame.
    As for preloading the GIFs, you can do it with JavaScript.
    Just remember that, in that case, you are depending upon the
    visitor having JavaScript enabled.
    One other option that may help with some browsers is to place
    the animated GIF inside a <DIV> of the exact same size as the
    image and then set the background of the <DIV> to a static
    version of the foreground GIF.
    I hope that this helps.

  • Flash CS4: My animated gif isn't playing right in flash

    Thank you so much for your help.
    I made an animated gif in Photoshop CS4 and opened it in Flash CS4, but for some reason the gif won't play without interruption. I opened and played it without a problem several times in Internet Explorer and Safari, but when I open it in Flash or Captivate it won't play so smoothely. It goes blank for a few seconds, then reappears, then goes blank and only shows parts of the graphic - as if it's reloading or something. The timeline in Flash shows black dots whenever it pauses. here is a screen shot:
    See those black dots in the timeline? I will insert a picture of what happens on one of those black dots:
    It's the same animation, but only shows a little of the graphic. Like I said, it plays fine when I open it with an internet browser, or photoshop, but not in Flash or Captivate.
    Thanks so much for helping me with this!
    Nat

    When you exported from Photoshop did you use LZW compression on the GIF? If so can you try disabling LZW compression and reimporting to see if your issue goes away? What you depict there looks like updated frames only contain the part of the picture that's changing, which is compression. GIF isn't compressed by nature and each frame should be a whole picture, unless compressed. I'm not certain LZW would even perform spatinal compression but it's worth a shot to see if it does.
    Aside that have you tried using Import to Library, then dragging the image from the library into the timeline?

  • Need Flash Video Expert

    Hi there, I'm working on a website and am in need of some
    flash help. I am willing to pay for the services... and I like a
    personal relationship via AIM or MSN where we can talk through code
    and figure things out.
    I'm looking to be able to use PHP to dynamically generate
    video links via a search engine. Those links allow a user to click
    on them and play a flash video thats embedded into an iframe so
    that the entire page doesnt have to refresh every time a user
    clicks on another video.
    If this is something that you have experience in and are
    interested in helping... send me an e-mail with an AIM or MSN name
    or any questions you might have. Thanks a lot
    [email protected]

    "I'm looking to be able to use PHP to dynamically generate
    video links via a search engine."
    What do you mean by this?

  • Newbie needs flash video advice please

    I'm creating my first flash video and I have a couple of
    questions.
    We filmed an interview with some people which we'd like to
    put on both a
    DVD and on the web. I've edited the film in iMovie as that's
    all I have
    available and added some title screens between clips.
    I have no problem exporting the movie and saving it as a .flv
    file for
    the web version. However as I also want to reduce the
    dimensions of the
    movie to be only about 320px wide and when I do so, the title
    font looks
    jaggedy and quite rubbish, because it's been shrunk.
    1. Is there a way in flash that I could replace these titles
    so that
    this doesn't happen?
    2. On a slightly different note, I'd like to be able to
    display the
    company logo in the main video area whilst the movie is not
    playing.
    I.e. Before the user presses play and when they press stop.
    I'm new to
    flash as a whole, so am not sure if this is possible or how I
    can do it.
    Any suggestions would be gratefully received!
    thanks

    > 1. Is there a way in flash that I could replace these
    titles so that
    > this doesn't happen?
    You could, of course, try to overlay the video (with titles
    stripped)
    with Flash made title texts, but I would advise against this.
    Scaling bitmaps (and a video is nothing more than a series of
    bitmaps)
    is never a good idea, so work with footage that has the final
    resolution
    so that no scaling is necessary.
    Adding the titles to it would be easy with Adobe
    AfterEffects.
    Then, convert the final video into an FLV file and use AS to
    make it
    play. The help file is really, well, helpful in this area
    (FLV playback).
    > 2. On a slightly different note, I'd like to be able to
    display the
    > company logo in the main video area whilst the movie is
    not playing.
    > I.e. Before the user presses play and when they press
    stop. I'm new to
    > flash as a whole, so am not sure if this is possible or
    how I can do it.
    > Any suggestions would be gratefully received!
    Just put the logo into the video, but only in the first
    frame. In Flash
    you pause the video playback right there. Easy, but maybe not
    so easy
    for beginners. Take a look at Lee's great video tutorials:
    http://www.gotoandlearn.com/download.php
    Christian Scholz-Flöter

  • Help: I need to video underwater

    Hi there,
    I need to video some underwater video. I have research into some action camera like below:
    a) JVC GC-XA1
    b) GoPro Hero 3
    Questions:
    1) Which of the above action camera are better ?
    2) I will be doing multicam function as there are angles to take. SInce my other video cameras are shot in 1920 x 1080 at 25p, if I set this action camera to 1920 x 1080 at 50p, will FCPX have problem handling the difference ?
    Thanks

    Jakob Peterhänsel wrote:
    1: Well, I would choose between the Contour HD cams or the GoPro's.
    It's a matter of taste.
    2: No, FCPX handle multiple framerates just fine.. and if you shoot in 50p or 30/60, you just have extra frames to use if you like to make slowmo..
    Thanks Jakob.
    1. Can I know why in your opinion you do not like the JVC since the JVC do not need extra housing/casing to go underwater ? I saw some review from the JVC which claims that the audio will be better without the waterproof casing.
    2. Thanks, it is good to know that FCPX can handle a mixture of different framerates at one go. I also notice that in the review of GoPro, it ways we must use a micro sd card of Class 10. Will this be a problem since all these while my other video cameras are only using Class 4 sd card. Will these pose any problem for FCPX ?
    Thanks again ...
    Cheers

  • Database Migration Help/Suggestions Needed Plzzz Share You Views

    Dear Sirs
    Please help me in my database migration from old database to new database, as we have developed new application and want to switch from old but with using same data(not same database, instead with new and different structure) from old database so
    what i did are bellow thing ;
    1. Created new database with different database structure from old
    2. Used export command to export all data and restore it to one dummy database with (database structure as old database)
    3. created "insert into (select .......)" scripts to fetch out the data and put it into new database (with different structure)
    4.i verified and tested that data and did cross checking with old data.
    Now my problem
    1..Now my problem is that since we took backup on Dec 2010 and did all these activity and with that old database was operational so now more data is added from Dec 2010 till now(17/102011) how to take backup of that.
    2...And sir if somehow we able to do(till then i don’t know how) that then doing this whole procedure will again take few more days then we will again be trailing becoz old database is operational and will be until we do not switch to new with complete data.
    how to solve this problem of migration becz i cant put my old database down also for more then 4-5 hours to switch to new application
    Total database is approx: 60 GB
    Kindly help or give your expert suggestions as i am in great need of solution to my this problem
    Thanks

    839880 wrote:
    Dear Sirs
    Please help me in my database migration from old database to new database, as we have developed new application and want to switch from old but with using same data(not same database, instead with new and different structure) from old database so
    what i did are bellow thing ;
    1. Created new database with different database structure from old
    2. Used export command to export all data and restore it to one dummy database with (database structure as old database)
    3. created "insert into (select .......)" scripts to fetch out the data and put it into new database (with different structure)
    4.i verified and tested that data and did cross checking with old data.
    Now my problem
    1..Now my problem is that since we took backup on Dec 2010 and did all these activity and with that old database was operational so now more data is added from Dec 2010 till now(17/102011) how to take backup of that.
    2...And sir if somehow we able to do(till then i don’t know how) that then doing this whole procedure will again take few more days then we will again be trailing becoz old database is operational and will be until we do not switch to new with complete data.
    how to solve this problem of migration becz i cant put my old database down also for more then 4-5 hours to switch to new application
    Total database is approx: 60 GB
    Kindly help or give your expert suggestions as i am in great need of solution to my this problem
    ThanksWhat is the old database? WHat is the new databse? I'm assuming they are both Oracle but different versions? If so, what versions? Have you considered using a db link from the new to the old and INSERT INTO ... SELECT ... FROM OLD_TABLE@DBLINK?

  • Photoshop Help | Saving and exporting video and animations

    This question was posted in response to the following article: http://helpx.adobe.com/photoshop/using/saving-exporting-video-animations.html

    Sorry, I meant the original file, the footage I am trying to edit. Not sure what to call it. It's a .mov file. (I do work with the RAW format for photos but in my workflow call unedited video "raw" as in raw footage–I did not mean to imply that was the video format.)
    Thank you for your reply. The problem is present in the timeline, before the file is rendered. At first I thought it was because I trimmed some time off the beginning of the clip, but when I placed it to play from the actual beginning the problem persists.
    Again, I apologize if my terminology is unclear. I do know that I can sync them if they are on separate tracks but I was hoping to not have to go to that length (also, at that point I would have to move into Premiere or another program, I assume?)
    Thanks again for your response. I was really excited to be able to do quick videos in Photoshop, which I know so well, but this kind of stumped me!

  • Important Please Helps--Suggestions needed

    My ex is on my family plan with our child and my exes mom.  I have no problem keeping the family plan, in fact i have to due to new phone. 
    My ex needs to monitor our daughters call and texts, nd the only way to do so is through my verizon so i have to give her the account info, however, she also checks my calls and texts.  I can't have this happening. 
    Is there a way to spin my daughters phone onto another login where only her phone info will show up? 
    Please, any suggestion are greatly needed and appriciated.
    Jay

    As you can set up a separate My Verizon login for each line whereas the daughters login would be for that line only, why don't you give your 'ex' access to that login (username & password).  Just make sure that login account DOES NOT have Account Manager privileges or any other freedoms to either view your line information or make unauthorized changes to your account. 
    I am guessing this would also have to be agreed upon by the daughter as she may already be using that login.  In that case, just make this a rule of her continuing cell phone service on your plan to allow this monitoring.
    I recommend trying this out on your own before giving your 'ex'  the access to insure it meets your security needs.
    Good luck.

  • Urgent Help / suggestion Needed - DAG in Differnt Site - Implementaion

    Hi All
    Current setup of my lab is below - 
    MAIN SITE - Named Head Office
    Root Domain Controller : IP 172.29.154.1 / 255.255.0.0 
    Two node DAG : - Mailbox servers - DAG NAME - DAG1
    Casarray (casaarray1 , and casarray2) servers
    One hub transport server 
    Total 6 VM servers are running in the head office site
    Created a new AD site for name Branch Office and installed a addition domain controller with IP of 10.10.10.1/255.0.0.0
    Now i would like to implement the DAG between the sites .
    how can i implement, i mean what are the best ways to implement the DAG between two sites
    1. shall i go for  typical installation of exchange (CAS, HUB , MAILBOX ) 2010 in main office and Branch office . will it support DAG between two sites for typical installation?
    2. shall i install one more Mailbox server alone in MAIN SITE and install CAS and hub in one server and mailbox alone in the branch office site? i mean -  two Mailbox servers in each site 
    any other best ways other than above two points , the main intention is to implementing, testing and learning the site resilience between the sites and want to know the stuffs in and around DAC
    Thanks in advance

    so, i was assuming that i will add one mbx server in main site and another mbx server in branch site and make it HA via DAG --- is it possible
    Next option
    i can go for  typical installation of ( CAS , HUB MBX server (all three in  in one server) in main site and another three server roles (aal in one server) of Branch  office and make the mailbox for HA -- will it possible
    how can i achieve the HA with my current setup between the sites 
    If your bandwidth and  latency between sites  you
    can have  HA for mailbox databases by adding a mailbox server as a member in the current DAG. DAG will
    give you only HA for mailbox not HUB/CAS. 
    After you installed the Mailbox role on the branch server, You have to set autodiscover site affinity.
    http://technet.microsoft.com/en-us/library/aa998575(v=exchg.141).aspx
     It is little bit complicated if you want HA over 2 sites, It depends on the bandwidth and latency between sites. If
    you install all the 3 roles  and configure the branch site as part of the main branch ADsite you can have highly availability for CAS by a load balancer and this is not a small change. i.e. add the branch server to the Main office CAS
    Array and load balance. 
    http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL401
    If the branch site is not Internet facing, Please check this. 
    http://technet.microsoft.com/en-us/library/bb310763(v=exchg.141).aspx
    adding an MBX/HUB/CAS in your branch office and buy a hardware load balancer of your budget. List
    of MS supported HLBs here.  Configure the load balancer to according to your bandwidth and latency
    between sites.
    Thanks, MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.
    Couple of comments please!
    Autodiscover sitescope is a function of CAS not mailbox.  This is written into AD when the CAS role is installed.
    Why are you splitting all the roles out like this?  The recommendation in 2010 and 2013 is to multirole whenever possible.  There are valid reasons for splitting, I just want to know what's driving you to this. 
    The preferred DC switch is just for the current PowerShell session IIRC.  I'll check up on that though.
    I'd ask you to look at the design examples on TechNet
    http://technet.microsoft.com/en-us/library/dd979781(v=exchg.141).aspx
    In all of this, you have to consider what the impact of a failed WAN link(s) will do.  If you have a single DAG spanning both locations, and the WAN goes down then in the case of a single DAG spanned between both of the sites some users will not have
    access to a local mailbox server.  The cluster service terminates and so does the Exchange store.  That is by design. 
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • CS4 animated gif imported from Flash - how to link

    I have a few animated gifs published from Flash CS4 the files have clickTag info in the actionscript but Flash will not export that so I need to make the animated .gifs click to their respective links.
    How do I do in Photoshop CS4?
    any help??
    rdef

    Photoshop can produce animated GIF files but I'm confused by your request.
    You cannot embed any linking data in a GIF file. This is done in HTML.

Maybe you are looking for