Flash Component Loading Problem

Some times Flash inbuilt Component will not load perfectly. I
checked in Firfox and for Flash Player 9.0.45.0.
And i checked in IE8 and flash player 10 then its working
fine.
And i worked in Flash CS3. So can any body tell me how to
resolve this problem for previous version? atleast it should work
for player 9 and firefox

Sergius Lashutka wrote:
> I have an embedded Flash component on my home page.
Unless www. is added to my
> address, this component will not load properly. All the
variables show up as
> "undefined". But if www. is added to my address
"www.sergeglass.com", all is
> well. I really want to fix this to move to the next
thing. Thanks!
>
> Serge
>
Serge,
You need to talk to your host and get them to fix this for
you. All you
need is
http://sergeglass.com redirected
to
http://www.sergeglass.com
Steve

Similar Messages

  • Flash component loads slowly or renders slowly

    Hi,
    Does anyone have a problem with flash 8 components loading
    very slowly. I have a mainmovie page that loads other .swf files
    into a movieclip. The sub movie has got flash 8 components,
    basically, 4 buttons, 4 datefields, one combo box, one menu bar and
    one datagrid. When i load the sub movie into the mainmovie, the
    components flashes for a second and then shows the components. I
    use a moviecliploader as well to hide the loaded movie and only
    after it's loaded then show the loaded movie, still the components
    flash.
    Any ideas as i have been trying to solve this for about 5
    hours now. Any help much appreciated.
    Thanks

    Hi clbeech,
    Thanks for replying. Nope, i am not using
    getNextHighestDepth() anywhere in my classes or on the timeline.
    What i have done is use an empty movieclip, named it dropzone, and
    when a menu item is clicked, an external movie loads into that
    movieclip. The external movie is loaded using the moviecliploader
    class.
    Here's the code from the class that might possibly help...
    //The helpful Delegate for UI component event listeners
    import mx.utils.Delegate;
    class loadCenterApps extends MovieClip
    public var menubarObject : Object;
    private var mclListener : Object;
    private var menu;
    private var imageLoader : MovieClipLoader;
    public var root : MovieClip
    // constructor function
    public function loadCenterApps (root : MovieClip)
    this.root = root;
    mclListener = new Object ();
    imageLoader = new MovieClipLoader ();
    mclListener.onLoadProgress = Delegate.create (this,
    this.onMclListenerProgress);
    mclListener.onLoadInit = Delegate.create (this,
    this.onMclListenerInit);
    imageLoader.addListener (mclListener);
    init (root.my_mb);
    private function init (menubarObject)
    root.my_mb = menubarObject;
    menu = root.my_mb.addMenu ("File");
    menu.addMenuItem (
    label : "Save", data : "saveReport.swf"
    menu.addMenuItem (
    label : "Cancelled", data : "cancellationReport.swf"
    menu.addMenuItem (
    label : "Other Details", data : "otherReport.swf"
    menu = root.my_mb.addMenu ("User Management");
    menu.addMenuItem (
    label : "Add, Delete and Change Password", data :
    "addUser.swf"
    root.my_mb.addEventListener ('change', Delegate.create
    (this, menuListener));
    public function menuListener (evt_obj : Object)
    destroy ();
    var someRandom = getTimer () + random (1000000000);
    //var toLoadClip = evt_obj.menuItem.attributes.data + "?=" +
    someRandom;
    var toLoadClip = evt_obj.menuItem.attributes.data;
    imageLoader.loadClip (toLoadClip, root.dropzone);
    public function onMclListenerProgress (target : MovieClip,
    bytesLoaded : Number, bytesTotal : Number) : Void
    if(bytesLoaded >= bytesTotal) {
    target._visible = true;
    else root.dropzone._visible = false;
    public function onMclListenerInit (target : MovieClip) :
    Void
    target._visible = true;
    public function destroy () : Void
    imageLoader.unloadClip (root.dropzone);
    /////////////////////////////////

  • Flash Intermittent Load Problem

    Hey everyone,
    Hoping someone here has a solution for this:
    http://www.drebly32.com
    Reload the page a couple times. On random occasions, the page
    does not load the top header Flash. I've been able to reproduce
    this in IE 6, Firefox 1.5 and 2.0 and Apple's Safari. Has anyone
    come across this before? Initially, we thought it had to do with
    using the IEUpdate JavaScript. Took that out and replaced it with
    SWFObject. Any help would be greatly appreciated.

    So here's how I solved it. Removed ieupdate.js and utilized
    SWFObject on every piece of Flash (not just the header). The Flash
    pieces were trying to double load with ieupdate's JavaScript
    running. Problem has been solved.

  • Flash Player loading problem

    When trying to install Flash Player after 50% complete a message pops up saying "User does not have sufficient privileges to download Flash Player.  Can anyone help me with this? Please!
    Windows XP, Pentium 4,

    You need to install as an Administrator user.
    Download the installer(s) from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

  • How to load Flash component on a Mac Native Window

    Hi, I have a application working fine on Windows, Have Flash
    component loaded on PC window and send and receive event through
    C++, But I dont have any idea how to do it on Mac, I have used MFC
    etc in PC to display the Flash component on it but how can I do the
    same on Mac, Basically I require a Mac window to host a Flash
    Component with some other media components and being able to send
    and receive events in C++ to and fro on Mac window.
    Thanks

    Converting a Lightweight Access Point Back to Autonomous Mode
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp161272

  • Flash Component Problem in D11

    I have a project where I am using flash component CheckBoxes.  I loaded them onto the screen and when I try to make the sprite width of each checkbox wider, the sprite seems to disappear on the stage. If I dont mess with the width, they display just fine and work correctly.
    Is this a common error for flash components in director 11?  Is it even possible to use lingo to adjust a flash component's sprite width?
    BTW - the setting of the Flash Component's sprite width occurs on an exitframe, not on a beginsprite
    Any help or info to point me in the right direction woiuld be appreciated.
    Thanks guys

    I specifically asked you for a file with a single component and a script attached that demonstrated what you were reporting. I asked for this so that I didn't have to waste time wading through extraneous code trying to figure out what was at issue.
    Your problem is that when you set the width, the height drops to zero. I don't know why. In a simple test case with a single component and a behavior attached that sets the sprite.width in the #beginSprite handler this doesn't happen - the width changes and the (original) height is maintained. Perhaps it's a consequence of makeScriptedSprite() - possibly because there is no sprite in place to start with, and therefore no original height to maintain.
    Here is your script "SetStaticProp" with my amendments:
    property pMyLinkInfo
    property pSetMyFlashProps
    property mySprite
    on new me, iNum, bSetProps, lInfo
      mySprite = sprite(iNum)
      pSetMyFlashProps = bSetProps
      pMyLinkInfo = lInfo
      return me
    end
    on endSprite me
      mySprite = VOID
    end
    on exitFrame me
      if pSetMyFlashProps = 1 then
        mySprite.static = not (pMyLinkInfo.enabled)
        mySprite.label = pMyLinkInfo.name
        tHeight = mySprite.height
        mySprite.width = 160
        mySprite.height = tHeight
        pSetMyFlashProps = 0
      end if
    end
    and here is the amended fragment from your "Generate Link Instance" parent script:
      --****Next Line causes CheckBox to go missing********
      --  sprite(CheckBoxSnum).width = 160
      myScript = script("SetStaticProp").new( CheckBoxSnum, 1, duplicate(myInfo) )
      sprite(CheckBoxSnum).scriptInstanceList.add(myScript)
      gItemSelectionList.add(myInfo)

  • Component Loader resizing external swfs

    Hi. Fairly new to Flash. I'm putting together my first full
    Flash site. The tutorial I'm following along with for some
    assistance is written for Flash8, but I'm using CS3. To try to
    minimize differences, I'm doing my files in Actionscript 2.
    I've used an instance of the component Loader to load
    external swfs (my pages) into the content portion of my main swf.
    The problem I've run into is the loaded swfs are showing up at
    different sizes. For ease of layout, the document sizes of the
    external swfs are exactly the same as the mx.controls.Loader
    instance on my main swf. But when they load, one is coming in
    slightly larger than the original size, one nearly a quarter of the
    size it should be. Everything else works.
    In playing around to try to troubleshoot, I made one change
    to my home swf (the external that loads immediately with a
    Loader.contentPath command. This one had been loading slightly
    enlarged), I changed a guide layer so it was a regular layer, no
    longer a guide, then it loaded at the right size. When I changed
    the layer back to a guide, it loaded somewhat enlarged again. I
    tried turning off the guide layer on the other swf that was loading
    small, it didn't help. I'm going nuts trying to figure it out.
    I thought maybe it might have to do with the fact that some
    elements start outside the document frame of the external swfs and
    slide in, so I masked all layers to the size of the document. That
    didn't help. Is there some scale setting for the Loader component
    that I'm not aware of? That would cause the external swf to scale
    up or down to fit the size of the Loader instance?
    Any help would be appreciated. Thanks

    Thanks. I tried a few more searches in Flash's Help for
    Loader scaling and resize and found the scaleContent property, was
    just coming back here to say nevermind and saw your response.
    Sometimes it takes writing out the problem to spark more
    troubleshooting inspiration.
    BTW, changing Loader.scaleContent to false did solve my
    problem. :)

  • Flash video loaded into FLV Player choppy

    I just upgraded to Flash 8 tonight, so I'm a little bit of a
    newbie as to the new FLV Player that's included (so cool though!!!)
    I was supposed to add a Preloader to a client's file tonight
    and got nowhere :(
    The Flash video that's being loaded into the FLV Player is
    choppy and I can't figure out how to add a preloader. I tried the
    AS from the help file, but it didn't work out. I'm assuming this AS
    is not for use with the FLV Player?
    Any help is GREATLY appreciated. I'm at my wits end with this
    and confused as to why I can't preload the movie. The preloader
    just blinks for a second, then the movie plays but it's large so it
    gets choppy every now and then.
    thanks!

    Actually I did try setting the buffer to 10 and it didn't
    correct the problem. Tried adding the suggested FLV Preloader but
    it doesn't work with this instance (component loading external
    movie file) so I ended up having to use a different FLV Player
    altogether and it worked fine. Seems like there is something wrong
    with the built-in component -i f another FLV Player works perfectly
    without any additional programming or tweaking and was developed by
    an outside source (other than Adobe.)
    Thanks for your reply though.

  • Component Loader - how to have 1st image visible

    I'm a rookie at Flash, so excuse the simpleness of my
    question. By the way, I'm using Flash 8.
    I want to use the Component Loader that I gave myLoader as an
    instance name. I'm using an action script for each button (which
    are thumbnails of my big images) with the on(release)
    {myLoader.contentPath - "imagename.jpg";} action. My problem is
    that I want the 1st image to show, I don't want a blank clip when
    it first opens up. How do I get the first image to show but then go
    away when the other images are called. I tried simply putting an
    image on my first frame, but then everytime I click on a button to
    see a different image, during the time the new image is loading, it
    brings me back to the image on frame 1 for a second or 2.

    the easiest method is actually right there in front of you.
    Take the code you have inside your on(release) (the
    myLoader.contentPath...) and simply copy it to the main timeline.
    This will cause an image of your choosing to appear first.
    Subsequent calls will not show the original image under them if
    done this way.

  • Flash app loading multiple swfs

    Hi ...
    I am having to fix a load problem with our Flash app. The
    current code loads in 3 to 4 swf's (100 to 300 kb in size) into the
    main swf and the same time. Should the swfs be loaded sequentially
    or is ok for them to be loaded all at once?
    Thx

    Loading external swf containing code (even a single stop() !) is not allowed on iOS...

  • Using Flash Component

    Will Apple reject a Flash iPhone app that uses a Flash component? I want to create the app with a Flash plug-in component.
    Thanks.

    I don't understand your explanation.
    Is the SWFLoader loading a full SWF or an embedded symbol?  What is an invisible mode and how do you know it is in that mode?
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Player & Flash progress bars problem

    Hi.
    I'm rather desesperate here.  I have the latest version of Flash Player with the latest version of Mozilla Firefox (3.5.3).  Wherever I try to upload a file on a website that uses a Flash component to show the progress, it simply goes up to 100% under a second for a 15MB file.  This is my latest Speedtest.net :
    http://www.speedtest.net/result/574890835.png
    It's IMPOSSIBLE to upload anything over 2MB instantly with that kind of connection.  Even if it's a really good one.
    I've tried anything and everything; even a reformat (two weeks or so ago) and it did NOT solve the problem.  So, I'm pretty sure that the problems lies in either one of those software/code :
    - HTML 5
    - Flash Player
    I don't know if you guys can solve the problem but I just hope you can.  It's really annoying because a majority of file-hosting websites use Flash-based uploaders.  I've been in multiple forums in search for help but nobody seems to be able to solve my problem and in which seem to be unique. The problem also occurs and Internet Explorer 8 and Chrome on my end.  So, my problem isn't browser specific.  The problem also occurs on Windows 7 RC.
    My (modest) machine :
    Intel Core 2 Duo E6600 2.4GHz
    2 GB of DDR2 667MHz Ram
    nVidia GeForce 8500GT 512MB
    ~1.3TB of Hard drive (across 4 hard drives)
    Windows Vista Home Premium FR (Genuine) & Windows 7 RC (Build 7100) [dual-boot]
    Thank you for your help in advance.

    Please help!
    If you want more details, please, ask them to me!

  • Flash Player loads the CPU  to 80-100%. All browsers.

    Hello. Flash Player loads the CPU of my computer to 80-100% even on slower flash applications. ALL actions of the FAQ tried. Problems are observed on all browsers (FireFox, Opera, Chrome). Video card drivers are updated, the player itself as the latest version. Windows 7 x 64, AMD Athlon II x2 M300, ATI Mobility Radeon HD 4570.

    What is your CPU usage when you visit this page:  Flash Player Version
    Do you recall if this occurred with previous versions of the player?  What do you see when you revert back to Flash Player 10.3?  Also, do you have hardware acceleration enabled or disabled?
    How do I revert to a previous version of Flash Player?
    How do I disable or enable hardware acceleration?

  • Using a swf generated by Flex from a Flash component

    I know you can include and control a swf generated by Flash
    within a Flex component. But can you do the inverse? Can you use a
    swf generated by Flex within a Flash project/component?
    We plan to develop a "core" module that would be used in a
    lot of other Flash and Flex components we'll develop in the future.
    This core would be a package of classes that could be easily
    re-used by the components. There would be nothing visual in it,
    only standard classes.
    Even if this core would not contain any visual components, we
    would like to develop it using Flex since we prefere Flex Builder
    to the Flash editor to code and debug.
    But I'm not sure if:
    1) A core module like this, developped in Flex, could be used
    by our Flash components or only by other Flex components?
    2) If we use Flex to generated this core, will the resulting
    .swf be bigger than if we would have used Flash to develop it?
    Since there will be no Flex visual components in it, maybe it will
    be as small? Is there a compiler parameter to tell Flex to only
    include the minimum things possible in the generated .swf?
    Any help or link about this would be really appreciated!
    Thanks you in advance!
    P.S. I apologize to those aware that this message was also
    posted on another Flex related forum, but I received no reply on
    it!

    try this. for me it has worked.
    import flash.net.URLRequest;
    import flash.utils.Timer;
    var loader:Loader = new Loader();
    var timer:Timer;
    var myclip:MovieClip;
    //load the Flex Component
    loader.load(new URLRequest("IS.swf"));
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    loaderDone);
    addChild(loader);
    function loaderDone(e:Event) {
    timer = new Timer(100);
    timer.addEventListener(TimerEvent.TIMER, handleTimer)
    timer.start();
    function handleTimer(event:TimerEvent):void {
    //cast the loader.content into MovieClip to access
    currentFrame.
    myclip = loader.content as MovieClip;
    if (myclip.currentFrame == 2)
    however, i need to access properties of IS.mxml..
    any data member would work..
    or if i could dispatch an event in IS.mxml and catch it in
    flash through IS.swf, it would work.
    Pls somebody suggest.

  • Loader-Problem mit I.Explorer / FireFox ist OK

    Die Domain "http://woopi.net"
    enthält eine "site", die nur mit Flash generiert wurde.
    Teste ich diese "Site" mit Firefox, dann gibt es keine Probleme, alles OK.
    Teste ich mit dem Internet-Explorer, dann muß dieser erst lernen mit den LoaderKomponenten umzugehen,
    nach dem 2. oder 3. "rollOver" werden dann diese Elemente richtig angezeigt.
    Ziel-Beschreibung:
    beim Aufruf von "woopi.net"  wird auf dem Bildschirm die Bundesrepublik dargestellt.
    Ein Klick auf die BRD öffnet ein Navigationsfeld mit 7 Button.
    Der Klick auf den Button "Alle Banken in Deutschland" öffnet ein Navigationsfeld, in welchem bei einem RollOver
    unten links auf dem Bildschirm ein Bild angezeigt wird, in einer LoaderKomponente.
    Der InternetExplorer zeigt diese Bilder falsch an, erst nach dem 2., ev. nach dem 3. RollOver wird das Bild richtig angezeigt.
    Unten rechts auf dem Bildschirm gibt es den Zugang zu einem weiteren Navigationsfeld, "WebKatalog 2".
    Die Darstellung in diesem Navigationsfenster ist geradezu scheußlich.
    Hinweis:
    auch die Html-Seiten in denen die Flash-Seiten eingebettet sind,  wurden mit Flash-Cs4 generiert.
    Es wurden keine ProgrammErweiterungen verwendet.
    Wer kennt die Problemlösung?
    mfG, Jochen

    danke für die Information:
    "you have incomplete swf embedding code"
    Die Kompelation der html-Datei erfolgt unter Flash automatisch, ich habe leider
    "fast keine" html-Kenntnisse, kann also nur laborieren. Können Sie mir einen Hinweis geben ?
    cue.fla     "wurde kompelliert". Ergebnis:
    cue.swf
    cue.html
    Hier das, was ich vorfand:
    <body bgcolor="#e7e7e7">
    <!--Im Film verwendete URLs-->
    <a href="./cue/queue2.swf"></a>
    <a href="./cue/queue3.swf"></a>
    <a href="javascript: end("document.cue");"></a>
    <a href="http://www.basiszins.de"></a>
    <a href="http://www.onvista.de"></a>
    <!--Im Film verwendeter Text-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
    Es müßte vielleicht so aussehen:
    <body bgcolor="#e7e7e7">
    <!--Im Film verwendete URLs-->
    <a href="./cue/queue1.swf"></a>     //das Script in  cue.swf:   loadMovieNum("./cue/queue1.swf", 1);
    <a href="./cue/queue2.swf"></a>    //d.Script in queue1.swf:  on (release){loadMovieNum("./cue/queue2.swf",2);}
                                                        //d.Script in queue2.swf:   loadMovieNum("./cue/queue10.swf", 3);
    <a href="./cue/queue3.swf"></a>    //d.Script in queue1.swf:   on (release){loadMovieNum("./cue/queue3.swf",2);}
                                                       //d.Script in queue3.swf:    loadMovieNum("./cue/queue30.swf", 3);
    <a href="javascript: end("document.cue");"></a>
    <a href="http://www.basiszins.de"></a>
    <a href="http://www.onvista.de"></a>
    <!--Im Film verwendeter Text-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
    Das "Loader-Problem" zeigt sich aber schon in der "queue1.swf" Datei, welche nach _level1 geladen wird.
    Es wird hier nur Actionscript 2 eingesetzt. Bemerkenswert ist, daß sich Firefox ohne Probleme sehr stabil verhält.
    Vielleicht können Sie hiermit etwas anfangen. Wenn ein SreenShoot eine bessere Analyse ermöglicht, schiebe ich ein Bild gerne nach.
    mfG. Jochen

Maybe you are looking for

  • COGS (Cost of the Goods Sold) in OPM reg.

    Hi Can anyone provide the details about COGS (Cost of the goods sold) documents/set up in R12. This is very urgent. Kindly do the needful. Mail id : [email protected] Regards Raj

  • How do I set up Windows Mail on iPad2?

    I'm using Windows Mail on my PC.  Can I use this on my iPad 2, and if so, how do I set it up?  I'm a bit of a technophobe!

  • Grid computing in oracle 10g

    Hello Everybody :) I want to make an application which will be added to grid computation (it will be inverting a matrix with dimension 1000x1000 in loop with lenght of 999999 ). I have got few questions. 1 How to make grid?? I' ve used Oracle 10gXE f

  • How to restrict data that is displayed  in adf query

    Hi all, i have a VO with query criteria, which i have added to the jsf page as adf query panel with table. There may be particular queires that return large number of records. Suppose i want to restrict the number of records being displayed to 10,000

  • Extracting Time without using the System Date and Time

    Hi, can I know how to process a task at this particular time eg. 6PM everyday without using the System Date and Time.. Do I need to use a Timer to get this done or is there any other solution to do this? Can give me a few hints? Thanks in advance =D