Load buttons into a movie from outside source

Hi,
I am making a scrollpane with buttons in it numbered from 1
to about 100. I may start off with numbers 1, 3, 4, 6,9, etc. I
want to be able to add 2, 5, 7, and 8 later and still have the
buttons show up in numerical order. Any idea how I could do that.
Is it possible.

The movies that I want to play one after another are not that
large, all are between 250K and 1MB, but there are 10 altogether.
There is no interactivity in any of the .swf's. This is just a
linear animation which needs to be broken down into pieces because
one .swf containing the whole animation would be about 18MB.
I have a basic to intermediate understanding of
actionscripting, but I'm a designer not a programmer and find some
of this difficult. Can someone please tell me if the code below
would work?
For example if I have a main fla. and it contains an empty
movieclip with an instance name MC,
on the first frame I add the following code:
var files:Array = ["1.swf","2.swf"];
var counter:Number = 0;
function loadSwf(val:Number):Void {
if (counter == files.length) {
counter = 0;
if (counter<0) {
counter = files.length-1;
MC.loadMovie(files[counter], 1);
counter += val;
loadSwf(1);
Then create all the swfs I want to load, and in the last
frame of each swf, create an empty keyframe and add this code :
_parent.loadSwf(1);

Similar Messages

  • How to load data into an ods from multiple info sources.

    hi all...
    i am given a task to load data into an ods from 3 infosources ...
    can someone plz give me the flow .
    thank u in advance..

    Hi Hara Pradhan,
    You have to create 3 update rules by giving the 3 different infosources while creating each update rule. And u have to create the infopackages under each infosource. with this u can load the data to the same data target from multiple info sources.
    Hope it helps!
    Assign points if it helps!

  • I need to link to a screen within a movie from outside the movie

    Hi,
    That last question was answered so quickly, I'll ask this
    next one right away:
    I need to link to a screen within a movie from outside the
    movie (so for example, from file1.cp, I need to open file 2, screen
    4).
    Am I able to do this in Captivate 1?
    Thanks,
    Kim

    I've just gotten a chance to check out these responses. About
    the Flash - no can do. Don't have it. And about breaking the file
    apart, that would get messy because I have several files already.
    OK. At least I know my options are limited to linking to page 1
    from outside, so I'll have to be creative.
    Thanks for the response.
    Kim

  • How can I buy subtitled movies from outside the US?

    how can I buy subtitled movies from outside the US?

    People here are users, you need to contact Apple Inc. by phone and see if you can resolve this problem.
    http://support.apple.com/kb/he57

  • Making a loaded swf-file loading images into the movie..

    Trying to convert my problem from norwegian into english
    isn't always that easy... :)
    Anyway..
    I've created som cool buttons that I want to be loaded into a
    movie (let's call i MainMovie.swf) and from there I want the
    buttons to be able to load images into a movieclip (ImageContainer)
    inside the MainMovie.swf.
    Is it possible to make the MainMovie.swf communicate with the
    the loaded buttons (each button is a swf-file containing the
    actionscript, objects, etc.) so when the buttons are clicked they
    load different images into the ImageContainer?
    My idea here is to include an as.file into the MainMovie.swf
    as well containing the url's to the images that I want to be loaded
    into ImageContainer.
    I've tried to create a button on a layer above the buttons
    that's loaded into the MainMovie.swf but I end up with the loaded
    buttons not working properlu because of the button that I've
    created and placed above them.
    Now, I don't want the url's inside the buttons thats loaded
    into the MainMovie.swf as I want the ability to be able to replace
    those buttons-files without having to use too much time writing the
    url's in each button.
    Thanks folks.

    are all your swfs using as3 or as2? if as3, you won't be
    loading into a movieclip: you'll use a loader instance and you can
    reference (or communictae with) the loaded as3 objects using the
    content property of your loader once you cast it as a
    movieclip.

  • Error while loading  data into External table from the flat files

    HI ,
    We have a data load in our project which feeds the oracle external tables with the data from the Flat Files(.bcp files) in unix.
    While loading the data, we are encountering the following error.
    Error occured (Error Code : -29913 and Error Message : ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: un) while loading data into table_ext
    Please let us know what needs to be done in this case to solve this problem.
    Thanks,
    Kartheek

    Kartheek,
    I used Google (mine still works).... please check those links:
    http://oraclequirks.blogspot.com/2008/07/ora-29400-data-cartridge-error.html
    http://jonathanlewis.wordpress.com/2011/02/15/ora-29913/
    HTH,
    Thierry

  • MISALIGNMENT PROBLEMS USING "LOAD FILES INTO PHOTOSHOP LAYERS" FROM BRIDGE CC

    I'm having a persistent problem which technical support was unable to resolve after being on the phone with them for 1.5 hrs. I was told the issue would be escalated... That was five days ago, and I've heard nothing.
    Here is the problem: In ACR working on a bracketed group of five images shot from a solid tripod in Bridge CC. I carefully synchronize all parameters incl. crop, transform, exposure, etc. Then I go to Tools / Photoshop / Load files into Photoshop layers, and the images open in photoshop in a layered file..., BUT some are knocked out of alignment. Actually they have been cropped slightly smaller than the original file, always by the same number of pixels. Sometimes all layers are affected, sometimes not.
    Photoshop CC & Bridge CC are both up to date, as is the camera raw plugin. I’m on a new iMac i7 4-core, OSX 10.9.4. All software was newly downloaded from Adobe two weeks ago. I have reset preferences, reset tools in Photoshop, even uninstalled and reinstalled Bridge CC 6.1.0.115 all to no avail. Any suggestions? I am desperate for some help.

    I run Windows 7 Ultimate, I have 2.00GB of RAM with 1.74 usable, and I selected 40 images, each about 2MB.

  • Creating Node data on Author server from outside source?

    I was wondering if it is possible to create node data on the author server from an outside source such as the publish server, without using reverse replication?
    IE,
    User accessing form page on publish server, enters data, submits the form. Which somehow would create node data directly on the author server without storing any data on the publish server.
    Is this even possible?
    Thanks

    Thank you for all the responses.
    Yes I do agree that not using reverse replication as the system is designed is not exactly a wise design choice. The problem I am facing is that the end user generated content is security sensitive and cannot be store on the publish instance. (Even temporarily)
    I have managed to write a servlet on the Author server to accept the post data and create node data on the Author repository.
    However to do this, I have had to disable login/security on the Author server for the servlet path (IE /bin/posthandlerservlet ) so that the author servlet can be accessed from the outside. Firewall has also been adjusted to let traffic through as well.
    Now my remaining question would be, is opening up this path to the Author server much more dangerous and less secure that creating the node data on the Publish server in a place that protected access? We are really worried that the node created data on the publish server could somehow be accessed by end users in the event of a security problem.

  • How to load swf into a movie clip?

    i have an swf file i want to load into a movie clip within my
    flash file, i think im supposed to use loadmovie () instead of
    loadmovienum, can anyone help me out? thanks

    loadMovie("X",Y);
    Where x is: the url of the swf file you want to load.
    Where y is: the name of the movieclip you want to load it
    into. You must give the movieclip an instance name.
    For example, if I wanted to load '1.swf' into a movieclip
    with an instance name of "loaderclip," my code would be:
    loadMovie("1.swf", loaderclip);

  • Run Button inside a movie effect outside a movie

    hi
    I am working in flash 8 on Windows XP. I am creating a US Map
    Project . Under which when i mouse over on a particular US-state
    it's size is increased. I did it by using a movie clip. I made such
    moive clip's for each state of USA.
    Now my requirement is when i mouse over on a particular US
    State it must grow its size. and further it must have few spots on
    that movie. on which when user clicks a small panel with some
    information about that location should be shown.
    For this i made a movie for each US State. and set mouse over
    event .
    on(rollover){
    mcName.gotoAndPlay(2);
    till here it works fine. But for further spots for locations
    i made button in each moive.
    Now when i mouseover on movie it gives me desired results.
    But when i try to click on the button
    inside that movie. It doesnt work.
    Please Urgent Help is required .

    Inderdeep wrote:
    > hi
    > I am working in flash 8 on Windows XP. I am creating a
    US Map Project . Under
    > which when i mouse over on a particular US-state it's
    size is increased. I did
    > it by using a movie clip. I made such moive clip's for
    each state of USA.
    > Now my requirement is when i mouse over on a particular
    US State it must grow
    > its size. and further it must have few spots on that
    movie. on which when user
    > clicks a small panel with some information about that
    location should be shown.
    >
    > For this i made a movie for each US State. and set mouse
    over event .
    > on(rollover){
    > mcName.gotoAndPlay(2);
    > }
    > till here it works fine. But for further spots for
    locations i made button in
    > each moive.
    >
    > Now when i mouseover on movie it gives me desired
    results. But when i try to
    > click on the button
    > inside that movie. It doesnt work.
    >
    > Please Urgent Help is required .
    The problem with flash is that you can't nest button within
    button even tho it is
    in a movie clip. You need to use movie clips instead. In that
    movie, on first frame
    you have stop(); action and the button with roll over action
    to jump frame which
    has the OVER state content. Than from there you have more
    buttons to branch out the
    tree.
    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>

  • Streaming movies from outside of iTunes Library

    I would like to stream movies from an external hard drive to Apple TV2 without storing them in my iTunes music library which is on my internal drive. I know I need to do this through iTunes but I don't want to clutter up library as space is tight.
    I don't want to move my entire music library to an external either as it complicates my time machine backups and hinders performance.
    I think I need to somehow alias the movies in my iTunes library but can't find a way. Any clever (or blindingly obvious) solutions would be welcome.
    Thanks in advance.

    RDH wrote:
    Any clever (or blindingly obvious) solutions would be welcome.
    easy
    assuming you have +copy files to ... when adding to library+ enabled in iTunes > preferences > advanced, simply option-drag the files from the external into an open iTunes window.
    iTunes will index the path to the location of the files (the external), but not copy them physically.
    be sure the external is mounted on your desktop before you launch iTunes if you want to play files from it.
    JGG
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • Step by Step Instructions of loading Excel into SSIS via OLE Data Source Microsoft.ACE instead of Excel connection manager

    Hi,
    I have a very large Excel workbook which I need to load into SSIS. Using the default Excel connection manager SSIS seems to load the entire work sheet into memory before performing any operation even after setting IMEX=1 within the connection string.
    Can anyone provide me with step by step instructions on how to use  OLE Data Source Microsoft.ACE please?
    I've found the link; -
    https://www.connectionstrings.com/ace-oledb-12-0/
    Which looks very useful.
    Since I currently have Excel 2010 as my data source I tried; -
    Data Source=C:\PoC\POC_Data_Source\my.xlsx;Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties="Excel 12.0 Xml;HDR=YES ;IMEX=1";
    The connection test successfully. However SSIS still seems to be loading the entire work sheet into memory before starting the data load.
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    Thanks again Koen,
    I am developing remotely on a development server. So when I run SSDT I am running it within the development server box. My current technology / environment mix means I can't run SSDT from my local desktop.
    I am pretty sure that scanning of the rows is an issue causing performance, e.g. if I just click on the data source component SSDT freezes for several minutes, unless I just have a cut down version of the Excel file, say first 5,000 rows, then the response
    of SSDT is acceptable.
    Also when I have SSDT pointing to the full spreadsheet and I click around in the associated Data Flow I notice devenv.exe* 32 slowing grabbing 4gb of RAM and releasing it according to Windows Task Manager. 
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

  • How to SQL*loader to skip some columns from the source file?

    I am using oracle9i sqlldr to load some .csv files into db.
    If I want to skip the first two columns in the source file, can I do that?
    If yes, how should I specify it in the ctl file?
    Thanks
    Wendy

    Hello Dave,
    Here is a sample of what you'll need to have in your control fileLOAD DATA
    APPEND
    INTO TABLE <target_table>
    FIELDS TERMINATED BY ','
    ( column_1  FILLER
    , column_2
    , column_3
    , column_4  FILLER
    )Hope this helps,
    Luke

  • Loading content into project/timeline from http listener

    Hi
    I have an application which helps producers/researchers browse and search for video assets. Once they have located one or more assets, I would like to be able to "push" them over to Premiere Pro.
    The browser is written in Silverlight, so the only mechanism it has to communicate with Premiere Pro would be via http. I think what I need is a plug in which has an HttpListener listening on a specific port, so that the silverilght application can post information (in edl/xml format) to the port the plugin is listening on. The plugin will then load the assets (mms video streams or files from uris) into the project and/or timeline.
    I would like to write this either using Flex or the Premiere Pro SDK. I need it to run on both Windows and the Mac.
    If anyone can provide any pointers, I would be very grateful.
    Thanks
    Nigel

    Hi Zac
    Thanks for the information.
    Can you clarify this a little for me? If I understand what you have written, I have to create an XML file using FCP format which I save to local storage, then use something like SendMessage in another application to programatically initiate a drop sequence of the file onto the Premiere Pro window. I would have to write two applications, one for the Mac, and one for the PC, using Visual Studio and Objective C rather than use the SDK.
    Is that correct?
    Can you also tell me if a plugin written in Flash/Flex can communicate in any way with the application, such as to automate a file/open sequence. I ask this because I believe Flash can listen on an http port, and avoid the need for separate apps on the Mac and PC.
    What you suggest appears possible, but tying it together in a way invisible to the user might be a bit tricky.
    Thanks
    Nigel

  • Quicktime 7.5.5 will not download quicktime movies from webpage sources

    I had no difficulty downloading movies before I upgraded to 7.5.5. All I had to do was click on the down-pointing arrow on the lower right-hand corner of the preview, and I could make a permanent copy of the download. I cannot do that with 7.5.5 altho' the help menu says I should be able to. Instead of showing the movie on preview as it used to on a screen that had the necessary arrow, now those movies go directly to the quicktime movie program and there is no way I can see to save the download permanently.
    So where are these movies going? They're not protected, I know, since I was able to download from the same sources before, and they are not pay sites.
    I have leopard 10.5.5 on an intell iMac.

    That's professionally terse and should be informative, but it doesn't help at all since it doesn't happen to be true. I never had pro, nor was I ever able to ''Save As'' with the qt version I had. The new quicktime 7.5.5 does claim I should be able to save such movies however. In its instructions under ''help'', it informs me that I should first see a sample movie, centered on the computer screen, and that movie panel should have, on its lower right-hand corner, a down-pointing arrow which, when clicked on, offers 3 options, one of which is ''save as quicktime movie''. I should see that screen, and according to the 7.5.5 instructions, I should have those options. I used to, with the earlier qt version, but I don't anymore - not with 7.5.5. Unfortunately, that particular preview movie screen never opens. Instead, the movie immediately opens on the qt screen in the upper left-hand corner of the computer and is impossible to save. Of course, the publicity for the upgrade says that all these movies are stored in the quicktime browser's cache, but I can't find the cache so while they may be there, we'll apparently never know - unless, of course, you happen to know how to open the browser cache.
    Do you?

Maybe you are looking for

  • Is it possible to connect two iTunes accounts to one iPad?

    We are looking at an enterprise deployment for the iPad 2.  We would like to have a corporate owned iTunes account and also allow individuals to use their personal iTunes account.  Is this possible and if so is there a document that exists on this to

  • Can't get past password after install

    Hi,I did post about this earlier this week but thought I would try again.Since installing SL and running through the set up when I try to log in the name/password is rejected. I know I probably need to reboot with install disc to access preferences b

  • Time-Zone Help. User Time Zone and SAP Time Zone!

    Hi Experts, Guys, I want to know how to check and change time in SAP system. The reason I want to know if when I go to su01 and display my user, under Default tab>> Sys. Time Zone is different. So, I am guessing that I have to change time zone which

  • Flash Video Progressive Download

    I would like to us a flash video in a web page, and don't want to use streaming. If I use the Flash Video Encoder to make a medium quality video that is about six minutes long, will progressive download work okay, or is it too long to work without pr

  • Missing subvi from ni_aalbase.lvlib

    I have a source distribution which I'm using in my executable application through dynamic VI calling. However, I cannot run the specified VI. It gives me a bunch of errors saying subvi is missing in ni_aalbase.lvlib and ni_aapro.lvlib. I can see both