SWF problem in IE 7

I am running CS3 at my company and I ran into problems today.
I published a .swf file using actionscript 2.0 and using flash
player 7 or less. The first .swf is a slideshow that has movie clip
text and .jpg's fading in and out. The photo's fade in correctly,
but they seem to skip about 2 pixels down and right at the very end
(possibly near the keynote that brings the file back to 100%
alpha). Also, the text never shows up at all, not when it should be
fully visible, or when it should be fading. The second .swf is a
movie clip of objects that fade in and out. For some reason, the
textual objects (not text, but letters that are imported as
objects) fade in correctly. There is a symbol that is made of
objects as well, but it imports in as a circle that is filled in
color. The circle is part of the symbol, but the other objects
ontop of it do not show up.
The clinch to all of this is that these ALL appear fine in
Safari and Firefox, as well as internet explorer EXCEPT for version
7. The question is, do I need to be exporting these some other way,
or are there settings within version 7 that need to be changed or
maybe it is something else. Any ideas are welcome. These files are
being posted for a company that has thousands of hits weekly, if
not daily which is the reason for the low flash player version when
being published. Thanks for any help in advance.

The issue was in the select tag. FireFox automatically puts
the text value into the value of the option IE does not. So I just
added the value attribute and put the value there:
<select
onchange="filterRegion(this.options[this.selectedIndex].value);">
<option value="All Regions">All Regions</option>
<option value="{dsRegions::region}"
id="regionrepeatrow">{dsRegions::region}</option>
</select>

Similar Messages

  • Load AS2 swf into AS3 swf problem

    I have a flash with AS3 and inside this swf i load in a AS2 swf.
    to load swf works just fine, but the problem is when i load this i want to go to
    a specific part of it, for example i want to go to frame 3 in the loaded swf.
    i must control this from the AS3 swf, does someone know if this is possible?
    thanks in advance

    so can i do like this then to go to frame 3 in my loaded swf?
    MovieClip(ldr.content).gotoAndStop(3); ?
    sorry for being such an airhead
    thanks for helping me out =)
    Date: Sun, 7 Jun 2009 10:25:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: load AS2 swf into AS3 swf problem
    no.
    if, in your loaded swf, you have a function f1() on the loaded swf's main timeline and you load that swf using a loader (say ldr), use:
    MovieClip(ldr.content).f1();   // to call f1() in the loaded swf
    >

  • Loading an external swf problem

    Hi everyone,
    I have started a new project for a client that wants a
    shopping cart that works through PayPal in his flash site. I have a
    working shopping cart at
    http://www.flypapercreative.com/flashshop.html
    . Some things need to changed but it is working.
    I am using the code below to load the shopping cart into my
    main movie. I have made an empty movie and gave it an instance name
    of "myContainer" and set it up in my time line. You can find my
    main flash movie at
    http://flypapercreative.com/olc.html
    myContainer.loadMovie("oregonLoveCoStore.swf");
    Both carts are reading off the same swf file. This is just a
    guess but maybe it is not reading code or instance names that are
    not on the main timeline.
    Anyone know a different way to load my shopping cart swf file
    differently that might fix the problem?
    Thanks,
    Chris

    use the MovieClipLoader class. F1 for help docs in
    Flash.

  • AS3 load external swf problem, please help...

    Hey guys, I am really in need of an answer here. I would tremendously grateful if someone has the answer. I'll keep it simple and right to the point:
    1. I have created "index.swf" in AS3. Has it's own "MainClass" class.
    2. I created "holder.swf" which is the main landing page. Has 2 buttons, for the viewer to load the site in fullscreen or standard.
    3. In the timeline of "holder.swf" I have created 2 frames, 1st frame containing the buttons, second frame containing the AS3 external swf loader script.
    It does not seem to want to load my "index.swf".
    I have tested a million different ways, it load other swf's just fine, AS2 and AS3, but for some strange reason it just will NOT load "index.swf".
    This is driving me crazy, I have a feeling it has something to do with a class conflict. I have tried (import MainClass;) in the first frame of "holder.swf" and no luck.
    PLEASE GUYS, LET ME KNOW IF YOU KNOW THE ANSWER!
    THANK YOU SO MUCHO.
    Michael

    Hey kglad,
    Thanks for the quick reply!
    Well here is the problem... With the exception of a few things I need to update, as well as implementing some better preloaders etc... the site is running alright...
    About a week ago I decided that I wanted to site to start with the above landing page. A simple "holder.swf" which would give the viewer something to look at before entering the site... (ideally I want to find a script that will begin loading "index.swf" while the viewer is still on "holder.swf", but I'll figure that out later).
    Anyhow, I created "holder.swf" as I have many times before, and for some reason it does not seem to want to load "index.swf" into the second frame when instructed to do so... does that make sense?
    So... ideally I would like the site to start on the above graphic, then once the button is clicked, "index.swf" opens up...
    It's driving me crazy, because my code works on other swf's I've tested it with, just not with index.swf, which leads me to believe there is something in the MainClass.as file which is causing it not to load...
    What are your thoughts?
    Oh, and many thanks again!!!
    M

  • AS2 swf problem under AS3 swf (probably Tweener problem)

    Hello. I have this problem for a days and it hasn't been soluted yet although I put it on couple of forums. I have 3 files: test.fla, file_as2, file_as3.
    The test.fla file is a typical Loader, which loads external swf files and shows them on the screen. After any key is pressed, the swf is deleted from the screen and loaded again.
    The file_as2 and file_as3 are the AS2 and AS3 compiled having a simple square animation (6 squares fading in from alpha 0 one by one) animated by caurina Tweener. If the file_as3 is compilated and loaded externally there is no problem (six sqares are fading in, after pressing any key the vanish and appear (loaded) again and again...). But if the swf as2 file is loaded, it shows the squares only once and after pressing any key and loading it again, it doesn't shows it at all.
    I guess it's Tweener problem, because when i trace it in AS2 file (onUpdate) it traces only at the beginning.
    How it's possible, that AS3 somehow stops all Tweeners in 2nd time loaded AS2 file?? How to fix it?? Sorry for my english, i left a link for these 3 files to find solution. Try it (test.swf) and then change path inside fla to load AS2 file... Thanks for any ideas.
    Link to download: http://www.filolozka.pl/zip/file.ZIP

    Instead of reusing the same Loader, try loading the AS2 movie multiple times using different Loader instances. Instead of using event listeners like normal, this should be easy to do because you can addChild each Loader instance, and when it is loaded it will automatically play. If you are able to load the AS2 movie multiple times at once and have it work for you, then the problem must be in the way that you removing the old movie, and reusing code to load the movie again.

  • Dreamweaver SWF Problem

    I am a relatively new Flash/Dreamweaver user and cannot seem to figure this one out.
    I have checked my root files and *believe* all of them are pointing to the correct files, but for some reason my .swf is not loading in any browser; only locally.
    The .swf doesn't show up on its own (ie: at http://www.5enses.eu/Index_.swf), which is odd. I heard it might be a path problem, but I have no idea how to fix it.
    The site is:
    http://www.5enses.eu/Index_.html
    Code is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>5 | FASHION/ART | FRAGRANCE | MUSIC | CUISINE | SEX</title>
    <style type="text/css">
    html, body { height: 100%; padding: 0; margin: 0; }
    table { text-align: center; height: 100%; width: 100%; border: 0; }
    </style>
    </head>
    <body>
    <table>
    <tr>
    <td>
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1200" height="800">
      <param name="movie" value="Index_.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don't want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="Index_.swf" width="1200" height="800">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </td>
    </tr>
    </table>
    </body>
    </html>
    My swfobject_modified.js and expressInstall.swf are both uploaded under a Scripts folder and loose in the root directory.
    Thanks for your help!

    Publish Settings in Flash when you're exporting the SWF:
    Under HTML wrapper settings as shown above:
    Size should be 'Percent' at 100 width and 100 height
    This will make the entire area of browser a wrapper for holding your flash SWF
    Now, the important part: Scale & Alignment: I've opened the drop-down menu in the screenshot:
    Default (Show All) will fit the SWF movie to screen, keeping the aspect ratio intact - but will leave white space on either sides, if your screen's aspect ratio and the SWF aspect ratio don't match - scales when browser resizes
    No border will fit movie to screen, but will bleed the borders with the stage color you set in Flash and may crop the content sometimes - scales when browser resizes
    Exact Fit - Shows complete content to occupy full screen width & height and doesn't maintain aspect ratio - may cause stretching - scales when browser resizes
    No Scale - doesn't scale movie to full screen - container will be 100% width & height but SWF shows at exact stage size - doesn't scale when browser is resized
    To read more about HTML Wrapper Publish Settings for Flash, look here: http://help.adobe.com/en_US/flash/cs/using/WSd60f23110762d6b883b18f10cb1fe1af6-7bd1a.html# WSd60f23110762d6b883b18f10cb1fe1af6-7bcca
    -ST

  • Transition_Manager and unloading external swf problems

    Hi there
    I´m having a few problems with my project which i although it work it has some unpleasant bugs that i´m trying to solve for days.
    When i load external swf´s they show up on top of the Menu button.Maybe because the button i´m pressing is inside the same movieclip as the Menu.
    Explaining better here´s a little diagram of my site:
    con2 MC (Instance of Menu) ---> cont3 MC (Instance of subMenu) and mainButton MC (Instance of Main)
    Here´s the general code which is inside the Painel.as
    package {
        import com.greensock.TweenLite;
        import com.greensock.TweenMax;
        import com.greensock.*;
        import com.greensock.easing.*;
        import flash.display.*;
        import flash.events.*;
        import flash.display.MovieClip;
        import fl.transitions.*;
        import fl.transitions.easing.*;
        import flash.net.URLRequest;
        import flash.display.Loader;
        import flash.events.Event;
        import flash.events.ProgressEvent;
        public class Painel3 extends MovieClip
            private var inFocus:MovieClip;
            public function Painel3():void
                setupClips();
                addEventListener(Event.ENTER_FRAME, loop);
            private function setupClips():void
            con2.mainButton.addEventListener(MouseEvent.ROLL_OVER, onOver);
            con2.mainButton.addEventListener(MouseEvent.ROLL_OUT, onOut);
            con2.mainButton.addEventListener(MouseEvent.CLICK, onClick);
                var len:int = con2.cont3.numChildren;
                for(var i:int=0; i<len; i++)
                    var mc:MovieClip = MovieClip(con2.cont3.getChildAt(i));
                    mc.buttonMode = true;
                    mc.loc = [mc.x, mc.y];
                    mc.addEventListener(MouseEvent.CLICK, onClick);
                    con2.cont3.visible = false;
            private function onOver(e:MouseEvent):void
            private function onOut(e:MouseEvent):void
            private function onClick(e:MouseEvent):void
                con2.cont3.visible = true;
    TransitionManager.start(con2.cont3, {type:Wipe, direction:Transition.IN, duration:1, easing:None.easeNone, startPoint:5} );                       
            private function loop(e:Event):void
                var distx:Number = mouseX / 1400;
                var disty:Number = mouseY / 1400;
                TweenLite.to(con2, 2, {
                            rotationY:(-70 +(145*distx)),
                            rotationX:(70 -(145*disty)),
                            ease:Expo.easeOut
    And then inside the subMenu.as class for the movieclip subMenu i have the buttons that load the external swf´s:
    package  {
        import com.greensock.TweenLite;
        import com.greensock.TweenMax;
        import com.greensock.*;
        import com.greensock.easing.*;
        import flash.display.*;
        import flash.events.*;
        import flash.display.MovieClip;
        import flash.net.URLRequest;
        import flash.display.Loader;
        import flash.events.Event;
        import flash.events.ProgressEvent;
        import fl.transitions.*;
        import fl.transitions.easing.*;
        public class subMenu extends MovieClip {
            public function subMenu() {
                // constructor code
                menu1.buttonMode = true;
                menu2.buttonMode = true;
                menu3.buttonMode = true;
                menu4.buttonMode = true;
                 menu1.addEventListener(MouseEvent.CLICK,link1);
                 menu2.addEventListener(MouseEvent.CLICK,link2);
                 menu3.addEventListener(MouseEvent.CLICK,link3);
                 menu4.addEventListener(MouseEvent.CLICK,link4);
            function link1(e:MouseEvent) {
               function startLoad()
                var mLoader:Loader = new Loader();
                var mRequest:URLRequest = new URLRequest("AugmentedReality_v1.swf");
                mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
                mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
                mLoader.load(mRequest);
    function onCompleteHandler(e:Event):void {
    var swf:DisplayObject = e.target.content;
    swf.x = -400;    
    swf.y = -300;    
    addChild(swf);
    function onProgressHandler(mProgress:ProgressEvent)
           var percent:Number = mProgress.bytesLoaded/mProgress.bytesTotal;
           trace(percent);
    startLoad();
            function link2(e:MouseEvent) {
                function startLoad()
                var mLoader:Loader = new Loader();
                var mRequest:URLRequest = new URLRequest("Fotos.swf");
                mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
                mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
                mLoader.load(mRequest);
    function onCompleteHandler(e:Event):void {
    var swf:DisplayObject = e.target.content;
    swf.x = -400;    
    swf.y = -300;    
    addChild(swf);
    function onProgressHandler(mProgress:ProgressEvent)
           var percent:Number = mProgress.bytesLoaded/mProgress.bytesTotal;
           trace(percent);
    startLoad();
            function link3(e:MouseEvent) {
            function link4(e:MouseEvent){
                function startLoad()
                var mLoader:Loader = new Loader();
                var mRequest:URLRequest = new URLRequest("Texto.swf");
                mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
                mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
                mLoader.load(mRequest);
    function onCompleteHandler(e:Event):void {
    var swf:DisplayObject = e.target.content;
    swf.x = -400;    
    swf.y = -300;    
    addChild(swf);
    function onProgressHandler(mProgress:ProgressEvent)
           var percent:Number = mProgress.bytesLoaded/mProgress.bytesTotal;
           trace(percent);
    startLoad();
    Like i said the swf´s show up on top of the Menu and i need it to dissapear.
    Also i want to unload the swf currently in scene so that when i load another one they don´t pile on top of each other.
    Pls help. Thanks

    Oh btw, i´m having an error 1069 Property TransitionManager not found in subMenu and there is no default value
    at fl.transitions::TransitionManager$/start()
        at Painel3/onClick()
    This doesn´t happen when i uncheck the Export for actionscript in the subMenu class but i can´t do that or else the buttons wont work.

  • Unloading external swf problem - deadline approaching

    Hi,
    We bought a component, and the developers are not real
    helpful so I thought I would try here. We have the well-known AS 3
    problem of events continuing to run even after you've unloaded a
    swf. Here is what we got:
    a main swf loads one of 7 secondary swfs, based on a button
    click. each of the secondary swfs contains the component (a 3D
    wall) that we purchased. we don't seem to have access to the code.
    we unload one swf load the next, and then after we do this a few
    times we get the following crash (output way below).
    The component does have a closeWall() function, which i'm
    assuming cleans things up. The problem is I don't know how to call
    a function on an externally loaded swf? Is that possible? In other
    words I want to say:
    var loader:Loader;
    function loadSwf(){
    loader = new Loader();
    var urlRequest:URLRequest = new URLRequest ("vidSub.swf");
    loader.load(urlRequest);
    addChildAt(loader, getChildIndex(holder));
    function unloadSwf(){
    // hey swf, close properly, before I unload you
    loader.closeWall();//or something like this
    loader.unload();
    Thanks so much if you can help.
    Doug
    Crash output:
    Error: Error #2094: Event dispatch recursion overflow.
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.display::Stage/dispatchEvent()
    at
    org.papervision3d.core.utils.virtualmouse::VirtualMouse/::handleUpdate()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    org.papervision3d.core.utils.virtualmouse::VirtualMouse/update()
    at
    org.papervision3d.core.utils.virtualmouse::VirtualMouse/setLocation()
    at
    org.papervision3d.core.utils::InteractiveSceneManager/org.papervision3d.core.utils:Intera ctiveSceneManager::handleMouseMove()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.display::Stage/dispatchEvent()
    at org.papervision

    I feel for you...
    You may want to try to instantiate the thing not through
    adding loader to display list but accessing application domain and
    creating an instance of its class. Some application will not do a
    thing if you just add them to display list and accessing their
    interfaces (I love doing that for one :-). In any case - I am not
    sure it is such a good idea to add the loader directly - not within
    INIT event listener.
    You may want to try accessing their application domain and
    loop through its properties to see which ones are enumerable. In
    the error stack you can see some their classes so you know already
    what to access. For instance there is
    org.papervision3d.core.utils.InteractiveSceneManager class.
    I don't say anything new but it looks like there is the same
    event flying around which is dispatched by some listener causing
    recursion. Can it be that your custom events have the same type as
    theirs? Try to listen to their events through making listener
    listen in capture phase by setting third parameter to true:
    blah.addEventListener("eventType", eventHandler, true) - you may be
    able to explicitly remove their event listener if you know which
    one. Or, perhaps, this is your mouse event that conflicts with
    theirs...
    Sorry I cannot be more helpful.

  • SWF Problem in FireFox

    View the link below in FireFox, then in another browser, and you'll see that there is what appears to be a break after both swfs (one is the "matrix" display, the other is the menu).
    I have racked my brain, scanned the code, tried different methods, but cannot seem to fix this. I have no idea what is causing this. Both files were inserted into Dreamweaver, using it's default flash object code, and the only thing changed is the wmode, which is set to transparent. Please help.
    http://www.matrixmediaconcepts.com/new
    Thanks in advance.

    Hi
    This is being caused by the fact that you are using a table based design.
    Unfortunately, (for you) it would probably take longer to correct the problem and retain the table based design, that it would to convert to a standards based css design.
    Briefly you will have to compensate your table design to acomodate the gaps that you see in FF, this would probably have an adverse affect on the layout in IE though.
    PZ

  • SWF problem in FF and Chrome browsers.

    Hi all,
    I have one problem with my swf file, I have created an swf for calculating speed. In the time of 12Sec. one person can move some distance with some x speed, an another person can move same distance with 2x speed, but finnaly two persons will reach the distance in same time that is 12Sec. I have created one timer for this, will show the time.If I run the swf the timer is working fine, I embeded this swf into html and I checked that html file using IE it is working fine, but if I check it in FF or Chrome the timer is running bit slow and it is effecting my functionality. So, any help on this please.....I attached the screen shorts here.
    I used AS3.0 to create this.
    SWF Output
    Chrome Output
    IE Output
    Thanks in Advance
    Santhosh Kumar M

    Hi kglad,
    here is the code.... please help me to find where I did the mistake...
    ****** START *************
    a_mc.stop();
    b_mc.stop();
    var ax:Number=a_mc.x;
    var bx:Number=b_mc.x;
    var count:Number=0;
    var cnt:Number=0;
    time.text=String(count);
    var b:Boolean;
    if (! b) {
              var endTime:int;
              var startTime=getTimer();
              this.addEventListener(Event.ENTER_FRAME,ff);
    function ff(e:Event):void {
              endTime=getTimer();
              fps_tf.text =String(Math.round(1000/(endTime-startTime)));
              startTime=endTime;
    var board:Sprite=new Sprite();
    addChild(board);
    board.graphics.lineStyle(1,0);
    board.graphics.moveTo(50,105);
    board.graphics.lineTo(450,105);
    board.graphics.beginFill(1);
    board.graphics.drawCircle(50,105,1.5);
    board.graphics.drawCircle(130,105,1.5);
    board.graphics.drawCircle(210,105,1.5);
    board.graphics.drawCircle(290,105,1.5);
    board.graphics.drawCircle(370,105,1.5);
    board.graphics.drawCircle(450,105,1.5);
    board.graphics.endFill();
    persA_txt.text=String(Math.round(a_mc.x-ax));
    persB_txt.text=String(Math.round(b_mc.x-bx));
    var sa:Number=2.75;
    var sb:Number=2.75;
    var tf:Number=0;
    var timer:Timer=new Timer(100,120);
    var ts:Number=0;
    var tms:Number=0;
    pl_btn.addEventListener(MouseEvent.CLICK, pla);
    function pla(event) {
              stage.addEventListener(Event.ENTER_FRAME, onenter);
              a_mc.play();
              b_mc.play();
              timer.start();
              tf=1;
    res_btn.addEventListener(MouseEvent.CLICK, sto);
    function sto(event) {
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
              a_mc.x=ax;
              b_mc.x=bx;
              a_mc.stop();
              b_mc.stop();
              timer.reset();
              persA_txt.text=String(((a_mc.x-ax)/80).toFixed(1));
              persB_txt.text=String(((b_mc.x-bx)/80).toFixed(1));
              time.text=String("0");
              tms=0;
              ts=0;
              tf=2;
    pa_btn.addEventListener(MouseEvent.CLICK, pau);
    function pau(event) {
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
              a_mc.stop();
              b_mc.stop();
              timer.stop();
    timer.addEventListener(TimerEvent.TIMER, doTimer);
    function doTimer(e:TimerEvent):void {
              tms++;
              if (tms==10) {
                        tms=0;
                        ts++;
              time.text=String(ts+"."+tms);
    timer.addEventListener(TimerEvent.TIMER_COMPLETE, ontimercomplete);
    function ontimercomplete(event) {
              a_mc.stop();
              b_mc.stop();
              tf=2;
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
    function onenter(event) {
              a_mc.x=a_mc.x+sb;
              b_mc.x=b_mc.x+2*sa;
              if (b_mc.x<208) {
                        sa=2.75;
              } else {
                        if (a_mc.x<208) {
                                  sa=0;
                                  b_mc.stop();
              if (a_mc.x>=210) {
                        if (b_mc.x<368) {
                                  sa=2.75;
                                  b_mc.play();
                        } else {
                                  if (a_mc.x<368) {
                                            sa=0;
                                            b_mc.stop();
              if (a_mc.x>=368) {
                        sa=2.75/2;
                        b_mc.play();
              persA_txt.text=String(((a_mc.x-ax)/80).toFixed(1));
              persB_txt.text=String(((b_mc.x-bx)/80).toFixed(1));
    ******** END ************
    Thanks
    Santhosh Kumar M

  • Flash SWF Problem

    I need to save my Flash files to an swf format that is earlier than ones allowed in Flash CC v13.0.
    I earliest version I cave to is 10.3 but the host can only accept versions between 9 and 10.2.
    How can I save my files to earlier version swf?
    Looking through forums but most people don't understand the problem. Most say just use the Properties menu to change the version. Problem is that it only allows you to go as low as 10.3 instead of the 10.2 that I need.

    For targetting previous versions of Flash player through Flash CC refer to the steps detailed in this thread - http://forums.adobe.com/message/5513436

  • Flex3/air calling functions in embedded swf problem

    i'm a newbie to flex so i'm hoping there is going to be a
    simple answer to this problem. it's caused a massive headache!
    i have been using a swfLoader to load a swf, then triggering
    function calls within the swf from flex by using the following in
    the script tag of my mxml
    var mc:MovieClip = MovieClip(myMP3player.content);
    mc.loadMP3Player("file:///"+path, artist, title);
    where loadMP3Player is the function in the linked swf and
    myMP3player is the id of the swfLoader.
    this works great, no problems... but when i change the code
    so that the swf is embedded, rather than loaded at runtime the code
    above gives a
    "ReferenceError:Error #1069 Property loadMP3Player not found"
    error
    when i try to trigger the function.
    i have tried many different ways of referencing and embedding
    the swf, all have the same result. i.e. swf loads fine and the flex
    project compiles without errors, but i am unable to call the
    function. see the code snippet for my details.
    any help will be really appreciated.
    btw: i need to embed the swf as i am distributing the
    finished article as an air app.
    -------------------------------------------------code
    excerpt--------------------------------------------------

    1. You must be using the Flex Component Kit for Flash
    2. Select the clip in the library that you want to turn into
    a component for Flex
    3. Use the command (command menu in Flash) to convert the
    clip to a Flex Component
    4. Publish -> your swc is ready
    If you don't have a document class, one is made automatically
    and it has the same name as the name of the clip in the library
    You can provide a document class. Look at the linkage
    identifier for the clip in the library. There you will see what the
    name of the class is. Create the class yourself and Publish. Now
    add the swc to your library path in Flex. Now you can use the
    component as any other component in Flex. So, put the clip on the
    stage using mxml or in ActionScript using var myplayer = new
    MyPlayer();

  • Flash SWF problems in Mozilla

    I created a website www.spacevision.com.au which works in
    Internet Explorer.
    However in Mozilla Firefox it does not download the external
    swf files that are loaded externally into the main flash interface.
    Is there any way to solve this problem in Firefox ad have the
    website working correctly? Please help

    anyone??

  • Imported swf problem (CP4)

    Hi there,
    I imported a swf file containing an embedded FLV, and put it in the third slide of the project. When I publish/preview, the swf starts playing immediately – I hear the sound and when by the time I go to the third slide the movie is somewhere in the middle.
    Also, the movie runs slowly even though it has the same frame rate as the project, and slows down and even jams the entire project. (The swf size is 4.47 MB. Is it too heavy?)
    Can someone help me figure out these two problems? I have another swf (simple animation, no sounds) and this one works just fine.
    Thanks in advance.

    Hi Manoj,
    Indeed, looks like it was the _root issue. However, the "fix" widget didn't solve the problem. I already put a "fix" widget in another slide - perhaps you can't use it twice in the same project?
    Anyway, I changed the programming to avoid using _root, and now it works just fine. Thanks!

  • Swf problem - files won't read

    Hey guys,
    Having a weird problem in both CC and 2014 where .swf files get corrupted and won't draw in the preview or render.  Either they just appear as a black frame (with no elements visible - even guides or other layers) or it says that there's a (4) error and the file is either corrupted or unreadable.  Re-rendering the swf files has no effect.
    Any ideas?

    Looks to me like the issue is indeed your CMS. The flash content is loaded in a lightbox, which is most likely controlled by some JavaScript or ASP. My guess would be that the problem lies with the paths to the files. The swf file that the lightbox loads is referenced in your CMS so it knows where to get it - the thing is that most likely it is not played from the location where it's located but instead played from the location where the lightbox script is loaded. Since the 4 SWF's you have are not located there it won't be able to find it.
    Also this lightbox approach isn't very good for this type of content. The demo is extremely small and the alignment of the Flash file looks weird. Instead just use the HTML file generated by Captivate and upload that to a directory in your CMS. Then change the link you have so it opens the HTML file in a new window and everything should work out just fine.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

Maybe you are looking for

  • Can't install printer driver: HP Color LaserJet 2605dn drivers "not currently available from the Software Update server"

    I was having trouble printing to my HP Color LaserJet 2605dn from a Mac Pro running Mountain Lion, so I went to System Prefernces -> Print & Scan deleted it and atempted to re-add it.  When I try add the printer I get this message: Software for this

  • How to get rid of a previous app store log in

    i bought my iMac from a second hand dealer and there are updates in the app store that i cant access because it still has his log in stored how do i change it?

  • Pricing diff in sales order diff in billing

    Frnds I have 3 pricing procedures for a client....in sales order all 3 are visible as per the respective document type but when i go to invoice for all 3 document types it picking just one specific pricing procedure eveytime......do i need to chng an

  • How to disable the cancel button in the ProgressMonitor

    hi, I need to know, is there any way to disable/remove the (cancel)button in the ProgressMonitor? One more problem is, Once i click the cancel button, isCanceled() return true, how to make it false again so that the process continue.... It is very ur

  • Lauching iTunes 10.5.1.42

    After upgrading iTunes to ver 10.5.1.42, I get error that a required iTunes component is not installed.  Please Repair or Reinstall iTunes. (-42404) I've tried repairing iTunes and reinstalling iTunes but still get same message.  I have done this on