Linking two .exe projectors

I am trying to link two .exe projectors. is there specific
actionscript to load/unload .exe as opposed to .swf files?
(PC)>

Andymorph wrote:
> I am trying to link two .exe projectors. is there
specific actionscript to load/unload .exe as opposed to .swf files?
(PC)>
You could try local connection or shared object to
communicated between
two files.
What is that you try to do to be exact, I might have more
specific answer for you,
or related tutorial perhaps...
Best Regards
Urami
Beauty is in the eye of the beer holder...
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Link two differentexe projector files in CS3

    Hi,
    I am working on a Multimedia Presentation in Flash CS3.
    Here I have two versions of the project and thus two separate
    exe (projector fles). Now I want to link these two projectors
    through a button that is placed on the main screen on the projector
    files.
    Can somebody help me on this?
    Thnx.
    Latika

    On Mon, 9 Jul 2007 11:49:45 +0000 (UTC), "staypressed"
    <[email protected]> wrote:
    > here is a page i have set up for testing:
    >
    http://www.fieldworking.com/main/blah.html
    That page has a link to a Flash file that should be at:
    http://www.fieldworking.com/home/fieldworking/mainwebsite_html/main/blah.swf
    The Flash file isn't there.
    Gary

  • Creating exe projector linked to flv file for cd rom

    Hi! My Contact
    nha khoa
    I have a large flv video file that I want to create an exe
    projector file (a "click me to start" file for users) that is
    linked to and plays the flv video when you open the exe. These
    files would then be burned to a cd rom.
    Does anyone know how to create the link from the exe
    projector to open the flv file for cd rom distribution.
    thanks!

    Is it possible that you could advise me on the best settings
    to have when playing an FLV back from CD-Rom, I have a similar
    problem in that my FLVs playback ok on high-spec PCs/Macs, but when
    I launch in on an old PC/Mac there are serious staggers in the
    playback and some audio glitches.
    If anyone has any advice on how to combat this I would be
    very grateful.
    THE BASICS
    I am using flash to present 2 FLV files via a CD Rom.
    THE ISSUE
    The FLV files are quite large, 1x 40mb file and 1x 43mb file
    (dimensions 1024x576). Playback on a high end PC with 2GB Ram is
    great, no staggering in the playback. Testing this on a high-end
    Mac too yeilds no performance issues with playback.
    However, when the settings are reduced to a low-end PC/Mac,
    there are glitches in the audio and staggering in the visual
    playback as the lower spec machine tries to cope as best it can
    with the Hi-Res video.
    The flv files are externally loaded into a movie clip that is
    designed for FLV playback using a buffer speed 0.1.
    QUESTION:
    Does anyone have any tips/ advice on the best way to resolve
    the staggered playback, audio glitching.
    The obvious routes ahead of me are;
    Reduce the quality of the FLVs I am playing.
    Reduce the dimensions of each FLV.
    Cut the FLV into smaller pieces and link them together via
    the movie clip loader (NOT sure how to do that though?)
    Does anyone have any advice on my annoying problem?
    Thanks for reading.

  • My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?

    My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?
    thanks

    for windows you should have an exe and a 7z file.  put both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Sharing Nidaq32.dll in two exe file

    I need to run two exe applicatuions at a time which is using Nidaq32.dll. But its showing error like "Nidaq32.dll file not found"
    I hope i will get response for this query as soon as possible.
     thanks in advance  

    Hi,
    Thank you for posting to the NI forums.  Which version of Traditional DAQ are you using?  Does the error occur when you run a single executable or just when you run one executable?  What programming language are you using?
    Traditional DAQ is multithread-safe, which means that two threads can use the driver.  However, the driver itself is not multithreaded.  Therefore, two threads can use the same piece of code of the driver (for instance, acquiring analog inputs), but the second thread must wait for the first to finish.
    DAQmx on the other hand is multithreaded, which means that two threads can use the same portion of the driver – however, the threads must be related to separate devices.
    Please post back with more information about your application.  In the mean time, I’ve placed a link below from another related discussion forum.
    Installing NI-DAQ 7.5 driver causes error "nidaq32.dll not found" error in old VB6 code
    I hope this helps.
    Ed W.
    Applications Engineer
    National Instruments

  • AS3 Flash exe projector opening other flash exe projectors

    I need help with the following project. I can only make it work using SWF but not with EXE files.
    I have one flash projector (mainFront.exe) an two flash projectors (MasterPage_YIM.exe and MasterPage_YIM_sp.exe).
    MasterPage_YIM and MasterPage_YIM_Sp are exe that open several swfs files
    mainFront is just the main page through which users will choose either english or spanish version.
    mainFront and English version are in the same folder, but Spanish version is in a different folder.
    MAIN FLASH PROJECTOR
    stop();
    import flash.events.MouseEvent;
    import flash.display.MovieClip;
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.Event;
    var swf:MovieClip;
    var loader:Loader=new Loader();
    var loader1:Loader=new Loader();
    eng_btn.txt.text="ENGLISH";
    sp_btn.txt.text="ESPANOL";
    eng_btn.addEventListener(MouseEvent.CLICK, gotoHome);
    sp_btn.addEventListener(MouseEvent.CLICK, gotoHome);
    function gotoHome(event:MouseEvent)
    switch(event.currentTarget.name)
    case "sp_btn":
    //removeChild(loader);
    var newSWFRequest:URLRequest= new URLRequest("../YouthInternet_Spanish/MasterPage_YIM_sp.swf");
    loader.load(newSWFRequest);
    addChild(loader);
    break;
    case "eng_btn":
    var newSWFRequest1:URLRequest= new URLRequest("MasterPage_YIM.swf");
    loader1.load(newSWFRequest1);
    addChild(loader1);
    break;
    PROBLEM:
    How do I open either version (english or spanish) from mainFront so that each version works as it should?

    There is a fullScreenTakeOver property that tells the component what it's able to do. If you set it to false it should not allow going fullscreen.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/video/FLVPlayback.ht ml#fullScreenTakeOver
    When the stage enters full-screen mode, the FLVPlayback component is on top of all content and takes over the entire screen. When the stage exits full-screen mode, the screen returns to how it was before.

  • Making a .exe projector from Mac OS

    I use director to make presentations. I am on a mac,
    and have MX2004 which can make a .exe projector. But I can not see
    to get the paths right so that the .exe projector can find the
    videos. I was once told that the projector does not look from the
    "top" of the path, but only follows "down" from where the projector
    was created. Does this make sense? Is this true? Can you point me
    to a resource?

    Hi,
    I found it best to have videos as the same level as the
    movies that call them or in
    sub folders, but not at a higher level. Higher level does
    work though but I'd
    recommend avoiding if you can. Video paths should be be fine
    as long as you
    maintain the same structure and path relationship from when
    you import the video to
    when you distribute on a CD. To ensure movies will always
    find video, you can put
    all the videos in the same folder as the movies that call
    them. If you want to keep
    your files tidy and more organized, you can create a stub
    projector than links to
    your starting movie in a sub directory. And in that sub
    folder, you can have all
    your Director movies and videos.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • Linking two ODS objects using a multiprovider

    Hello Gurus,
    I need to link two ODS objects and both are having 3 common characteristics and the relationship between the two objects are one to many.
    My questions would be....
    1)When the relationship is one to many can I set it up in the multiprovider to sum it up and show in the report?
    2)I have 5 other charaterstics that I need to report(Slice and dice) on, but these are not common ones to both ODS objects. Is it possible for the user to get the report based on these charaterstics also? Or do I need to make sure that these 5 also exist in both DOS objects?
    Thank you,
    DM

    Hi Sh,
    Thank you very much for your reply. But I have few concerns.
    1)One to many relationship will not have any effect on the data linking since the multiprovider clubs the key figures on common characteristics. I tried this on the system and it worked.
    2)The problem would be not having similar characteristics on both infoproviders. So if I want to report on the chars individually it will have a problem( Will come as non assigned values)
    But the documentation says the multiprovider supports Homogenous and Heterogeneous cases. Please refer the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/52/1ddc37a3f57a07e10000009b38f889/frameset.htm
    I am not sure what I can do now....whether to get all the characteristics in both infoproviders by enhancing the them. Or is there another way?
    And lastly the scenario I am looking at is billing and cost of goods. So I might find records in cost of goods which may not have corresponding records in billing.(There can be goods in stock which need to be billed)The problem would be the way multiprovider link records(union) so it will have all the records from both sides even if they do not correspond to each other.
    Let me know what you think.
    Cheers,
    DM

  • Is there a way to link two FrameMaker 12 books with shared content into the same RoboHelp 11 file?

    This one might require some back story.
    I'm working at a company with roughly 60 business units that will each be getting their own emergency response procedures (.FM files compiled into a single FrameMaker .book file for their department). I then want to link all of these books to a single RoboHelp so that when it comes time to publish all of these plans into WebHelp menus I can do that with a single batch generate/publish.
    My problem is that some of the FM files within the books are shared (maybe two or more departments are at the same location or all of them share the same corporate level plans) so that when I try to link two books with a shared FM file it throws an error.
    Is there away to allow multiple copies of a FM file to exist in a single RoboHelp? Or is there a better solution to the task at hand?
    Any suggestions you might have would be greatly appreciated as I am still a moderate beginner with Frame and RoboHelp.
    ---Corey---
    P.S. Just to complicate things this will all be done via SharePoint so books and FM files live there, and then the RoboHelp output will be published there.

    I think you’re looking at creating a merged RH project – one parent project that subsumes all the linked FM to RH child projects – read up on merged help on Peter’s site (grainge.org)

  • How do you link two audio clips to one video clip?

    Hi guys,
    I want to think multiple audio clips to one video clip and aint know how to do it! I found this page on Adobe knowledge base:-
    http://livedocs.adobe.com/en_US/PremierePro/3.0/help.html?content=WS1c9bc5c2e465a58a91cf0b 1038518aef7-7f40.html
    It says you can do it but I don't think it explains how? Can anyone provide me with the simple steps required to link two audio clips to one video clip? Many thanks.

    Do you mean manual syncing? I've been reading this thread about workaround, which aren't working for me: http://forums.creativecow.net/thread/344/21236
    But the question they are asking is the same one I am asking. Isn't this a typical situation, having multiple mics for one camera? For example, if someone filmed a concert with one camera but used both the camera audio, and ambient mic, and a mix from the board, then that would be 3 audio tracks with 1 video track. I'm in a similar situation, and I'm finding it hard to believe that FCPX isn't equipped to edit this way. There must be some way to get one video clip (with reference audio) to sync with four audio tracks.

  • How do I move two exe. files to a windows 8 machine

    I have two exe. files I need to move to a windows machine. I believe I may be able to do this via ethernet cables. Is there some set of instructions somewhere that can help me with this? The windows version is 8.xx. I have no idea about it. The last time I bought a non-Apple computer was way back before Windows even  existed. There was such a time. Back in the 80s. The 1980s. This little Toshiba laptop I bought today is here for one reason only and that is to run firmware updater routines on a Davis Weather Console that cannot be accessed via a Mac. I don't have a lot of time to waste on this. I hope somebody knows how to do this. Sure appreciate some help if you can do this.

    Hello lopezcalling,
    The following article provides the necessary steps and information for setting up filesharing with a Windows computer.
    OS X: How to connect with File Sharing using SMB
    http://support.apple.com/kb/HT5884
    Cheers,
    Allen

  • Can I link two ipads to one macbook pro?

    Can I link two ipads to one macbook pro?

    Hello there, Chet.
    The following Knowledge Base article offers up a great explanation of how to use multiple iOS devices with one computer:
    How to use multiple iPhone, iPad, or iPod devices with one computer
    http://support.apple.com/kb/ht1495
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Is it possible to link two or more accounts without merging?

         Is it possible to link two or more accounts without merging? For example: give access for apple id [email protected] (obviously fake and is used by John) to apple id [email protected] (also obviously fake and is used by Rose). This would only allow access from one consenting party to another, for temporary sharing.
         The accounts would be temporarily linked/paired in the same manner as a bluetooth device (device A shows the user a password to input into device B) except John receives password abc123 and Rose receives password xyz789. they exchange passwords and can use this to do multiple things, such as; pool money to buy a game, a movie, or a song album, or they could share an app or two with each other.
         Is there any feature in apple remotely like this in any way? If so please let me know how I can find or use this feature.
         If not, I would recommend implementing this in the future, if not the near future. There are a lot of people that would use it, and it could allow app designers to make more money, because people would be able to buy something by pooling their money. If you think otherwise, ask anybody who lives in an apartment with three other people, because that is the only way they can afford it.

    You cannot merge or link accounts.
    Sorry.
    You can leave feedback for Apple at:  http://www.apple.com/feedback

  • Can/ how do I link two or more "projects" - not events or clips - "projects" together in final cut pro 10?

    Can/ how do I link two or more "projects" - not events or clips - "projects" together in final cut pro 10?

    Thanks Tom -
    I created two "sequences". They are currently listed individually in the "project library". Now I want to take sequence "B" and attatch it in it's entirety to the end of sequence "A" - forming one long sequence.
    I have tried to drag sequence "B" and drop it into "A's" timeline. I have tried to creat a compound clip. I'm either missing something - or - you can create a compound "clip" or a compound "event" - but perhaps you cannot link to "projects" together.
    Does this help descibe my problem?
    Thanks again.

  • Linking two imacs?

    I know this has probably already been discussed at one point or the other but I need some information.
    I have an Intel iMac and a G5 iMac that both have Firewire ports. I do a lot of photography work and have many app open at once. I would like run Photoshop on one machine and Aperture on the other. All I need to do is be able to drag and drop from one computer to the other my image files. Is there any way to link two iMacs to do this. Obviously there is no way to control both computers with the same mouse and keyboard but I would like to at least be able to move files from one to the other with out having to do it over a network (router with ethernet). I just want to hook both computers together with one cable and drag and drop from one computer to the other. Any suggestions?

    Target Disk Mode (TDM) effectively turns the Mac that is in TDM mode into an external hard drive for the other Mac. This will certainly allow you to drag & drop files & folders between the two Macs ... but only one of the Macs will be usable while the other basically becomes a hard drive connected to it.
    It sounds like you want both Macs running as normal, but you want to share files/folders between them. And you don't want to do it via ethernet for some reason. Why? Networking would work fine.
    You can directly connect the 2 Macs via an ethernet cable or via a FireWire cable and network them together that way, no router is needed. In both cases you would have to turn on File Sharing in the Mac whose files you want to share; and log on to it from the other Mac via Go > Connect to Server. (If you use FireWire, you also have to set FW as your preferred network in System Preferences > Networking; also on the Firewire pane, set Configure IPv4 = DHCP.)

Maybe you are looking for