SWF export won't include URL link?

To start off with I work for an agency, that, at present does not own Flash.
I've created a web banner in After Effects, and then imported the FLV file into InDesign. [With the dimensions 120x600]
But when I add a web hyperlink to a box [overlayed on 1% opacity], and then export to SWF, the video works fine in the web browser, but the hyperlink won't take me to the web address?
I've also tried converting the box into a button and this also, was unsuccesful.
Is there anyway of attaching a URL to a video? [other than putting it through Flash]
I appreciate any help or comments anyone has.
Thank you.

Just as a test, did you put the hyperlink frame on its own layer?

Similar Messages

  • Firefox won't open url links from mail

    I don't know if this question has been asked yet, but I am having problems opening links from mail. I am using Firefox 3.5.3 and Snow Leopard. Every time I click on a link in my mail firefox opens to the homepage. Firefox will only link to the proper webpage if it is already opened. Does anyone know if there is a way to link directly to the webpage when firefox is not opened?
    Thanks

    Same thing here. Although mine just doesn't do anything. Firefox is open, but no new tab is created at all. Clicking a link in Mail does seem to activate Firefox's menu, though.
    I just switched to using Firefox a few days ago, because my Safari kept crashing. Since my work is entirely on the web, I had to switch to keep functioning (but that's another issue).

  • Url link in User Decision workflow step

    Hi Experts,
    I had created a workflow for "Employee transfer" process using SWDD tcode.
    I had a created a workflow step with type as "User Decision".I had included "Approve" & "Reject" decision options.
    Now i want to include URL link along with "Approve" & "Reject" in the user decision workflow step (i.e) The manager needs to see the URL link along with "Approve" & "Reject" in his SAP workflow inbox.
    Can anyone guide me...
    Regards,
    Krishna Balaji T

    Hi Krishna,
    I understand your issue. I have faced a similar issue in my project.
    Here is the solution!
    To add link of a URL you need to have the binding with the BO of the transaction your are refering to. To do this, you need to bind your BO event (triggering event) to the workflow container and then the workflow container to task container. This BO value should flow from event-> workflow -> task container to get the link in the User Decision.
    To do the binding you need to follow the following steps:
    1. Go to t-code SWDD and open your workflow template.
    2. Go to Basic Data (cap sign button at the top of the screen) or click Ctrl + F8
    3. Go to Start Events tab.
    4. In the Object type enter your BO name (BO for the transaction you need to add as link), in Event of object enter the BO event. This would serve as the triggering event for your workflow.
    5. Click on 'B' i.e. Binding Defined, click on generate automatic binding. It would automatically generate the appropriate binding for the workflow. You can also alter the binding as per requirement. This binding would ensure that the URL comes under 'objects and attachments' section.
    6. Click on 'C' i.e. Start Condition. A dialog would open, select the appropriate start condition for the workflow. Check the condition before saving (recommended).
    6. Click on 'A' to Activate the binding and start condition. All 'A', 'B' and 'C' would get green.
    7. Save the changes made and activate your workflow.
    8. Do the binding between the workflow and the user decision step. Select automatic binding (recommended).
    You can also refer to the similar thread that I had provided solution to. This would help you resolve the issue!
    Re: URL of site has to be attached along with the mail
    Hope this helps!
    Regards,
    Saumya

  • XML Forms and URL links in RenderListItem Form

    Hello everyone,
    I'm new at XML Forms and trying to do my first forms. I have this scenario:
    - user fills several entry fields in "Edit" Form, 2 of them include URL Links.
    - Every new entry in "RenderListItem" Form lists fields "Title" and URL1 URL2.
    In RenderListItem Form, i would like to control the behaviour of these links. Link URL1 should open in a new window, but URL2 should stay in the same browser window.
    How can i achieve this ?
                                          Thank you in advance for any help,
                                                Nuno

    Hi Nuno,
    you can achieve this by changing the XSL file.
    Check out this thread for more infos: XML form display in same browser window
    Best regards,
    Robert

  • URL Link to Specific SWF Slide

    Is it possible once a Captivate 2 project has been exported
    to HTML/SWF to have a URL link open the SWF file to a specific
    slide number? For example if a Captivate 2 project is 20 slides
    long, the user could click a link that would open the swf file to a
    specific slide in the middle, say slide 10. Or can the html coding
    that opens the Captivate 2 exported SWF file be set to open the
    file to a specific slide? I am trying to avoid breaking up a multi
    scene file just so users can access one or two slides and not have
    to navigate through an entire file.
    Thanks.
    Bennor3814

    It's pretty simple to do with JavaScript actually and Philip Hutchison just released the latest version of his "Captivate Controller" a couple of days ago.
    This allows you to control Captivate 2,3 & 4 movies from JavaScript commands in a simple and non-technical way.
    You can read more about it and download it here: http://pipwerks.com/journal/2009/06/07/introducing-the-captivatecontroller/
    /Michael
    Click here to visit the www.captivate4.com blog

  • Any solution for swf file without url link embedded?

    As a long shot just thought I would ask.
    Received a swf file which needs to be linked to a url address BUT the company that produced it has not embedded the link in the .fla file!!!!!
    In the past I seem to remember there is not a way to link the swf via html or maybe so but only via javascript or some complex solution. Is this still the case or has someone found an elegant solution to the issue in recent times?
    Thanks
    Os

    Ken Binney wrote:
    Hi Os -
    Can you get the fla file?
    Hi Ken,
    Unfortunately not. If I could I don't think it would be much help as I'm out of touch with Flash. I used to dabble around in Flash a bit years ago but didn't persist as I thought it required a bit more time to really get to know than I could give it.
    I know it's a relatively simple procedure to add a getURL frame to the .fla file as I done it myself in the past. Not sure why whoever did it hasn't included the link as it's an advert to attract people to a certain url.
    I guess they will just have to sort it themsleves.
    Thanks for replying. Just though things move quickly and some genius might have discovered a way to add a link without having to resort to the .fla file.

  • Open a URL link in the same window as SWF file in indesign CS5

    Hello,
    I am trying to create a SWF file using indesign CS5.  I have created buttons and placed in URL links but they always open another window.  I would like to know if there is a way to have the URL open in the same window that the SWF file has been created.  I tried, putting "_self" to target it in the URL bar, but nothing works.
    Thanks in advance
    TK

    Okay, I found the code but I can't get it to work locally.  If you have a web server maybe you can upload the files (swf and html) after you Publish them:
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    var myURL:URLRequest = new URLRequest ("http://www.google.com");
    testlink.addEventListener(MouseEvent.CLICK, clickText);
    function clickText(myevent:MouseEvent):void {
    navigateToURL(myURL, "_self");
    you have to have on the stage a link element called "testlink" (see the code above) which would be a Movie Clip with the label testlink.  It can be anything from InDesign:  a button, a rectangle, a circle, a graphic, you get the idea.  Just select that object in Flash and label it testlink or anything you choose but if you change the name from testlink also change the name in the code snippet where the line "addEventListener" is.

  • Can I create more than one URL link in a single Flash (SWF) file?

    I created a simple SWF slideshow in Flash with 5 slides. I was able to link one URL to the whole file by adding an alpha button.
    What I can't figure out is how to add a URL link to each slide. The SWF file i sused on a website and I would like to be able to click on a particular slide as it is playing to go the a site or page that applies to that slide.
    Is there a way or code I can use to do this??
    This is the code I am currently using for the button now.
    ja_btn.addEventListener(MouseEvent.CLICK,mouseClick);
    function mouseClick(event:MouseEvent):void
                   var request = new URLRequest("http://www.jakeandamos.com/");
                    navigateToURL (request,"_blank");
    I am just learning this stuff so I can use your help, Thanks!

    You cannot duplicate instance names or function names, so you'll need to create unique names for each one that behaves differently.  So you can only have one function named "mouseClick"... if you want to have another function to link somewhere else you need to create a new name for that function ("mouseClick2" would work)
    There are alternate approaches, but for now this will be the easiest for you to deal with.

  • Inserting a url link into a file made in swish - swf

    Hi everyone - i made asmall swf in Swish -
    I want it to go to a link when the user clicks on it
    Can't seem to work it out
    Any advice most appreciated
    Mark

    quiero mas wrote:
    > Hi everyone - i made asmall swf in Swish -
    > I want it to go to a link when the user clicks on it
    >
    > Can't seem to work it out
    >
    > Any advice most appreciated
    >
    > Mark
    You need to embed the url link within the swf itself. The way
    I used to
    do it was draw a transparent button over the whole aera of
    the swf and
    attached the url to that. Get_url I think.
    I can't exactly remember the steps to produce the results but
    that the
    direction you should be lookin in. Maybe ask on the Flash
    forum for
    specific steps.

  • Setting URL link outside of SWF

    Hi there
    I'm working on some banner ads for a client to send out to
    some of their customers to use on their own websites. However, in
    each case the customer will need their version of the ad to link to
    a specific page on their site. Rather than requesting a change each
    time an ad is sent out Is it possible to set up a button in the
    flash file that uses a url link defined in an external xml file?
    The thinking is that the customer can be sent the swf file along
    with the xml file and they simply change the url defined in the xml
    file to their own preference. I have very little knowledge of
    actionscript or xml so would appreciate some guidance if it is
    possible.
    Many thanks in advance for any assistance.
    Paul

    Either way will work, it's just a matter of how you want to
    go about it. If you use XML then you have an additional file that
    your clients will have to deal with; if you use the flash vars,
    then this can be added to the html page, in t he <param> tags
    where the actual .swf is located.
    Here is a pretty good tutorial loading XML into Flash:
    http://www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm
    And here is a pretty good example of using flash vars:
    http://blogs.adobe.com/pdehaan/2006/07/using_flashvars_with_actionscr.html

  • URL link in Reader won't open unless a browser is already open

    I have an issue on a Windows 7 PC using IE8 and Adobe Reader 9.3. While viewing a PDF file in Reader, and clicking on a URL link in the PDF, nothing happens unless a browser window is already open. It doesn't matter if the browser is Firefox or IE8, although IE is the default browser. When no browser is running, nothing occurs, not even an error or Enhanced Security message. I've verified that the "Create links from URLS" is selected.
    Any ideas?
    Thanks In Advance

    Possible workaround...
    1. Create a local iPhoto Library - to do this open iPhoto while holding down the Option key. Give it a unique name and save it somewhere.
    2. When you are not connected to your home network, open iPhoto with the Option key held down, and select your new local Library. Then open iMovie.
    iPhoto remembers the last Library open, so as you move in and out of your home network you will need to change the iPhoto Library (following step 2 above) based on your location.
    hope this helps,
    -mike

  • Wiki - how to include URL without linking

    The OSX wiki will automatically create links out of URLs you enter in the editor.
    I'm creating documentation where I do not want the URL linked. For example I have the below img tag in the documentation for how to use a counter on my server. I do not want the myserver.com, etc, to be linked. If I use unlink from the editor it just relinks upon save.
    <img src="http://myserver.com/~username/service/counter/df=counterfile" />
    I'm already using ampersand lt and gt for the < and >.
    I've also tried the pre tag.

    The "share" button
    Click on the URL in the navigation bar so it pulls up the window to type the url or do a google search
    in the upper right there will be a button marked "share" This will email the url

  • Swf. file won't load in file preview or webpage

    I'm a Creative Cloud member that has created a one page website using Dreamweaver CS6.  I've uploaded all the files of my one page website to Business Catalyst to learn how to put a site on the web and manage it .   Included on my one page websight is a swf. file.  The swf. file appears in the file manager window of Business Catalyst, but won't open in the preview window on the file manager page of Business Catalyst.  I've made the site live, but  the swf. file won't open when the live site is openend in a browser on a computer other than the computer that holds the original files uploaded to Business Catalyst.  What am I doing wrong?

    It would be best to post a link to a live test page online.
    If you mean while being previewed in a browser, which one(s) are having the problem with?

  • How to display URL images and URL link (html) from Smartforms?

    Hi Gurus,
    I'm having difficulty on how to display targeted URL images and URL link from the smartforms, after i sending it out as html mail. The mail i sent just can be preview as a plain text, which can't execute the html code that i put inside the smartforms itself. I follow a few step from this very useful blog.. Hopefully, you guys can give me some solutions or ideas on this.
    /people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp -thanks to Pavan for his useful blog.
    My code is like this..
    <--- Start Code.
    FORM call_smartforms.
      DATA : lv_subject TYPE so_obj_des,
             lc_true(1) VALUE 'X',
             lw_control_parameters TYPE ssfctrlop,
             lw_output_options TYPE ssfcompop,
             lc_graphics(8) VALUE 'GRAPHICS',
             lw_xsfparam_line TYPE ssfxsfp,
             lc_extract(7) VALUE 'EXTRACT',
             lc_graphics_directory(18) VALUE 'GRAPHICS-DIRECTORY',
             lc_mygraphics(11) VALUE 'mygraphics/',
             lc_content_id(10) VALUE 'CONTENT-ID',
             lc_enable(6) VALUE 'ENABLE',
             lw_job_output_info TYPE ssfcrescl,
             lw_html_data TYPE trfresult,
             lw_graphics TYPE ssf_xsf_gr,
             lt_graphics TYPE tsf_xsf_gr,
             lv_html_xstr TYPE xstring,
             lw_html_raw LIKE LINE OF lw_html_data-content,
             lv_incode TYPE tcp00-cpcodepage VALUE '4110',
             lv_html_str TYPE string,
             lv_html_len TYPE i,
             lc_utf8(5) VALUE 'utf-8',
             lc_latin1(6) VALUE 'latin1',
             lv_offset TYPE i,
             lv_length TYPE i,
             lv_diff TYPE i,
             lt_soli TYPE soli_tab,
             lw_soli TYPE soli,
             lc_mime_helper TYPE REF TO cl_gbt_multirelated_service,
             lv_name TYPE mime_text VALUE 'sapwebform.htm',
             lv_xstr TYPE xstring,
             lw_raw TYPE bapiconten,
             lt_solix TYPE solix_tab,
             lw_solix TYPE solix,
             lv_filename TYPE string,
             lv_content_id TYPE string,
             lv_content_type TYPE w3conttype,
             lv_obj_len TYPE so_obj_len,
             lv_bmp TYPE so_fileext VALUE 'BMP',
             lv_description TYPE so_obj_des VALUE 'Graphic in BMP format',
             lc_doc_bcs TYPE REF TO cl_document_bcs,
             lc_bcs TYPE REF TO cl_bcs,
             lc_send_exception TYPE REF TO cx_root,
             lw_adsmtp TYPE lty_adsmtp,
             lv_mail_address TYPE ad_smtpadr,
             lc_recipient TYPE REF TO if_recipient_bcs,
             lc_send_request TYPE REF TO cl_bcs,
             lv_sent_to_all TYPE os_boolean.
      DATA : v_language TYPE sflangu VALUE 'E',
             v_e_devtype TYPE rspoptype.
      v_form_name = 'ZTEST_EMAIL'.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = v_form_name
        IMPORTING
          fm_name            = v_namef
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    starting here. ***
    Set title for the output
      lv_subject = 'Smartforms.'.
    Set control parameters to "no dialog"
      lw_control_parameters-no_dialog = lc_true.
    IF lw_service_subject-code = lc_fm1.
    *--- To get output device type
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language    = v_language
          i_application = 'SAPDEFAULT'
        IMPORTING
          e_devtype     = v_e_devtype.
      lw_output_options-tdprinter = v_e_devtype.
      lw_control_parameters-getotf = 'X'.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    Set output options
      lw_output_options-xsf        = lc_true.
      lw_output_options-xsfcmode   = lc_true.
      lw_output_options-xsfoutmode = 'A'.
      lw_output_options-xsfoutdev  = space.
      lw_output_options-xsfformat  = lc_true.
      lw_xsfparam_line-name  = lc_graphics.
      lw_xsfparam_line-value = lc_extract.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_graphics_directory.
      lw_xsfparam_line-value = lc_mygraphics.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_content_id.
      lw_xsfparam_line-value = lc_enable.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
    Get the smartform content
      CALL FUNCTION v_namef
        EXPORTING
          control_parameters   = lw_control_parameters
          output_options       = lw_output_options
    *pass other application specific parameters (eg order number, items ).
      IMPORTING
          job_output_info    = lw_job_output_info
      TABLES
          tt_tabh              = tt_tabh
          tt_tabb              = tt_tabb
          tt_tabf              = tt_tabf
      EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
      lw_html_data  = lw_job_output_info-xmloutput-trfresult.
      lt_graphics[] = lw_job_output_info-xmloutput-xsfgr[].
      CLEAR lv_html_xstr.
      LOOP AT lw_html_data-content INTO lw_html_raw.
        CONCATENATE lv_html_xstr lw_html_raw INTO lv_html_xstr IN BYTE MODE.
      ENDLOOP.
      lv_html_xstr = lv_html_xstr(lw_html_data-length).
      CALL FUNCTION 'SCP_TRANSLATE_CHARS'
        EXPORTING
          inbuff       = lv_html_xstr
          incode       = lv_incode
          csubst       = lc_true
          substc_space = lc_true
        IMPORTING
          outbuff      = lv_html_str
          outused      = lv_html_len
        EXCEPTIONS
          OTHERS       = 1.
    *HACK THE HTML CODE GENERATED BY SMARTFORM TO MAKE THE
    *EXTERNAL IMAGES APPEAR AS <IMG> TAG IN HTML
      REPLACE ALL OCCURRENCES OF '<IMG' IN lv_html_str WITH '<IMG' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '/>' IN lv_html_str WITH '/>' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '</A>' IN lv_html_str WITH '' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '<' IN lv_html_str WITH '<' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '>' IN lv_html_str WITH '>' IGNORING CASE.
    CALL METHOD html_control - >load_mime_object
       EXPORTING
         object_id  = 'ZWN'
         object_url = 'ZWN.GIF'
       EXCEPTIONS
         OTHERS     = 1.
      REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH lc_latin1.
    REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH 'iso-8859-1'.
       break mhusin.
      lv_html_len = STRLEN( lv_html_str ).
      lv_offset = 0.
      lv_length = 255.
      WHILE lv_offset < lv_html_len.
        lv_diff = lv_html_len - lv_offset.
        IF lv_diff > lv_length.
          lw_soli-line = lv_html_str+lv_offset(lv_length).
        ELSE.
          lw_soli-line = lv_html_str+lv_offset(lv_diff).
        ENDIF.
        APPEND lw_soli TO lt_soli.
        ADD lv_length TO lv_offset.
      ENDWHILE.
      CREATE OBJECT lc_mime_helper.
      CALL METHOD lc_mime_helper->set_main_html
        EXPORTING
          content     = lt_soli
          filename    = lv_name
          description = lv_subject.
      LOOP AT lt_graphics INTO lw_graphics.
        CLEAR lv_xstr.
        LOOP AT lw_graphics-content INTO lw_raw.
          CONCATENATE lv_xstr lw_raw-line INTO lv_xstr IN BYTE MODE.
        ENDLOOP.
        lv_xstr = lv_xstr(lw_graphics-length).
        lv_offset = 0.
        lv_length = 255.
        CLEAR lt_solix[].
        WHILE lv_offset < lw_graphics-length.
          lv_diff = lw_graphics-length - lv_offset.
          IF lv_diff > lv_length.
            lw_solix-line = lv_xstr+lv_offset(lv_length).
          ELSE.
            lw_solix-line = lv_xstr+lv_offset(lv_diff).
          ENDIF.
          APPEND lw_solix TO lt_solix.
          ADD lv_length TO lv_offset.
        ENDWHILE.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_filename.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_content_id.
        lv_content_type = lw_graphics-httptype.
        lv_obj_len      = lw_graphics-length.
    *Add images to the email
        CALL METHOD lc_mime_helper->add_binary_part
          EXPORTING
            content      = lt_solix
            filename     = lv_filename
            extension    = lv_bmp
            description  = lv_description
            content_type = lv_content_type
            length       = lv_obj_len
            content_id   = lv_content_id.
      ENDLOOP.
      TRY.
          lv_subject = lv_subject.
          lc_doc_bcs = cl_document_bcs=>create_from_multirelated(
                   i_subject          = lv_subject
                   i_multirel_service = lc_mime_helper ).
        CATCH cx_document_bcs INTO lc_send_exception.
        CATCH cx_bcom_mime INTO lc_send_exception.
        CATCH cx_gbt_mime INTO lc_send_exception.
      ENDTRY.
    Create send request
      TRY.
          lc_bcs = cl_bcs=>create_persistent( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->set_document( i_document = lc_doc_bcs ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Set-up email receiver
      lv_mail_address = '[email protected]'.
    TRANSLATE lv_mail_address TO UPPER CASE.
      TRY.
          lc_recipient = cl_cam_address_bcs=>create_internet_address(
              i_address_string = lv_mail_address ).
        CATCH cx_address_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->add_recipient( i_recipient = lc_recipient ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Send smartforms as HTML email
      TRY.
          lc_bcs->send( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      COMMIT WORK.
      WRITE:/ 'Mail sent'.
    ENDFORM.                    "call_smartforms
    End Code --->
    Thanks and Regards.

    1- put your images in a directory under the web app directory. Example: app/images/
    2- in your jsp, use: String file = application.getRealPath("/images/"); to get the images directory. See http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)
    3- it's not the right forum to post this kind of question. Post them in the JSP/Servlet JSTL forum instead

  • Why is my swf exporting as a small blank file?

    I am very new to After Effects.  I created an animated banner with text effects, images and movie files.  It is 1 minute long.  I am trying to export this to an SWF so I can add dynamic links in Flash.  When the file had less layers, it rendered and saved just fine, but now that it is completed with many more layers (28 layers) and is full length it will not export properly.
    Let me clarify.  When I export to SWF it goes through the motions, creates the files and everything, but when I open the SWF (either in a browser or in Flash) it is blank.  When I get the properties of the file, it is only 23 bytes large.  What am I doing wrong?  I have tried to ignore and to rasterize unsupported content with the same result.
    FAQ Checklist answers
    I'm using After Effects Cs6 version 11.0.0.378
    I just installed updates yesterday.
    I'm on Windows 7 Ultimate 64 bit
    Source files are mostly png and jpg.  There is one wmv file, but I don't know any other details about it. (I'm a newb)
    No error messages
    I am exporting to SWF
    The file exported properly before I added additional layers and effects
    Quicktime version 7.73.80.64
    I closed all other running software to test the export, I even restarted my computer.
    No 3rd party add-ons for AE
    Intel Core i7 2.8Ghz, 12GB DDR3 RAM (1600Mhz), 500GB Hard drive, Nvidia GeForce GT 240 video card
    No 3rd party I/O hardware
    No OpenGL features
    Final output has the issue, I can play the file within AE without any issues.
    Render Multiple Frames Simultaneously is not enabled
    See steps I've taken in description at the beginning of post.

    After Effects CS6 (11.0) has a bug with exporting SWF files that is fixed in After Effects CC (12.0), as mentioned in the "a few choice bug fixes" section here:
    http://blogs.adobe.com/aftereffects/2013/04/whats-new-changed-after-effects-next.html
    But why are you exporting to SWF at all?
    If you're exporting for further use in Flash, export to one of the video formats that Flash can import, preferably F4V. SWF is not a good choice for video. (You can, of course, in Flash create a SWF that embeds or links to an F4V file; that works well.)
    Also, this part of your checklist seems wrong:
    I'm using After Effects Cs6 version 11.0.0.378
    I just installed updates yesterday.
    If you installed the updates, you'd be using After Effects CS6 (11.0.2), not 11.0.0. Choose Help > Updates now to install the updates. There are a lot of bug fixes in the most recent updates.

Maybe you are looking for