Can I use Flex to push data to other PCs?

My problem:
I have a touchscreen(with PC) and 4 different screens (with PCs), all connected to a server. When you click on a button on the touchscreen, you load a new image on the touchscreen and 4 different contents (images/pps/movies/...) on the four screens.
I must admit I hired some programmer to write some software 'cause "everyone" told me retrieving is no problem (obviously) but pushing data is.
But what he did isn't working like I wanted and I'm getting nervous so I'm looking for other possibilities.
So my question is: is this possible in flex? Can I get a solution by programing an appl. in flex?

You may need to look at the red5 server. Check out the example applications, you should be able to modify the example for network object simultaneous
presentation
http://osflash.org/red5

Similar Messages

  • Can I use Flex with Adobe Media Encoder to automate encoding?

    I am thinking about learning Flex assuming I can do the following.
    Can I use Flex to automate the process of converting/encoding videos from many formats to FLV format?
    If so, what encoder do I use for this process? Flash media encoder?
    Can Flash Media Encoder interface with Flex (PHP/XML/ActionScript) to automatically with presets configuered convert/encode videos that have been uploaded and placed into a folder into FLV format?
    Thanks.

    Guys,
    I have developed a simple script ( batch file  *.bat)) that will  check if encoding is still being done ( every 60+ secs ) and if the process is over, it will shutdown the  PC. I tried to keep the code very very simple so that others can improve it.
    For now , i have tested this on Windows 7 SP1 -  64 bits  and it wokrs well.
    Here is the code, copy  and paste it into notepad - i named it AutoPowerOff-AdobeMediaEnCoder.bat
    ..........copy code below ..........
    @echo off
    echo.
    date /t
    time /t
    echo.
    :StartMonitoring
    echo.
    echo.
    echo.
    color 0f
    echo Start monitoring Adobe Media Encoding Process
    echo Check every 60 secs via KeepMonitoring
    ping 127.0.0.1 -n 60 > nul
    Goto Check
    :KeepMonitoring
    echo.
    echo.
    echo.
    color 0f
    echo Continue Monitoring Adobe Media Encoding Process - every 60s
    ping 127.0.0.1 -n 60 > nul
    Goto Check
    :Check
    echo.
    echo.
    echo.
    color 0e
    echo Checking If Encoding Process Over ?
    echo.
    echo.
    color 0a
    tasklist | find /i "PProHeadless.exe"
    IF ERRORLEVEL 1 GOTO AutoPowerOFF
    IF ERRORLEVEL 0 echo. && echo Encoding Still In Progress && GOTO KeepMonitoring
    :AutoPowerOFF
    echo.
    echo.
    echo.
    color 0c
    echo Process  PProHeadless.exe does not exist anymore
    echo Assume Encoding DONE
    echo PC Poweroff Initiated
    echo.
    echo.
    echo ShutDown PC After 60 sec
      shutdown /s /t 60
    :END
    ....... end of code ..............
    If some of you can check it out on other platforms and report back, i can maintain this thread.
    Regards,
    Marco.

  • Can you use SQL as a data source for a project in the same way you can in Excel?

    Excel allows you to create a data source that executes a SQL stored procedure, display that data as a table in a spreadsheet and have that data automatically refresh each time you open the spreadsheet. Is it possible to do the same thing in MS Project, displaying
    the data from the stored procedure as a series of tasks?
    Here's what I'm trying to do - I have a stored procedure that pulls task data meeting a specific criteria from all projects in Project Server. We're currently displaying this data as an Excel report. However, the data includes start dates and durations so
    it would be nice to be able to display it as a Gantt Chart. I've played around with creating a Gantt chart in Excel and have been able to do a very basic one, but it doesn’t quite fit our needs.

    No, You can not use sql as a data source for a project.
    You have 3 options to achieve it:
    1. You can create a Sharepoint list with desired column ,fill desired data in that list then you can create a MS project from Sharepoint List.
    2. You can create a SSRS report in which you can display grantt chart Joe has given you that link.
    3. You can write a macro in MPP which will take data from your excel. In excel you will fetch data from your stored procedure. write a schedule which will run every day to update your data or
    create an excel report in which will update automatically and write macro in mpp which will fetch the data then publish it so that it would be available to team members.
    kirtesh

  • I recently purchased an iPod touch for my classroom.  Can I use homesharing to transfer data from an app to my student's computers?

    I recently purchased an iPod touch for my classroom.  Can I use homesharing to transfer data from an app to my student's computers?

    No since you can only sync with one computer.
    To switch syncing computers:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Can I use iPad air cellular data in nepal? Does iPad air is carrier locked?

    Can I use iPad air cellular data in nepal? Does iPad air is carrier locked when we buy? Please give idea.

    Hi Narayanfromct,
    If you have questions about using cellular data while traveling with your iPad, you may find the following article helpful:
    iPhone and iPad: Using cellular networks while in another country
    http://support.apple.com/kb/ht1807
    Regards,
    - Brenden

  • Can I use LabVIEW to load data directly into system memory? The serial card I'm using isn't supported by NI nor does VISA recognize it. I'm using a Win32 function to read the data from the card and now I want it to go directly to system memory.

    Can I use LabVIEW to load data directly into system memory from a VI? The serial card I'm using isn't supported by NI nor does VISA recognize it. I'm using a Call Library function to read the data from the card and now I want it to go directly to system memory.
    The data is being received at 1Mbps.
    Thanks

    Two questions:
    One, if it's a serial card, then presumably it gives you more serial ports, like COM3, COM4, etc. If so, VISA would see the COM ports, and not the card directly. The drivers for the card should make it so that you see the extra serial ports from the OS. If you don't see the extra COM ports from VISA, then it sounds like the drivers for the card are not installed properly. Do the extra COM ports show up in Device Manager?
    Two, you said that you're using a Call Library function to get the data and you want to put it into system memory. Errr.... you just read the data and you have it in memory by definition. Are you saying you need a way to parse the data so it shows up on a graph or something?

  • Can I use ARD to push Mavericks update out to network of OS 10.6.8 users?

    Can I use ARD to push Mavericks update out to network of OS 10.6.8 users?

    It depends on what you mean by 'push'?
    http://www.edugeek.net/forums/mac/128025-remote-install-mavericks.html

  • Which ssl type can i use to implement push notifications in safari

    Which ssl type can i use to implement push notifications in safari, i think there are different criteria which one can i use, what are the criteria to buy ssl keys
    are the ssl key used in a web site or in a web service or both

    Anyone?

  • [svn] 2216: Changed InterfaceCompiler to public so that it can be used directly for mxml parsing by other tools .

    Revision: 2216
    Author: [email protected]
    Date: 2008-06-24 13:34:15 -0700 (Tue, 24 Jun 2008)
    Log Message:
    Changed InterfaceCompiler to public so that it can be used directly for mxml parsing by other tools. Also change parseMxml to public.
    Reviewed by: Paul
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java

    Before I read this helpful post, I changed my Google search key words from "change location Firefox profiles" to "change path Firefox Profiles" and found this link: http://kb.mozillazine.org/Thunderbird_:_FAQs_:_Changing_Profile_Folder_Location. This brought me to the article "Moving Your Firefox Profile" which answered my question. Your suggested link would have ultimately led me to the same solution.
    The problem was that I had copied my Firefox profile to the new location and then modified "profiles.ini" to point to the new location and saved it there as a replacement to the original "profiles.ini" that I had renamed "profiles.iniOld." Even though I had changed "IsRelative" from "=1" to "=0" I got error messages. I had used this procedure successfully before, but it would not work this time. When I used Profile Manager to move the Firefox Profiles everything worked fine the first time I tried it, and it took only a few minutes.
    Thank you, cor-el.

  • My buddy lives in the UK and I live in NY we both have Iphone 4's can we use iMessage to text to each other or will it still be an international text charge?

    My buddy lives in the UK and I live in NY we both have Iphone 4's can we use iMessage to text to each other or will it still be an international text charge?

    so im imessaging my friend in scottland from phone number to his phone number, i am on verizon, so i wont loose my out of network text(1500 per month) and it will be on my data and i WILL NOT be charged international text or data?... i called a apple rep today at the shadyside store(pittsburgh) and he told me otherwise and said iwill be having international text?
    sorry just trying to be thoruogh etc not ment to nag

  • How can I use Bluetooth it does not detect others iPhone

    How can I use Bluetooth it does not detect others iPhone

    The bluetooth functionality on the iPhone is limited. It's basically limited to audio devices (headsets, for instance), although certain apps allow greater functionality. Search the app store for "bluetooth share"

  • I purchase iphone from saudi arabia (mobily telecom), can i use this mobile in pakistan and other custires. and how i know this phone is carrier unlocked..

    i purchase iphone from saudi arabia (mobily telecom), can i use this mobile in pakistan and other custires. and how i know this phone is carrier unlocked..

    It will be locked to mobily telecom, and according to Apple's list of supported carriers and their features (http://support.apple.com/kb/HT1937) they do not offer unlocking.  Since only the carrier it is locked to can unlock it, you have bought a useless phone.

  • Can I use a iPhone 4S unlocked with other company?

    Can I use a iPhone 4S unlocked with other company? I would like to buy a iPhone 4S unlocked to use it with Simple Mobile Company. I called them and they told me yes I can do it, but I want to make sure before spend the money.
    Thank you

    Thank you so much

  • Can I use built-in iSight camera with other apps?

    Can I use built-in iSight camera with other apps?
    How?
    doesn't work in imovie or image capture

    Hi Judson,
    THe built in iSight will actually work with iMovie if you have the version of iMovie which comes with iLife 6. (see http://docs.info.apple.com/article.html?artnum=61929 for a mention)
    There is a slightly clumsy "workaround" available for use with earlier versions of iMovie, but you need a dv cam to use it - see http://www.macosxhints.com/article.php?story=20051217210335199
    I gather that "EvoCam" - http://www.evological.com/evocam.html - will also work directly with the built in iSight.
    So too, should recent versions of QuicktimePro.
    As for other apps, tell us what you wish to do with it. We may be able to come up with some suggestions.
    Cheers
    Rod

  • Good evening i woul like to ask if the hot spot of the i phone  4 can be used by the i pod touch other than i pad2 4

    Good evening i woul like to ask if the hot spot of the i phone  4 can be used by the i pod touch other than i pad2

    If you mean connect the iPod to the iPhone via Wifi hotspot, then yes. Just go the "settings", then "Wifi" and select you iPhone and enter the passcode and your in.

Maybe you are looking for

  • MacBook Pro 13'' Late 2013 keeps on crashing.

    Hey! I have a problem: My fairly new MBP (1 month old) started crashing about 2 weeks ago. since then, 3 different things occur after a random time (approx. between startup and 5 minutes in). The screen freezes and starts flickering, or The MBP just

  • How to Send a mail whenever employee is Hired

    Dear Experts, How to send a mail to concern mangaer whenever a nes PERNR ( Employee ) is hired? Regards, sudher

  • Lumia 520 bluetooth

    Hi I am having difficulty pairing my lumia 520 to other bluetooth devices. I can pair to them but they all loose the pairing after 3-4 seconds. has anyone else got the same problem?

  • How could I export my contacts into numbers?

    I'm trying to export my conatcs list into a numbers format which it doesnt semto give me that option anywhewre,is ther a way to do this?

  • Add user exit to ZRGGBS000 for transaction AS02

    Hello, I have added a new form to ZRGGBS000 for updating the tax jurisdiction whenever the cost center changes on the asset master record.  In the img I cannot get the substitutions node to recognize my new form. I keep getting the message that the n