Unable to launch swf in standalone player

I'm unable to launch swf's with the standalone player from
within flexbuilder, it will always use the browser.
I've unchecked the option 'Generate HTML wrapper file' from
the 'Actionscript Compliler' settings menu and I've tried to force
it to use the debug player to the best of my knowledge.
I'm on OSX 10.5.1 ( macbook ) and using FlexBuilder 3 beta3.
I've done two reinstalls of the OS, and the problem still comes up.
I've installed FlexBuilder first and then Flash CS3. I've prayed to
the internet search engines with no sign of hope, so please
adobe... you're my only hope :)
-Tony

Hi toknee,
There was a bug related to this problem. The next FB release
should have the fix.
Here is the bug URL:
https://bugs.adobe.com/jira/browse/FB-11228
thanks,
Mihai

Similar Messages

  • Running SWF in standalone player, 6680, N80

    Hi,
    I'm new to Flash Lite 2 development. I've created a small swf
    file using Flash 8, in which I used some animation and some
    ActionScript code (1 .fla and 2 .as files).
    I've set the "Publish Settings" to "Flash Lite 2.0" and
    "ActionScript 2.0" and published my swf.
    I am trying to test this swf on my Nokia N80 and 6680 phones,
    on each of which I installed Flash Lite Player 2.1 for Symbian
    (N80: v.3.0 and 6680: V.2.0 FP2). The player works on both phones.
    However, neither phone runs my swf !!
    On the N80 I'm getting "file is corrupted" error message from
    the Flash Player. I've tried to change my pblish settings but it
    won't let me use Flash Lite 1.1, because I've used ActionScript 2.0
    APIs (see attached Output errors below).
    On the 6680 I'm getting "Messaging: Unkown file format" error
    message (Flash Player is not even launched).
    I would appreciate any kind help on this.
    Thanks.
    [Output window error when trying to publish as FL1.1]

    rubnov » On devices with Flash 2.0 preinstalled, SWF
    open directly in Flash Player with no user interaction (i.e: you
    can open them from the file browser).
    Flash Lite 2 "Developer Edition" is a different beast. It's
    not even signed, so you'll get a warning when installing it.
    Honestly, if your user is able to install the current Flash
    Player I don't think it'd be a problem for them to open the player
    and then loading the SWF from there.
    Current Flash Lite 2 users belong to two groups:
    * Those with "new" terminals (Nokia 5200, 5300, etc...) that
    already have Flash Lite 2 installed and won't notice this problem.
    * Developers/power users that have manually installed Flash
    Lite 2, and won't have a problem with opening the SWF files from
    the player.
    OTOH, it would be cool if Adobe could get the player signed,
    so installation becomes easier. Also, signing could also mean that
    the newly installed player "takes over" the ability to open SWF
    files, thus negating the need to open them from inside the player.
    Just my .02.
    Ale Muñoz
    http://sofanaranja.com
    http://bomberstudios.com

  • How can i test my web applications SWF in the standalone player?

    I have been using flash builder for a bit, and i love it!, but i don't want to test webb applications in my browser, i want to be able to launch them in the standalone player or debugger. After numberous google searches, it seems my flash builder IDE has something wrong with it, ( Even after re-installing it ) because when i try to make a new launch configuration, it doesn't have a field to accept a run or debug path. only a path for the html file used in the browser. This conflicts with all of the adobe help posts . I'm stuck here. can anyone help? thanks.

    I would avoid using <center> tags, they're deprecated (http://www.w3schools.com/TAGS/tag_center.asp)
    instead I would do something like
    <div style="margin: 0px auto 0px auto; width: 800px;"></div>
    put your content inside that div and it should be centered. Set the width to whatever you want.

  • Dreamweaver to launch SWF in separate Flash player

    Hi everyone,
    I'm hoping someone will be able to help me. I'm creating a
    simple web page in Dreamweaver that includes links to SWF files in
    the same folder. I want to be able to have the user click the link
    to launch the SWF files in a separate Flash player window and not
    in a browser window. (Clicking the link currently opens the SWF in
    Internet Explorer).
    This is the code I have for one of the links:
    <blockquote>
    <h2 class="style1">Day 1 Simulations </h2>
    <blockquote>
    <h3><strong><a
    href="Lab1_CreatingACompetency.swf">Creating a
    Competency</a></strong></h3>
    Please help?
    Thanks!

    I created a file in Captivate and upon publishing the file,
    an HTM and SWF file were published. I would like to launch the SWF
    file in its own window. I don't know the technical backend of it,
    but upon first glance, the title bar for the window that launches
    says "Macromedia Flash Player 7" when I launch the SWF file, and
    it's "[IE logo] {name of file}" when I launch the HTM file.
    The issue is that the visual quality of the content is not as
    clear/crisp in the HTM launched file as it is in the SWF file, and
    I want to make Dreamweaver launch the SWF file in a separate
    window, not the HTM file.
    Hope this helps clarify. Thanks for the help!

  • Disable QuickTime plugin from launching standalone player

    I have a QuickTime plug-in embedded in my web page. When I click on the main screen of this plug-in (while video is playing) a standalone QuickTime player will pop up. Is there a way to disable this from happening??
    Here is my function for loading QuickTime on my web page:
    function loadQuicktime(index) {
    var qtDivObj = document.getElementById('movId' + qtMovieQueue[index]);
    if (qtDivObj) {
    var htmlScript = ' <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" '
    + 'CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" '
    + ' HEIGHT=' + qtMovieHeight[index]
    + ' WIDTH=' + qtMovieWidth[index]
    + ' ID="movie' + qtMovieQueue[index] + '"'
    + '>'
    + '<PARAM NAME="src" VALUE="/dummy.mov" >'
    + '<PARAM NAME="QTSRC" VALUE="' + qtMovieUrl[index] + '" > '
    + '<PARAM NAME="CONTROLLER" VALUE="False" >'
    + '<PARAM NAME="AutoPlay" VALUE="False" > '
    + '<PARAM NAME="SCALE" VALUE="ToFit" > '
    + '<PARAM NAME="KIOSKMODE" VALUE="True" > '
    + '<PARAM NAME="QTSRCCHOKESPEED" VALUE="movierate" >'
    + '<PARAM NAME="HREF" VALUE="<' + qtMovieUrl[index] + '> T<quicktimeplayer>" > '
    + '<COMMENT>'
    + ' <EMBED SRC="/dummy.mov" '
    + ' HEIGHT=' + qtMovieHeight[index]
    + ' WIDTH=' + qtMovieWidth[index]
    + ' TYPE="video/quicktime" '
    + ' EnableJavaScript="true" '
    + ' PLUGINSPAGE="http://www.apple.com/quicktime/download/" '
    + ' QTSRC="' + qtMovieUrl[index] + '" '
    + ' CONTROLLER="False" '
    + ' AUTOPLAY="False" '
    + ' SCALE="ToFit" '
    + ' KIOSKMODE="True" '
    + ' QTSRCCHOKESPEED="movierate"'
    + ' HREF="<' name="movie' + qtMovieQueue[index] + '"'
    + ' >'
    + ' <NOEMBED>'
    + ' QuickTime 6.4 or later is required'
    + ' </NOEMBED>'
    + ' </EMBED>'
    + '</COMMENT>'
    + '</OBJECT>';
    qtDivObj.innerHTML = htmlScript;
    Thanks
    harry

    Thanks QuickTimeKirk.
    I have took out the "T" and now when I click on the QuickTime plugin it does not launch a standalone player (Which is what I want) but now it seems to refresh the QuickTime player (reloads itself). How can I avoid this???
    Thanks again.

  • Unable to make a DVD to play on standalone player from DVDSP4

    This post summarizes a problem I wrote in about last week. DVDSP4 on my main g5 will not burn a simple DVD to play on a standalone player. My second g5 can do this. This rules out problems with external players and media. I have uninstalled reinstalled the software and it still won't do it. Before that I had tried deleting the preferences. It has been able to create disks that play on the computer's own DVDPLAYER.
    I have to fix this problem. What's the next logical step? A new burner? Is there something I'm missing re: the computer itself? (which seems okay.)
    Chris

    Take a look here for some media brands (did not see HP or who makes it). Verbatim are usually good for +R DL and Taiyo Yuden -R for single sided. (Many people swear by TYs, the DL is a bit more open)
    http://www.digitalfaq.com/media/dvdmedia.htm
    Image to disk
    http://www.kenstone.net/fcphomepage/image_to_diskstone.html
    It sounds like something fishy is going on with the machine, but worth trying other media. You may also want to try to build to another location and make sure you are formatting from there. Perhaps somehow you are using an older build?
    Also check your VTS view and try making the first play VTS 1 (even if it is only a few seconds of black).
    But it does sound like something on the burner itself may be off. Try the disc image as a start or use Toast if you have it. (I seem to get more reliable burns that way as oppossed to using DVD SP)

  • Application Error, Unable to launch the application Blackboard Collaborate

    I recently updated to Java 7 so I could use this service. I called up Blackboard support when it would not load and they told me to clear Cache, try downloading new deployment file, disable Windows firewall and nothing worked. They then told me to delete all versions of Java I had installed and reinstall Java 6. Here are the execeptions in the error message. Below I posted the
    JeNeLa report, can someone help me?
    Thanks
    JaNeLA Report - version 11.05.17
    Report for https://sas.elluminate.com/site/external/recording/playback/link/meeting.jnlp?suid=M.443BA574762A8747628C022B8E8DE2&sid=329
    Content type text/html;charset=utf-8 does not equal expected type of application/x-java-jnlp-file
    The entity "copy" was referenced, but not declared.
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://na-downloads.elluminate.com/web/download/12.0/video-client-windows-x86.jar
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.net.SocketException: Address family not supported by protocol family: connect
         at java.net.DualStackPlainSocketImpl.connect0(Native Method)
         at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
         at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
         at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hi, I've missed three weeks of classes because of the same error listed above.  Everything was fine and Blackboard Collaborate Elluminate worked almost effortlessly for 5 or 6 weeks.  Suddenly I tried to log in for a live lecture and this error occurred.  Other students were having trouble and still are.  Tech support at the school couldn't fix it, so they referred me to Blackboard Collaborate tech support (level 2).  They haven't been able to fix it either.  They recommended the same steps listed at the top of this email.  I executed all of them but still receive the same error.  Additionally, at one point, I was unable to install Java.  Funny things seem to happen when I get on the line with tech support to solve this problem, although funny things don't happen during the other work I do on this computer.  Technical language, I know.  :-)
    In an effort to pass the class, I am doing research on own to try to fix this and get into the lectures.
    I am getting the same error listed above but am not a developer and don't understand how to get to JNLP to enter the fix listed above (if someone has a hint, I'd love to try that fix).
    Any help would be very much appreciated. 
    System Info
    OS:  Windows 8
    Browsers:  IE (threw this one out), Chrome, Firefox, Safari (tested in all four)
    Sample of Recorded lectures I'm trying to access (missed live ones):
    1.  https://sas.elluminate.com/mr.jnlp?suid=M.60B248A725D4A32CA5B76ADD737480&sid=99
    2.  https://sas.elluminate.com/mr.jnlp?suid=M.439DBCFAF3A92D0CF4463E08F292FF&sid=99
    3.  https://sas.elluminate.com/mr.jnlp?suid=M.CEEE93FF5E74424C9522175933AEAB&sid=99
    4.  https://sas.elluminate.com/mr.jnlp?suid=M.5CBD227A9E691833B971171B71F3F5&sid=99
    5.  https://sas.elluminate.com/mr.jnlp?suid=M.A3B01958884535C4DA594910D08F3A&sid=99
    6.  https://sas.elluminate.com/mr.jnlp?suid=M.F7B438C6DDB82538CAFC2F4EF86FC4&sid=99
    7.  https://sas.elluminate.com/mr.jnlp?suid=M.B341AF2AE689D0DEFDCC7261ADA1DE&sid=99
    8.  https://sas.elluminate.com/mr.jnlp?suid=M.5EDE7727548758A71965665DE7B882&sid=99
    9.  https://sas.elluminate.com/mr.jnlp?suid=M.DF55C212D327654AE0969C0387E763&sid=99
    10.  https://sas.elluminate.com/mr.jnlp?suid=M.08C2668EDDCE02548EFB530E0A2370&sid=99
    Here are steps taken so far:
    1. Clear Java Installed Apps and Applets (Control Panel - Java 32-bit - SEttings - Delete files - Installed apps and applets - ok - ok - ok)
    2.  Delete all files in Downloads folder (from all browsers)
    3.  Allow Java in Windows firewall (Start screen - hold down Windows key and W - Search for "firewall" - Navigate to Java program name - click all boxes and save)
    4.  Ran CCleaner to remove all temporary internet files, cookies, etc. that could be interfering
    5.  When nothing else worked, uninstalled and reinstalled Java twice (on the second time, it took over a dozen tries to reinstall Java - suddenly it just worked) and both times I deleted the Sun folder (C:/Users/Me/appdata/LocalLow/Sun) at the direction of tech support
    6.  Removed old registry entries both times using CCleaner
    7.  Rebooted (something done all along the way to see if it helped)
    8.  Tried to access live classes and recordings from multiple lectures through Blackboard Collaborate Elluminate and received the same error (details included below)
    9.  Tried to access Blackboard Collaborate Elluminate with Windows firewall on, then Windows firewall off, then ZoneAlarm Extreme firewall on, then ZoneAlarm Extreme firewall off (and entire associated software package); when on, ZoneAlarm gives "super" trusted status to all parts of Java listed and gives green checkmarks for all parts of Java listed and all levels of security
    10.  End results so far:  receiving same error - nothing works
    Here's the error followed by a copy of all text from the details section.
    ERROR INFO BEGIN (my note on beginning of actual error language)
    Application Error
    Unable to launch the application.
    Name:  Blackboard Collaborate
    Publisher:  Blackboard Collaborate
    Location:  https://.../classroom-full.jar
    ERROR INFO END (my note on end of actual error language)
    ERROR More Information BEGIN
    Error:  Unable to load resource:  https://na-downloads.elluminate.com/web/download/12.5/video-client-windows-x86.jar
    ERROR More Information END
    DETAILS BEGIN
    Details - Launch File Tab
    <jnlp spec="1.5+" codebase="https://na-downloads.elluminate.com/web/download/12.5">
      <information>
        <title>Blackboard Collaborate</title>
        <vendor>Blackboard Collaborate</vendor>
        <description>Blackboard Collaborate Virtual Classroom</description>
        <icon href="gemini.png"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always" policy="always"/>
      <resources os="Mac\ OS\ X">
        <j2se version="1.6" java-vm-args="-Xincgc" initial-heap-size="512m" max-heap-size="512m"/>
        <j2se version="1.7+" initial-heap-size="512m" max-heap-size="512m"/>
      </resources>
      <resources os="Mac\ OS\ X" arch="ppc">
        <nativelib href="audio-client-macosx-ppc.jar"/>
        <nativelib href="video-client-macosx-ppc.jar"/>
        <nativelib href="classroom-browser-macosx-ppc.jar"/>
        <nativelib href="audio-client-ecelp-macosx-ppc.jar"/>
        <nativelib href="classroom-util-platform-macosx-ppc.jar"/>
        <nativelib href="classroom-gui-macosx-ppc.jar"/>
        <nativelib href="appshare-client-macosx-ppc.jar"/>
      </resources>
      <resources os="Mac\ OS\ X" arch="i386">
        <nativelib href="appshare-client-macosx-x86.jar"/>
        <nativelib href="audio-client-macosx-x86.jar"/>
        <nativelib href="audio-client-ecelp-macosx-x86.jar"/>
        <nativelib href="video-client-macosx-x86.jar"/>
        <nativelib href="classroom-browser-macosx-x86.jar"/>
        <nativelib href="audio-client-webrtc-macosx-x86.jar"/>
        <nativelib href="classroom-gui-macosx-x86.jar"/>
        <nativelib href="classroom-util-platform-macosx-x86.jar"/>
        <jar href="engine-webkit-3.3.jar"/>
      </resources>
      <resources os="Mac\ OS\ X" arch="x86_64">
        <nativelib href="audio-client-macosx-x86_64.jar"/>
        <nativelib href="classroom-browser-macosx-x86_64.jar"/>
        <nativelib href="classroom-util-platform-macosx-x86_64.jar"/>
        <nativelib href="audio-client-webrtc-macosx-x86_64.jar"/>
        <nativelib href="classroom-gui-macosx-x86_64.jar"/>
        <nativelib href="video-client-macosx-x86_64.jar"/>
        <nativelib href="audio-client-ecelp-macosx-x86_64.jar"/>
        <nativelib href="appshare-client-macosx-x86_64.jar"/>
        <jar href="engine-webkit-3.3.jar"/>
      </resources>
      <resources os="Windows">
        <j2se version="1.6+" java-vm-args="-Xincgc" initial-heap-size="512m" max-heap-size="512m"/>
      </resources>
      <resources os="Windows" arch="x86">
        <nativelib href="video-client-windows-x86.jar"/>
        <nativelib href="audio-client-windows-x86.jar"/>
        <nativelib href="audio-client-ecelp-windows-x86.jar"/>
        <nativelib href="classroom-util-platform-windows-x86.jar"/>
        <nativelib href="appshare-client-windows-x86.jar"/>
        <nativelib href="audio-client-webrtc-windows-x86.jar"/>
        <nativelib href="classroom-gui-windows-x86.jar"/>
      </resources>
      <resources os="Windows" arch="x86_64 amd64">
        <nativelib href="audio-client-webrtc-windows-x86_64.jar"/>
        <nativelib href="classroom-util-platform-windows-x86_64.jar"/>
        <nativelib href="audio-client-windows-x86_64.jar"/>
        <nativelib href="video-client-windows-x86_64.jar"/>
        <nativelib href="audio-client-ecelp-windows-x86_64.jar"/>
        <nativelib href="classroom-gui-windows-x86_64.jar"/>
        <nativelib href="appshare-client-windows-x86_64.jar"/>
      </resources>
      <resources os="SunOS" arch="sparc">
        <j2se version="1.6+" java-vm-args="-Xincgc" initial-heap-size="512m" max-heap-size="512m"/>
        <nativelib href="appshare-client-solaris-sparc.jar"/>
        <nativelib href="audio-client-ecelp-solaris-sparc.jar"/>
        <nativelib href="classroom-gui-solaris-sparc.jar"/>
      </resources>
      <resources os="Linux">
        <j2se version="1.6+" java-vm-args="-Xincgc" initial-heap-size="512m" max-heap-size="512m"/>
      </resources>
      <resources os="Linux" arch="i386 x86">
        <nativelib href="classroom-gui-linux-x86.jar"/>
        <nativelib href="audio-client-ecelp-linux-x86.jar"/>
        <nativelib href="appshare-client-linux-x86.jar"/>
        <nativelib href="video-client-linux-x86.jar"/>
      </resources>
      <resources os="Linux" arch="x86_64 amd64">
        <nativelib href="audio-client-ecelp-linux-x86_64.jar"/>
        <nativelib href="appshare-client-linux-x86_64.jar"/>
        <nativelib href="video-client-linux-x86_64.jar"/>
        <nativelib href="classroom-gui-linux-x86_64.jar"/>
      </resources>
      <resources locale="ar">
        <jar href="lang-ar.jar"/>
      </resources>
      <resources locale="bg">
        <jar href="lang-bg.jar"/>
      </resources>
      <resources locale="cy">
        <jar href="lang-cy.jar"/>
      </resources>
      <resources locale="da">
        <jar href="lang-da.jar"/>
      </resources>
      <resources locale="de">
        <jar href="lang-de.jar"/>
      </resources>
      <resources locale="en_GB">
        <jar href="lang-en_GB.jar"/>
      </resources>
      <resources locale="es">
        <jar href="lang-es.jar"/>
      </resources>
      <resources locale="fr">
        <jar href="lang-fr.jar"/>
      </resources>
      <resources locale="it">
        <jar href="lang-it.jar"/>
      </resources>
      <resources locale="iw">
        <jar href="lang-iw.jar"/>
      </resources>
      <resources locale="ja">
        <jar href="lang-ja.jar"/>
      </resources>
      <resources locale="ko">
        <jar href="lang-ko.jar"/>
      </resources>
      <resources locale="nl">
        <jar href="lang-nl.jar"/>
      </resources>
      <resources locale="pl">
        <jar href="lang-pl.jar"/>
      </resources>
      <resources locale="pt_BR">
        <jar href="lang-pt_BR.jar"/>
      </resources>
      <resources locale="ru">
        <jar href="lang-ru.jar"/>
      </resources>
      <resources locale="sv">
        <jar href="lang-sv.jar"/>
      </resources>
      <resources locale="th">
        <jar href="lang-th.jar"/>
      </resources>
      <resources locale="tr">
        <jar href="lang-tr.jar"/>
      </resources>
      <resources locale="vi">
        <jar href="lang-vi.jar"/>
      </resources>
      <resources locale="zh_CN">
        <jar href="lang-zh_CN.jar"/>
      </resources>
      <resources locale="zh_TW">
        <jar href="lang-zh_TW.jar"/>
      </resources>
      <resources>
        <j2se version="1.6+" initial-heap-size="512m" max-heap-size="512m"/>
        <property name="sun.jnu.encoding" value="UTF-8"/>
        <property name="apple.laf.useScreenMenuBar" value="true"/>
        <property name="apple.awt.window.position.forceSafeProgrammaticPositioning" value="false"/>
        <property name="jnlp.packEnabled" value="true"/>
        <jar href="classroom-full.jar" main="true"/>
        <jar href="guice-2.0-no_aop.jar"/>
        <jar href="classroom-mrf.jar"/>
        <jar href="classroom-version.jar"/>
        <jar href="classroom-util.jar"/>
        <jar href="classroom-capture.jar"/>
        <jar href="extra.jar"/>
        <jar href="classroom-gui.jar"/>
        <jar href="jinx-core.jar"/>
        <jar href="classroom-core.jar"/>
        <jar href="classroom-mlf.jar"/>
        <jar href="classroom-session.jar"/>
        <jar href="classroom-feature.jar"/>
        <jar href="classroom-imps.jar"/>
        <jar href="classroom-location.jar"/>
        <jar href="classroom-swing.jar"/>
        <jar href="wsfix.jar"/>
        <jar href="classroom-app.jar"/>
        <jar href="view-core.jar"/>
        <jar href="jinx-client.jar"/>
        <jar href="view-client.jar"/>
        <jar href="video-core.jar"/>
        <jar href="command-engine.jar"/>
        <jar href="video-client.jar"/>
        <jar href="online-client.jar"/>
        <jar href="recorder-core.jar"/>
        <jar href="recorder-client.jar"/>
        <jar href="chair-core.jar"/>
        <jar href="chair-client.jar"/>
        <jar href="chat-core.jar"/>
        <jar href="chat-client.jar"/>
        <jar href="polling-core.jar"/>
        <jar href="polling-client.jar"/>
        <jar href="starttime-core.jar"/>
        <jar href="starttime-client.jar"/>
        <jar href="jdom-1.0.jar"/>
        <jar href="profile-core.jar"/>
        <jar href="profile-client.jar"/>
        <jar href="player-client.jar"/>
        <jar href="hand-core.jar"/>
        <jar href="hand-client.jar"/>
        <jar href="notes-core.jar"/>
        <jar href="notes-client.jar"/>
        <jar href="participant-core.jar"/>
        <jar href="participant-client.jar"/>
        <jar href="calculator-core.jar"/>
        <jar href="calculator-client.jar"/>
        <jar href="transfer-core.jar"/>
        <jar href="transfer-client.jar"/>
        <jar href="timer-core.jar"/>
        <jar href="timer-client.jar"/>
        <jar href="whiteboard-core.jar"/>
        <jar href="whiteboard-palette.jar"/>
        <jar href="itext-0.40.jar"/>
        <jar href="whiteboard-client.jar"/>
        <jar href="breakout-core.jar"/>
        <jar href="breakout-client.jar"/>
        <jar href="activity-core.jar"/>
        <jar href="activity-client.jar"/>
        <jar href="hazelcast-2.3.1.jar"/>
        <jar href="clustering.jar"/>
        <jar href="lm-core.jar"/>
        <jar href="lm-client.jar"/>
        <jar href="telephony-core.jar"/>
        <jar href="telephony-client.jar"/>
        <jar href="audio-core.jar"/>
        <jar href="audio-client.jar"/>
        <jar href="appshare-core.jar"/>
        <jar href="appshare-client.jar"/>
        <jar href="caption-core.jar"/>
        <jar href="caption-client.jar"/>
        <jar href="jxbrowser-3.4.jar"/>
        <jar href="jniwrap-3.8.4.jar"/>
        <jar href="engine-webkit-3.4.jar"/>
        <jar href="slf4j-api-1.5.8.jar"/>
        <jar href="slf4j-log4j12-1.5.8.jar"/>
        <jar href="log4j-1.2.15.jar"/>
        <jar href="classroom-browser.jar"/>
        <jar href="web-core.jar"/>
        <jar href="web-client.jar"/>
        <jar href="multimedia-core.jar"/>
        <jar href="multimedia-client.jar"/>
        <jar href="agenda-core.jar"/>
        <jar href="agenda-client.jar"/>
        <jar href="invite-core.jar"/>
        <jar href="invite-client.jar"/>
        <jar href="quiz-core.jar"/>
        <jar href="quiz-client.jar"/>
      </resources>
      <application-desc main-class="com.elluminate.classroom.client.branding.full.Main">
        <argument>-session</argument>
        <argument>player</argument>
        <argument>-play</argument>
        <argument>https://sas.elluminate.com/site/external/download/recording?uid=C6C6F19E808D60024636948EB0BABADC</argument>
      </application-desc>
    </jnlp>
    DETAILS END
    DETAILS BEGIN
    Exception Tab
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: https://na-downloads.elluminate.com/web/download/12.5/video-client-windows-x86.jar
      at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
      at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    DETAILS END
    DETAILS BEGIN
    Wrapped Exception Tab
    java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
      at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
      at java.net.PlainSocketImpl.connect(Unknown Source)
      at java.net.SocksSocketImpl.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
      at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
      at sun.net.NetworkClient.doConnect(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
      at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
      at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
      at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
      at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
      at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
      at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    DETAILS END
    Message was edited by: nondev
    Added links to recorded lectures I'm trying to access and a couple of additional details that describe the situation

  • How to customize title of standalone player?

    I have a small Flex based calculator that I need to publish
    as a standalone .exe
    I open the SWF in the standalone player, and File > Create
    Projector.
    I can rename the file, but the title of the player window and
    the tab on the windows taskbar says "Adobe Flash Player 9".
    Is there any way to generate the projector and have the
    titile be sometthing different? It makes sense, since the player is
    running, that it identifies itself, but I was wondering (for
    application distribution) if there is any way to change it somehow.
    Thanks!
    -- TC

    See
    http://www.macromedia.com/software/flash/about/

  • Unable to Launch Mi

    I have the X-fi Xtrememusic, I downloaded Creative Sound Blaster X-Fi XtremeMusic, Platinum and Fatalty Driver with OpenAL support 2.09.000, Creative MediaSource Player/Organizer 3.30.2, and Creative MediaSource Go! 3.0.5
    When I try to launch the mixer I just get a popup message that says: "Unable to launch Mixer"
    What am I doing wrong?

    You didn't mention this in your post, but have you tried a full uninstall/reinstall yet? Or just reinstalling the driver again?
    Did this work fine before you updated the driver and applications?
    Check in Control Panel > Sounds and Audio Devices that the card is selected as the preferred audio device for playback. If you have for instance a webcam or other device with audio capabilities, it might be selected as the device instead of your soundcard. Onboard audio should also be disabled in the BIOS.
    Cat

  • Need third party standalone player

    Can anyone recommend a third-party Flash standalone player
    which will play .swf's? I need to have my content play NOT via a
    browser and I do not wish to publish as a self-contained file. This
    is intended for my co-workers who do not have the Flash source
    software installed.
    Any suggestions?

    i did a google search for "flash stand alone player" and
    found this:
    http://www.globfx.com/products/swfplayer/v
    --> Adobe Certified Expert *ACE*
    --> www.mudbubble.com
    --> www.keyframer.com
    Kirk Wicks wrote:
    > Can anyone recommend a third-party Flash standalone
    player which will play
    > .swf's? I need to have my content play NOT via a browser
    and I do not wish to
    > publish as a self-contained file. This is intended for
    my co-workers who do not
    > have the Flash source software installed.
    >
    > Any suggestions?
    >
    >

  • Making an AIR auto launch swf

    I have a client asking me to make an auto launch swf for their AIR app, which I did not develop. I modified their current AIRInstallBadge and it works fine, but now they want a swf on a page that will just auto launch it with no interaction. Basically a swf with no UI, invisible. Is that possible? I've tried the following with no success:
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    var appID:String = validateString(paramObj.appid);
    var pubID:String = validateString(paramObj.pubid);
    var appLaunchArg:Array = validateString(paramObj.applauncharg) == null ? (null) : ([paramObj.applauncharg]);
    var airSWF:Object;
    var airSWFLoader:Loader = new Loader();
    var AIR_SWF_URL:String = "http://airdownload.adobe.com/air/browserapi/air.swf";
    airSWFLoader.load(new URLRequest(AIR_SWF_URL));
    airSWFLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, handleAIRSWFError);
    airSWFLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, handleAIRSWFInit);
    function handleAIRSWFInit(event:Event) : void
         airSWF = airSWFLoader.content;
          airSWF.launchApplication(appID, pubID, appLaunchArg);
    function handleAIRSWFError(event:IOErrorEvent) : void
        Text.text = "unable to load air.swf";
    function validateString(param1:String) : String
    return param1 == null || param1.length < 1 || param1.indexOf("<") >= 0 || param1.indexOf(">") >= 0 ? (null) : (param1);
    I've tested and all parameters get loaded. I'm sure i'm missing some protocols or it's not possible for for security reasons. Any help would be appreciated.
    Thanks,
    Adam

    Never mind, I just found the answer. Nope you can't do it.
    The launchApplication() method can only operate when called in the event handler for a user event, such as a mouse click.

  • Problem - Unable to Launch Mixer [X-

    Hello, I?m getting the unable to launch mixer error when playing back music in MediaSource player? I just bought a brand new X-FI Extreme Music and (lost the CD on the way home I just couldn't wait to open it).. I went online to DL the drivers, everything downloaded and installed fine? and the sound is EMAZING!...
    But....
    ) The cool interface as show on the website for the audio console is missing the one I have looks dull like a default console?
    2) I can't seem to get into the mixer at all or any kind of audio leveling control
    Here?s what I tried
    ) Disabled the onboard sound card
    2) Uninstalled and reinstalled the drivers from the site
    3) Checked the control panel to make sure everything is set to the x-fi card
    4) Uninstalled and reinstalled again this time I removed everything and had windows redetect the sound card
    The sound is great and it seems the card is fine I just missing something I think? if anyone has any ideas please let me know?.
    My system specs:
    ) Asus M2N-SLI DELUXE MOBO
    2) WinXP x64
    3) AMD X2 5000
    4) EVGA 7950GT
    5) PNY G DD2
    6) SEAGATE 320 SATA2 (Perpendicular Recording)
    7) OCZ GAMEXSTREAM 600W PSU
    8) AND A P80B CASE
    If anyone can help please reply.. I throw away the box so I can't return it..( should a tested everything out before throwing it away? my 4 day return windows is up so I?m outta luck if you guys say its broke..
    Thanks in advance for any help, and for taking the time to look at my situation

    I have that installed, but still there is no mixer (you make it sound like that's normal?) and setting the speakers to 4. does not work. I still only get sound from the front two and not the back two or the sub. I had an older PC with an older Audigy card and it had this whole speaker config thing where you could adjust each speaker, etc. Is that no longer available or just not available for x64. Any idea when it will be if this is the case? Thanks for your help.

  • Passing flashvars to standalone player

    How does one pass flashvars to the standalone player? The
    executable doesn't seem to take any arguments, doesn't parse URLs
    with variables (e.g. file://movie.swf?var=value), and doesn't make
    use of any environment variables I've tried.

    Yes this is possible with our Third Party Tool Jugglor.
    Read this
    http://flashjester.com/index.php?section=faq_search&search=command%20line#250
    Jugglor
    http://www.jugglor.com
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Flash Standalone Player

    After reading a post that helpfully informed how to download files by double clicking on them in Safari's Activity window I managed to get some Flash files from YouTube.
    When I double click on them I am asked for a default application - which I reckon should be Flash Standalone player - but the only one I can get to open the files is VLC.
    How do I get a Standalone version of Flash or has it been installed and I can't find it? I've been to the website, downloaded the installer but I don't see any option to download or install a standalone app.
    Ta.

    Anyone who encounters this issue please give it a vote in Adobe's bug base
    Bug #3363321: Creating a standalone projector from a SWF file is still broken in Flash Player 11.5.

  • 'Unable to Launch Application Error' - Java Web Start Running Under MS IIS.

    I am attempting to render the following .jnlp in MS IE:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for LottoMadness Application -->
    <jnlp
       codebase="http://localhost/LottoMadness/"
       href="LottoMadness.jnlp">
       <information>
         <title>LottoMadness Application</title>
         <vendor>Rogers Cadenhead</vendor>
         <homepage href="http://localhost/LottoMadness/"/>
         <icon href="lottobigicon.gif"/>
       </information>
       <resources>
         <j2se version="1.5"/>
         <jar href="LottoMadness.jar"/>
       </resources>
       <application-desc main-class="LottoMadness"/>
    </jnlp>I've deployed the .jnlp, .gif, and .jar to MS IIS, running locally on my PC.
    When I attempt to render the .jnlp in IE I obtain an 'Application Error' window stating 'Unable to Launch Application'. Clicking details gives me:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost/LottoMadness/LottoMadness.jnlp
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)I have configured MS IIS for Web Start, by setting the Extension/Content Type fields to .jnlp and application/x-java-jnlp-file.
    (The .jnlp is basically from 'Programming with Java in 24 Hours', as this is the book I am learning Java from.)

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

Maybe you are looking for

  • What are the system requirements for iTunes on Windows?

    Hi everyone, I am using a very capable workstation to run iTunes.  It is a Dell T5600 workstation with a Xeon E5-2667, 16GB of RAM, and a GeForce 560 Ti, W7 Pro x64, and my system drive is an SSD.  This is a very expensive ($4K+), powerful workstatio

  • Auto-Creation of chapter links within the content directory

    Hello, I have a Microsoft Word document with various chapters and a content directory at the beginning. After creating an Adobe PDF file with the Acriobat 9.0 Pro Office PlugIn I want to link the various chapters within the content directory with the

  • Business system RD1 Not Found

    Hi All, when i was trying to import the tpz from XI Dev into QA (XI Dev and XI QA are using the same SLD) i get the error: Import failed because of business system transfer of object Service | RD1: Obligatory transport target for business system RD1

  • How do i add a  blank slide

    How do i add a blank slide and text?

  • FormCalc - What is the "exponent" operator?

    Hi, I want to make a simple calculation in my form that uses an exponent and I can't find anywhere what is the FormCalc operator for an exponent. I've tried ^ (e.g. (1+i)^n) and Math.pow((1+i),n) but neither one seems to work. Can anyone help please?