Faces component loading (trinidad+ajax4jsf)

hi, i need some general piece of advice. i have got a website with an applet inside it and what i basically need is to avoid loading this page again and again. i did some simple menu for navigation. i have got trinidad components such as tr:treetable and tr:table in separate pages. is there a way to load this pages dynamically using ajax4jsf for example depending on what has been chosen from the menu? tried with jsp:include enclosed in a trinidad panel with a rendered property set accordingly to field in a managed bean , but with no success. well, perhaps there might be some other framework, but i desperately need some of trinidad components. thanks in advance.

Also consider the skill set of your systems administrator as they are responsible for the application server which you will host your JSF application.
If the system is not configured well then your application will suffer.
It's a shame at the moment no certification or training courses exist for Oracle Application server 10.1.3 which is what ADF sits on top of if you are going with a full Oracle solution. I heard its around the corner but.
Whatever you choose, take into consideration issues for the whole lifecycle of the application from development, to production mode, to maintenance.
Each framework has different strengths. Also choose on the skill pool you have available. Wouldnt make sense to choose ADF if none of your future developers or job market in your area does not have alot of ADF skills.

Similar Messages

  • Change default text in adf faces component in Webcenter Spaces

    Hi ,
    Here is the link that I found to change the default text in adf faces component. http://www.oracle.com/technetwork/developer-tools/adf/learnmore/49-skin-component-labels-169191.pdf
    Scenario is simple :
    Taskflow "ABC" is used in webcenter space through imported Library in spaces App. Taskflow "ABC"  have the pageFragment "view1" and fragment has a adf table on that page. I was trying to change the "Detach" text using below code in above provided instruction. 
    { "af_panelCollection.LABEL_DETACH_TABLE_DLG", "Any name for the Detachable Table" },
    { "af_panelCollection.LABEL_DETACH_TREE_TABLE_DLG", "Any name for the Detachable Tree Table" }
    Query/Problem : I did change in the trinidad-skins.xml of DesignWCSpaces app ... redeployed the war.. But the text didn't changed. The above steps worked fine for individual ADF application ... SO what's wrong with implementation on Webcenter Spaces ?

    Hi.
    Basically you have to do the following:
    Create an ADF JAR Library including your Skin (JS, Images, CSS Skin, Resources Bundles and trinidad-skins.xml)
    Deploy the ADF JAR Library as Shared-lib in WebLogic.
    Include in your weblogic.xml of the WebCenter Portal (Formerly Spaces) deployment via DesignWebCenterSpaces or the new extension the reference to the shared-lib.
    Restart WebCenter Portal (Spaces). When starting WebCenter Portal (Spaces) it looks inside of the Classpath for all trinidad-skins.xml files.
    Setup your custom skin for a Space and test.
    If the Skin is not selectable in the Administration Console then register your new skin downloading/updating/uploading from the MDS the generic-site-resources.xml file of the default scope GUID.
    If you still have issues then may I priorize a Blog entry explaining this .
    Regards.

  • Problem deploying ADF Faces component demo to Glassfish 3.1.2

    Hi,
    Jdev 11.1.2.3
    ADF Essentials
    Glassfish 3.1.2
    Windows 7 (64-bit)
    Following the instructions on https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to I'm able to deploy and run a very simple ADF Faces application.
    But when I try to deploy ADF Faces component demo (rfc-dvt-demo.war) I get following error:
    [#|2012-10-17T10:06:48.541+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22101: (Fatal Error) DOMSource node as this type not supported.
    |#]
    [#|2012-10-17T10:06:48.541+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22900: (Fatal Error) An internal error condition occurred.
    |#]
    [#|2012-10-17T10:06:48.557+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22101: (Fatal Error) DOMSource node as this type not supported.
    |#]
    [#|2012-10-17T10:06:48.557+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22900: (Fatal Error) An internal error condition occurred.
    |#]
    [#|2012-10-17T10:06:48.572+0200|SEVERE|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=27;_ThreadName=Thread-2;|Critical error during deployment:
    com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:672)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:322)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225)
         at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4750)
         at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:550)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5366)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:498)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:733)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2018)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1669)
         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:301)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:353)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
         at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:145)
         at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:575)
         at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:461)
         at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:389)
         at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:380)
         at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:220)
         at java.util.TimerThread.mainLoop(Timer.java:512)
         at java.util.TimerThread.run(Timer.java:462)
    Caused by: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
         at java.util.concurrent.FutureTask.get(FutureTask.java:83)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:670)
         ... 31 more
    Caused by: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:920)
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:865)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:656)
         ... 31 more
    Caused by: javax.xml.transform.TransformerException: XML-22900: (Fatal Error) An internal error condition occurred.
         at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:915)
         at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:502)
         at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:1013)
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:911)
         ... 35 more
    Caused by: javax.xml.transform.TransformerException: XML-22101: (Fatal Error) DOMSource node as this type not supported.
         at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:917)
         at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:488)
         ... 37 moreI have also tried
    - to re-create the WAR file with "platform=Glassfish" in the deployment profile but with the same result
    - to create an EAR file with "platform=Glassfish" in the deployment profile but with the same result (I have read in the ADF docs that for ADF applications deployment of WAR files only works witin EAR files)
    From my knowledge the ADF Faces Component demo should be deployable on the certified and supported version of Glassfish as it consists of ADF Essentials features only.
    Anyone already succeeded with deployment of ADF Faces demo application on Glassfish?
    regards
    Peter

    Okay, so my problem was that the URL I was using was the OC4J launch url (http://host/applicationname and my welcome-file-list was
    <welcome-file-list>
    <welcome-file>LoginPage.jsp</welcome-file>
    </welcome-file-list>
    I tried these two variations
    <welcome-file-list>
    <welcome-file>LoginPage.faces</welcome-file>
    </welcome-file-list>
    <welcome-file-list>
    <welcome-file>faces/LoginPage.jsp</welcome-file>
    </welcome-file-list>
    and neither of these worked either. (I did restart the OC4J node between each attempt.)
    I finally created an index.html file for the application with an automatic refresh content="0;URL=faces/LoginPage.jsp" and this is working.
    Should the welcome-file-list have worked? Am I doing something wrong here?
    Thanks for the help. Mark

  • 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. :)

  • Error in Component Loading the File

    Dear Expert,
    Good Morning!
    I tried to import license but error message "Error in component loading the file" appear.  Can anyone help me on this?
    Thanks

    hi Sandra,
    please make sure that your License file is correct and also take note of your SBO version and PL. this maybe the cause.
    i.e
    your SBO is 8.81 PL: 04, then your should use a license file that is for 8.81 version and not the older version of License file.
    regards,
    Fidel

  • Getting Faces to load faster

    I'm interested in optimizing Faces tagging to get the Faces Library to load faster.
    I've seen several forums regarding the slowness in getting Faces to load, primarily due to it needing to dynamically build the library each time it loads.
    I'm looking for any helpful tips which "may" help getting the Faces library to load faster. Right now it's taking about 15 seconds to load.
    Is the loading time based on :
    * overall number of pics in the library?
    * number of tagged faces I have on my corkboard?
    * number of untagged faces?
    Basically I know the number of pics has an impact, but I'm wondering if it helps to reduce the number of tagged faces, then I can remove some. Or if it helps to ignore all the faces which I'm not interested in.

    I don't know if this will be helpful but it sounds like you get the general architecture or the way Faces work but have not connected the dots so let me give it a try for you.
    If you try to load global faces view but have many unconfirmed faces it will be slow. It will also be slow when you try to look at one face when there are many unconfirmed matches because Aperture is looking for all the possibilities in the entire library.
    So...
    To make it faster just confirm your faces don't leave a bunch of possibilities out there.
    Also realize that you can use the faces view at any library level - you don't have to use it on the global view. For example, say you have a bunch of projects that have nothing to do with your family and a bunch of projects that contain family images. If you don't care about the faces in the non-family projects just create a folder, deposit all family projects and use the faces interface on that folder vs all of you projects. Slice and dice for whatever works for you.
    RB

  • 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.

  • Component loader & external swf : how send parameter ?

    hello all,
    I have a simple problem I have not been able to solve.
    I use a compnent loader to load an external swf.
    I need to pass a parameter to the swf to make it run
    properly, which I named 'url_xml' and in which I provide the name
    of an XML file.
    the component loader is named 'diaporama'.
    the following code works :
    _root.diaporama.contentPath = "my_swfplayer.swf";
    BUT I need to send a parameter, so I tried :
    _root.diaporama.contentPath =
    "my_swfplayer.swf?url_xml=filexml.xml";
    It does not work. It tries to load a file named
    my_swfplayer.swf?url_xml=filexml.xml
    instead of loading my_swfplayer.swf with the param url_xml
    whose value is filexml.xml.
    Can somebody help ?
    Many thanks.

    I would place some code in the loaded movie to look for the
    variable and then start.
    Cheers,
    Gorka
    www.AquiGorka.com

  • Loader component loading swf bigger as it is?

    Im loading second.swf in main swf using a loader component,
    second swf is has a stage size of 800*85, i load it in a
    component with the same size, and scaleContent = true
    This goes wrong, after investigating second.swf it actualy
    has a stage size but some components on the size like a textfield
    goes beyond the stage (which is necesarry to be able to load enough
    text in it (it starts scrolling then to be visible on stage), when
    i test second.swf, i get a 800*85 swf.
    But when i include it in an other swf and autoscale it, it
    seems like flas includes the objects outside the stage from
    second.swf to do the scaling.
    Ideas to avoid this fenomenon ?

    the loaded swf will include objects that are off-stage. it
    wouldn't be satisfactory if those objects were "omitted".
    if you want second.swf to appear the same in main.swf,
    main.swf will need to have the same stage size as second.swf or
    you'll need to mask second.swf's target to make it appear the
    same.

  • How can I get a loading animation to play while fly playback component loads a file?

    Hi team,
    Two part question here..
    So I have a FLV playback component and a number of .flv files that it loads   ------>  using video1.source="film/whatever.flv";
    There is a slight delay while the file loads and so I would like to
    A) make this pause a bit longer (it would be so fast at the moment that any loading animation would be subliminal, but with nothing at all you get a second of blank which is not good either- so if I can get it to be a bit longer, like say 2 seconds..
    B) have an animation play while this happens..
    It does not need to show progress or anything, just like a spinning wheel or whatever.
    I have been playing around with bufferTime but not really getting anywhere..
    Can anyone help me out?
    Thanks
    sub

    Here is a test with one flv player (video1) and two buttons (butt and butt1)
    Ok so I have some code that kind of works using the countdown timer... but I obviosuly dont know why it works because if I change the seconds count down from 1 to 2 it only works once.
    I get "working"
             "working"  trace twice and it works
    After that I get the "working" trace but nothing happens    ...    I am close but would really like to understand a bit more what I am doing!
    Any help greatly appreciated.
    Cheers
    Sub
    import flash.events.MouseEvent;
    var fl_SecondsToCountDown:Number = 1;
    var fl_CountDownTimerInstance:Timer = new Timer(1000, fl_SecondsToCountDown);
    video1.visible=false;
    video1.load("film/film1.flv");
    video1.stop();
    butt.addEventListener(MouseEvent.CLICK, go);
    function go(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
        video1.load("film/film1.flv");
    butt1.addEventListener(MouseEvent.CLICK, go1);
    function go1(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
              video1.load("film/film2.flv");
    function fl_CountDownTimerHandler(event:TimerEvent):void
    {trace("working");
              fl_SecondsToCountDown--;
              if(fl_SecondsToCountDown==0){
                        trace("done");
                        playmovie();
                        fl_CountDownTimerInstance.removeEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    function playmovie(){
              video1.visible=true;
              video1.play();

  • Can we create a custompage component using trinidad

    Hi all,
    We are developing a application where we need to support IE6 so we are using trinidad components for JSF. In our application all the pages have tha same look n feel. Only the central part of the page changes. I wanted to create a template and use it for all the pages but that's not allowed with IE6. So I wanted to customize the panelpage component and create a myownpage component and use it across my application.Is this possible if possible can some one give some info...Plz correct me if this will be a wrong approach
    Edited by: RKadiyala on May 5, 2009 2:42 AM

    Hi,
    Trinidad supports Facelets for templating. Have a look at the Apache MyFaces website for Trinidad
    Frank

  • Custom ADF Faces Component - Up-to-date Documentation Requested

    Hello,
    I am evaluating Oracle ADF for an upcoming project where we expect to create some custom components (we have internal data-entry users, and the happier we make them, the better we're doing).
    I've gone through the most likely use-cases, combining base components using EL, and customizing functionality ( well, creating a ClientConverter for DateInput). I have one last requirement, but seem to have hit a wall.
    I've found the page in the [Oracle Docs|http://docs.oracle.com/cd/E24382_01/web.1112/e16181/ad_custom.htm#insertedID2] that should take me through the process... unfortunately, It seems the documentation seems out-of-sync with the current release of JDeveloper.
    So, First off, I'm hoping someone can point me to some better documentation... I'm really hoping I was looking in the wrong place, or that someone has taken it upon themselves to have a blog post somewhere that I'm not able to find with Google.
    Secondly, for any Oracle employees in the room, here are a list of issues in the current documentation (just in the first two pages):
    - 31 - There should be some way to download an archive of the 'example' TagPane project.
    - 31.2.1.1 - There is no "Generic" application. In order to get the ability to deploy as ADF Jar, I had to use the project setup from
    [this tutorial|http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_40/jdtut_11r2_40.html].
    - 31.2 - Example Files - All of these files exist in META-INF, however, when following the above tutorial, most of them are created in WEB-INF.
    - 31.2.1.3 - This isn't required if you use the setup from the tutorial.
    - 31.2.1.4 - The folder /jdeveloper/modules/does not contain the specified jars in the current release of JDeveloper... It is located in Middleware\oracle_common\modules.
    - 31.2.1.4 - The XSD "web-facesconfig_1_2.xsd" does not exist in the current glassfish.jar
    - 31.2.1.4 - The XSD "trinidad-config.xsd" contains an error when adding: 'Error: Line 263, Column 33: invalid facet "pattern" for type "simpleType"'

    I have found files and try to import it... Everything looks ok except for 'trinidad-config.xsd'... Oh it is for version JDEV_11.1.2.2.0.
    /META-INF/faces-config.xml JDEV_HOME/oracle_common/modules/oracle.jsf_2.0/jsf-impl.jar!/com/sun/faces/web-facesconfig_2_0.xsd ('cause we are using JSF 2.0?)
    /META-INF/trinidad-skins.xml JDEV_HOME/oracle_common/modules/oracle.adf.view_11.1.1/trinidad-impl.jar!/org/apache/myfaces/trinidadinternal/ui/laf/xml/schemas/skin/trinidad-skins.xsd (Error: Line 263, Column 33: invalid facet "pattern" for type "simpleType" occurs and I set 'Ignore errors and continue registration', hope it will be ok)
    /META-INF/trinidad-config.xml JDEV_HOME/oracle_common/modules/oracle.adf.view_11.1.1/trinidad-api.jar!/trinidad-config.xsd
    /META-INF/adf-js-features.xml JDEV_HOME/oracle_common/modules/oracle.adf.view_11.1.1/adf-richclient-api-11.jar!/adf-js-features.xsd
    Now I hope everything will work ;)

  • WDJ embedded in Portal, component load wdDoInit

    Hello guys,
    I'm facing a problem that i can't solve,
    I have a WDJ application embeed in portal, that maps multiple WD Views to the portal IViews (these views are from the same WDComponent)
    So i got a list, at the portal navigation, of WD Views, what i'm doing is firing a outplug on the wdDoInit method of each WDView to show one InterfaceView of another component.
    My problem : when i click the detailed navigation links, the WDComponent that has those WDViews is created, and all the WDViews are created also, multiple times. Example:
    Detailed navigation
    A
    B
    C
    If i press A, views A, B, C, are beeing loaded, and because each WDView is already slowly, the application is 3x Slow
    What is a possible solution to solve this?
    Thanks!

    Hi Satish
    I am not sure if this is still an open issue.
    This seems more configuration related.
    If this is still an open issue then pls use the SPM Forum, link below instead of NewWeaver:
    SAP Spend Performance Management
    Regards
    Rajesh

  • 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

  • CS4 Component load error

    Everytime I try to open up the component panel I get 4-5
    error loading
    messages and then it boots up fine. anyone else?

    have you added any components? What are the errors?

Maybe you are looking for

  • [SOLVED] I need a simple way to start/stop a virtualbox vm

    Hi,   I need a very simple way to start a headless virtualbox vm on login, and cleanly save its state on system shutdown/reboot. I can't use solutions like vboxtool because my home directory is encrypted and only available after I login.   I have wri

  • Need to change the LOV field based on checked box selection in OAF page

    Dear ALL, I have a requirement as below: I have a custom OAF page having a lov  field which is mandatory, a check box and a two text fields. So based on LOV value selection i am defaulting two text field value automatically. So my requirement is when

  • Problems installing BB software

    Problem installing Bberry decsktop manager on windows 8 laptop help

  • Plugin aptus 65

    Hello, photographer with the Leaf Aptus 65 which generates a file in MOS, but photoshop does not open this file. I need to download any plug-in?

  • Image Hover in Muse

    I'm trying to do a basic image swap using hover/rollover state in Adobe Muse. Any pointers or ways to achieve that would be great!