Exe Looking for development path names

I have developed a project on DVD using several video clips
I have used the following loadmovie script reference the
paths
(in a sub directory of root called red - the projector being
in the root) :
on startMovie
append the searchPaths, the moviePath & "res"
append the searchPaths, the moviePath & "sound"
end
However when transfering the disc to some machines or copying
the contents to a hard drive - an message comes up asking "where
is" the resource and references the original absolute file path
from the development machine.
Any ideas how i can solve this problem
Cheers
J

I have found 'the searchpaths' to be very unreliable when
using it to
find external files. It is kind of hit or miss sometimes. In
my case
it was quicktime movies that it couldn't find. The way I
fixed my
problem was to parse the filename of the quicktime, and test
to see if
the file was in the place I expected it. Then set the
filename to have
the exact path it needed.
This uses the BuddyAPI xtra. My project was PC only. You will
have to
make adjustments if you plan on having it work on Macintosh's
as well.
(watch for line wrapping on some of the longer lines of code
here)
on beginSprite me
oldDelim=the itemDelimiter
the itemDelimiter="\"
thisMovie=sprite(me.spriteNum).member.filename.item[sprite(me.spriteNum).member.filename. item.count]
sprite(me.spriteNum).member.filename=thisMovie
if baFileExists(the moviePath&"res\"&thisMovie) then
sprite(me.spriteNum).member.filename=the
moviePath&"Media\Movies\"&thisMovie
end if
if baFileExists(the moviePath&"sound\"&thisMovie)
then
sprite(me.spriteNum).member.filename=the
moviePath&"Media\Movies\"&thisMovie
end if
the itemDelimiter=oldDelim
end

Similar Messages

  • Renamed a 2012 license server but it still looks for its old name

    I renamed a Server 2012 machine that I had installed remote desktop licenses on. The server shows the licenses are available under the new name, but when you log in remotely, it's still looking to the old name as the license server. There isn't any remote
    desktop configuration function on 2012, so where do I tell it to look to the new name for licensing? When I do licensing diagnosis, it still shows that it's looking for the old name.

    Hi,
    If the server is part of collection in a RDS deployment then you would set the licensing server name in Server Manager -- RDS -- Overview -- Tasks -- Edit Deployment Properties -- RD Licensing tab.  If the server is standalone (not part of RDS deployment)
    then you may set the licensing server name in the local group policy (gpedit.msc).  The setting is under this path:
    Computer Configuration\ Administrative Templates\ Windows Components\ Remote Desktop Services\ Remote Desktop Session Host\ Licensing
    -TP

  • How to look for the Table Name

    Hi Friends,
    Sometimes we need to download the table for the desired information if the same is not available from a particular report. How to look for the table name? Is there a report or a particular feild, where we can find the name of the particular table?
    Thanks for the assistance.
    Regards

    Hi Friend,
    If you want to see the structures then go to SE11. Sometimes it happens that you cannot find the table names but only fields. In such case, if you want to find the Table names which is not available, then go to SE90.
    Abap Dictionary > Fields > Table Fields.
    Now Enter the Field name in Right Hand Side of the screen then Execute. You will see the all tables by which that Fields are used.
    Regards,
    Jigar

  • TS1398 I just reset my new router name and password and my iPad keeps picking up the old name using the old password. How do I purge the old info and get it to look for the new name?

    I installed a new wireless router and connected with my iPad. I then changed the ID and password with ethernet but now my iPad keeps picking up the old router name and password and doesn't see the new name. How can I get it to stop looking for the old name and find the new one?

    Hello Stevo39,
    If your iPhone continues to prompt for your old account and password then check out the following article.
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    This article may help too.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Regards,
    Nubz

  • Need help to open and look for file by name

    Hi,
            Im needing help to open a folder and look for a file (.txt) on this directory by his name ... The user ll type the partial name of file , and i need look for this file on the folder , and delete it ....
    How can i look for the file by his name ?
    Thx =)

    Hi ,
        Sry ,, let me explain again ... I ll set the name of the files in the follow order ... Name_Serial_date_chanel.sxc ..
    The user ll type the serial that he wants delete ...
    I already figured out what i need guys .. thx for the help ^^
    I used List Directory on advanced IO , to list all .. the Name is the same for all ... then i used Name_ concateneted with Serial(typed)* .. this command serial* ll list all serials equal the typed , in my case , ll exist only one , cuz its a count this serial .Then i pass the path to the delete , and its done !
    Thx ^^

  • Looking for a app name

    hey guys,
    I'm looking for something I saw someone have, but don't know the name.
    Basically it's like almost like Expose & Spaces, but when you switch to another screen it looks like a 3d box that gets turned to the left. Almost like the box when you install Quicksilver when it takes you to the new part of question.

    Nope, I think macwiz1220 pointed out what I was looking for.
    It's more like a desktop extender. I was looking for that because I was getting annoyed when working in a browser, because it just opens one page over another, so you can't (ALT + TAb) between the pages.

  • How to use P=name for Physical path name via t-cd:file

    Hello experts,
    I want to define physical path name using <P=name> for add-on programs.
    It is desirable to save files on another drive from SAP installed drive.
    I don't know which profile parameter can be changed.
    I'm afraid if standard logic wouldn't work when I change a parameter.
    I'm not sure, but DIR_TEMP doesn't seem to affect standard logic.
    What parameter should I use for add-on?
    Or can I create own profile parameter?
    Regards,
    Fukuhara Yohei

    In my detail block I have 10 rows displaying that may or may not have data after querying. To set the default value in the detail block, you have to set the index value of p_session.set_value. Since I don't know how many rows are already populated, I'm setting the default value to all 10 rows. Is there a better approach?
    Here's my code example, which I've placed in the additional PL/SQL section before displaying the form...
    DECLARE
    l_district_id VARCHAR2(7);
    BEGIN
    l_district_id := p_session.get_value_as_varchar2
    (p_block_name => 'MASTER_BLOCK',
    p_attribute_name => 'A_DISTRICT_ID');
    FOR i in 1 .. 10 LOOP
    p_session.set_value
    (p_block_name => 'DETAIL_BLOCK',
    p_attribute_name => 'A_DISTRICT_ID',
    p_value => TO_CHAR(l_district_id), p_index => i);
    END LOOP;
    END;

  • Looking for developer for port to mac

    We have a plugin for Photoshop, which was developed on the pc;
    we are looking for a developer to port it to the mac;
    the interface with Photoshop is in C, C++, and the main portion
    of the program with all the graphics features is in Java,
    which got embedded in C.

    How much are you paying?
    � {�                                                                                                                                                                                                                                   

  • GPMC looks for old domain name after rename

    Greetings!
    I've renamed my domain after reading white papers on the subject. The process went well except when I try to open the Group Policy Management Console it says the domain doesn't exist. It offers to let me select a different domain controller but it's looking
    in the old domain. I can't change anything in the dialog to point it to the new domain name. I've tried from my Win 7 work station and from the domain controller with the PDC role. I moved that role to a different DC and get the same results. The domain is
    at Server 2008 functionality level but all DCs are Server 2012R2. I did run gpfixup for both the DNS name and NB name. The only errors it produces relate to old software group policies that no longer are used and the file path has been removed. I need to get
    this fixed. I'd even be willing to start fresh with just default polices but blowing up the domain and starting over isn't an option. Thanks for any suggestions offered.

    Thanks for your reply, Frank. Yes, all the steps were followed. The gpfixup was reporting errors and stating they were not fatal, but they were because the gp fix never completed. Evidently it renames sysvol and that never happened.
    It turns out the policies that gpfixup was dying on were long-abandoned policies that used DFS shares. I used ASDI Edit to find them and delete them. Then I was able to run gpfixup, which now completed successfully. Once that was done the GPMC would properly
    run and access the group policies.
    The actual domain rename went quite well and most users didn't notice this problem other than the workstations reverting to installing updates themselves instead of contacting my WSUS server.
    Mark Warbeck

  • "Failed to debug the Windows Azure Cloud Service project. The Output directory .... does not exist" - Looking for Solution Config Name Folder?

    Good evening,
    I've been working on and with a VS2013 Update 2 / Azure SDK 2.3 Cloud Service project for a while now and never had a problem debugging it (setting the .ccproj Project as Startup Project) but at the moment I cannot Debug it anymore - I always get the following
    error message:
    Failed to debug the Windows Azure Cloud Service project.  The output directory 'D:\Workspace\Development\Sources\AzureBackend\csx\Backend - Debug' does not exist.
    Now what's odd here, is the last part - the "Backend - Debug" is the Solution configuration name, ALL projects in that particular solution configuration are set to the Debug Configuration. The .ccproj file also only specifies Debug|Any CPU (and
    Release|Any CPU respectively) as its output folder(s). Why is the Solution config appearing up there?
    And more importantly.. why is this happening and what can I do?!
    Thanks,
    -Jörg
    Ps: there seems to be a related
    connect bug and these sorts of issues do appear around the forums but none contains a solution (neither reinstalling the Azure SDK nor cloaking the workspace/re-retrieving & building everything worked).

    Good morning Jambor,
    I already tried de-installing everything Azure-Tooling related including the Azure SDK, Restarting my machine and re-installing the SDK.
    Same result. I can build the .ccproj perfectly fine and the cspack file IS generated perfectly fine, only debugging does not work and there's NO information in the VS output window (again - all projects succeed to build).
    I tried explicitely running VS as Administrator, no change. I removed all IIS Express sites (as the ccproj has one web worker role), remapped my local TFS workspace.. nothing helped.
    As building works, deploying to Azure Cloud Service (manually and via Publish inside VS) all works -perfectly-, I am pretty sure this IS a bug and I'd LOVE to help to get this fixed. As I said, currently I cannot debug and/or run & test my work, hence
    I cannot do ANY work.

  • Looking for my computer name and mac address.  Where do i find them?

    I think this should be straightforward.  Where would I find my Mac Address and name of my computer?  I want to tether with my phone and need to give my phone this info.
    Thanks in Advance.
    Deb

    Your Computer Name is found in the Sharing preferences at the top. For your MAC address open Network preferences, select your desired port such as Wireless then click on the Advanced button. Click on the Hardware tab. You will find it there.

  • "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect? URL: /includes/javascript/xajax_js/xajax.js". other posters with a xajax error on this board got the response to go look for developer resources. (i'm not a developer)

    I'm on a mac running 10.6.8, was using Firefox 6.02 when the problem started, i performed a clean install of 7.01, installed the latest Flashplayer, and reinstalled java (the 10.6.5 update file from apple's site).
    I seem able to load video at youtube.com, and was able to load web-based irc chatrooms at ircchat.tv. however, at jamplay.com a paid member site, all of the lessons are flash video, and there's a live video feed chat room that is also flash based, and I am not able to view this content. the video content pops up the error message "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?
    URL: /includes/javascript/xajax_js/xajax.js" and the clicking on the "launch chatroom" button does exactly nothing.
    I have contacted the jamplay site team but their recommendations are the steps I have already taken, mentioned above, that did not resolve the issue.
    some links to content on their site visible without being a member:
    http://www.jamplay.com/
    this one has a flash interface that, if things were working, would have a video in the center and members and staff talking abouth that area of the site when you click on one of the title buttons. Now that I am having this problem, nothing is clickable and there's no indication that there should be a video in the center. The error message regarding xajax does not come up at all.
    http://www.jamplay.com/guitar-lessons/beginners/1/527-16-circle-of-fifths
    same thing. video content is missing, xajax error does not appear.
    http://www.jamplay.com/live
    when I load these all content except the video loads on the page. this page does not give me the error at all, just does not load the video
    I can't seem to recreate the actual error without being logged in as a member of the site.
    The apple support team gave me a one-time free suppport ticket to troubleshoot an ethernet issue I was having. Unfortunately, the databases I removed were not deemed either by apple or me to be noteworthy or necessary to retain (all of them were for software I not longer have or use). I don't know which plist file might have been the one I need now. I did reinstall the java and flash items. The only other item that I think it might be is a set of belkin router software that I uninstalled because i'm not using any belkin hardware anymore.
    If someone has any kind of idea I would be most appreciative.

    That's a comment in the file. It has no effect at all.

  • Looking for Development Environment Like MS Visual Studio

    Trying to find an OSX equivalent to Microsoft Visual Studio (specifically C#). I thought Xcode might be it and downloaded it, but it doesn't seem as intuitive as Visual Studio - can't figure out where to start. I want to design windows that the user can interact with - push buttons, display text, etc. It's not obvious how to get started with Xcode, and I'm wondering if I'm even poking around in the right area.
    I have a web-based app put together on my MAC that uses a combination of web pages and CGI code that I can use as a prototype. I'd like to try to duplicate this using the MAC GUI. Can someone point me in the right direction and suggest some good primer books?
    Thanks!

    Xcode is it. It is much different than Visual Studio, but so is the platform and language. For example, in the MS environment, the UI designer creates source code that you edit. In OS X, the UI designer doesn't create source code because the UI is a fully-instantiated object that's built on the fly (and doesn't require compilation). You create connections between the elements through a drag-and-drop mechanism that basically plugs UI element events into controller object methods. In OS X, applications are "bundles" of code and resources, whereas Windows has a more loosely-defined structure.
    It does take some getting used to, but the XCode UI is mostly designed around this different sort of approach to writing the software.
    Alternatively, you can use something like Eclipse, which is closer to VS in many respects, but painful to write Objective-C code while using the Interface Builder.

  • Looking for developer XMP Lightroom

    Hi,
    Lightroom 3 has a big problem for me with the Titles and Legends. We can only put one legend and one title per image and since I work in many languages (english/french/portuguese) I need to have the possibility to have 2 or 3 titles and legends for each picture. The solution I used till now is to create virtual images but it's a mess !
    Anybody would be interested to work on it ?
    Best,
    David

    Hi Klaus,
    Good Morning!!.... I'm Harihara Sudhan as a Sr.Software Engineer, in MPS Limited, we are specializes in automating InDesign Server, InDesign CC and Desktop InDesign CS6. We could definitely help. You can contact me at the below mail id:
    http://adi-mps.com
    [email protected]

  • How to use path names for library filter?

    Hi all,
    I have been looking for a way to use the library filter functionality to show only images in a particular folder (or subfolder thereof). From the help pages [http://help.adobe.com/en_US/Lightroom/3.0/Using/WSAB7B303E-081D-4617-BF47-B4B8D3D49CC3.htm l] I found that the image path is included when you filter using 'any searchable field'.
    However, I do not seem to be able to use a full path name, just the individual directory names. To give an example, I can locate files in c:\data\photos using 'contains all: c data photos', but this will also select images in 'c:\data\someotherproject\photos'. I have tried all combinations of slashes and backslashes, but have found no solution to this problem. Does anyone know what the internal representation for the path name is, and if it's possible to search for it?
    Just to pre-empt the obvious answer: I know that you can simply click on a folder to show its contents. However, using the filter bar would be a more permanent selection of a working directory, which remains when you click on a collection, for example.
    Thanks.
    Simon

    Sorry, I could have been clearer.
    What I'm trying to achieve is the following. My computer contains photos by myself, my wife and others, organised in three main folders. Having them in separate catalogs isn't convenient, because we often have photos of the same event (outings, holidays). However, most of the time I only want to work on my photos, and my wife wants to work on hers. A directory filter would be a good and fool-proof way of doing things. I am currently using a special keyword to do this, but I must remember to apply the correct keyword when importing.
    Adding a folder as a favorite only works to select that folder in its entirety. What I would like to do is to have a 'master' folder selected and then use Lightroom as I normally would (select folders, collections, etc) Filtering by path name would enable me to do just that - and it does, except that there are false positives due to not being able to enter a full path name.
    A smart collection has the same problem: the 'Folder' rule doesn't seem to support paths. And even if it did, it's not possible to select two collections with a logical 'and' operator, unless you make a new smart collection for each possibility.
    My current keyword workaround is functional, but slightly error-prone. And in any case, if 'any searchable field' includes the file path, it stands to reason that there should be a way to match that with the entire path. The documentation isn't clear about this, so I hope that anyone can shed some light on this.

Maybe you are looking for

  • Transactions and Locking Rows for Update

    I have a problem in the application I am currently working on, which it seems to me should be easily solvable via appropriate use of transactions and database locking, but I'm having trouble figuring out exactly how to do it. The database we are usin

  • Module Pool in Background

    Hi All, Is it possible to execute a Module Pool program in Background mode? Thanks & Regards, Asha

  • Netweaver JAVA  vs Netweaver ABAP

    Hi, I am new to SAP having java background. Going through some of the information provided i have few questions: There are two servers now- Netweaver ABAP and Netweaver JAVA. Are both of these application servers provide same functionality, ie, can I

  • Ipod video sorting

    is there anyway to move music videos that were put in "movies" to the "music videos" thank you

  • [solved] Broken ping

    Hi all, a recent update seems to have caused the "ping" binary to misbehave. Pinging a known good server on a known network now causes the time interval between each ping  (after typing "ping google.com") to become sporadic and random. I have two ser