Multicast video player with FMS 4.0

I am trying to create a video player in Flash Builder using the new Flash Media Server 4.0 capabilities but I am not able to. The only thread I've seen out there is regarding the P2P player which is not what I want as seen here:
http://www.swfgeek.net/2010/08/10/multicast-streaming-in-flash-player-10-1-revisited/
I want to create a custom player that can retrieve a multicast broadcast.
Here is my code:
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx" width="650" height="250">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    import mx.core.UIComponent;
    import spark.components.Group;
    private const SERVER:String = "rtmfp://172.22.2.150/multicast";
    private const DEVKEY:String = ""; //removed for now
    [Bindable]
    private var connected:Boolean = false;
    private var video:Video;
    private var netConnection:NetConnection;
    private var stream:NetStream;
    public function init():void{
    writeText("Broadcaster:");
    video = new Video(320,240);
    video.x = 10;
    video.y = 10;
    var uic:UIComponent = new UIComponent();
    uic.addChild(video);
    addElement(uic);
    connect();
    private function connect():void{
    netConnection = new NetConnection();
    netConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    netConnection.connect(SERVER+DEVKEY);
    private function onNetConnectionNetStatus(event:NetStatusEvent):void
    switch(event.info.code){
    case "NetStream.Connect.Success":
    event.info.stream.dispatchEvent(event);
    break;
    private function netStatus(event:NetStatusEvent):void{
    writeText(event.info.code);
    switch(event.info.code){
    case "NetConnection.Connect.Success":
    setupStream();
    break;
    case "NetStream.Connect.Success":
    // not using a camera, using another live video source
    //var cam:Camera = Camera.getCamera();   
    //stream.attachCamera(cam);
    //stream.publish("multicast");
    //video.attachCamera(cam);
    stream.attach(netConnection);
    stream.publish("myStream");
    video.attachNetStream(stream);
    break;
    private function setupStream():void{
    //var groupspec:GroupSpecifier = new GroupSpecifier("myGroup/multicastOne");
        var groupspec:GroupSpecifier = new GroupSpecifier("fms.multicast.example");
    groupspec.serverChannelEnabled = true;
    groupspec.multicastEnabled = true;
    groupspec.groupspecWithoutAuthorizations()
    stream = new NetStream(netConnection,groupspec.groupspecWithAuthorizations());
    stream.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    private function writeText(txt:String):void{
    txtHistory.text += txt+"\n";
    ]]>
    </fx:Script>
    <s:TextArea top="10" bottom="10" id="txtHistory" width="250" right="10"/>
</s:Group>

The QT movie opened promptly for me in Firefox 4.0. The fact that it's intermittent for you with FF indicates that it's a connection issue and not an iWeb issue. For some reason not all of the files are being loaded by FF at those times. (The server is probably being run by an Ohio State graduate )
OT
Go Blue!
Note: using Quicktime for you slide presentation will exclude all those users from the dark side who don't have Quicktime installed on their PCs. You might look into a java based method for the presentation. There are lots of them out there. With the free Jalbum you have over 100 themes/skins to choose from.
Message was edited by: Old Toad

Similar Messages

  • Lack of All format playable Video player with Full Screen STRETCH feature

    I am a big fan of Nokia and i know Windows phone is the world best smart phone.im using Lumia 820. but in my highend Lumia devices lack of a
    All format playable Video player (like mkv etc.)officially from Nokia or Microsoft.pls this is very important thing for all Lumia user for HD movie experience.pls update current video player.now I'm using Moli player but there is 1
    vital feature is missing...this is Full Screen STRETCH...when i play movie using Moli player on my phone screen upper and lower portion appear black bar.It mean Ascept ratio not match.This is very important for full screen movie exp.But  this
    feature is also available on Android  MX player.
             So,I request you please update current video player with
    Full Screen STRETCH feature for windows phone user.Thank you.

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Creating a FLV video player with full screen option

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3258016930_5977304
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi!
    I am trying to create a video player that will allow full
    screen functions
    like what we can see on youtube. I know how to create the
    window and the pop
    up but the only problem I am having is having the original
    video in the
    small screen to pause or go silent when the full screen mode
    is activated.
    How can get it done?
    Thank you.
    °K.
    --B_3258016930_5977304
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Creating a FLV video player with full screen
    option</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    <BR>
    I am trying to create a video player that will allow full
    screen functions =
    like what we can see on youtube. I know how to create the
    window and the pop=
    up but the only problem I am having is having the original
    video in the sma=
    ll screen to pause or go silent when the full screen mode is
    activated. How =
    can get it done?<BR>
    <BR>
    Thank you.<BR>
    <BR>
    <BR>
    <B>&deg;K.<BR>
    </B> </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3258016930_5977304--

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Can you embed a video player with a tracklist with in the menu?

    I'm constructing a dvd but I would like to have all the videos playing in a smaller video player with audio on the main menu page. I'd like to have a track list next to the video player within the menu so the person viewing can quickly scroll through all the videos.
    It's a bit hard to explain so I drew a diagram of what I'd like to do:
    http://img90.imageshack.us/img90/1733/test2td.jpg
    Thanks for all your help!

    Welcome to the discussions!
    As you have found out, you won't be able to do this the way I think you are imagining is possible... DVDs just don't work the way that Flash or web pages do. There are significant limitations to prevent this from happening in a smooth manner, and as Eric intimated, you'll need to build a whole shedload of menus to even simulate the effect... and as you go through your track list and jump to each 'sub menu' you'll have to start each video clip from the beginning on each menu.
    If you really wanted to you could have a whole series of duplicated sub menus that each have different clips from the same track and then use a set of scripts to select one at random so that the viewer doesn't repeatedly see the same start of a clip as they land on the same entry in your track list. Instead they'll see a randomly selected alternative from the same track.
    But to even want to do this you've got to be certifiable...
    Let alone the fact that each menu is a separate entity on your disc and there is no way you'll move smoothly between them as if it is one nice slick Flash movie - it'll have pauses and appear to stutter at each change.
    What people tend to do instead is have a button for each of the tracks and put a video clip inside the button so the viewer can see all of the clip footage on one menu screen. A little 'old fashioned' in style, but massively more practical to achieve!

  • Autism...Please Help..Video Player With Constant Controls.., Autism...Please Help..Video Player With Constant Controls..

    Hi All.
    My son has Autism, is 23 and I am trying to teach him to control a video player on ipad 2, I just need a video player with controls ( THAT STAY ON SCREEN CONSTANTLY).
    He is able to press the next > icon but when it disappears from the screen he gets confused.
    Thank You All In Advance
    Rgs
    brendan

    Another thing I do get this error randomly with other apps like Firefox 22 and Skype too which is strange. my S/N : 602-V260-050B1201119526.
    This error is from Skype
    Description
    A problem caused this program to stop interacting with Windows.
    Faulting Application Path:   C:\Windows\SysWOW64\WWAHost.exe
    Problem signature
    Problem Event Name:   MoAppHang
    Package Full Name:   Microsoft.SkypeApp_1.8.0.111_x86__kzf8q xf38zg5c
    Application Name:   praid:App
    Application Version:   6.2.9200.16420
    Application Timestamp:   505a90d6
    Hang Signature:   d908
    Hang Type:   2097152
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Additional Hang Signature 1:   d908164defd45e704df38cec71cdb6e9
    Additional Hang Signature 2:   db7a
    Additional Hang Signature 3:   db7a68a61e111f839b8a39fd0e33855c
    Additional Hang Signature 4:   d908
    Additional Hang Signature 5:   d908164defd45e704df38cec71cdb6e9
    Additional Hang Signature 6:   db7a
    Additional Hang Signature 7:   db7a68a61e111f839b8a39fd0e33855c
    Description
    A problem with your video hardware caused Windows to stop working correctly.
    Problem signature
    Problem Event Name:   LiveKernelEvent
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Files that help describe the problem
    WD-20130626-0316-01.dmp
    sysdata.xml
    WERInternalMetadata.xml
     View a temporary copy of these files
    Warning: If a virus or other security threat caused the problem, opening a copy of the files could harm your computer.
    Extra information about the problem
    BCCode:   141
    BCP1:   FFFFFA8007997010
    BCP2:   FFFFF880069D42B0
    BCP3:   0000000000000000
    BCP4:   0000000000000150
    OS Version:   6_2_9200
    Service Pack:   0_0
    Product:   256_1

  • Samsung - P2 8GB* MP3 and Video Player with Touch-Screen Display - Black

    I amthinking of purchasing theSamsung - P2 8GB* MP3 and Video Player with Touch-Screen Display. I have gone to Best Buy to ask them where I can download TV and movies for the player and they have no help at all! They told me they had no idea. Can someone PLEASE help me? I like the fact that it is Bluetooth compatible but I want to be able to buy shows and movies. Where can I get them for a non-Ipod MP3 player??????  

    I LOOKED EVERY WHERE FOR THE P2 TOUCH SCREEN MP3 PLAYER BY SAMSUNG AND KNOW THAT I HAVE IT I AM VERY STRESSED BY IT. IT  WANT LET ME LOG-IN TO THE SAMSUNG MEDIA STUDIO. CAN SOMEONE HELP I HAVE NOT PUT  ANY MUSIC OR ANY THING ON IT !!! PLEASE HELP!!!!

  • Making P2P Video Chat with FMS

    Hi, I'm trying to make a P2P video chat application with Flash Builder 4.5 and Flash Media Server 4.5.
    First, I've tried a simple sample application using Cirrus(Stratus). It worked very well!
    NetConnection -> NetGroup -> 2 NetStreams -> netstream play and publish -> last, netgroup post
    The sample was all OK.
    But now, I've changed the server url to my flash media development server.
    rtmfp://p2p.rtmfp.net/XXXXXXXXXXXXXX -> rtmfp://my-fms/application
    Here is my application trace log about NetStatusEvent:
    [object NetConnection] NetConnection.Connect.Success
    [object NetConnection] NetGroup.Connect.Success
    [object NetStream] NetStream.Play.Reset
    [object NetStream] NetStream.Play.Start
    [object NetStream] NetStream.Publish.Start
    [object NetConnection] NetStream.Connect.Success
    [object NetConnection] NetStream.Connect.Success
    I couldn't get events about NetGroup and NetStream any more!!!!
    When using Stratus, It worked well...
    I am not familiar with FMS.. did I skip something in FMS setting?

    Nikhil Pavan Kalyan wrote:
    Hi,
    Thanks for trying RTMFP.
    When you made your own application on the development server, did you make any server side scripting on this application or is this a blank application ? The point here is that, for P2P, the Cirrus server has a server script that takes care of bootstrapping one client to the other, which in your case (after moving to your server) is not happening. You need to probably add the scripting for bootstrapping one client to the other.
    The following resources can help :
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSa4cb07693d1238 84520b86f312a354ba36d-7ffe.html#WSa4cb07693d123884520b86f312a354ba36d- 7ff9
    I think I have a similar problem. I am using FMS 4.0 and I can't receive any NetGroup event except NetGroup.Connect.Success. There is no events as NetGroup.Neighbor.Connect or NetGroup.Posting.Notify. I made a discussion (http://forums.adobe.com/message/4429330#4429330) and one of the Adobe employees wrote that I don't need to write any bootstrapping (any server side code):
    Chandan_Abhishek worte:
    You don't have to implement any server side code. Just keep a blank app on the server and make two client side apps.
    Can please someone explain, do I have to write any server side code or not? Do I have to bootstrap clients or not?

  • Creating a Video Player with Dynamic Draggable Playlist. Is it doable in Flash? Help Please

    Hello Everyone,
    I am scripting a video player and one of its functionalities
    is to be able to have a playlist that can be arranged by the user
    in any order user like. For Example, if there are lets say 5 videos
    within the playlist:
    SONG 1
    SONG 2
    SONG 3
    SONG 4
    SONG 5
    User can then change the order of the videos by clicking on
    any video and dragging it up or down just like windows mediaplayer
    and the player should play the videos in such order.
    So far, I have been able to use the list component but am not
    sure if it will allow the dragging.
    I would highly appreciate it if you guys can suggest what
    should I do to handle this functionality.
    Thanks.

    Hm, you could define ‘slots’ with rectangles and
    each slot would map to a specific slot in some
    ‘playlist’. Then create your own ‘list
    renderer’ that attaches draggable clips based on the playlist
    array. During drag and drop, you’d detect which
    ‘slot’ the movieclip was dropped into, which would
    define where in the playlist array it should be inserted.
    Then shift the elements around, insert the item in the array,
    and rerender the list.
    (I’m sure there are probably better/neater ways to do
    this as well, this is just quickly off the top of my head).

  • Choppy Video/Audio with FMS 2

    Hello,
    My internet group and I have been trying to get the bugs
    worked out of our system so our Flash Media Server (version 2.0)
    will work correctly. The latest issue under our load test was
    choppy video and audio. The load test was to see if our network and
    hardware could handle 15 concurrent connections and of course
    something caused the test to fail. Our network and server engineers
    say their stuff all checked out only used 20% of network bandwidth
    at the most. The server barely hit 5% CPU usage. It has been
    suggested a few different times to incorporate a buffer. I don't
    really want to do this, because it seems to be a patch on a problem
    somewhere. Plus, I also read that buffers in streaming video are
    somewhat irrelevant because as soon as the user seeks forward or
    backward the buffer is dumped, which would put me right back in the
    boat with choppy video again until the server is able to establish
    another buffer while streaming the video.
    Here is some info on the video we used for test:
    - 400kb per second
    - On2 VP6 Codec
    - Frames per second (same as source) (video was ripped from
    dvd quality quicktime file.)
    - 96kbps audio
    - 720 x 480 video size (The reason we went so large on the
    video is because we wanted to test a “worse case
    scenario” if a video that size were ever requested we would
    know if it was possible.)
    - Running on Windows 2003 server and FMS v2.0
    Here are my questions:
    1. Shouldn't the FMS stream a video of this size to 15
    concurrent connections without experiencing any kind of lagging or
    choppy video?
    2. Should I incorporate a buffer into the video to smooth
    over the choppy places?
    Thank you for your help!
    Eric

    Good to know...I have to admit that it is a little difficult
    to find good tutorials on this kind of stuff. I've spent the past 3
    hours trying to find a tutorial on how to get the "dual buffer"
    technique with FLVPlayback since FLVPlayback seems to be the option
    that Adobe steers most people to use. Maybe because that's the
    easiest way to get video up and running for new comers (like myself
    to flash video) like the Spry stuff in Dreamweaver. I've never used
    the Spry stuff because I hear it's bulk, plus I already know how to
    create most of that stuff with only what I need. It sounds like Net
    Stream is the way to go, but will require more work to get the end
    result I want.
    Obviously, I don't know much about the whole streaming video
    stuff, but I guess I'll be considered an expert if I can ever get
    this FMS utilized properly and my Net Stream up and running. My
    understanding when we bought this server was that it was pretty
    much plug'n play and the FMS ensured smooth video playing with no
    problems. I didn't know I had to do all this...
    Thanks again fmslove!
    Eric

  • How to create a multi video player with iMovie

    Hey folks, I have a great wee QT player for my daughter's website which was generated for me by iMovie export. Lovely.
    But- folk are wanting to see more videos of her singing.
    Question- how to generate a multi-video player using the same principles (and same simple design)? One like those generated by YouTube's facility to create a list of videos to appear in a single player, or where it is possible to just click a "next" tab? Here is the page I am referring to: http://www.brigidmhairi.com/music.html
    Just to clarify- I am not wanting to use the YouTube player because it is a bit fussy and doesn't look right on the site in mind. The QT one has no borders etc and therefore suits me better. Besides- the 320 format is perfect.
    Hope someone can help me, thank you SO much.

    MacBraveheart wrote:
    .. how to generate a multi-video player using the same principles (and same simple design)? .. Here is the page I am referring to: http://www.brigidmhairi.com/music.html..
    Hope someone can help me, ..
    Hi HighlanderIn ..
    who else than me.. ?
    this is no iMovie related question.. that is
    a) html/CSS-coding or
    b) some flash-app
    read out the code on your linked website ... :
    <embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/33/videogallerywidget.swf
    pageobject_id=artistxxx bla bla bla /><br/>
    <a href="http://www.reverbnation.com/main/artist_feature/widgets">
    bla bla bla ..
    </noscript>
    .. going to that website reverbnation.com, it looks like they offer, as YT, a video-hosting service plus that 'special' player as a flash-code you can embed in your website (as the YTplayer) ..
    so, here are your options:
    • use this service.. costs? no idea, research on your own ..
    • use flash, encode yourself.. perhaps, you can find some 'ready made' coding?
    • *what website-maker do you use?* iWeb offers a template for videos.. many on one preview-page, 'click' creates a bigger version for playback ..
    .. as mentioned: less iMovie, more 'website creation' ..

  • Third party Flash Video player with DRM

    Hello,
    we would like to embedd into our application which is running in DirectX player of Flash video stream protected with DRM. Is it possible to buy library as for Microsoft DRM? Or is there any other solution?

    No, but you are able to create webkit browser environment and embed flash player plugin and playback protected content.

  • Portable 7" to 9" display video player with Ipod docking

    I am looking for a portable device that will dock my Ipod 160 GB Classic so I can view my videos on a larger display. The items that I did find (Memorex and Audiovox) will not work with the Ipod Classic because of 30 pin cable that Apple forces you to use to output to another display such as a TV with either component or composite inputs. Any suggestions?

    have you checked video out ("TV out") settings on the ipod? they should be set to "ask" or "always on"

  • Video player with frame interpolation? (24fps to 48fps)

    So, we're 2014 and still no frame interpolation under linux? not a single plugin for vlc or other players?
    Anone have useful information on that matter?

    karol wrote:
    tigrezno wrote:So, we're 2014 and still no frame interpolation under linux?
    Write one. Or two, or five.
    Or google: http://askubuntu.com/questions/294464/i … for-ubuntu
    Edit:
    nomorewindows wrote:Upscale interpolation is not going to work anyhow.  It can be down interpolated, but not up interpolated.
    http://www.avsforum.com/forum/26-home-t … rates.html
    I'm not a developer, but if I were an vlc developer I'd do it for sure (there is source code out there, it shouldn't be so difficult)
    Also, I've googled it for years, that's why I'm asking here if someone know something.
    Avisynth is for windows and the linux port (avxsynth) isn't complete yet
    MoonSwan wrote:This is from the Manjaro forum but it may be something you can pursue:  https://forum.manjaro.org/index.php?topic=12056.0
    Slowmovideo is interesting but still not avaliable for latest distributions. Let's see in some time.

  • Flash Video Player Need Help

    Hello everyone I am hoping someone here can help me.  I am going to school and I have an action scripting class.  For my final project we have to make a flash video player with a custom skin to upload to our websites. We did something similar to this with our first project which we made a player where the movies where embedded in the file itself but this is supposed to be a youtube like flash player where we can call in the files from another source.   
      We kind of got pressed for time and were not able to go into detail with this project so the teacher gave us the code and I put it in exactly how it should be but im pretty sure i have something misplaced or I am missing a step. I get 8 different errors when I go to test the movie. and nothing works.  Can someone please tell me what I am doing wrong or can you point me in the direction of a tutorial on this  as I have been searching for tutorials on this with no luck. 
    Here is my Action Script 3.0 CODE:
    import fl.video.FLVPlayback;
    import fl.controls.List;
    var vid:FLVPlayback = new FLVPlayback();
    vid.source= "fashion.flv";
    addChild(vid);
    vid.skin="SkinOverPlayStopSeekMuteVol.swf";
    vid.x=100;
    vid.y=300;
    vid.skinAutoHide="true";
    vid.width=500;
    vid.height=280;
    var vidList:List = new List();
    vidList.x= vid.x+10;
    vidList.y= 200;
    vidList.width=200;
    vidList.height=100;
    vidList.addItem({label:"Bathroom Behavior",data: "bathroom.flv"});
    vidList.addItem({label:"Chase Scene",data: "chase.flv"});
    vidList.addItem({label:"VMCAD Fashion Design Commercial",data: "fashion.flv"});
    addChild(vidList);
    vidList.addEventListener(Event.CHANGE,playVid);
    function playVid(e:Event):void{     
    vid.source=e.target.selectedItem.data;
    Here is a screenshot of the errors I am receiving.
    Please help me 
    thanks
    Message was edited by: BTwardy

    I don't know if what you posted is all that is in that as file, but you need to declare a package, then call the import statements, then declare the class name.  Like this:
    package {
         import flash.display.Sprite;
         import flash.events.Event;
         import fl.video.FLVPlayback;
         import fl.controls.List;
         public class Main extends Sprite {
              public function Main() {
                   var vid:FLVPlayback = new FLVPlayback();
                   vid.source= "fashion.flv";
                   addChild(vid);
                   vid.skin="SkinOverPlayStopSeekMuteVol.swf";
                   vid.x=100;
                   vid.y=300;
                   vid.skinAutoHide="true";
                   vid.width=500;
                   vid.height=280;
                   var vidList:List = new List();
                   vidList.x= vid.x+10;
                   vidList.y= 200;
                   vidList.width=200;
                   vidList.height=100;
                   vidList.addItem({label:"Bathroom Behavior",data: "bathroom.flv"});
                   vidList.addItem({label:"Chase Scene",data: "chase.flv"});
                   vidList.addItem({label:"VMCAD Fashion Design Commercial",data: "fashion.flv"});
                   addChild(vidList);
                   vidList.addEventListener(Event.CHANGE,playVid);
              function playVid(e:Event):void{     
                   vid.source=e.target.selectedItem.data;
    Then click on your stage in Flash, then open the properties window, and fill the Class text field with:   Main
    Make sure the as file is saved in the same folder as the flv.

  • How disable the full screen option in the standard or wireframe video player ?

    I was wondering if (and how) it's possible to just disable the full screen option in the controls that appear below the video player (standard or wireframe).
    I want to have a video player with the progression bar, play / pause options, the counter without the full screen option because: "When someone clicks the Full Screen button during playback, the video opens in a pop-up window. Any interaction used to transition to a new state in the application does not work."
    http://help.adobe.com/en_US/flashcatalyst/cs/using/WS4bebcd66a74275c3-326fcb52123816c0204- 7fed.html
    Thanks for your help.
    //Catalyster33//

    I don't think so from within Flash Catalyst. That is all part of the component. I took a quick look at the docs, and did not see that element at as a parameter. There are only two options I can think of: either build a custom controller in  Flash Catalyst (which may not have all the same functionality as the stock controller) or take your project into Flash Builder and modify the controller skin there.
    Chris

Maybe you are looking for

  • Ap-manager ip address is not reachable

    Hi, we have Cisco 4402 Wireless LAN standalone controller, we recently upgraded the firmware from 4.0.155.0 to 4.0.179.11. with new image we are unable to ping manager ip address but unable to ping ap-manager ip address. however both manager an d ap-

  • I can't read the notes/edits/etc. in reader

    I have a Mac with the latest acrobat reader. My brother was editing my work. He edited my work and sent me back the pdf with his comments and edits. He left messages in there. I can't see them. What gives?

  • Using WebUtil Function giving an error

    I installed the WebUtil, i executed the demo(example which would have been in installation file which is running on my system) but now i want to open html file in my form using webutils function present in some remote system WEBUTIL_FILE_TRANSFER.URL

  • DB Config Assistant Problem post install

    I have downloaded Oracle 8i Personal Ed from Oracle Technet. I have gotten almost to the end of installation onto Win2K Professional. It has successfully configured Net8 Config Assistant and OMS NT Service, but the Oracle DB Config Assistant configur

  • Large number of new missing photos

    I have a Library of 9500 images across 20+ folders. I have had no prior problems and have migrated the library to a new system using XP pro and Lightroom version 1.31 with no problems. All of the sudden several months later I now have 820 missing pho