Issues with FLVPlayback in Fullscreen

We have a Flash project where the end product will be a Windows Projector (exe) file since it will not be played online within a browser. I'd like to use the following actionscritpt:
stage.displayState = StageDisplayState.FULL_SCREEN;
However, I'm having issues with the FLVPlayback component. Initially it would load over all of the other content (just from being introduced in the first frame), which is not desired. Then I discovered:
fullScreenTakeOver=false;
This seems to supress the video until I want it to play.
However, now when the video ends, the entire screen goes black. Please note that this is not the case when I'm not in FULL_SCREEN.
If it helps, we're developing in Flash CS5.5 using Actionscript 3.

Actually, I don't want the video to be full screen at all. Our Art Director pitched an idea to the client where these doors zoom up and then reveal a video player, and then close when the video is finished. There are a couple of places where video content
is displayed, but the rest of the presentation is Flash animations, text with audio voice overs and 360s. I'm wanting the overall project to go from 1024 to 1920 (full screen) or fit whatever resolution the user has set. The issue is that if I use the stage.displayState action, it does something funky once I encounter a video. The rest of the project is fine in full_screen.

Similar Messages

  • Issues with flvplayback component and domain names

    I have fms running on linux with an apache webserver on the same machine and I'm have some issues regarding domain-names.
    I have done the Walkthrough 2. Simple FLVPlayback 2.5 component which works nicely on my local machine using linux (and also on virtualized Windows). Locally it doesn't matter if I use my IP-adress or my domain-name, it all works fine. However, when I host the swf (on my local machine) and access it from another computer the video does not play. The player doesn't seem to load the flv. However looking at the fms-access-log it looks like a succesfull atempt, it connects, starts playing and transfers some data. I have a crossdomain-file in my apache root. I have tried using both domain names and IP-adresses accessing the swf and the flv. Also copying the swf to the other computer doesn't seem to help.
    Another issue that might be the same problem(?) is that when I try loading an flv with another player (also hosted on my local machine) I can get it to work from that other computer (and locally), but only when giving the IP-adress. When using the domain-name it will not work and there is no activity in the access-log.
    I have searched quite a bit without finding anything that solves this.
    Any help is appreciated.
    /Erik

    I should add that the two computers are on the same local network. In the swf I access the app: rtmp://computer1.domain/vod/ or give the IP and then state the streams as in the tutorial.
    Also, has anybody had any issues with hostnames vs IPs in rtmp-urls?
    Feeling a bit lost tbh.
    /Erik

  • Issue with going to fullscreen on Quicktime X

    In Quicktime if you hit "command+f" it should take you to the full screen view. Several times recently when I have hit the shortcut keys my Macbook restarts instead of going to the full screen view. Has anyone else had this issue?

    Try resetting the SMC:
    http://support.apple.com/kb/HT1411

  • Issue with fullscreen gl and screen corruption...

    Hi.
    I am running dual monitors on a radeon x1300 with the ati catalyst drivers (version 8.7-2).
    Whenever i attempt to run a gl program fullscreen my displays corrupt.  in windowed mode they work fine.  I think this might be an issue with fullscreen trying to stretch across both displays.  is there a workaround for this so i can run fullscreen on one of the monitors?
    edit:  here is my xorg.conf.  maybe something in there might be helpfull...
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
        FontPath     "/usr/share/fonts/cyrillic"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
        #   Load  "synaptics"
    EndSection
    Section "ServerFlags"
        Option        "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc105"
        Option        "XkbLayout" "us"
        Option        "XkbVariant" ""
    EndSection
    Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option        "Protocol" "Microsoft"
        Option        "Device" "/dev/ttyS0"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "ZAxisMapping" "4 5"
        Option        "Device" "/dev/psaux"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option        "Device" "/dev/input/mice"
        Option        "SendCoreEvents" "true"
        Option        "Protocol" "IMPS/2"
        Option        "ZAxisMapping" "4 5"
        Option        "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    #    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
        #  Default modes distilled from
        #      "VESA and Industry Standards and Guide for Computer Display Monitor
        #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
        #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
        # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
        ModeLine     "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
        ModeLine     "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
        ModeLine     "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
        ModeLine     "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
        ModeLine     "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
        ModeLine     "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
        ModeLine     "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
        ModeLine     "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        ModeLine     "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        ModeLine     "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
        ModeLine     "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
        ModeLine     "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
        ModeLine     "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
        ModeLine     "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
        ModeLine     "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
        ModeLine     "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        ModeLine     "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        ModeLine     "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
        ModeLine     "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
        ModeLine     "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
        ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine     "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine     "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
        ModeLine     "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine     "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine     "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine     "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine     "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine     "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
        ModeLine     "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
        ModeLine     "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
        ModeLine     "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
        ModeLine     "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
        ModeLine     "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
        ModeLine     "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine     "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
        ModeLine     "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
        ModeLine     "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
        ModeLine     "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
        ModeLine     "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
        ModeLine     "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
        ModeLine     "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
        ModeLine     "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
        ModeLine     "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
        ModeLine     "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
        ModeLine     "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
        ModeLine     "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
        ModeLine     "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
        ModeLine     "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
        ModeLine     "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
        ModeLine     "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
        ModeLine     "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
        ModeLine     "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
        ModeLine     "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
        ModeLine     "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
        ModeLine     "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
        ModeLine     "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
        Option        "DPMS" "true"
    #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "All"
        BoardName   "All"
        Option        "DesktopSetup" "horizontal,reverse"
        Option        "EnableMonitor" "crt1,crt2"
        Option        "OverlayOnCRTC2" "1"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
            Depth     1
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     4
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     8
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     15
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     16
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     24
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     32
            Modes    "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "DRI"
        Mode         0666
    EndSection
    Last edited by ametamorphosis (2008-08-13 16:21:43)

    I did end up finding a workaround for this. 
    Section "ServerFlags"
    Option "Xinerama" "1"
    EndSection
    It seems to turn both monitors into a single screen. 
    The gl app runs in one of the screens while in fullscreen mode and corruption is limited to the "inactive" monitor. 
    Its clunky to use with any other application though because of how windows maximize across both monitors instead of just one.
    Is there a good way to switch this option other than changing my xorg.conf everytime i want to switch?

  • Adobe AIR : Issue with StageVideo FullScreen on MacBook w/ Retina

    Has anyone run into an issue with StageVideo running in FullScreen mode on high-res monitors, such as a MacBook Pro with retina?
    The issue I'm seeing is that the video runs fine if the application is windowed, but when it goes full screen, the video display is cropped to a quarter of the MacBook Pro screen size. The rest of the viewable area is black.
    Things worth knowing:
    Fullscreen works perfect on lower-res monitors
    This only happens on a MacBook Pro in the ADL Preview  OR  when requestedDisplayResolution is set to TRUE in the Application Descriptor file.
    If requestedDisplayResolution is set to FALSE, and your run the application (outside of ADL Preview), FullScreen works fine.
    I'm setting the viewport with stageVideo.viewPort = new Rectangle( 0 , 0 , 1440  , 900 );
    I haven't been able to find any information out there on this.
    Any help is greatly appreciated.
    -m

    According to the docs (StageVideo - Adobe ActionScript® 3 (AS3 ) API Reference):
    The absolute position and size of the video surface in pixels.
    The position of the video is relative to the upper left corner of the stage.
    The valid range of the x and y properties of the viewPort Rectangle object are -8192 to 8191. Therefore, you can position the video completely or partially off the stage. You can also make the video larger than the stage if you make the width and height properties of the viewPort property larger than the stage.
    It seems like you need to pass the full stage width and height to the stageView.viewPort call.  Currently you're hardcoding it to 1440 x 900, what is the actual dimensions of your screen?

  • Flash Player 10.1 Projector issues with FullScreen

    I am trying to make a flash player 10.1 projector file (both .app and .exe) and I am having some issues when I go fullscreen.
    This was originally a web project, and everything works okay online (or even locally when I click on my .html file). However when I make an .app projector file, and play it, some (not all) of my buttons stop working on fullscreen mode).
    I seem to be having problems with any buttons that have an alpha Tween (I am using TweenLite/TweenMax) applied to them on the MOUSE_OVER event.
    Buttons with Blur tweens work in both fullscreen and normal screen mode.

    I did get it working through a series of steps, I'll include it here if  anyone has the same problem. I'm not sure why changing the file name  works...but it did!
    1. Made sure I had the latest version of the Flash Player/Projector.
    2. Opened the .swf file in the Flash player.
    3. Published as a projector file with a DIFFERENT NAME as my .swf file.

  • Issue with Full Screen & Input languages (Mavericks 10.9.1)

    I have two issues with the latest (Version 8.0.24308) Microsoft Remote Desktop from the Mac App store:
    1. If I tick the connection entry "Start session in fullscreen" option, after connect the desktop slips upwards like on the screenshot (below on the link)
    2. The default input method switches to Latvian after connect (never used Latvian anywhere...).
    On my Mac:
    - System language: Hungarian
    - Input language: Hungarian
    On the server:
    - System language: English
    - Input language: Hungarian (default) + English
    +: the app doesn't supports Retina display resolution :(
    Screen Shot link:
    db.tt/yYKN0arM

    Hi,
    1. The version 8.0.24308 offers updated functionality for full screen mode to users of OS X 10.7+:
    OS X native: The native full screen feature for the Mac OS X version.
    Custom: The custom full screen mode enables the multi-monitor feature in order to provide a better experience for users of Mac OS X versions 10.7 and 10.8.
    Important information for users of 10.9: if you have disabled "Displays have separate Spaces" in Mavericks
    (System Preferences > Mission Control) go to Preferences > Resolution in the Microsoft Remote Desktop client and configure the setting using the same option.
    Please try the OS X native mode and see how it works.
    2. The OS keyboard locale, is suggested to the remote PC. Therefore, please check the keyboard locale.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Issues with screensaver after playing video in iTunes

    I've recently started having an issue with my screensaver not turining itself on if i pause videos played in iTunes (fullscreen), and after escaping fullscreen view and pausing video the screensaver won't turn itself on. At all, not until I restart my iMac.
    The iMac is completely up to date (OS X 10.7.2), bought mid-2011, came with Lion. I just got the iMac back from repair service, it should be working fine. Why is this happening?

    My guess is that you have an Nvidia Nforce SATA controller, and are affected by a known bug in the Nvidia driver. Apple mention it briefly at the bottom of this document. HP have posted what appears to be a standard Microsoft SATA driver here to work around the problem until Nvidia releases an updated driver. Since it appears to be a standard driver, you may be able to install it on a non-HP system too.

  • Compile error in flex with FlvPlayBack

    Hi all,
    First of all I should mention that i'm working under linux.
    I've installed flex plugin 3 alpha 4 for eclipse, with an ecliplse 3.3.0.
    I've decided to be in the "best environement" possible and do not force the installation as needed on higher versions.
    Firsts compilation, hello word, textbox, backgrounds...etc.. run correctly... stimulant !
    So I start my real stuff : working with FlvPlayback.
    I choose this component because I have to work with cue points and I prefer not to start with a full extend of video classes to implement it.
    I've installed the 2.5 component released for linux as mentionned in the productivity tool download page.
    Adding the swc to my projet librairie build path and wow : now I can acceed to fl.* classes with import classes completion... sounds good !!!
    However when I tried to compile a simple code ( player with 1 flv ) it rise an error :
    1046 : Type not found or not a compilation constant : NetStreamPlayOptions.
    I've browsed the web frantically for hours....
    What i've understood is that this class is part of Player2 implementation that come in runtime player10.
    According to http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10?showComments=fa lse
    i have to got /frameworks/libs/player/10/playerglobal.swc and force eclipse to use it.
    But that's not in the SDK...
    All what adobe propose as download is the libflashplayer.so.
    Does anyone had encountered this issue ?
    As the download page explicitly explain the the component is working on linux there should be a fix somewhere, does anybody know ?
    Thxs for you help...

    Hi,
    Can you please make sure you have Flex 3.2 or higher SDK and then target to Flash Player 10. I have this working on my system and yes, i got the same error when my SDK was below 3.2 and not targeted to Flash Player 10.
    Hope this helps.

  • Reason for Flash issues with 10.2 update

    I think I am beginning to understand the Flash issue. Because I have several Mac's and have only had one develop a issue with the new Flash 10.2 update. My feeling is that the one Mac a White Macbook with Intel graphics is the only one having the issue. While my other Mac's a Macbook Air, and two Mac Mini's with the Nvidia 9400M graphics and the Air's Nvidia 320M are not. Leads me to believe that somehow the hardware acceleration in the Flash that puts more use of the graphics chip rather then the CPU may be the cause. It may not work as well with the Intel graphics. The Flash official requirements is 128Mb of VRAM for it to work. I would say the older Intel chips may be causing a problem. Now why it works in 32 Bit mode with Safari is a bit of a mystery. A quick fix seems to be to enable Safari to run in 32 Bit or to use Google's Chrome browser which has built in Flash.

    mmm.. please see the thread "Flash 10.2 choppy in fullscreen." I have plenty of VRAM here 288MB to be precise. 32bit or more RAM is not the solution as neither it is to turn the automatic switch in energy preferences. Clearly everything works well with version 10.1, problems just happen when you upgrade to version 10.2 and 10.3(beta).

  • Video Streaming Issue with Rolling Audio

    I have several flash based lessons that I have created that are being distributed online to several companies.
    Each lesson has a video that is played within the lesson through the flvplayback control. The videos were supplied by a third party and some of the videos are encoded at 384K and some are at 568K.
    One company that is attempting to view the lessons is seeing the following behavior. The video plays for approximately 20 seconds then suddenly the video drops out and the audio continues to play. With the audio still playing the video scrubber rolls back and attempts to start the video again but all that comes through is the audio track again. Now there are 2 instances of the audio playing with no video. This happens a third time and finally keeps going until all the audio is played out.
    The IT staff at the company has showed me a fiddler log that shows the flash player making a connection out to Akamai to retrieve the video and then rolling from port 80 to port 1935 and finally to port 443. This would explain the three audio tracks playing
    I have read that the flash player will attempt to gather the stream from the stated rtmp location and then if it encounters an issue with a proxy or firewall it will attempt the other ports.
    So I am not sure if there is anything I can do by design or programatically to alleviate this issue. It appears to me that the company attempting to view this video has some kind of bandwidth throttling program in place that is kicking off this behavior in the flash player.
    Is it possible to prevent the flash player from making the three attempts? Would a sudden cut of bandwidth prompt the player to attempt to roll to another port if a network load balancing program suddenly kicked in? If it is bandwidth is that why the audio stream continues to play because there is enough bandwidth for the audio track to get through, but not the video?
    I have attached a screen shot of the sniffer output so you can see the rolling ports thing.

    As it turns out they do not allow traffic over the default rtmp ports. They do have a proxy server in place, but it does allow http tunneling. I had one of the users on their network hit the port testing page that adobe provides and hit laptop passed the test by allowing tunneling.
    Incidentally it can be found here if you need it: http://kb2.adobe.com/cps/164/tn_16466.html
    I created a flash movie that had the flvplayback component in it streaming from one of the flv files I have on Akamai and it worked for the end user.
    This was a little depressing because I was hoping I could simply blame his network and walk away .
    I then changed the component in my lesson to specifically use tunneling and this worked for the end user with the video issue, but then caused issues for all the other companies viewing the lessons.
    I believe they are using FP version 9.0.124.0 at this particular company and not unlike most places I have dealt with they tell me it is impossible to upgrade to FP10.
    So I think what is happening is the scorm communications and the web service communications and the video and the load balancing software and the client side proxy server are all coming together to cause the issue.
    It seems to me that it isn't an issue I can solve via changing publish settings or programmatically although I have been looking at the proxyType property of the NCManager for the flvplayback control to see if setting the fallback to CONNECT might solve the issue.

  • [UNSOLVED] Graphics Card Issues with Intel 945GSE

    I have several issues and im not sure if they are related to the same reason. But I think it all has to do with my graphics card not being detected right.
    I have a Samsung N310 with 1,6 Ghz and 2Gb RAM and am using Gnome. If i go to "System settings --> System information" it shows me "Graphics: unknown".
    Since my new installation i dont have an xorg.conf anymore, and i did not experience any disadvantages yet, but before my graphics card was detected as following in the xorg.conf:
    "Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)"
    In the Gnome System information it was not listed though, like now.
    This is not really a problem, but it made me think that my other issues could be related to the card being not detected right.
    Here are my real problems:
    When i am watching a video on my external monitor i have slight lags, which are really annoying to me,
    because im a big fan of a good picture!
    It is explicitly visible during pan shots or when cars a moving from the one side of the picture to the other.
    And the larger the file is, the worse it gets... The lag with dvds or large mkv-files is even worse and not watchable anymore!
    My machine should be capable of running a film on fullscreen on an external monitor though, at least it does under XP on the same screen. Flawlessly!! And since arch is a minimal system, it should work! I am experiencing these problems with gnome2 and xfce as well, so it cant be related to gnome3!
    Im also experiencing lags with the Gnome shell, for example when i move my mouse to the activities button in the upper-left corner or when i am moving windows with the mouse.
    And last but not least firefox is very laggy while scrolling. But since even users with faster machines experience slight problems of that matter with firefox, i dont think that this problem is related to my card.
    I could stand the issues with the Gnome shell and firefox, but i at least want to be able to watch a film with my computer!
    I hope that my computer isnt simply to slow...
    Greets
    Last edited by gunjah292 (2011-12-21 20:09:44)

    gunjah292 wrote:
    HAHA!! The trick was not to enable VSync but to disable it!
    I just changed the SwapBuffersWait Option to "false".
    I have around 300 FPS now and my video lag problem is GONE!!! Thanks for the tips! I will mark this solved now!
    Well, that's a surprise for me.  I had to enable VSync to stop video tearing with my Intel HD 3000 GPU (Sandy Bridge).
    From the Intel xorg driver man page:
    Option "SwapbuffersWait" "boolean"
            This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA calls by GL
            applications. If enabled, the calls will avoid tearing by making sure the display scanline is
            outside of the area to be copied before the copy occurs. If disabled, no scanline
            synchronization is performed, meaning tearing will likely occur. Note that when enabled, this
            option can adversely affect the framerate of applications that render frames at less than
            refresh rate.
    Default: enabled.
    Glad you got it sorted!
    Last edited by David Batson (2011-12-14 23:21:57)

  • Vista SP 1 Sound Issues with Creative Drivers

    Hi all, I recently switched to a X-Fi Elite Pro, with a Nvidia Video Card.
    Windows Vista SP (32bit)
    Intel Pentium D .8 Ghz
    2gb RAM
    XFX GeForce 8600 GT 52mb running
    Creative X-Fi Elite Pro
    (it's been a while since I've needed this kind of support so let me know if more info is needed)
    Anyways, from the moment Vista plays the logon sound there is static crackling and chirping noises whenever there is audio playing at the same time as any kind of visual change on the screen (not every screen update). For example videos on websites that play them as plugins are especially static-y. However, playing a fullscreen game (i.e. World of Warcraft) does not produce the static.
    Interestingly, I have now tried two different video cards. The Nvidia and now a ATI Radeon, both have the same identical problem. I first thought that it might just be a Nvidia Issue but this is not the case
    I have checked for IRQ conflicts and none exist that I can find. I have updated Windows as much as I think I can. I've tried changing Creative drivers as well.
    Any advice is appreciated.Message Edited by djscotty on 0-04-2009 05:7 [email protected]

    Re: Vista SP Sound Issues with Creative Drivers [email protected]

  • Help solve these issues with the n97

    Owner of a black N97. Software ver.: V.11.0.021(.238.01) - 19.06.2009
    Type: RM-505
    The issues I have.
    1. The alarm clock sometimes goes off 3-4-5 min, later than it was set. Ex. set alarm for 8am, and it goes off at 8:04, 8:05.
    2. Contacts. Prev. I had the E50. I have all my contacts now in the N97's mem, so no numbers/contacts are on the sim card. The problem. I have a contact that has multiple phone numbers. When I get a call from the person neither the name or the picture assigned to her will show up, just the number. **bleep**? 600 euro phone
    3. I left the phone to charge at night. I wake up in the morning it shows 2 bars. I restart the phone it shows fully charged (7 bars).
    4. Laggy orientation issues, sometimes the phone can't make up it's mind in what mode it should be.
    5. Sometimes the keyguard switch doesn't do it's job, have to slide it 2-3 times. For example, you have the screen locked. You slide the camera's protective cover. You use the keyguard switch.... once, nothing happens. You have to slide it again (2-3) times so it finally unlocks the screen/keys.
    6. Once I turned on the cam, video mode, lights on (used the phone's leds as a ligh in the night, walked for about 10 min. like this and the next thing I know when I want to turn it off.... the phone doesn't respond, freezed up, had to turn off, and when I did I had the nokia logo and an ugly red line across the screen, turned it back on, worked again....
    Sorry if I ask/talk about things that have been discussed/solved before.
    Hope to get feedback from someone on the issues I have especially for the contacts issue and if maybe somebody could tell me what dimentions does the caller id image should be so that I have no issues with it?
    Thanks in advance.
    (PS: Despite the issues I ran into even after I updated from v.10 to v.11 I like the phone and I really hope that newer software updates will solve the issues we have. BTW I advise you all not to use themes. Altho I am a big customization fanatic myself, my old E50 teached me a lesson. If it's not nokias shipped with the device theme, it's gonna cause you problems. No more will I install and use custom themes. It just makes your phone crash and do very very weird things. (and the themes I used were from babinokia not just some hillbilly site). One of my big dissapointments with the E50 was that I could not change / set a custom image as fullscreen wallpaper. It only showed a cropped version of the image on the middle of the screen. In order to change the wallpaper u had to find a theme.)

    Upgrade to V12? Might help on some issues.
    As for the contacts problem, I can report that it works fine for me, and I have several numbers on most of my contacts.
    This problem is usually because the same number exists on more than one contact. Unfortunately I haven't found a way to actually search for which contacts might have a number, so the only sugegstion I can offer is that you search through every entry in your phone book, and see if you can't find the same number on more than one contact.
    Don't forget to also check the entries on the SIM card, especially if you have set th phone to use both phone and SIM.

  • Does anyone else have display issues with Intel X3100 graphics and OS X Lion?

    I took the screenshot below to demonstrate one issue I have had with graphics since upgrading to OS X Lion. I use a Late 2007 MacBook with 2.0GHz Core 2 Duo and the Intel X3100 graphics chipset. I have 4GB RAM. Had to reboot to get this to correct itself. The problem is the menubar (obvious) and the desktop image is missing, replaced by the grey.
    I have an external monitor connected (second image) and everything displays properly there.
    Some other issues I've noticed are using Mission Control sometimes yields unpredictable results, graphically speaking, and the fullscreen apps don't always allow me to see the menubar. These all seem graphically related. Is this a hardware or software problem? Any solutions?

    Here is another display issue with my machine...perhaps software rather than hardware? The icon for the rtf file "Matt Passages" is missing entirely. There is a faint rectangle present instead. The same file has an icon in the first image posted above. No change to the file since then. And two other RTFs have the icon! Odd things with Lion.

Maybe you are looking for

  • Update routine - Performance Tuning

    Hi, To increase the performance, I have deleted some records in the data_package but these changes are not reflecting in the ALV output. We are getting old data only. If we toutch the standard ALV program it is a problem for other update routinies. P

  • ITunes Match won't recognize albums bought in another country as purchased

    Hi all, momentarely I'm quite dissapoibted with iTunes match. I have a library with 26k titles - over 2'700 bought in iTunes, the rest is my digitalized CD-Library or bough via amazon. in 2010 I moved from germany to switzerland and changed the count

  • Tax rate is not coming up in PO

    Hi, The rate is not coming for one of the tax condition type in the PO 1)Tax percentage 12 percent is maintained against the condition type in FV11. 2)Calculation schema is proper. 3) Tax code is maintained properly . this problem has arised after mi

  • PXI 8176 Controller Display Blanks Out.

    The Monitor goes on standby (blanks out) randomly while my computer is still on. I've narrowed the problem down to the controller. I just want to know what options I have. Is there a part in the controller itself that I can replace?

  • SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.S") not parsing as expected

    The date I am getting back when parsing with SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.S") seems wrong. I get the following output when I run the sample code below. I would expect the time to be 13:37:24 not 13:50:41. Thanks Tue Jul 28 13:50:41 EDT 200