Embed QTVR in FlashBuilder ?

Is it now possible in FB4 B2 to load / embed a QTVR movie and play it?
If not, any workarounds?
Thanks,
David

If loading / embedding is not possible, I might try to work with a partly transparent stage and a Quicktime HTML layer under the Flash content.
Is transparent Flash content supported in all major browsers?
Does anyone have experience with this technique?
David

Similar Messages

  • Can I load xml file from SWC without using @embed

    I'm developing a mobile application in which I need to load xml files from File.applicationDirectory. This works great if the xml files are part of the main application swf. But I would like to move these xml files into a SWC so they could be shared across multiple applications.
    Using FlashBuilder 4.5, when a SWC is built, I can specify files to embed in the library that are not assets (Assets Tab of Flex Library Build Path). For various design reasons, I do NOT want to embed the xml files via @embed.
    When the swc is built and I open it up using a zip utility, I see the xml files in there just fine. So they are being bundled with the SWC. But how can I load these files in my main application that does not involve using @embed? When the main application is built, the swc setting for link type is "merged into code".
    I wouldn't expect the application to automatically pull out the xml files from the swc and place them in the File.applicationDirectory on the mobile device. I've tried loading from there just in case but file.exists is false (as expected).
    I've searched the web (and continue to do so) and all the answers seem to be to use @embed. Is there another way?
    Randy

    It's actually a lot easier than you think.
    Just reference the file like any'ol URL using a path relative to the SWC's src directory.
    So if you include the file "assets/xml/some.xml", just use that same string like you would any remote resource.
    For example:
    var loader:URLLoader = new URLLoader( new URLRequest("assets/xml/some.xml"));
    I believe it would also work like this "/assets/xml/some.xml", but I prefer relative paths so the link doesnt break if moved out of the SWC...

  • Is it possible to embed a Windows QT player on CD?

    Is it possible to embed a Windows QT player on CD so the application doesn't have to be loaded on the host machine, but accessed from the CD. I have QTVR movies that must play on XP machines, but receipients are not permitted to permanently load "unapproved" software. I recall long ago that a Mac QT player was standalone and could be included in this manner but am unfamiliar with Windows requirements. Can anyone help please?
    G5 Dual 1.8   Mac OS X (10.4.3)  

    Sorry but no. Just as with Windows Media Player, QuickTime has files that must be installed as part of the operating system. The same would apply to a Mac, by the way.

  • Embed OTF Font as CFF in Pure Actionscript Project using Flex SDK 4.0

    I want to apply the method explained here: http://www.insideria.com/2009/03/flash-text-engine.html using only the Flex SDK 4 (not using FlashBuilder)
    Specifically:
    Embedding fonts can be tricky. In Flex, embed the font and store it
    using DefineFont4 and font subsetting currently only supported by Gumbo.
    A future version of Flash will support it but in the meantime, a Gumbo
    SWC with the embedded font must be created then adding to your Flash CS4
    project.
    The following is the method I am using to embed the fonts.
    public class Main extends Sprite {
         [Embed(source="../assets/GE Thameen DemiBold.otf",
                                  fontFamily = "GE Thameen",
                                  fontWeight = "bold",
                                  mimeType = "application/x-font",
                                  embedAsCFF = "true"
         private const GEThameen:Class;
    The following command line was assimilated after solving the output error messages using google and a little looking into how FlashDevelop works..
    mxmlc Main.as -load-config config.xml -managers flash.fonts.AFEFontManager
    The output SWF is not working as supposed, and the file size (20KB) does not seem to account for the embedded font. PS: When the font embedding is bypassed, and a device font is used for the text engine classes, the file works perfectly.
    The contents of config.xml are as the following:
    <?xml version="1.0" encoding="utf-8"?>
    <!--This Adobe Flex compiler configuration file was generated by a tool.-->
    <!--Any modifications you make may be lost.-->
    <flex-config>
      <target-player>10.0.0</target-player>
      <compiler>
        <source-path append="true">
          <path-element>E:\actionscript</path-element>
        </source-path>
        <external-library-path>
            <path-element>C:\bin\flex_sdk_4\frameworks\libs\player\10.0\playerglobal.swc</path-element>
            <path-element>C:\bin\flex_sdk_4\frameworks\libs\flex.swc</path-element>
        </external-library-path>
      </compiler>
      <file-specs>
      </file-specs>
      <default-background-color>#FFFFFF</default-background-color>
      <default-frame-rate>30</default-frame-rate>
      <default-size>
        <width>800</width>
        <height>600</height>
      </default-size>
    </flex-config>

    After losing about 2-3 days to trying to figure this stuff out, I rolled back to build 4.5.0.19786 and the problem doesn't occur anymore.  I'll revisit this issue once we ship the product next week.
    Thanks Alex.
    Cheers,
    Nate Beck

  • Datagrid styling in Flashbuilder

    Hey everyone,
    I have some issues styling a Datagrid with Flashbuilder.
    My problem is skinning the Datagrid. I wan't to have the Datagrid transparent, which I used to achieve by setting backgroundAlpha="0" and alternatingItemColors="{[]}" in Flexbuilder. This doesn't work when the compiler uses the Spark Theme. The thing is I don't want to use the Halo Theme on all my Components like Peter explains here: http://blog.flexexamples.com/2009/07/14/using-the-halo-theme-in-flex-4/ Is there a way of getting the Datagrid transparent without using the halo theme?
    The second issue I have is regarding fonts in the Datagrid. I managed to embed system fonts like Arial or Verdana, but when it comes to the .ttf the designer wants me to use, no text is displayed. I found out, that the Datagrid uses bold fonts for default. I've set the font-weight to normal on the columns but they still stay empty.
    Here's my css code:
    @font-face
        src:                        url("assets/fonts/FuturaCom-Medium.ttf");
        fontWeight:                 normal;
        fontFamily:                 myFuturaMedium;
        advancedAntiAliasing:       true;
        cff:                        true;
        unicode-range:              U+0020-U+007E,  /* englishRange & basic latin */
                                    U+00A0-U+00FF, /* basic latin with umlaut äöü*/
                                    U+20AC-U+20AC;
    .myDatagrid{
        fontFamily: myFuturaMedium;
        font-weight:normal;
        color: #FFFFFF;   
    Thanks in advance. Help is highly appreciated!

    Or the other approach (a custom skin) would be something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/halo"
            backgroundColor="red">
        <s:layout>
            <s:VerticalLayout paddingLeft="20" paddingTop="20" />
        </s:layout>
        <mx:DataGrid id="dataGrid"
                alternatingItemColors="[]"
                borderSkin="skins.CustomBorderSkin">
            <mx:dataProvider>
                <s:ArrayList>
                    <fx:Object c1="0.One" c2="0.Two" />
                    <fx:Object c1="1.One" c2="1.Two" />
                    <fx:Object c1="2.One" c2="2.Two" />
                    <fx:Object c1="3.One" c2="3.Two" />
                    <fx:Object c1="4.One" c2="4.Two" />
                    <fx:Object c1="5.One" c2="5.Two" />
                    <fx:Object c1="6.One" c2="6.Two" />
                    <fx:Object c1="7.One" c2="7.Two" />
                    <fx:Object c1="8.One" c2="8.Two" />
                    <fx:Object c1="9.One" c2="9.Two" />
                </s:ArrayList>
            </mx:dataProvider>
        </mx:DataGrid>
    </s:Application>
    And the custom border skin, skins/CustomBorderSkin.mxml, is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <local:SparkSkinForHalo xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:local="mx.skins.spark.*" implements="mx.core.IRectangularBorder">
        <fx:Script>
            <![CDATA[
            import mx.core.EdgeMetrics;
            import mx.core.IUIComponent;
            import mx.graphics.RectangularDropShadow;
            /* Define the skin elements that should not be colorized. */
            static private const exclusions:Array = ["background"];
            override public function get colorizeExclusions():Array {return exclusions;}
            /* Define the content fill items that should be colored by the "contentBackgroundColor" style. */
            static private const contentFill:Array = ["bgFill"];
            override public function get contentItems():Array {return contentFill};
            /* Define the border item. */
            static private const borderItem:Array = ["borderStroke"];
            override protected function get borderItems():Array {return borderItem;}
            override protected function get defaultBorderItemColor():uint {return 0x696969;}
            static private const metrics:EdgeMetrics = new EdgeMetrics(1, 1, 1, 1);
            private var dropShadow:RectangularDropShadow;
            public function get borderMetrics():EdgeMetrics
                return metrics;
            public function get backgroundImageBounds():Rectangle
                return null;
            public function set backgroundImageBounds(value:Rectangle):void
            public function get hasBackgroundImage():Boolean
                return false;
            public function layoutBackgroundImage():void
            override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                graphics.clear();
                super.updateDisplayList(unscaledWidth, unscaledHeight);
                if (parent && parent is IUIComponent && !IUIComponent(parent).enabled)
                    alpha = 0.5;
                else
                    alpha = 1;
                // Draw drop shadow, if needed
                if (getStyle("dropShadowEnabled") == false ||
                    getStyle("dropShadowEnabled") == "false" ||
                    width == 0 ||
                    height == 0)
                    return;
                // Create a RectangularDropShadow object, set its properties,
                // and draw the shadow
                if (!dropShadow)
                    dropShadow = new RectangularDropShadow();
                dropShadow.distance = 5;
                dropShadow.angle = 90;
                dropShadow.color = 0;
                dropShadow.alpha = 0.8;
                dropShadow.blurX = 20;
                dropShadow.blurY = 20;
                dropShadow.drawShadow(graphics, x, y, width, height);
            private function getDropShadowAngle(distance:Number,
                                                direction:String):Number
                if (direction == "left")
                    return distance >= 0 ? 135 : 225;
                else if (direction == "right")
                    return distance >= 0 ? 45 : 315;
                else // direction == "center"
                    return distance >= 0 ? 90 : 270;
            ]]>
        </fx:Script>
        <s:Group left="0" right="0" top="0" bottom="0">
            <!-- border -->
            <s:Rect left="0" right="0" top="0" bottom="0">
                <s:stroke>           
                    <s:SolidColorStroke id="borderStroke" />
                </s:stroke>
            </s:Rect>
            <!-- fill -->
            <s:Rect id="background" left="1" right="1" top="1" bottom="1" alpha="0">
                <s:fill>
                    <s:SolidColor id="bgFill" color="0xFFFFFF" />
                </s:fill>
            </s:Rect>
        </s:Group>
    </local:SparkSkinForHalo>
    (The border skin was taken from %FLEX SDK%\frameworks\projects\sparkskins\src\mx\skins\spark\BorderSkin.mxml and I basically only added that alpha="0" bit on the background Rect fill.
    This is one of the areas we are still trying to improve in Spark (backgroundImage, backgroundAlpha). If you have any list of styles that worked in Halo but aren't working any more in the default Halo control/container Spark skins, let us know.
    Peter

  • Flash Builder embed video in different stages

    Hi, I'm Paulinho Cé from Brasil and i have a problem to embed youtube videos on my site in different stages FlashBuilder.
    I have 10 videos and want to display them in the event of each button corresponding to a different stage.
    This code works in the main application but not in the stages of the site, because the functions and variables are global and can not change the url of the video to a video display differently at each stage.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute" verticalAlign="top"
    creationComplete="Init();" >
    <mx:Script>
    <![CDATA[
    private function Init():void
    var url:String = "http://www.youtube.com/v/zlfKdbWwruY&hl=en&fs=1"; //url extracted from embed code
    Security.allowDomain(url); //allow domain
    youtubevid.load(url); //load video
    ]]>
    </mx:Script>
    <mx:VBox width="100%" height="100%" horizontalAlign="center" verticalAlign="top" verticalGap="0">
    <mx:Label text="YouTube Video Embedded Inside Flex" width="100%"  color="#060809" textAlign="center" fontSize="16" fontWeight="bold"/>
    <mx:SWFLoader id="youtubevid" verticalAlign="top" horizontalAlign="center"  width="425" height="344"/>
    </mx:VBox>
    </mx:Application>
    <iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/kdhuQJRW6kA" frameborder="0" allowfullscreen></iframe>
    Because this solution is of extreme importance to me, I requestthe help of experts, which immensely grateful.
    Thanks for all,
    Congrat's
    Paulinho Cé

    This appears to be Flex question. Please try posting this to the Flex forums here http://forums.adobe.com/community/flex/flex_general_discussion for better response.

  • QTVR and videos not associated with YouTube or Vimeo

    This is definitely something Adobe needs to address. I'm doing realtor sites in Muse and they absolutely need to have QTVR.
    I'm also doing my own portfolio site and I need to embed a .mov QTVR file, but have not been unsuccessful. Also, the .mov file does not show up in YouTube correctly because it is only showing a portion of it. There fore it is not an option to place in youtube.
    Please hurry with this feature!

    I had seen that support document previously, and had done each of those suggestions except rebuilding my itunes library, as the YouTube issue makes me believe that the problem is not with my library, but accessing my iTunes account from the appletv. I still think that it could be the Ports etc.
    I had not enabled Web Sharing - I just did..
    Originally, I did not remove my old Apple TV from iTunes, but in a subsequent reinstall (factory reset of Apple TV, and removal of AppleTV from itunes) I did do that prior to installing.
    I did not say I could purchase from ITMS, I did say that I could view movie trailers - I don't know if that means I can purchase content. I guess I could try - I didn't want to spend $ on a diagnostic effort - but at this point it's not a big deal I guess.

  • QTVR Movies won't play properly in iWeb

    QuickTime VR panoramic movies won't play properly. Doesn't seem to matter what kind of iWeb page I use. The movies respond normally when opened with QuickTime Player. The seem to fail only when placed into iWeb.
    First, there are no VR controls visible. What controls there are don't respond when clicked. Second, the mouse curson doesn't change when moved over the movie placeholder. Third, the only image within the movie placeholder is the first frame.
    I tried several QTVR panorama movies with the same result. I also verified that none of the available movie controllers will function. I have already searched on QTVR in this forum and found none of the few suggestions offered to work.
    Any new ideas?

    We've recieved your file and got it to work in iWeb. Here's what to do:
    As always, place a text box in iWeb the size of the dimentions of your QTVR movie. Put some text in the box something like "QTVRMOVIECODEHERE"
    After Publishing your site locate your "QTVRMOVIECODEHERE" text and replace it with
    <embed src="http://URLWhereYourFileis.mov" width="320" height="240"></embed>
    Another way you can do it is store the QTVR file on your host. If you are using .mac you can store it in your sites folder or Web folder. From the sites folder the URL for your file would be homepage.mac.com/YourUserName/YourFolder(if any)/YourQTVRMovieName.mov
    Then place a hyperlink to your files URL in your iWeb page.
    Here is the working QTVR file in an iWeb page:
    http://iWebFAQ.com/QTVR/IniWeb
    Or if you'd like you can you can hyperlink to http://iWebFAQ.com/QTVR/twofish.mov

  • Is there free java chat, which i can embed in my Swing application

    Hello all,
    I have a Swing application and i want to embed java chat into it.
    Can you recommend me free chat for which i can see and modofy client and server sources.
    Regards,
    Chavdar

    No.

  • Pluginspage is not working in embed script in firefox 36 version. Actually wanna downlaod jre 1.8 . It was working on firefox 22 version. Please suggest

    <pre><nowiki>function createEmbed(divID, context, locale, server,client)
    var d = document.getElementById(divID);
    d.innerHTML = '<EMBED type="application/x-java-applet;version=1.8" CODE="com.cybertrust.webrao.WebRAOApplet.class"'+
    'JAVA_CODEBASE="'+context+'" '+
    'ARCHIVE="WebRAO.jar" '+
    'NAME="WebRAOApplet" '+
    'MAYSCRIPT="true" '+
    'pluginspage="http://javadl.sun.com/webapps/download/GetFile/1.8.0_31-b13/windows-i586/xpiinstall.exe"'+
    'L="'+locale+'" ' +
    'PinTimeout="'+server+'"'+
    'ClientTimeout="'+client+'"'+
    'separate_jvm="true"'+
    'java_version="1.8.0_31" />';
    }</nowiki></pre>
    We are using the above script. Defined the application/x-java-applet;version=1.8 So. as per the oracle documentation, Firefox has to check whether java version 1.8 or above is available and then run the applet thereby opening the run window and finally the applet window has to open. So the expectation is if 1.8 jre is not available it has to trigger the pluginspage attribute thereby redirecting to the jre autodownload url mentioned in pluginspage. This code use to work for firefox 21. Not sure why it will not work with any of the versions above 21. Right now we are trying with firefox 36. The same code works with IE 11 also. Please suggest is there any solution for the same.

    There are some updates happening to [https://www.mozilla.org/en-US/plugincheck/]
    However to further investigate I would suggest troubleshooting the installation of Java:
    *[http://kb.mozillazine.org/Java#Java_Deployment_Toolkit_plugin]
    *[https://support.mozilla.org/en-US/kb/troubleshoot-issues-with-plugins-fix-problems]
    Or also checking with Mozillazine or stackoverflow.com for compatibility and development troubleshooting is a good place to also look.

  • Embed Video in Word Acrobat 9

    Okay, I've lloked at seom of the forum post, but could not find an answer.  Here's my dilemna.  We have a full license of Acrobat 9 Pro.  When using Word, I try to embed a video via the Embed Video option in the Acrobat tab.  However, that option is not avaiolabel.  Insearching teh forums and internet, I found that Actobat 9 Pro Extended has that option.  I downloaded a trial.  While installing, it told me that I hasd a higher version of Acrobat 9 (Pro).  So here are myu questions:
    Is Pro better thatn Extended?
    Is the Embed Video option availbale in Word with Acrobat 9?
    If Embed Video options is not availabel, is there an add-in or plug-in to do this w/ Acrobat 9 Pro installed?
    Thanks in advanced,
    Clyde

    Where can I find the movie tool and flash tool in Word?
    The tools are in Adobe Acrobat.
    Is Pro better than Extended?
    No. Look here:
    http://www.adobe.com/products/acrobat/matrix.html
    Is the Embed Video option availbale in Word
    with Acrobat 9?
    Yes, with Acrobat 9 Pro Extended.

  • How to embed fonts in a textbox in adobe acrobat 9

    Hi all,
    The forms has beed designed in adobe acrobat 9.It has the text in the textboxes with a fontstyle of DejaVu Sans Mono.The client or the user generates the form by clicking on the appropriate link and the textboxes are populated accordingly.The problem is they dont have the fontstyle used in the textbox installed on their system.So whenever they generate the pdf the font in the textbox doesn't print in properly.Is there anyway we could force it to use the font which we have originally set up.Thanks in advance

    Bernd Alheit wrote:
    Read this:
    http://www.ehow.com/how_6566713_embed-fonts-pdf.html
    I have the somthing like the following in Ctrl-D Fonts. They can not be embedded using the method above. I guess it is because the fonts in the original pdf are not available in the system. But how to embed the substitutes in the pdf file.
    Helvetica
        Type: Type 1
        Encoding: Custom
        Actual Font: Helvetica
        Actual Font Type: TrueType

  • XMP metadata from Flashbuilder why not visible in Adobe Bridge?

    Hi there,
    I'm currently wondering around XMP metadata and swf files.
    A: Flash CS5: works
    When I use the XMP panel in Flash CS5 and export a swf, open Adobe Bridge CS5 and select the file, the XMP data are correctly displayed.
    B: Flash Builder(Flex 4.1): don't work
    When I use Flashbuilder and add my metadata to the compilation, then compile, open Adobe Bridge CS5 and select the file, nothing is included in metadata.
    Procedure based on the following (same problem if metadata are directly set through compiler arguments):
    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    ../src/config/ProductMetaData.xml
    <flex-config>
    <metadata>
        <title>My title</title>
        <description>My description</description>
        <publisher>The publisher</publisher>
        <creator>The creator</creator>
        <language>EN</language>
    </metadata>
    </flex-config>
    compiler argument
    -load-config+=config/ProductMetaData.xml
    As far as understood, on the background the following is added to the swf at compile time:
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    I've checked that the medata is correctly added to the swf file using this small software polarswf:
    http://download.cnet.com/Polar-SWF-MetaData/3000-6676_4-10738623.html
    I do not know if it is safe to use it in a produciton context at least in trial mode it allows to check the metadata included in your swf.
    I wonder if this metadata coonot be read by Adobe Bridge because they are at a "lower level" than those put by flash CS5 XMP panel?
    Thank you in advance for your help.
    This is not a blocking situation, but I'm curious to understand what happend.
    Cedric Madelaine (aka maddec)

    I was following this post for a LONG time, since I noticed the same problem.
    This week I was getting in it into myself again and I noticed you use load-config. I used these compiler options :
    contributor name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    creator name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    date text
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    But that resulted in this XML string where the dc namespace was missing a / on the end of the URI
    That caused the metadata which was added in flashbuilder was only visible in bridge in the rawXML panel, and not the specific fields
    changing the URI in http://purl.org/dc/elements/1.1/ did the trick ( did this in bridge by exporting the rawXML, changed the / , and imported it )
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
        </rdf:Description>
    </rdf:RDF>
    Sadly there was no way I could add this / myself everytime.
    BUT then I discoverd this option :
    raw-metadata XML_string
    Defines the metadata for the resulting SWF file. The value of this option overrides any metadata.* compiler options (such as contributor,creator, date, and description).
    This is an advanced option.
    And you could give the exact RAW XML as you  described
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1/'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    to the compiler. This could also be done in Flash with JSFL.
    In the end I wrote an ANT script which injects the exact XMLstring of metadata to Flash and Flex projects by using the raw-metadata parameter in FLEX and JSFL for flash.
    Hope this helps

  • Flashbuilder 4.6 failed to start

    After splash screen, there is error message window show up to ask to check '.log' file. Below please find the details of log file.
    Background:
    OS: Windows 7 sp 1 (64 bits)
    RAM: 4GB
    !SESSION 2012-07-09 17:03:22.082 -----------------------------------------------
    eclipse.buildId=I20100608-0911
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.resources 2 10035 2012-07-09 17:03:24.307
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.equinox.preferences 4 2 2012-07-09 17:03:26.294
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.equinox.preferences".
    !STACK 0
    java.lang.ExceptionInInitializerError
              at com.zend.php.ui.preferences.PreferenceKeys.b(PreferenceKeys.java)
              at com.zend.php.ui.preferences.PreferenceInitializer.initializeDefaultPreferences(Preference Initializer.java)
              at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper$1.run(PreferenceSer viceRegistryHelper.java:281)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(Pref erenceServiceRegistryHelper.java:284)
              at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefault s(PreferenceServiceRegistryHelper.java:130)
              at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(Preferences Service.java:369)
              at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPref erences.java:166)
              at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:237 )
              at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:3 07)
              at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:543)
              at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669 )
              at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
              at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:67)
              at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(ScopedPreferenceSt ore.java:250)
              at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(ScopedPreferenceStore .java:285)
              at org.eclipse.ui.preferences.ScopedPreferenceStore.internalGet(ScopedPreferenceStore.java:4 75)
              at org.eclipse.ui.preferences.ScopedPreferenceStore.getBoolean(ScopedPreferenceStore.java:38 7)
              at com.zend.php.ui.ZendPhpUiPlugin.f(ZendPhpUiPlugin.java)
              at com.zend.php.ui.ZendPhpUiPlugin.d(ZendPhpUiPlugin.java)
              at com.zend.php.ui.ZendPhpUiPlugin$1.run(ZendPhpUiPlugin.java)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.swt.SWTException: Invalid thread access
              at org.eclipse.swt.SWT.error(SWT.java:4083)
              at org.eclipse.swt.SWT.error(SWT.java:3998)
              at org.eclipse.swt.SWT.error(SWT.java:3969)
              at org.eclipse.swt.widgets.Display.error(Display.java:1249)
              at org.eclipse.swt.widgets.Display.checkDevice(Display.java:755)
              at org.eclipse.swt.widgets.Display.getSystemFont(Display.java:2412)
              at org.eclipse.jface.preference.PreferenceConverter.<clinit>(PreferenceConverter.java:84)
              ... 22 more
    !ENTRY org.eclipse.ui 2 0 2012-07-09 17:03:28.552
    !MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
    !SUBENTRY 1 org.eclipse.ui 2 0 2012-07-09 17:03:28.552
    !MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'
    !ENTRY org.eclipse.osgi 4 0 2012-07-09 17:03:29.287
    !MESSAGE Application error
    !STACK 1
    java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jface.preference.PreferenceConverter
              at org.eclipse.ui.internal.themes.ThemeElementHelper.installFont(ThemeElementHelper.java:103 )
              at org.eclipse.ui.internal.themes.ThemeElementHelper.populateRegistry(ThemeElementHelper.jav a:59)
              at org.eclipse.ui.internal.Workbench$36.runWithException(Workbench.java:1665)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2548)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    !ENTRY com.adobe.flexbuilder.editorcore 4 0 2012-07-09 17:03:29.638
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: Exception in com.adobe.flexbuilder.editorcore.FlexBuilderEditorCore.stop() of bundle com.adobe.flexbuilder.editorcore.
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:86 3)
              at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
              at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
              at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :597)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:257)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:215)
              at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:266)
              at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
              at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument:
              at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
              at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
              at org.eclipse.core.internal.events.ResourceChangeListenerList.remove(ResourceChangeListener List.java:146)
              at org.eclipse.core.internal.events.NotificationManager.removeListener(NotificationManager.j ava:305)
              at org.eclipse.core.internal.resources.Workspace.removeResourceChangeListener(Workspace.java :1934)
              at com.adobe.flexbuilder.editorcore.editor.LiveErrorHighlightManager.stopManager(LiveErrorHi ghlightManager.java:290)
              at com.adobe.flexbuilder.editorcore.FlexBuilderEditorCore.stop(FlexBuilderEditorCore.java:54 )
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:8 43)
              at java.security.AccessController.doPrivileged(Native Method)
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:83 6)
              ... 18 more
    Root exception:
    org.eclipse.core.runtime.AssertionFailedException: null argument:
              at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
              at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
              at org.eclipse.core.internal.events.ResourceChangeListenerList.remove(ResourceChangeListener List.java:146)
              at org.eclipse.core.internal.events.NotificationManager.removeListener(NotificationManager.j ava:305)
              at org.eclipse.core.internal.resources.Workspace.removeResourceChangeListener(Workspace.java :1934)
              at com.adobe.flexbuilder.editorcore.editor.LiveErrorHighlightManager.stopManager(LiveErrorHi ghlightManager.java:290)
              at com.adobe.flexbuilder.editorcore.FlexBuilderEditorCore.stop(FlexBuilderEditorCore.java:54 )
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:8 43)
              at java.security.AccessController.doPrivileged(Native Method)
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:83 6)
              at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
              at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
              at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :597)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:257)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:215)
              at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:266)
              at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
              at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    !ENTRY org.eclipse.dltk.core.index.sql 4 0 2012-07-09 17:03:30.079
    !MESSAGE An exception has occurred while creating database factory
    !STACK 1
    org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.dltk.core.index.sql.h2" was unable to instantiate class "org.eclipse.dltk.internal.core.index.sql.h2.H2DbFactory".
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrat egyOSGI.java:194)
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:186)
              at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:904)
              at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
              at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:55)
              at org.eclipse.dltk.core.index.sql.DbFactory.getInstance(DbFactory.java:54)
              at org.eclipse.dltk.internal.core.index.sql.SqlIndexer.<init>(SqlIndexer.java:53)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Unknown Source)
              at java.lang.Class.newInstance0(Unknown Source)
              at java.lang.Class.newInstance(Unknown Source)
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:184)
              at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:904)
              at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
              at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:55)
              at org.eclipse.dltk.internal.core.index2.IndexerManager.getIndexer(IndexerManager.java:77)
              at org.eclipse.dltk.internal.core.index2.SourceModulesRequest.run(SourceModulesRequest.java: 54)
              at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:76)
              at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:467)
              at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
              at org.eclipse.dltk.internal.core.index.sql.h2.H2DbFactory.<init>(H2DbFactory.java:50)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Unknown Source)
              at java.lang.Class.newInstance0(Unknown Source)
              at java.lang.Class.newInstance(Unknown Source)
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:184)
              ... 20 more
    !SUBENTRY 1 org.eclipse.equinox.registry 4 1 2012-07-09 17:03:30.081
    !MESSAGE Plug-in "org.eclipse.dltk.core.index.sql.h2" was unable to instantiate class "org.eclipse.dltk.internal.core.index.sql.h2.H2DbFactory".
    !STACK 0
    java.lang.NullPointerException
              at org.eclipse.dltk.internal.core.index.sql.h2.H2DbFactory.<init>(H2DbFactory.java:50)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Unknown Source)
              at java.lang.Class.newInstance0(Unknown Source)
              at java.lang.Class.newInstance(Unknown Source)
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:184)
              at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:904)
              at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
              at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:55)
              at org.eclipse.dltk.core.index.sql.DbFactory.getInstance(DbFactory.java:54)
              at org.eclipse.dltk.internal.core.index.sql.SqlIndexer.<init>(SqlIndexer.java:53)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Unknown Source)
              at java.lang.Class.newInstance0(Unknown Source)
              at java.lang.Class.newInstance(Unknown Source)
              at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:184)
              at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:904)
              at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
              at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:55)
              at org.eclipse.dltk.internal.core.index2.IndexerManager.getIndexer(IndexerManager.java:77)
              at org.eclipse.dltk.internal.core.index2.SourceModulesRequest.run(SourceModulesRequest.java: 54)
              at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:76)
              at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:467)
              at java.lang.Thread.run(Unknown Source)

    ok so first off get FB off of servers. sounds like you have enough going on. it doesnt take much to make something not work like  a different Java version so get off that.
    so let's say you are now on a few dev boxes that are client OS's
    why are you wanting to go from 4.0 to 4.1 when you could jump to 4.5 and be done for a year  ?
    if the migration is going to take some time then go for the gold or just stay where you are.
    i cannot appreciate what you are going thru because i am always using the latest tool and sdk so keep that in mind but i don;t understand this 2 migrations in 1 year thing it is like passing a kidney stone twice

  • Unable to Embed YouTube Video

    Before I go any further, I did everything there was to do that I read in the support forum.  I cannot get the embed working in my Dreamweaver.  All my older videos work perfectly.  I even copied the iframe from the old video and put it in again and that worked.  I cannot seem to get the embedding to work in new installment videos.
    Just to make sure, I even used my laptop thinking something was wrong with my computer.  One thing I do know.  The old videos were put in when I had a Windows 7.  I now have a Windows 8.  I hate Windows 8.  Please help.  I'm resorting to using url links and I don't like that.

    Thank you for reminding me to add a clip for one of my customers http://accufire.com.au/index.php?page=videos - first panel. Excuses for the design, very old and needs updating.
    Please have a look at the code that I have used

Maybe you are looking for

  • Questions on setting up PeopleSoft FIN AP Business Unit for India with TDS

    Hi, Does anyone here have some advice for me on how to handle AP transactions for a business unit set up for India with TDS (withholding) and statutory reporting. We are configuring AP BU for India in our existing database which has other BUs for oth

  • Losing Data Validation Messages when writing back to context

    ( The base for this question is the ALV grid in section 2 of this [TimeSheetMockUp|http://www.duke.edu/~michaelm/TimeCard/AnnotatedTimeSheet.jpg] ) Users enter values in the white cells which represent the hours recorded on a given day for a certain

  • Sql developer 1.2.1  failed sys user login

    Setting up a connection with the sys user in sql developer connections return invalid username/pw. I have the role set to sysdba. I can connect as non sys users with sql developer. I can connect via sqlplus with the sys user and pw. What would cause

  • BSOD in the middle of uninstalling Catalyst 10.9 and 10.8

    It happened twice already. BSOD in the middle of uninstalling Catalyst 10.8 (first time) and 10.9 (second time). Of course it took me few hours each time to test and fix everything back to normal (System Restore, installed / reinstalled bunch of soft

  • Iam unable to access the dyn/admin homepage

    Iam using ATG 10.1.2 ,weblogic 10.3 and jdk 1.6.0_35 while iam running,iam not able to sethe dyn/admin home page,below are the errors: ```````````````````````````````````````````````````````````````````````` **** Error Thu Mar 14 20:06:48 IST 2013 13