How can I add a library of flash movies to my site?

I posted this same question on the Dreamweaver forum and a suggestion was made that I try over here for help, so please excuse the duplicate question.
How can I add a library of flash movies to my site?
Hey there everyone and thanks for reading my question.
I have a library of flash movies (specifically a library of maps) and when the map movies are run in Flash they call each other just fine (i.e. the USA map will load the Georgia map when Georgia is clicked on the USA map, etc etc etc for each state).
HOWEVER, when I insert the USA map in one of my site pages (I'm working on the site using Dreamweaver CS4) the USA map page will load, but when a state is clicked the area on the page for the map goes blank and the state map does not load.
Short of coding a specific path in each of my state maps (in the Flash editor) is there a way to tell Dreamweaver there is a library of maps, look there for the sub-map?
and if I do have to code the path to the map, can I code a relative path rather than a specific URL address for the maps?
I know this is probably one of those simple things, but I'm not seeing it (can you tell I'm new at this??)
Thanks in advance for any help!
Frances

Hey again,
Thanks for the helpful suggestions. Everyone's comments got me to thinking about what the path was in the calls from the maps.
here is what finally worked:
on (release)
loadMovie("../FlashIMapDownloads/georgia.swf", 0);  
this script code is in the action script for the "georgia" button of my main map - a US Map. (I hope I'm describing all this correctly).
I'll post this same info in the Dreamweaver forum too.
Thanks again!
Frances

Similar Messages

  • How can I add advertisement code into flash game?

    hi mates,
    just want to ask about loading advertisement code!
    How do you add the advertisement code (adsense) into flash games??
    my site Funny Games have over 5k games but they are getting from others sites thus I have no original files. How can I add more code into the current files?

    Unless the games were pre-made to allow you to specify some variables in the page code or some external file, you won't be having any luck... you cannot add code to the games unless you have the source files, which you apparently don't have.

  • How can I add my own dynamic flash to Apex Applcation?

    Hi all,
    Can I add my own flash to Apex applcation and enable the flash to communicate with my applcation using XML?
    I want to customise the action of my flash. The flash will get a xml from a PL/SQL procedure just as flash charts get xml from apex_util_flash.
    Is it possible to call a PL/SQL procedure or an apex application process from a flash?
    Is there another way of doing this?
    thanks

    I haven't tried any coding experience in flash , so my answer would be a bit vague.
    But I am basing my logic on this thread Calling PHP function from Flash (it says PHP but the code example involves a server request from flash)
    Set up an Application process that returns your XML (as the server response using ht.p)
    // object which sends to php
    var send_lv:LoadVars = new LoadVars();
    // object that receives
    var load_lv:LoadVars = new LoadVars();
    // the load_lv accepting variables
    load_lv.onLoad = function(success:Boolean)
        if(success)
                 //Do your thing here
                 //Parse the XML in flash using this valiable as the source
            else
                trace("load error goes here")
      $.ajax({
      type: "POST",
      url: "wwv_flow.show",
      data: {
      p_flow_id : $v('pFlowId'),
      p_instance : $v('pInstance'),
      p_flow_step_id : 1,
      p_request : ""
    //This section is based on the documented server request format using jQuery (given in comments above)
    // send_lv sending out variables and instructing the returned variables to go to load_lv
    send_lv.p_flow_id = <fetch page element value of pFlowId>  //corresponding to $v('pFlowId')
    send_lv.p_instance = <fetch page element value of pInstance>  //corresponding to $v('pInstance')
    send_lv.p_flow_step_id = <page number>
    send_lv.p_request  = 'ON Demand Application Process Name'
    send_lv.sendAndLoad("wwv_flow.show",load_lv,"POST");-------------------------------------------
    You might also be interested in this flash library named SWFHttpRequest Flash/Ajax Utility
    Apparently, it adds a JavaScript object for performing XMLHttpRequest-like requests fro flash.
    Hence you should be able to use you standard javascript like Ajax request using that.
    Else check for similar libraries for flash/give the server request section of your flash documentation a good read.
    You might have to play around a bit with the code and your flash documentation to get it working , but I hope this would have given you some pointers.

  • How can I "add to library" other people's music

    I recently had some random person pop up in my itunes menu. I tried to select some songs and "add to library" some of his music, but it didn't do anything. Also, how do share random people's libraries like that? Thanks

    You can't. Copying from another person's computer would in most cases be a copyright violation (and definitely when it's someone you don't know) , so it's not possible in iTunes.
    As to why you're seeing those libraries, you're seeing the shared iTunes library from some other computer on your local network. If you don't want to see them any more, go into the iTunes Sharing preference and turn off "look for shared music". If you don't want to similarly be sharing your iTunes library with other computers, make sure that the "Share My Music" option is unchecked.

  • How can I add a library asset to a specific master spread?

    Hello! I am new to the forums and rather new to javascript as it relates to indesign so I apologize if this is rudimentary.
    I am building a script that automates new document creation for our company and have run into a problem with placing library assets.
    I want to add a library asset to a specific master page by name, but I cannot find a way to do this.
    I can get assets to place into my document with this:
                var t = app.libraries.item(0);
                var libTapeStrip= t.assets.itemByName('Tape Strip');
                var myTapeStrip = libTapeStrip.placeAsset(myDocument);
    However, the asset is being placed on a master spread that I had previously added to the document. It seems to be the active or front most spread because when the script is complete and I create a new window that spread is what is displayed with the asset on it.
    I would like to place the asset on another master spread, but placeAsset() only accepts documents and text boxes. I have also looked on a way to bring the master spread I want to the front, but cannot find this either.
    If anyone can lead me in the right direction I would appreciate it!!
    Thanks,
    Ben

    @Benjamin – You could make the spread (or the page) where you want to place that asset the "activeSpread" or "activePage", place the asset and then go back to the old active one.
    Something like this:
    (Here I assume that you want to place your asset on a master spread named "A-Master" and the asset is the first in the one and only library file that is open.)
    var myDocument = app.documents[0];
    var myMaster = app.documents[0].masterSpreads.itemByName("A-Master");
    var myLibrary = app.libraries[0];
    var myAsset = myLibrary.assets[0];
    var myOLDActiveSpread = myDocument.windows[0].activeSpread;
    myDocument.windows[0].activeSpread = myMaster;
    myAsset.placeAsset(myDocument);
    myDocument.windows[0].activeSpread = myOLDActiveSpread;
    Uwe
    Message was edited by: Laubender
    Message was edited by: Laubender [Nothing edited in the code.]

  • How can i add a library path for a .dll library?

    hi
    i used a native method (sndPlaySound) in a dll file (winmm.dll).
    then i complided my source successfuly , but in runtime i recieve
    this Exception :
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no winmm.dll in java.
    library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at JNItest.<clinit>(JNItest.java:9)
    i know i must add the library path to the java.library.path but
    i don't find "java.library.path" and don't know what i must to do.
    i am in windows 98 and don't use any IDE (just jdk 1.3.1).
    thank you very much.

    Windows uses the current PATH enviroment variable to search for dlls.
    Windows searches for dlls in the Current directory , the application directory (if the current is not the same) , the PATH variable, then the system directories (Windows, Windows/system)
    It's different in every OS, but if you only care about windows...
    Also try searching on msdn.microsoft.com, they might have more information there.

  • How can i add a library on an ipa file ?

    the solution from www.mocana.com  allows for maximum user flexibility and native experience, while not risking corporate intellectual property.
    * Increase productivity by fully supporting bring your own device (BYOD)
    * Embrace Bring Your Own Device (BYOD) without additional IT burden or privacy issues
    * Use best-in-class, military-grade security methods by a company known for its security legacy
    * Highest level of security protecting corporate data
    * No programmatic effort to secure the apps -  MAP is automated and can take prior written apps and secure them in under 5 seconds
    can someone tell me how this works?

    it works ... but i don't know how ... example :
    the solution from www.mocana.com  allows for maximum user flexibility and native experience, while not risking corporate intellectual property.
    * Increase productivity by fully supporting bring your own device (BYOD)
    * Embrace Bring Your Own Device (BYOD) without additional IT burden or privacy issues
    * Use best-in-class, military-grade security methods by a company known for its security legacy
    * Highest level of security protecting corporate data
    * No programmatic effort to secure the apps -  MAP is automated and can take prior written apps and secure them in under 5 seconds
    i hope someone can tell me how....

  • How can I add a column to show the website (web site) of an rss feed?

    I've got a lot of rss feeds coming into thunderbird. I organized some into folders, but also have a folder for several rss feeds as they adress the same topics and I prefer not to browse through 25 separate folders. However, the sender doesn't always make it clear which blog it's from, so I'd like to add a column which shows the website of the rss feed. (sender is often: [email protected], and there are different writers for a single blog who themselve have their own blog as well, so can't sort on sender name either).
    When opening an rss feed, it displays in the header: web site (with the space) and then the web adress. This is what I'd like to be able to see in my columns.
    I didn't see an option yet to customize columns, nor did I find an addon that does this.
    Does anyone know a solution?

    Thanks, that seems to work. I'm struggling to place the lightbox at the top of the page however - when I click the trigger I want the menu image to display anchored to the top of the page, but there's always a gap as it centers the image. Help is appreciated!

  • How can I add a facebook wall snippet to my Iweb site?

    Hi,
    I am working on a new website and have added a snippet of my tweets to the website and would like to do the same for my facebook wall. I can't seem to find how this works (other than using an Iframe - which I can't get working...) Does anyone have suggestions?
    thanks!

    What a little research can do.
    Here are results you want to study regarding the Facebook wall :
    http://www.google.com/search?q=display+facebook+wall+on+website

  • How can I add Vender Batch FIELD for Movement Type 511

    Hi, guys,
    I tired to add a Vender Batch FIELD (LICHA) entry for Movement Type 511 through OMJJ/Field selection(Enjoy), but it's not allowed, is there any approach else to get it done? Thanks.
    Michael

    Hi,
    Try this path as SPRO-Materials Management-Inventory management and physical inventory-settings for enjoy transactions-settings for goods movement(MIGO)--field selection per movement type.
    If you add the field LICHA for movt 511.Make it optional or required entry whatever you want. It will come at the time of MIGO.
    Regards,
    Goraksh.

  • A friend mailed me a flash drive with music on it from his pc...  mostly wma files.  How can I add these to my itunes library?

    My friend created a BIG music file on his pc then saved it to a flash drive.  It is mostly wma files..  how can I add this to itunes library?

    Install Flip4Mac's WM Components (from their download page), required to play WMA in QuickTime, the Finder's preview column, and many other applications -- but not iTunes!
    Open your WMA file in QuickTime Player (Pro version required), then save as reference movie.
    Drag the newly created .mov file onto iTunes. Now you can play it as you would any other song.
    Some metadata is copied to the QuickTime file, and you can edit/add tags in iTunes. Remember to keep the original WMA files in place, as your reference .mov files still point to them. If you don't mind one more conversion step, you can then liberate your WMAs within iTunes. Select your WMA songs in iTunes, go to the Advanced Menu, click Convert selection to MP3/AAC, then enjoy your music on the iPod.

  • How can i add my itunes library to my iphone?

    how can I add my itunes library to my iphone. when i sync no music is added?

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • HT4059 how can i add books to the library on my iphone 4s

    How can I add books to the library on my 4s?

    If the photos that you are wanting to delete are also in your Camera Roll then you can delete them from the camera roll

  • How can I add my own files to the TV Shows Library instead of the Movie Library?

    I have my own TV Shows in m4v format.  I can drag and drop the TV Shows into the iTunes Movie Library.  How can I add my files to the TV Shows Library?  Can I group them by show in the TV Shows Library?

    Select the files in iTunes.
    Right click - get info.
    Select the Options tab and set Media kind to TV Show.
    Better yet, use something like MetaZ to tag the files before adding them to iTunes.
    -> http://www.macupdate.com/app/mac/36029/metaz

  • My computer where my itunes library is stored is no longer accessible.  how can i add songs to my ipod nano without losing the songs already on it.

    The computer where i have my itunes library is no longer accessible.  How can I add new songs to my  Ipod nano without losing the song already on it?

    You will need that library copied from the old computer. If not, then you can take a look at this in getting 3rd party software to recover your library from the iPod. Syncing to a "New" Computer or replacing a "crashed" Hard Drive

Maybe you are looking for

  • Why doesn't the poster image show up as the first frame of my movie?

    I am new at this and maybe misunderstand the Help screen. I have a bunch of short movies which I have laid out in iWeb and published to my iDisk. I want them to load with a still image from the movie rather than show up as a black frame. The meager H

  • Adobe Premiere Pro CC not opening an xml file created in Adobe Premiere Pro CC 2014

    Hello, I had created a project using Adobe Premiere CC 2014 which had some minor changes, which were going to be done by my boss, who uses Premiere Pro CC. However the project file of Adobe Premiere CC 2014 was not getting opened in Premiere Pro CC g

  • Can Bridge Label and Rate Pictures on removable CD, DVD...?

    Adobe Help file states so: "You can label and rate folders as well as files. You can even label and rate files and folders on read‑only media, such as a CD." but adobe techs can't figure out why it is not working. seems to somehow work manually in ce

  • How to start the process.

    I'm using CE 7.3 for BPM. I would like to start process from simple menu not using Process Repository. Does anyone know hot to start BPM process form menu ? Do I have to develop webDynro applicatin that calls web-services for staring the process ? Be

  • HR-PY: How To Deduct Time Wage Type Amount From Salary?

    Dear All, How to deduct a time wage type amount from the total gross? Now I have a time wage type, "Unpaid Leave". If an employee have an unpaid leave in a month, payroll will calculate the unpaid amount and put it into Wage Type "Unpaid Leave", and