External as3 swf loaded as amv1movie in flash player 10.1.53.64.2

Greetings!
I've got a problem with new flash player 10.1.53.64.2 (activex component) on windows 7 and windows XP (vista was not tested) no matter x86 or x64. This problem doesn't not appear on previous versions of player such as 10.0.42.34 and lower 9.0.45. The problem is: when I load external movie it loads as amv1movie thought both swf's are in ActionScript3.
Proof
flash player 10.1.53.64.2:
loadGraphics(checkbox.swf)
loadGraphics.onOpenCompleteLoaded: [Event type="open" bubbles=false cancelable=false eventPhase=2]
loadGraphics.onInitCompleteLoaded: [Event type="init" bubbles=false cancelable=false eventPhase=2]
loadGraphics.onUrlCompleteLoaded
afterGraphicsLoaded checkbox
afterGraphicsLoaded. height and width
afterGraphicsLoaded. added templateObject to stage [object AVM1Movie]
flash player 10.0.42.34:
loadGraphics(checkbox.swf)
loadGraphics.onOpenCompleteLoaded: [Event type="open" bubbles=false  cancelable=false eventPhase=2]
loadGraphics.onInitCompleteLoaded: [Event type="init" bubbles=false  cancelable=false eventPhase=2]
loadGraphics.onUrlCompleteLoaded
afterGraphicsLoaded checkbox
afterGraphicsLoaded. height and width
afterGraphicsLoaded. added templateObject to stage [object mySuperCheckBox]
Please help!

You may be better off asking in the Flash or ActionScript forum.

Similar Messages

  • HT5271 Downloaded latest Apple updates that informed me old versions of Adobe Flash Player were disabled and advised me to go to Adobe and down load latest version of Flash Player. Did that, but Flash Player won't play swf files, which it did before.

    Downloaded latest Safari update that informed me that older versions of Adobe Flash Player were being disabled and then advised me to go to Adobe and down load latest version of Flash Player. Did that, but Flash Player won't play swf files, which it did before. (Instead of opening, it comes up as a page of code).

    Hi..
    Quit Safari.
    Open System Preferences > Flash Player then select the Advanced tab.
    Click:  Delete All
    Now select the Storage tab.
    Click Delete All
    Relaunch Safari to test.
    edited by:  cs

  • Load powerpoint in to flash player

    Hi.
    is there any way to load powerpoint in to flash player?
    if have please give me a example

    Search for powerflashpoint program I never use this...  "PowerFlashPoint is a PowerPoint® plug-in that automatically converts your PowerPoint 2007, XP/2002 & 2003 presentations into a highly compressed Internet-ready presentation in the Macromedia Flash™ format."

  • Tweens don't work in multiple external AS2 SWFs loaded by AS3 SWF

    When I try to load a single external AS2 SWF in an AS3 parent
    SWF, scripted tweens using the mx.tween class work fine. However,
    when I load two or more external AS2 SWFs, the first will work, but
    in subsequent SWFs the tweens do not animate. Does anyone have a
    solution?
    Related post:
    http://www.actionscript.org/forums/showthread.php3?t=147637

    SymTsb,
    So what is the code to do that? To delete the TWEEN variable?
    easeTime = .5;
    var day_handlerX:Tween = new
    mx.transitions.Tween(daynightlabel_mc, "_x",
    mx.transitions.easing.Regular.easeOut, daynightlabel_mc._x,
    (left_point+daynightlabel_mc_leftDifference), easeTime, true);
    day_handlerX.onMotionFinished = function() {
    trace("day_handlerX="+day_handlerX);
    trace("day_handlerX onMotionFinished triggered");
    delete day_handlerX;
    trace("deleted day_handlerX="+day_handlerX);
    does not work. the TWEEN object is still there.
    Can ADOBE say something??
    AS3 is ...

  • .swf working when opened with Flash Player but not when opened with Mozilla

    I'm having a problem with the .swf I created.
    It works fine when I open it on my computer with Flash Player.
    When I attempt to open it with Mozilla:
    - it wont play or allow a button to navigate to Frame 3.
    -it will allow another button to fullscreen the .swf and bring it back to small screen.
    This also happens when Flash Professional creates the HTML. (Autoplay = true)
    Is there some restrictions on AS3 when used on a webpage that don't apply when Flash Player is used independently?
    I've been trawling through the forums without any luck
    Any help would be very much appreciated
    Thanks

    Hey,
    Yes there are some links but when using the right click menu to play the swf the links are there and working.
    Thanks Ned for your intrest and attempt to help! It gave me courage to dig deeper.
    After a rest and feeling less presure - I discovered the problem.
    When in webpages you can't automatically Fullscreen - its fine if on a button though. I had to take out the line below
    stage.displayState=StageDisplayState.FULL_SCREEN;
    Cheers

  • How do I get SWF files to open in Flash Player?

    Currently they have no program associated to the extension. When I try 'Open With...' I cannot find Flash Player at all and opening in IE causes a loop between opening an IE window and the 'Open File, Save File, ect' window.
    I'm currently running Windows 7, Mozilla Firefox, and have no other isses with things playing on my PC.

    You can either try associating .swf files with a browser so they open the SWF directly, or else you can download the standalone (aka "projector") flash player and associate the files with that.
    Here's where you can download the standalone player:
    http://www.adobe.com/support/flashplayer/downloads.html

  • SWF not playing correctly in Flash Player

    When I create a new SWF - only sometimes - the SWF shows (in
    Flash Player, Projector, Exe ONLY) up blank or missing quite a bit
    of the animation, buttons, etc. It plays fine when opened in the
    Flash application or as a "Test Movie" but not when opened directly
    from the Flash Player!
    Any ideas?
    Thanks,
    Mike

    ekim2005 wrote:
    > When I create a new SWF - only sometimes - the SWF shows
    (in Flash Player,
    > Projector, Exe ONLY) up blank or missing quite a bit of
    the animation, buttons,
    > etc. It plays fine when opened in the Flash application
    or as a "Test Movie"
    > but not when opened directly from the Flash Player!
    could it be that you have multiple version of Flash program
    install and
    the one that is set to default is older one ?
    For instance, Flash MX 2004 and Flash 8 , authoring in flash
    8 but preview happen
    in MX 2004 ? this is my exact setting, for compatibility
    test. This would make
    new files fail to perform properly.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • How to load jpg if no flash player is installed

    Hi,
    Not sure if I'm posting this in the right program forum or
    category...
    I'm trying to learn how to load a jpg instead of the flash
    movie if the user doesn't have flash player on his computer. Is
    there a tutorial somewhere?
    Would this be code I put in Flash or the web program? I'm
    currently using GoLive CS2...
    Thanks,
    Kim

    Hi Kim,
    Try this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14526&sliceId=1
    Thanks,
    Mark

  • FF12 Not loading xml in the flash player

    I have a VERY specific bug.
    I have a Flash intro to a site (please no comments, not my choice)
    The Flash intro (swf) pulls inn some links from an xml file.
    This works fin unless the user is running the following system:
    10.6 - snow leopard - running Firefox with version 11x of the flash plugin
    Totally stumped as the the cause Any help would be greatly appreciated

    You can open the LHH window via the (F10) Tools menu > Live HTTP headers or you can place a toolbar button on a toolbar via the Customize menu.
    Then you can reload that page and bypass the cache to make Firefox retrieve all the files from the server.
    You can also try to clear locally stored data in the Flash player via the Global settings panel, accessible via the right-click context menu of the Flash object.
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/help02.html

  • Failed to load to macro media flash player

    hi am using windows 7 ultra 64 bit and am trying to use a program called bass guitar tips it runs of of flash player but every time i try it just get a failed to load to Macromedia player i checked with them for the issue but they just assured me that it wasnt thier program and i have a problem with flash ive check the forums and updated my flash to the latest version and deleted my cache file for flash / Macromedia if that helps but still not working any help would be appreciated thanks

    Are you having problems with other Flash content (YouTube, etc?) 
    Can you try installing both of these installers then try again?
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

  • Facebook, farmtown won't load because of adobe flash player, Mozilla won't let me download

    Facebook, I go to farmtown but it won't load because I have to download adobe flash player. But Mozilla won't let me download adobe flash player

    Hi..
    Quit Safari.
    Open System Preferences > Flash Player then select the Advanced tab.
    Click:  Delete All
    Now select the Storage tab.
    Click Delete All
    Relaunch Safari to test.
    edited by:  cs

  • Unabe to load moives with New Flash Player 11.8.800.94 installed.

    No mater what I do, I can not see you-tube videos with the new Flash player 11.8.800.94 installed. I have remove ALL elements I can find, re-installed fresh.... Nothing. HELP!
    Windows Explorer 9 ----9.0.8112.16421
    Windows 64 Bit system

    That could indicate an outdated graphics driver; see http://forums.adobe.com/thread/945765

  • NEED HELP REDOWN LOADING 11.6 ADOBE FLASH PLAYER,HAVE TRIED SEVERAL TIMES WITH NO SUCCESS,HAVE UNINSTALLED AND INSTALLED STILL BLOCKED PLUG IN SHOWS UP.

    PLEASE HELP.

    MAC OS X v10.6
    Mac OS X (10.6.1)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.
    After doing the above, Adobe strongly recommends that you first uninstall any previous version of Flash Player, using the uninstaller: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    Follow the instructions closely, such as quitting ALL applications first before installing.  Repair permissions and restart your computer after the installation is completed.
    BTW:  Typing in caps is considered shouting in cyber space.  We can all hear ya!

  • AS3 swf loaded as AVM1Movie

    I have an as3 proj in flex.
    I have a custom class Screen which is complied into a swf (by
    flex)
    I'm loading this file via a Loader..., then passing data up
    to it on INIT.
    fine that works great for the first time, second time, then
    on the third time nothing.
    when I trace for the type of the Loader.content, the first
    two times it traces [Screen,Object] as expected but on the third
    time it traces [AVM1Movie, Object].
    what's this about?? is it some security thing??
    the relevent code is below - the path resolves in all cases
    to the same path (..../SimpleScreen.swf)
    // ActionScript file
    package gs.ctl
    // imports
    import flash.display.DisplayObjectContainer;
    import flash.display.Loader;
    import flash.events.Event;
    import flash.events.EventDispatcher;
    import flash.net.URLRequest;
    import flash.system.ApplicationDomain;
    import flash.system.LoaderContext;
    import gs.mdl.LoadXmlUnicode;
    import gs.vw.Screen;
    import mx.utils.StringUtil;
    import utils.LogEvent;
    public class Navigator extends EventDispatcher implements
    INavigator{
    private var _currentScreenLoader:Loader
    private var _currentScreen:Screen
    private var _currentScreenXml:XML
    private var _screenSetXml:XML
    private var _rootScreen:DisplayObjectContainer
    private var _pathUserRoot:String
    private var _pathData:String
    private var _pathAssets:String
    private var _URLscreenSet:String
    private var _legalScreenItems:XMLList
    private function _changeScreen():void{
    var URLReq:URLRequest = new
    URLRequest(_pathUserRoot+"\\"+_pathAssets+"\\"+_currentScreenXml.url);
    var context:LoaderContext = new LoaderContext();
    context.applicationDomain = ApplicationDomain.currentDomain;
    _currentScreenLoader=new Loader();
    _currentScreenLoader.contentLoaderInfo.addEventListener
    (Event.INIT, _initHandler)
    _currentScreenLoader.load(URLReq, context);
    private function _initHandler(event:Event):void{
    if(_rootScreen.numChildren==2)_rootScreen.removeChildAt(0)
    trace("type = "+_currentScreenLoader.content)
    _currentScreen=Screen(_currentScreenLoader.content);
    _rootScreen.addChild(_currentScreen)
    _currentScreen.setData(screenXml, _legalScreenItems,
    _pathUserRoot+"\\"+_pathAssets+"\\");
    _currentScreenLoader.unload();

    -- When u say first time, seccond.... you mean each time you
    compile your flex applicaction?
    I mean every time the changeScreen function is called... ie
    at run time.
    strange eh??
    this is no longer an urgent issue, as i've change the
    architecture now (much better :~) but I would like to know whats
    happening

  • SWF file not playing in flash player

    Hello All
    I am working on this project for a client, suddenly no-one can get the SWF file to play.
    https://drive.google.com/folderview?id=0ByWDl-PaRWIFY0c1SnEwbUNraUE&usp=sharing
    The file is there.
    If anyone can help please do.
    I know this file works. It must be an update or something?
    Please Please Help

    If you've lost the source to your SWF files, there are a number of SWF decompilers available.  You may be able to decompile the SWF and then recompile the project using a current compiler.  It's worth a shot anyway.
    A cursory Google search turned up a few candidates (free and paid), but I don't have much experience with any of them. 
    http://www.sothink.com/product/flashdecompiler/
    http://www.free-decompiler.com/flash/
    http://www.swf-decompiler.org/
    SWFWire - Flash developer tools
    FWIW, I've never seen that blue screen and circle behavior before.

Maybe you are looking for