external
loading external swfs with a loop, AS3
I\'ve spent days working on this code, it seems so simple, but yet it never works.All I\'m trying to do is make a loop automatically load person0.swf through person4.swf in the same directory. I\'ve g[详细]
2023-03-15 22:12 分类:问答Delphi, can't use a function in an external .pas file
I am using functions from an external .pas file. I can use some of the functions, but not others. As far as i can see the functions are declared the same way, I would like to post some of the file, bu[详细]
2023-03-14 18:51 分类:问答Is it possible to use a single javascript tag for loading an external js file and calling its function?
I am writing a third party javascript (my.js) that can be inserted in a HTML page usin开发者_如何学Gog script tag. I want to achieve the following:[详细]
2023-03-13 08:51 分类:问答CreateProcess don't work on all applications
I am writing a little GUI application that is used to start other external executables. It works on all the executables I want, except one. Here is the code I\'m using:[详细]
2023-03-13 08:44 分类:问答Building a tile game how to load the level data externally
I\'m building a basic tile game containing 3 layers of \'tiles\' The tiles itself Objects Items image the game has a dimension of 3x3 my data array\'s look like this:[详细]
2023-03-13 07:48 分类:问答How do I display video on external monitor while keeping controls on iPad?
My iPad app ha开发者_如何学Gos the option to play videos. I use the MPMoviePlayerViewController class to play my videos.[详细]
2023-03-13 06:53 分类:问答Open external js form on new window
Having problem to open form in new window, script is pulled 开发者_开发问答from external service.[详细]
2023-03-12 13:45 分类:问答Converting file:// scheme to content:// scheme
I am running to the problem with using开发者_C百科 Droid X\'s Files app and Astro file manager to select an image file. This two apps return the selected image with the scheme \"file://\" while Galler[详细]
2023-03-12 09:18 分类:问答How to cache mustache templates?
I would like to cache mustache templates. I know that I could include mustache templates directly, like this:[详细]
2023-03-11 21:43 分类:问答C++ Calling Static member function from external file
I have this class defined in Global.h class Global { public: static string InttoStr(int num); }; In Global.cpp, i have[详细]
2023-03-11 15:32 分类:问答