Share Pod + SWF file = No SWF Audio?

We have been planning on using a share pod to present
interactive SWF files. These SWFs have buttons that trigger sounds
to play. The participants and presenters alike can see the SWF,
click the buttons, but no sound plays. The audio is embedded as
part of the SWF, so it is not an issue of the SWF calling another
file to get the audio. If we use a share pod to present an FLV
movie, the audio works fine.
Does Connect Pro not pass audio from SWFs in a share pod?
I don't have Presenter, so I can't test this on a SWF
embedded in a Presenter PowerPoint.

Weird.
One important consideration about inserting custom animations
into Captivate is that any code in the animation needs to take into
account the multiple layers found in published Captivate files. An
additional layer is also introduced if you publish with Borders On
in the Skin menu. The code in the animation may be thrown off if
it's designed to work within a specific layer order.
Have you tried creating a brand new Captivate project and
inserting the animation there? If it works there but not in your
project, that would at least tell you it works at all.
Also, have you tried adjusting the start/end time of your
animation on the timeline? Sometimes it helps to have animations
start after a button has paused the slide, or after the other
elements on the slide have had a chance to fade in completely.
Beyond that, not being able to see a SWF sounds like a
security issue of some sort. What that issue might be... is a
mystery.

Similar Messages

  • How to get the content in embed swf file in Swf Loader on run time

    How to get the content in embed swf file in Swf Loader on run time
    [Bindable]
    [Embed(source="assets/index.swf")]
       private var SWFSRC:Class;
    <mx:SWFLoader id="_swfloader" source="{SWFSRC}" />

    Hi Flex harUI,
    Throw the error.
    Access of undefined property content

  • Ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    On the MBP, in iTunes, switch to Song view and enable the iCloud Status column by pulling down View > View options and selecting the option for "iCloud Status." Close the small window. Look for any tracks that have a status of "waiting." If you see several of them disable iTunes Match while holding down the Option key. Quit iTunes, wait a few seconds, then open it again and turn iTM back on. Let it compelete the scan. Wait until all tracks that are "waiting" have a status of either "matched" or "uploaded."
    On the iPad, turn off iTunes Match then launch the Music app and let the contents clear out. Power cycle the iPad for good measure, then re-enable the service once all the tracks in iTunes have been processed.

  • Facing problem while unloading the SWF file in SWF Loader

    Facing problem with SWF Loader.
    Background:
    I've 4 SWF files (demo1.swf, demo1_skin.swf, demo2.swf and demo2_skin.swf).
    These swf files are created throgh Adobe Captivate.
    Playing demo1_skin, will play the demo1.swf with the controls at the button such as "Play", "Pause", "Stop", "Forward", "Backward" and Seekbar.
    Playing demo2_skin, will play the demo2.swf with the controls at the button such as "Play", "Pause", "Stop", "Forward", "Backward" and Seekbar.
    Scenario:
    1. Clicked on the video1 leaf of the tree. Video1.swf is getting played.
    I am able to click on the seek bar to take the video pointer to the desired position. I can drag the seek bar forward and backward also.
    2. Clicked on the video2 leaf of the tree. Video2.swf is getting played.
    I am not able to click on the seek bar to take the video pointer to the desired position. Also, I am not able to drag the pointer on the seek bar either forward or backward also.
    Play, Pause, Stop, Forward, Backward buttons on the skin works properly.
    3. If I again, click on the video1 leaf, point 1 observation is found.
    4. clicking agian, on video2 leaf, point 2 observation found.
    Please suggest.
    I tried with Loader also. But, nothing fruitful. Same result, as I am getting from SWF Loader.
    Please find the below used code.
    dp.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root>
        <gallery label="All">
              <file label="video1" src="demo1_skin.swf" />
              <file label="video2" src="demo2_skin.swf" />
        </gallery>
    </root>
    Sample1.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white">
    <mx:Script>
        <![CDATA[
                  import mx.events.ListEvent;
                  private function tree_itemClick(event:ListEvent):void {
                        var t:Tree = event.currentTarget as Tree;
                        var dataObj:Object = event.itemRenderer.data;
                        swfLoader.load(null);
                        if (dataObj.hasOwnProperty("@src")) {
                            swfLoader.load(dataObj.@src);
              ]]>
    </mx:Script>
    <mx:XML id="dp" source="dp.xml" />
        <mx:HDividedBox width="100%" height="100%">
              <mx:Panel width="200" height="100%">
                  <mx:Tree id="tree" dataProvider="{dp}" labelField="@label"
                        showRoot="false" width="100%" height="100%" itemClick="tree_itemClick(event);" />
                  </mx:Panel>
                  <mx:Panel id="panel" width="100%" height="100%" backgroundColor="white">
                        <mx:SWFLoader id="swfLoader" width="100%" height="100%" />
                  </mx:Panel>
        </mx:HDividedBox>
    </mx:Application>
    log in the console
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\Sample3.swf - 951,034 bytes after decompression
    Clicked on the video1 leaf of the tree
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1_skin.swf - 31,309 bytes after decompression
    this.getSWFVersion() = 7
    contentSWFFullPath = file://C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf - 323,414 bytes after decompression
    incrementWait = 1
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    decrementWait = 0
    Clicked on the video2 leaf of the tree
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2_skin.swf - 31,311 bytes after decompression
    [Unload SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf
    this.getSWFVersion() = 7
    contentSWFFullPath = file://C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2.swf
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2.swf - 477,273 bytes after decompression
    incrementWait = 1
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    decrementWait = 0
    Clicked on the video1 leaf of the tree (Again)
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1_skin.swf - 31,309 bytes after decompression
    [Unload SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2.swf
    this.getSWFVersion() = 7
    contentSWFFullPath = file://C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf - 323,414 bytes after decompression
    [Unload SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2_skin.swf
    incrementWait = 1
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    decrementWait = 0
    Clicked on the video2 leaf of the tree (Again)
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2_skin.swf - 31,311 bytes after decompression
    [Unload SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1.swf
    this.getSWFVersion() = 7
    contentSWFFullPath = file://C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2.swf
    [SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo2.swf - 477,273 bytes after decompression
    incrementWait = 1
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    onLoad m_movie = null
    decrementWait = 0
    [Unload SWF] C:\Java_Flex_Practice\FlexPractice\Sample\bin-debug\demo1_skin.swf

    Try calling unloadAndStop() before loading a new swf.
    http://livedocs.adobe.com/flex/3/langref/mx/controls/SWFLoader.html#unloadAndStop()
    http://livedocs.adobe.com/flex/3/langref/flash/display/Loader.html#unloadAndStop()
    Note that unLoadAndStop()is FP10 only.

  • Loding swf files into swf files

    Hi,
    If i have a swf fil locally which loads a number of other swf
    files from a server, can i have the loaded files load other files?
    I have a tool which loads different presentations from different
    folders but the swf files in the presentations may them selves load
    other swf files. Is there a method to handle this?
    Jesper

    Having one player find with relative paths folder grouped or
    data based
    grouped is very doable in Flash.
    Look at the _url property for the player and pop off the swf
    name at the end
    and you have the path of the player. Then concatenate the
    relative paths
    from there.
    The player base url can be attained with
    urlBase = _url.substr(0,_url.lastIndexOf("/")+1)
    then you concatenate
    Ex:
    aChildFolder = urlBase + "theChildFolderName/"
    aSiblingFolder = urlBase + "../theSiblingFolderName/"
    Then concatenate the swf name to those.
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "JesperBisgaard" <[email protected]> wrote
    in message
    news:e2a8bj$22m$[email protected]..
    thanks for your reply,
    To describe the problem in greater detail:
    I work for a company which produces presentations in flash.
    Each
    presentation
    has a folder of its own on our server and these folders are
    organised under
    the
    companies who ordered them. The presentations are composed of
    a number of
    swf
    files which are loaded into a main presentation control file.
    Now i am
    looking
    to build a tool which can load each of these presentations
    depending on what
    the customer would like to see. I would like this tool to be
    plased in a
    folder
    of its own so i dont have to place one in each presentation
    folder.
    But my problem is that when i try this i find that most
    often flash cant
    handle the relative paths in the movies loaded by the
    presentation control
    file. Example: If i in the presentation load a file with a
    graf and the graf
    contains a button with an onRelease = function() {
    instance.gotoAndPlay(2) }
    flash has a very hard time determining which movieclip to run
    the command
    on.
    Is there a way to handle this?

  • Loading and Unloading of swf files in SWF Loader

    Hi all,
    I have a doubt reg. SWF Loader.
    I have created two mxml files A & B.
    A. local.mxml
    B. SwfSample.mxml
    i have two labels and a button in A file and i have set values to those labels and have a method to handle the click event of the button. In B file i have loaded this A file and accessed the labels and methods using SystemManager Component and changed the values of the A file's label and accessed data from A file to B file.
    Here comes the problem,
    I have two buttons named LoadAgain and Unload
    When i click the Unload button, the SWF Loader unloads its content by the method i handled for  the Unload button, after that i have clicked on the LoadAgain button to load the same content of A's mxml to the SWF Loader, it loads succesfully,but i was not able to access its Label or Method from the B mxml. Please help me to solve the issue.
    local.mxml
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx=http://www.adobe.com/2006/mxml layout="absolute">
    <mx:Script>
        <![CDATA[
    Bindable]
        public var varOne:String = "This is a public variable";
        public function setVarOne(newText:String):void
              varOne = newText;
        ]]>
    </mx:Script>
    <mx:Label id="lblOne" text="I am here" x="28" y="88"/>
    <mx:Label text="{varOne}" x="166" y="88"/>
    <mx:Button label="Nested Button" click="setVarOne('Nested Button Pressed');" x="28" y="114"/>
    SwfSample.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application 
    xmlns:mx=http://www.adobe.com/2006/mxml layout="absolute">
        <mx:Script>
        <![CDATA[
              import mx.controls.Alert;  
              import mx.managers.SystemManager;  
              import mx.controls.Label; 
    Bindable]
              public var loadedSM:SystemManager;
              private function initNestedAppProps():void
                  loadedSM = SystemManager(myLoader.content);
              public function updateLabel():void
                  lbl.text = loadedSM.application[
    "lblOne"].text;
              public function updateNestedLabels():void
                  loadedSM.application[
    "lblOne"].text = "I was just updated" ;
                  loadedSM.application[
    "varOne"] = "I was just updated";
              public function updateNestedVarOne():void
                   local(loadedSM.application).setVarOne(
    "Updated varOne");
              public function unload():void
                   myLoader.content.loaderInfo.loader.unload();
              public function loadAgain():void
                   myLoader.load(
    "../bin-debug/local.swf");
            ]]>
         </mx:Script>
    <mx:Label id="lbl" x="72" y="47"/>
    <mx:SWFLoader id="myLoader" width="438" source="../bin-debug/local.swf" creationComplete="initNestedAppProps();" y="73" height="238" x="72" alpha="1.0"/>
    <mx:Button label="Update Label Control in Outer Application" click="updateLabel();" x="72" y="319"/>
    <mx:Button label="Update Nested Controls" click="updateNestedLabels();" x="72" y="349"/>
    <mx:Button label="Update Nested varOne" click="updateNestedVarOne();" x="72" y="379"/>
    <mx:Button label="Unload" click="unload();" x="72" y="409"/>
    <mx:Button label="Load Again" click="loadAgain();" x="72" y="439"/>
    </mx:Application>
    Thanks & regards,
    Sathish.K

    creationComplete only fires once when the SWFLoader is created.  Therefore you never reset your variables to point to the new sub-app.  On a slow network, creationComplete may fire before the sub-app loads.  It is best to use the COMPLETE event.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • SWF file inside SWF does not open in browser

    Hi,
    I'm designing my website
    www.mauriciolopez.com
    using flash image galleries and then inserting them in
    Dreamweaver. The image gallery is setup to click on the thumbnail
    and then an external clip (SWF) loads into the gallery showing the
    big image. This works fine when tested. I placed the main gallery
    file and the clips in a folder inside my website but the clips do
    not show when tested in the browsers and when uploaded to the
    server. Here is the way how I referenced the clip inside FLASH for
    each thumbnail, this is the case for clip1.swf:
    on (release) {
    loadMovie ("clip1.swf","_root.screen");
    Attached is the code for my index page in DREAMWEAVER
    including the SWF gallery.
    I really appreciate if somebody can help me with this issue.
    Thanks!!!!

    You don't have a closing </head> tag.
    Jo
    "artmlu" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    >
    > I'm designing my website
    >
    > www.mauriciolopez.com
    >
    > using flash image galleries and then inserting them in
    Dreamweaver. The
    > image
    > gallery is setup to click on the thumbnail and then an
    external clip (SWF)
    > loads into the gallery showing the big image. This works
    fine when tested.
    > I
    > placed the main gallery file and the clips in a folder
    inside my website
    > but
    > the clips do not show when tested in the browsers and
    when uploaded to the
    > server. Here is the way how I referenced the clip inside
    FLASH for each
    > thumbnail, this is the case for clip1.swf:
    >
    > on (release) {
    > loadMovie ("clip1.swf","_root.screen");
    > }
    >
    > Attached is the code for my index page in DREAMWEAVER
    including the SWF
    > gallery.
    >
    > I really appreciate if somebody can help me with this
    issue.
    >
    > Thanks!!!!
    >
    > <!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=UTF-8" />
    > <title>index</title>
    > <style type="text/css">
    > <!--
    > body,td,th {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > color: #FFFFFF;
    > }
    > body {
    > background-color: #999999;
    > background-repeat: no-repeat;
    > }
    > a {
    > font-size: 12px;
    > color: #666666;
    > }
    > a:link {
    > text-decoration: none;
    > color: #FFFFFF;
    > }
    > a:visited {
    > text-decoration: none;
    > color: #CCCCCC;
    > }
    > a:hover {
    > text-decoration: none;
    > color: #CCCCCC;
    > }
    > a:active {
    > text-decoration: none;
    > color: #FFFFFF;
    > }
    > h1,h2,h3,h4,h5,h6 {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > }
    > h1 {
    > font-size: medium;
    > color: #FFFFFF;
    > }
    > h2 {
    > font-size: small;
    > color: #FFFFFF;
    > }
    > h3 {
    > font-size: small;
    > color: #FFFFFF;
    > }
    > h4 {
    > font-size: x-small;
    > color: #FFFFFF;
    > }
    > .style3 {color: #999999}
    > .style4 {color: #F6F6F6}
    > -->
    > </style>
    >
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <body>
    > <table width="960" border="0" align="center"
    cellpadding="0"
    > cellspacing="0"
    > bordercolor="#999999" bgcolor="#999999"
    id="tabletemplate">
    > <tr>
    > <td width="6" bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td width="150" bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td width="10" bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td height="560" colspan="3" bordercolor="#999999"
    > bgcolor="#999999"><script
    type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','800','height','600','title','gallerytestsample','src'
    >
    ,'FlashAssets/PaintingGallery/Gallerytemplatesample','quality','high','pluginspa
    > ge','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockw
    >
    aveFlash','movie','FlashAssets/PaintingGallery/Gallerytemplatesample'
    > //end
    > AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="800" height="600"
    title="gallerytestsample">
    > <param name="movie"
    >
    value="FlashAssets/PaintingGallery/Gallerytemplatesample.swf" />
    > <param name="quality" value="high" />
    > <embed
    src="FlashAssets/PaintingGallery/Gallerytemplatesample.swf"
    > quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="800"
    > height="600"></embed>
    > </object></noscript></td>
    > </tr>
    > </table>
    >
    > <table width="960" border="0" align="center"
    cellpadding="0"
    > cellspacing="0"
    > bordercolor="#999999" bgcolor="#999999">
    > <tr>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td width="150" bordercolor="#999999"
    bgcolor="#999999"><span
    > class="style3"></span></td>
    > <td width="10" bordercolor="#999999"
    bgcolor="#999999"><span
    > class="style3"></span></td>
    > <td width="640" height="20" bordercolor="#999999"
    > bgcolor="#999999"><span
    > class="style3"></span></td>
    > </tr>
    > <tr>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td bordercolor="#999999"
    bgcolor="#999999"> </td>
    > <td height="80" colspan="3" bordercolor="#999999"
    > bgcolor="#999999"><span
    > class="style3"></span></td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • How to pass a "Button" reference in one swf to anthor swf file?

    Dear all:
    Please let me describe my problem first.
    In my application, there are two swf files:"sender.swf" and
    "receiver.swf"
    A button named "re_Button" is in "receive.swf", and now i
    wanna operate the "re_Button" through the "sender.swf".
    How to do this?
    Can I access the "re_Button" reference through another swf
    application??
    And I've tried the "locaconnection" class, but it doesn't
    help.
    AnyOne helps me?
    Thanks in advance -_-

    I tried the localconnection class:
    1).Sender.as:
    private var send_tf:TextField;
    private function sendMessage(event:MouseEvent):void {
    conn.send("myConnection", "lcHandler",send_tf); // to send
    the "send_tf" reference to the "Receiver"
    2). Receiver.as
    public function lcHandler(tf:Object):void {
    tf as TextField ==null // here, i find that the "send_tf" is
    not a "TextField" any more!!!!!!!!!!!!!!!!
    I wanna operate one instance reference in one swf from
    another swf.
    Is it possiable??
    Thanks in advance.

  • .SWF File cannot be launched on Windows XP

    When trying to launch a SWF file, "MyFirst.swf", Windows XP
    informs me of the following:
    <<
    Windows cannot open this file
    What do you want to do?
    1.- Use the web to find the programm
    2.- Select the programm from a list
    >>
    [NB: I've translated Windows XP's output from Spanish, so in
    English it'd probably look different]
    I've tryed the 2 options and I've checked that I've got the
    latest Flash Player version available, i.e., v 9,0,45,0 from:
    http://www.adobe.com/es/software/flash/about/
    but how can I tell windows where the Flash Player is?, I've
    chosen the path:
    C:\WINDOWS\system32\Macromed\Flash
    but which programm do I have to select?, "FlashUtil9c.exe",
    "NPSWF32_FlashUtil.exe"?, maybe other?
    Any help will be appreciated.

    juanfdezgcia;
    The free flash active x control and/or NS compatible plug-in
    player is
    only utilized from a browser (or other application)--it is
    not meant to be a
    "standalone player" for swf files. You can drag your swf
    files to an open
    browser window...
    -Tom Unger

  • SWF files not running from some lab computers

    Hello,
    Our Flash lab is experiencing strangeness on 8 of its 28 computers. When students create an animation and export it as an SWF file, the animation will not run. They can play the animation from within Flash itself (Enter cmd... watch the timeline progress)... but it just won't run as an SWF file.
    SWF files that are created on any of the non-problematic computers will run on the problem computers, but not the other way around (problem computer> good computer).
    I'm not familiar enough with Flash to troubleshoot this problem. I know that the entire lab was created from one image and all the computers are the same model Dell, running Creative Suite 4 Premium on XP Pro. It is becoming an issue for students as the lab is full and they are having trouble completing their assignments.
    Does anyone have an idea of what's going on... or where to start looking?
    Thanks,
    Alan

    Thanks for the reply Ned. I've checked and the lab is still at the same version. I did find that if we recreated the student's profile and they started out on one of the "good" computers that any future work on a "bad" computer would work.
    I also narrowed it down to a 3D animation... not just any animation that wouldn't work. It seems like the program isn't loading up everything when a student starts Flash for the first time on one of the "bad" computers. Students that first start on a "good" computer can run 3D SWF files successfully on a "bad" computer.
    Well, at least recreating the student profiles is a bandaide fix for now. But I'd like to figure out what went wrong with those 8 computers (I did reload CS on a couple of them... didn't help).

  • SWF file animation problem - CS4

    Hi,
    I've been trying to inset this specific AS2 swf file (accordion.swf) into captivate CS4 and the animation does not seem to work after publication. I was wondering if anyone out there with their vast experience can help me with this and will be deeply grateful for your help.
    This animation is similar to an Accordion animation in that when the learner hovers their mouse over the titles  (Fixed, Mobile, etc..), the rest of the panels collapse and only the panel of interest, displayed.
    I have included a test.cp file if someone wants to have a go.
    http://www.winston.macrolearn.co.uk/courses/accordion.zip
    Many thanks for your help.
    John

    Hi Vikranth,
    I'm mystified how you got it to work by just changing the setting to AS3 in Cp4.
    I tried the same but I just get a blank screen, and rightly so because the file is written in actionscript AS2. So the actionscript syntax evidently is not AS3.
    If the syntax of the original FLA file is not AS3, how can it work in Cp4 with the AS3 setting, or in Cp5 which does not run AS2 anyway?
    Try clicking on the accordion.swf file with the ziop file at the location below. Hover you mouse over the titles of the panels and they slide as intended. But inserting the same into a cp4 file stops it working.
    http://www.winston.macrolearn.co.uk/courses/accordion.zip
    John

  • AS 3 with old SWF files

    My website has several SWF files running with AS2. I am now considering switching my new files to AS3. My main swf as2 file loads other as2 swf files using load() and places them at different levels.
    Can this main file load as3 swf files?
    If I change my main file to as3, would it then be able to load as2 swf files?
    The files need to communicate with each other eg disable buttons on lower level swf files.

    as3 swfs can load as2 swfs.   as2 swfs cannot load as3 swfs.
    so, your main swf will be an as3 swf even if that has to be a "dummy" swf that serves no other purpose than allowing you to load both as2 and as3 swfs.

  • Communicating between swf files

    movie1.swf has a loader component named myLoader.
    can movie2.swf contain a button instance that will tell
    movie1.swf.myLoader what to load?

    It shouldn't. If sub.swf is truly loaded into _level1 then it
    has no _level0, really this is correct!
    Are you sure you are loading into a _level and not onto a
    depth? Many folks mix the two up.
    If you are having a lot of trouble with this it is generally
    a good idea to set your current project aside for the moment and
    start with a fresh slate. I created two swf files.
    test1.swf has a blue square and code to load an external clip
    into _level1 the code is:
    loadMovieNum("test2.swf",1);
    test2.swf has a movieclip instance of a red circle and the
    following actionscript:
    myClip.onRelease=function(){
    _level0._alpha=50;
    When test1.swf is run I see both my blue square and my red
    circle. When I click on the red circle only the blue square (the
    art work on _level0 from the original swf) is made 50 percent
    opaque. The red circle remains as it was.
    You might want to try a similar test, starting with something
    like I have and moving it toward what you are trying to achieve.
    I'm not sure I understand your
    _level0.myVariable.goDoThis()
    syntax. myVariable seems like a property and properties don't
    usually have methods so I don't quite get it. If myVariable is a
    variable defined in the sub.swf then maybe you need this:
    _level0[myVariable].goDoThis();
    ???

  • Automatically Play of SWF File

    i want to create SWF file (loader.swf) wherein have multiples
    movie clip inside...
    i want to automatically play other swf file by calling.. when
    the loader.swf finish without using any buttons...

    No Body Whisper me!!!!!!

  • Published SWF File out of Captivate opens in Browser

    I have a SWF created in Captivate. Inside the published
    Captivate file is a link to open another SWF file.
    The original SWF file opens in Flash Player, but when I
    access the button to open the other SWF file, that SWF file opens
    in my browser.
    Can anyone explain to me why this is happening?

    you either didn't clear your cache or you uploaded your html and/or swf to the wrong location.  retry.

Maybe you are looking for