Help with flash animation!

Hi there! My name is Dean and I've bought Adobe Flash CS4 4 months ago. I'm very new to flash and I've already made my first animation -
http://www.swfcabin.com/open/1267200676
but I'm here to ask a question.
Well, I've been riding this cartoon -
http://www.youtube.com/watch?v=bbUqEPUZ-ds
and I was wondering, how did they do the hands and legs animation? It looks like the bone tool, but whenever I use the bone tool, I can't get it right! I always get wrong edges! Here are some pictures of my failures -
http://img202.imageshack.us/gal.php?g=fail5.jpg
anyway, I just couldn't get it right and I think it's because I draw it wrong.
Please, any help will be awesome!
mail: [email protected]
msn: [email protected]
Oh and by the way, about the lipsync, I think its a little jumpy, How can i make it better? (Like the Cartoon on top^)
Thanks!

Best to do it all in Flash or not Flash at all.
Dan Mode
--> Adobe Community Expert
*Flash Helps*
http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio*
http://www.tornadostream.com
*Must Read*
http://www.smithmediafusion.com/blog
"edmann1414" <[email protected]> wrote in
message
news:eqg06u$73n$[email protected]..
>I am building my website in Dreamweaver MX 2004 and have
been using the MX
>2004
> version of Flash for some of my slide shows. Those have
been going well,
> primarily because I have been following a tutorial, but
for what I am
> looking
> for now, I cannot seem to find the right tutorial. I
would like for the
> buttons on my main page to "shoot" onto the page from
the left just as a
> user
> opens the page and then for that animation to stop.
Currently the buttons
> are
> rollover images with links to other areas of my website
in dreamweaver,
> and
> with this animation I would only assume that Flash would
be necesary. Do
> I
> have to remove the buttons in Dreamweaver and just
create a movie in Flash
> and
> then position that movie where the buttons would be? Or
can I have an
> introduction movie for the buttons and then have my real
buttons appear?
>

Similar Messages

  • Need help with flash animation and jump to slide

    I have been researching for days on how to build a menu in
    flash 8 that has links to jump to a slide later in the captivate
    lesson.
    The goal:
    I want to have a tab - when clicked on - opens up and shows a
    table of contents. Click on an item and it will jump to that slide.
    Method:
    I used flash 8 to build a tab and pop up menu. Works great.
    But how do I make the buttons or links to jump to slide?
    Is it possible to:
    * - use a roll over image in captivate - pause image and
    click on a button to pop over to the slide - no flash menus...just
    action script to pause and allow clicking.
    * - use a FS Command script from inside the captivate movie
    - java call in button proprieties.
    * - write the menu in flash - use action script to say "on
    release - jump to slide" or "on release - jump to frame" - I have a
    frame counter that I can find the frame number of the slide - but
    how would you get the script to work.
    Please Help -
    Flash not a good friend of mine - so any time I can avoid --
    is great...but it is what it is - i do anything to get it to work.
    Thank you in advance for your help and I really look forward
    to your thoughts.
    Regards -
    Vince

    Hi
    I didn't understand a few things here.
    1. Are you trying these things using Adobe Presenter or this is just plain Powerpoint you are talking about?
    2. Are you trying to view the output on the Slide show or presenter output
    If you are doing it for PowerPoint slide show, try setting the animations using with previous and after previous
    1. first insert the video. Set it to play automatically
    2. Insert the first text box. Apply animation on it saying "with Previous". This will make the animation play as soon as the video starts. If you want some delay apply some delay for the animation in the animation pane, such that the animation appears when the video has content sound
    3. For the remaining text boxes apply animations as "after Previous". This will make the animations play after the previous animation has completed.
    4. Now all you have to do is applay delay to the animations to adjust them as and how you want
    Hope this is what you wanted to achieve
    Thanks
    Mahesh

  • Need help with Flash CS4 buttons/can't get buttons to control anything

    Hello,
    I need help with Flash CS4. I am making a banner with an animation (Image change into movie clip "3D Spiral") and added buttons but I cannot get the buttons to control the animation. Please help I am frustrated! If someone could help I would be most appreciated.

    Thank you.
    Regards,
    Michael J. Sheehan  allelois
    Date: Mon, 17 Aug 2009 18:48:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need help with Flash CS4 buttons/can't get buttons to control anything
    Hi there
    I'm not sure how you wound up where you did. But you wound up in the Adobe Captivate forums. Please stand by as I move your thread to the Flash forums.
    Cheers... Rick
    >

  • Still need help with flash player download

    I'm still having a problem with the flash player, please read my last post below:
    "I've tried everything here & still can't download the flash player. Anytime I try to download it asks me to install ADM add-on and then when I click on that, my computer freezes. How do I enable this add-on without my computer freezing? Can anyone help pls?"

    Thanks a lot for your help, it is truly appreciated.
    Date: Thu, 29 Oct 2009 18:52:38 -0600
    From: [email protected]
    To: [email protected]
    Subject: Still need help with flash player download
    You can set Flash Player to check for updates on the Global Settings Manager panel:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager05.htm l
    >

  • Help with flash video buffering

    I need help with flash video buffering. I've created a
    buffering graphic to show up when the clip is loading. The problem
    that I'm having is that when the video finishs playing, the buffer
    is empty and the graphic pops back on. The following is the code
    that I'm using to call and buffer the video. Any help would be
    great!
    stop();
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ns.setBufferTime(10);
    ns.onStatus = function(info){
    if(info.code == "NetStream.Buffer.Full"){
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty"){
    bufferClip._visible = true;
    if (info.code == "NetStream.Stop") {
    bufferClip._visible = false;
    theVideo.attachVideo (ns);
    ns.play("my_clip.flv");
    rewindButton.onRelease= function(){
    ns.seek(0);
    playButton.onRelease= function(){
    ns.pause();
    }

    Again thank you for your help in advance...
    I put the script folder into the root. As far as the .flv
    file it is showing up as being "put" to my web server. when i
    checked the root folder it is there. again i am having the same
    problem.. the local view works but when i check it on the web it
    just shows that there should be a flash video there but it does not
    show up.
    i created a new root for this test page the new link is..
    http://www.wfwa.org/TESTindexfolder/TESTindex.asp
    here are the files that are showing up in it...
    flashprojectwebvid.fla
    flashprojectwebvid.html
    flashprojectwebvid.swf
    PBSpromo.flv
    SteelExternalPlaySeekMute.swf
    TESTindex.asp
    and the Scripts folder
    thanks again for any help..

  • Help starting off with Flash animations?

    I just started to make flash animations using Adobe Flash CS4, but there's something I just don't understand.
    To create an animated object, I know I have to create a new movie clip symbol, animate it, and then put it in the main scene. But when I drag the symbol from the library to the main scene, only the first frame of the animation is copied! How can I copy the entire animation of a movie clip symbol to the main scene?

    If I'm correct, you say that I should press enter to play the animation, but pressing enter does nothing when I'm in the main scene (in fact, the Play command under the Control tab is greyed out). Right now I can see how my animation is going by going to Control -> Test Movie, but then it creates a swf file and then plays it, which means I can't play from a specific frame (right now my animation is small so it's ok, but having to go through all of it when it's longer will be problematic!). Anyway, thanks for the replies.

  • Overlay live video feed with flash animation

    I am using a webcam to allow people see themselves on a screen.  I would like to overlay the video with some flash animation (simple graphics of planes, cars etc.) going across the screen.
    How do I achieve this?

    Hi IEC,
    Having just finished an app that has two ROI overlay layers ontop of a
    static image, I might be able to give you some ideas. All of the below
    assumes that you know basic Labview programming.
    - I have not used IMAQ yet, and so am not sure what front panel control
    type will render the live video images. But, I'm not sure that matters.
    - If you can place an XY Graph over your video display on the front panel then we have it made
    - stretch the size of the XY Graph so that the plot area matches the size and placement of your video image panel
    - make the plot area of the XY graph transparent.
    - you can also make the border of the XY graph transparent
    - if you want a scale for your video then use the scale of the XY Graph to show the scale of your video images
    - then it's just a matter of defining the XY points of the ROIs that you want to plot on the XY Graph
    - if you want multiple ROIs then each can be a different color by making them different channels to the XY Graph
    - if you just want a few straight lines, and want to be able to move
    the lines around in realtime then you can get a little fancier:
           - turn on the cursor legend for the XY Graph
           - create two cursors for each line that
    you need (a start point cursor, and an end point cursor)
           - set the color and cursor style as desired
           - in your main loop:
                     - use the XY Graph "crsr list" property to get the XY positions of the various cursors
          - those cursor XY positions become
    points of line segments fed to the XY Graph to plot (draws a line
    between the cursors)
           - In realtime, as you move the cursors, the line segments move accordingly
    In my particular app I had to provide a mechanism for the user to
    create ovals, rectangles, polygons and freehand ROIs. Then I also
    needed mechanisms to rotate, pan or expand/compress the ROIs. This is a
    bit more challenging, but very do-able.
    Hope that helps,
    RMP

  • Help with Flash Export Process:

    Hi all.
    I'm using Flash CC on a Windows 8 system. The specs are i7-3770, 12GB RAM, 128GB SSD, etc.
    When we create flash animations, we look at the SWF and it looks fantastic. 
    YouTube unfortunately doesn't accept SWF as a valid file type.
    This is where things start to get hairy.
    Someone suggested I export PNGs as a sequence along with the audio and then add these to a program such as Adobe Premiere or After Effects.
    Is it normal for a 5 minute animation @ 30fps to take nearly 5 hours to export the PNGs?
    I'd like to think my system is strong enough to do it a bit quicker than this.
    FYI - Flash CC no longer has the ability to export as a PNG sequence (Flash Pro CS6 still has it).
    I tried using export > video in Flash CC to generate an MOV.  This creates an MOV that is 12GB+.
    I can't believe a 5 minute MOV could even become that large.  I then use the Adobe Media Encoder to compress the MOV into an MP4.  This works no problem but no matter what settings I try, the colors don't seem as vivid as the SWF.
    Everything has this slight dullness to it and I can't figure out why.  Both the MOV with the huge file size and the compressed MP4 lack the vividness in color the SWF has.
    Can anyone here share with me the export process they use for an HD animation that can be uploaded to YouTube?
    Any help would be appreciated.
    Thanks,
    Sean

    I used whatever the default settings would be as this was a fresh install of Flash CC.  I didn't make any adjustments. I just click FILE > EXPORT > EXPORT VIDEO
    It made an MOV on my Desktop.
    I'm home now and have checked some things and this is what I'm finding.
    When you are in Flash CC and click FILE > EXPORT > EXPORT VIDEO and choose a path, an MOV is made that is gigantic.  This gigantic file actually looks like it's supposed to.
    It's when I convert the MOV to MP4 where the colors become washed out.
    You can see it in the examples attached.
    One is washed out (b) and the other isn't (a). 
    The washed out one was converted from MOV to MP4 using Adobe Media Encoder CC with the "Match Source - High Bitrate" preset.
    How can I get the MP4 to come out with the same colors as the MOV?

  • Add a link to page option with flash animations??

    Hello, I see that you have an option for images if you insert an image, you have a link to html page option
    But if you insert a flash animation , there is no link option?
    as some research i have found that I have to do it i flash itself.
    Why did you not create a link option for flash animations? as you have with images, a link option would be great for flash animations also
    Is there a code I can do in dreamweaver to link flash animations to a page.
    thanks, I dont know why dreamweaver flash animations does not have a link option? please put it in next release
    thanks

    flash animations not visible on phone devices ? i see flash animations fine from my phone
    Don't know what phone you use or if what you're seeing is actually Flash, but Apple iDevices don't support Flash.  Never have and never will.
         http://www.apple.com/hotnews/thoughts-on-flash/
    Adobe has stopped further Flash development for mobile devices in favor of HTML5, CSS3 & JavaScript.  See Adobe Edge Preview. 
         http://labs.adobe.com/technologies/edge/
    Finally, from where I sit, Flash is a fading web technology.  But if it floats your boat, feel free to make a feature request.
         Adobe Feature Request Form
         https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Good luck with your project!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Help with Flash code in web page

    I have a Flash file in the masthead of my web site that shows
    a slideshow. I want to code the page so that if the viewer doesn't
    have Flashplayer, an alternative jpeg comes up in the masthead
    instead of the file with the flash slideshow. I'm afraid I'm new to
    most of this.... I'd very much appreciate help with the
    programming.
    Thank you!
    Here's the file:
    http://www.ewgaphilly.com/cs3index.html
    (the slide show isn't working at the moment -- a server issue). The
    alternate file I want to put in is:
    http://www.ewgaphilly.com/alternate_mast.jpg

    I'm sorry to be so dull on this, but I'd appreciate if you
    could tell me specifically which is the embed code (the codes in
    the <head>? What to I change here? I really appreciate your
    help.
    Here is what I get when I publish the movie and the open the
    html file:
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>main_slideshow_philly</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 7;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Revision of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash
    Player ActiveX control version information
    Function VBGetSwfVer(i)
    on error resume next
    Dim swControl, swVersion
    swVersion = 0
    set swControl =
    CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
    if (IsObject(swControl)) then
    swVersion = swControl.GetVariable("$version")
    end if
    VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1"
    type="text/javascript">
    <!-- // Detect Client Browser type
    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;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn
    version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin
    array
    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;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
    versionRevision = tempArrayMinor[1] > 0 ?
    tempArrayMinor[1] : 0;
    flashVer = versionMajor + "." + versionMinor + "." +
    versionRevision;
    } else {
    flashVer = -1;
    // 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;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // If called with no parameters this function returns a
    floating point value
    // which should be the version of the Flash Player or 0.0
    // ex: Flash Player 7r14 returns 7.14
    // If called with reqMajorVer, reqMinorVer, reqRevision
    returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer,
    reqRevision)
    reqVer = parseFloat(reqMajorVer + "." + reqRevision);
    // loop backwards through the versions until we find the
    newest version
    for (i=25;i>0;i--) {
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray = versionStr.split(" ");
    tempString = tempArray[1];
    versionArray = tempString .split(",");
    } else {
    versionArray = versionStr.split(".");
    versionMajor = versionArray[0];
    versionMinor = versionArray[1];
    versionRevision = versionArray[2];
    versionString = versionMajor + "." + versionRevision; //
    7.0r24 == 7.24
    versionNum = parseFloat(versionString);
    // is the major.revision >= requested major.revision AND
    the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum
    >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor
    >= reqMinorVer) ? true : false );
    return (reqVer ? false : 0.0);
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <script language="JavaScript" type="text/javascript">
    <!--
    var hasRightVersion = DetectFlashVer(requiredMajorVersion,
    requiredMinorVersion, requiredRevision);
    if(hasRightVersion) { // if we've detected an acceptable
    version
    var oeTags = '<object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="780" height="444"'
    + 'codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="main_slideshow_philly.swf"
    /><param name="quality" value="high" /><param
    name="bgcolor" value="#ffffff" />'
    + '<embed src="main_slideshow_philly.swf" quality="high"
    bgcolor="#ffffff" '
    + 'width="780" height="444" name="main_slideshow_philly"
    align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="
    http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags); // embed the flash movie
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = 'alternate.giv';
    document.write(alternateContent); // insert non-flash
    content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not
    support scripting
    // or for those that have scripting disabled.
    Alternate HTML content should be placed here. This content
    requires the Macromedia Flash Player.
    <a href="
    http://www.macromedia.com/go/getflash/">Get
    Flash</a>
    </noscript>
    </body>
    </html>
    Here is my existing code in my home page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>EWGA Greater Philadelphia Executive Women's Golf
    Association</title>
    <style type="text/css">
    <!--
    @import url("/ewgacss.css");
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <style type="text/css" media="screen">
    <!--
    @import url("p7tbm/p7tbm_center_08.css");
    -->
    </style>
    <script type="text/javascript"
    src="p7tbm/p7tbmenu.js"></script>
    </head>
    some other stuff goes in here!!
    then...
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','780','height','444','title','EWGA
    Greater
    Philadelphia','src','/main_slideshow_philly','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','/main_slideshow_philly'
    ); //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=9,0,28,0"
    width="780" height="444" title="EWGA Greater Philadelphia">
    <param name="movie" value="/main_slideshow_philly.swf"
    />
    <param name="quality" value="high" />
    <embed src="/main_slideshow_philly.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="780"
    height="444"></embed>
    </object>
    </noscript>

  • Help with flash

    Here's the link:
    http://www.oldshoecreative.com/KnexGen/convergence_alignment.htm
    I've placed a flash animation on this page put it won't play.
    It plays when I test it on my local machine. Help me please.

    Hmmm, a quick looks shows your JS is actually at the same
    level, but it appears you are calling it one level up.

  • Need help with flash player installation please !!!!

    Hello,
    I need help with my flash player installation because every time I access a movie this is the message I receive. 
    This content on Xfinity TV is not available for viewing with Chrome's "Incognito" mode. To play this video using Chrome, please view this page without "Incognito" mode.
    Still having problems? Try resetting your Flash player license.

    Incognito mode is a Google Chrome setting when you open a new window (Cmd+Shift+N on a Mac Ctrl+Shift+N on Windows) It opens a "private" window with no cookies and no tracking. The problem with it is that when you disable cookies, your license files are not sent to the site (whetehr it's YouTube or xFinity or any other that uses license files for paid content)  and it treats you as if you're a first time visitor. Paid videos won't play wihtout the cookies sending the license file info.
    This isn't a Flash Player setting. It's in Chrome. I did some research and according to Google, "Incignito" mode is off by default, and can ONLY be activate by the keyboard shortcut. There IS a way to disable it from the registry http://dev.chromium.org/administrators/policy-list-3#IncognitoModeAvailability

  • Performance decrease with flash animation/games

    When I try to view embedded flash using firefox or safari, it seems to hog a ton of memory. It starts out at a reasonable ammount (usually ~300MB of Physical plus Virtual) but eventually it gets up to 1.39 GB (out of my 2.00 GB available). The whole system slows considerably and often crashes.
    I have noticed that the same flash animations work fine on my windows based PC with only 1 GB of physical memory. I have a 256 MB graphics card along with 2 GB of memory and a fast processor. Is there a way I can pipeline the system more to use the graphics chip rather than the memory or any software that might prevent this issue?
    Thank You

    Make sure you have the latest versions of Adobe Flash Player Software.
    Try running repair permissions from your HD and afterwards run +repair disk+ _from your software install DVD._

  • Need help with flash templates in Mac...

    Hello,  I did some searches in the forum but found nothing.
    I have a problem.  I have a Mac and and using Dreamweaver CS5.5.
    Recently I download some templates with flash from Hostgator.
    The message I get is:   "This page contains some SWF objects that may not work properly in the most recent versions of Internet Explorer.  Dreamweaver cannot convert them to the new SWF markups.  Please delete each of them a insert again"
    Could you help me please?   
    Thanks,

    Hello,
    The support from HostGator.com told me this:
    After reading about Adobe Dreamweaver and using the library SWF objects. This seems to be a fairly particular error with Adobe Dreamweaver CS4.
    I have read three articles:
    http://forums.adobe.com/message/2958378?tstart=0
    http://www.dreamweaverclub.com/forum/showthread.php?t=33323
    http://www.vbforums.com/showthread.php?t=579625
    They all concur this error is completely ignorable in some way. If you include the object, and just ignore the message, your content will still upload to your site. This has to do with how adobe has changed the embedding of objects since previous versions.
    However, what I can concur from all of this is that you need to simply just re-add the file to your site/library, or just ignore the error message and the embed code should work just fine.
    I test a hostgator template with flash on their server, and works fine.
    I want to know your opinion.  T hanks for your help...

  • Firefox not helping with Flash problem

    Ok, so, I'm getting really irritated with Flash. I talked to
    a friend who was having flash problems and they said they
    downloaded Firefox and it fixed the problem. Well, after doing
    EVERYTHING else first, I thought, what the heck, maybe it might
    actually work. So I downloaded and installed Firefox. Ok, that
    installed perfectly fine. So I used Firefox to download Flash 9. I
    thought all was going to work out, because Firefox didn't just
    refresh the page like Internet Explorer did whenever I clicked the
    "Agree and download now" button on the download page. It actually
    downloaded and "said" it installed correctly. But I still can't
    play ANYTHING no Youtube STILL!! I go to youtube on Firefox and
    aperently it doesn't regonize any Flash on my computer. I go to
    youtube on Internet Ex. and it says I need the latest version of
    Flash. I tried rebooting the computer. I tried uninstalling and
    installing it AGAIN. What the F is the problem? I've made sure all
    my AxtiveX controlls are set to whatever thry need to be, my
    Shockwave is updated, my security is not interfearing. I'm getting
    really pissed. I've been trying to fix this problem for months
    now!! What else could be going wrong?? Is there something I haven't
    tried yet? Do I just need to get a new F-ing computer? Someone
    help!!

    Well the first thing you need to understand is this...
    Flash Player for Windows Internet Explorer is an ActiveX
    control.
    Flash Player for Windows for ALL other browsers is a plugin.
    They do the same thing ultimately, but they're separate
    downloads and on your machine they're actually seperate bits of
    software.
    So the reason that so many people have success with Firefox
    is that the Flash Player plugin seldom has install failures. But
    for IE Windows users the Flash Player activex control often has
    permission-related install failures that cause these kind of
    issues. It's unfortunate, but very, very complex and we've been
    fighting it for a long time.
    So the thing to remember is that when you're talking about
    Firefox, you're not dealing with ActiveX controls in ANY way.
    So here's the question.. When you launch JUST Firefox, and go
    to this page, what do you see?
    http://www.adobe.com/shockwave/welcome/
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

Maybe you are looking for

  • My Photoshop Elements 11 does not register on my Adobe account so I can not move it from one computer to another.

    I have 11 on my old computer (windows 7). I can not register this product from the help-menu (menu item "register"). What has happened so far is that the menu item changed from "register" to "continue register" or similar, and instead of having to lo

  • Getting rid of or changing music

    I am new to mac and would like to know how to either get rid of the background music while viewing photos in Front Row or at least changing it. I am sure it's an easy answer, but I have no clue. Thanks for any help.

  • Locking out options?

    I've recently purchased an ipod Nano for my daughter who is mentally handicapped. She quite enjoys it but keeps adding a password and making some other really bizarre changes. Are there ways to lock out features so that she can't accidentally change

  • Can't update iPhone 3g

    Yesterday I bought iphone 3g. It has 3.1.3 firmware on board and jailbreak. But i don't need it and use "restore to default" feature. after that iphone freeze on apple screen. so i tryed to restore it using itunes, but it just stuking on the apple sc

  • I try to download Photoshop CC and installs it

    I try to download Photoshop CC and installs it - but there is an error message that says that there are administrative problems on my PC