Is it possible to place an object on top of a SWF file in Dreamweaver?

I have a slideshow that I would like to float on top of the bottom half of a SWF file that I have created.  Is this possible in Dreamweaver CS6?  Can anything be floated on top of a SWF file (JPG,PNG, etc.)?

Yes you can do this by using css with z-index and position.
For example:
<div id="bg" style="width:100px; height:100px">
<div class="swf" style="width:100%; height:100%;"> swf file here </div>
<div class="slide1" style="z-index:1; position: absolute; height:20px; top:0"> object slide1 here </div>
<div class="slide2" style="z-index:1; position: absolute; height:20px; bottom:0"> object slide2 here </div>
</div>
Hope this help you.
Visit my site: nuoc hoa, mua ban oto

Similar Messages

  • How to place a movieclip on top of external swf

    Hi there.
    I have a main.swf in which i load a xml flash slideshow (.swf).
    I want to place a menu which will be shown in front of the slideshow gallery.
    I place the menu at an upper layer but the menu appears behind the slideshow.
    Can anyone help with this and generally(i.e. in case i want to place something else on top or behind something else)
    Thanks in advance

    If you were to replace that dynamically created empty movieclip with a manually created one placed in the timeline that would take care of the first suggestion I offered.
    As for the the swapDepths usage and what you showed, you should be able to use something to the effect of... myGalleryContainer.swapDepths(myMenu);
    If you want to see what depth am object resides at, you can use the getDepth() metod, as in... myMenu.getDepth();

  • Is it possible to place an object over a running video?

    I need to place a running video in the background, while a text is shown above that video. So far, i only see the objects above, when the video is finished playing.

    try converting your text into an mso (slideshow) that is placed above your video in the stack order.
    hope that helped, otherwise there are numerous tutorials on the web.

  • I can't run swf files in dreamweaver cs6, they place in the page fine, but can't be viewed.

    I've created an animation .swf file in Flash and inserted it on a new webpage. When I go to view it in live mode, it's blank. When I view it in the IE browser I keep getting a message that I need a newer version of Adobe Flash player, which is not the case, and even going through the install process doesn't help. When uploaded, it doesn't appear on the webpage. This is Dreamweaver in the CS6 release on a Windows 7 64 bit system. The animation file runs fine when viewed from the original folder, but does not funciton (blank screen) when opened from the copied file Dreamweaver puts in the site folder. Can anyone offer any suggestions? Also, is there a way to loop a .flv file? This could be a work-around if I can't resolve the .swf issue.
    Thank you in advance for any help you can offer.
    Mark

    Hi Jon,
    Unfortunately not. The website is actually an HTML module logded in a third party program. Even in the development stage though I can't see the .swf file in either the live mode or by viewing with IE. Flash video files play fine as have the other graphics I've incorporated. It seems like a file is missing to make the .swf animation work properly. When I copied the file over from the original folder, Dreamweaver also placed "expressInstall.swf " and "swfobject_modified.js" in a scripts folder. I'm wondering if there should be another or different file to make this work.
    Mark

  • Is it possible to assgin authorization object to business object

    Hi, Experts, Is it possible to assgin authorization object to business object to get secutiry control

    Hello jrockman li ,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Place an object like Illustrator does.

    Hi. I need a way for Photoshop to place an object like Illustrator does. Sure, Smart Objects are nice but I need a method where I have a PS file and 1 or more layers in it are referenced. When these references are updated the PS file should update automatically (yes, I will have to have the file open and save ...). Illustrator does this ... page layout apps do this. I need for PS to do this or find a work method that will help do this. Any thoughts?
    The specific details:
    We have several hundred images of our app's interface. The images are composites of generic interface and language-specific interface. To make things easier when updating or translating docs we snag the local parts of the interface.
    We would then place and align the separate images in FrameMaker. We're moving to a new tool and output and we need to put all of the images together in a single image file but want to retain the ability to only update the localized sections. Smart Objects are not smart when trying to do this as they require you to either (essentially) re-import the object (using Replace) or edit the object from the composite image. This obviates the ability to simply replace the target image and have the composite update.
    So ... any input? Thoughts? Ideas? I considered the possiblity of doing this from Illustrator but that is just so much more ... demanding.

    Yes one thought, but it's not perfect:
    I think this would require a Phoroshop Javascript which does the following:
    First, prepare the document: Each smartobject should be named like the actual file of it's original content, so the script knows where to look for changes, like "screenshots/shot1.jpg", "titles/title1.png" and so on.
    Second, the script:
    It should go through all smartobjects in the document and then check the file (which it gets by the name of the smartobject) and it's date.
    If it's newer than the document's last changed date, it should replace the content, otherwise just skip it.
    Well I don't know if the Photoshop Javascript is actually capable of things like that, but it can do a lot though and can be a big helper for everything batch-related

  • Is it possible to hide an object on a masterpage dynamically?

    hello,
    is it possible to hide an object on a masterpage dynamically?
    I tried to define a formula in the script editor with FormCalc, but it doesn't work. I made a similiar definition within the content area and this definition is working.
    It is a HCM form and the following formular is defined in the initialization event of the object:
    if( Exists($record.DIM_EMPLOYEE.DATA[*].FIRE_DATE[0]) == 0 ) then
    $.presence = "hidden"
    endif
    Can anybody help me , please?
    Regards,
    Tanja

    Well YES it is possible to hide an object of master page. Couple of things you can try:-
    1. Use quotes around zero. i.e.
    if( Exists($record.DIM_EMPLOYEE.DATA[*].FIRE_DATE[0]) == "0" ) then
    2. Use fully qualified names for the object of Master Page and place the event in form:ready event of the subform instead of master page.
    Also I tried a small example and it worked. Sample Hierarchy is shown below
    form1
    |-- Master Pages
         |-- Page1
              |-- Content Area
              |-- TextField1
    |-- (untitled subform) (page1)
         |-- TextField2
    JS code on the exit event of TextField2
    form1.#subform[0].TextField2::exit - (JavaScript, client)
    if(this.rawValue == "1")
         form1.pageSet.Page1.TextField1.presence = "hidden";

  • Is it possible to group 2 objects that are located on 2 different pages in InDesign CS4 JS

    Is it possible to group 2 objects that are located on 2 different pages. Would it be something like that:
            var myArray = new Array;
            //Add the items to the array.
            myArray.push(myLine1);
            myArray.push(myLine2);
            //Group the items.
            var myPages = app.activeDocument.pages;
            myGroup = myPage.groups.add(myArray);
    Thank you very much for your help.
    Yulia

    You can group objects from distinct pages only if they belong to the same spread.
    For instance, if you have a rectangle on page 2 and a rectangle on page 3 in a "facing pages" configuration, this should work:
    var doc = app.activeDocument;
    var r2 = doc.pages[1].rectangles[0]; // rectangle on page 2
    var r3 = doc.pages[2].rectangles[0]; // rectangle on page 3
    // it's better here to handle the parent spread:
    var g = doc.spreads[1].groups.add([r2,r3]);
    // but this may also work:
    // var g = doc.pages[1].groups.add([r2,r3]);
    // var g = doc.pages[2].groups.add([r2,r3]);
    @+
    Marc

  • Is it possible to use 3D objects in Flash CS4 for animation?

    Hi,
    Is it possible to use 3D objects created in 3D Max, Blendor, iClone etc. to perform animation to make Flash Movie more realistic? Can I make nice animations like in iClone 4 Software?
    If it is possible to use 3D Objects in Flash, please provide a sample Tutorial Link if you have any.
    Thanks in advance.

    Here are some links to 3d tutorils which u might find useful
    http://www.adobe.com/devnet/flash/3d_animation.html
    http://www.adobe.com/designcenter/flash/articles/lrvid4059_fl.html
    http://www.flashandmath.com/flashcs4/
    http://www.kirupa.com/developer/flashcs4/intro_3d_flashcs4_pg1.htm

  • Place smart object into pre-existing Photoshop file

    There's not a way to do this in Bridge, but maybe there is a way to script it?
    I've never used a Bridge Script but would love to how to implement them, if I can get a script to do this...
    I need to Import multiple files into an existing photoshop file (with a predetermined size ) as smart object layers in photoshop.
    The options that Bridge currently offers falls short in 2 area
    Load Files into Photoshop Layers-- does not import smart objects and creates a new photoshop file that ends up being as large as the largest imported file
    Place into Photoshop--only lets you do one at a time
    I need "Place into Photoshop" with multiple files
    Is there a way to do this?
    Thanks!!

    Please try this version, I've tested this in CS4...
    #target bridge
    if( BridgeTalk.appName == "bridge" ) {
      PlaceFiles = new MenuElement("command", "Place Files In Photoshop",
                                   "at the end of Thumbnail");
      PlaceFiles.onSelect = function () {
        placeFilesInPhotoshop();
      function placeFilesInPhotoshop(){
        var sels = app.document.selections;
        for (i = 0; i < sels.length; i++) {
      var t = new Thumbnail(sels[i]);
          sendPicToPhotoshop(sels[i].path);
      function sendPicToPhotoshop(fileName) {
        function _placeFile(fileName) {
          if (!app.documents.length)  return;    
          var id35 = charIDToTypeID( 'Plc ' ) ;
          var desc8 = new ActionDescriptor();
          var id36 = charIDToTypeID( 'null' );
          desc8.putPath( id36, new File(fileName));
          var id37 = charIDToTypeID( 'FTcs' );
          var id38 = charIDToTypeID( 'QCSt' );
          var id39 = charIDToTypeID( 'Qcsa' );
          desc8.putEnumerated( id37, id38, id39 );
          var id40 = charIDToTypeID( 'Ofst' );
          var desc9 = new ActionDescriptor();
          var id41 = charIDToTypeID( 'Hrzn' );
          var id42 = charIDToTypeID( '#Pxl' );
          desc9.putUnitDouble( id41, id42, 0.000000 );
          var id43 = charIDToTypeID( 'Vrtc' );
          var id44 = charIDToTypeID( '#Pxl' );
          desc9.putUnitDouble( id43, id44, 0.000000 );
          var id45 = charIDToTypeID( 'Ofst' );
          desc8.putObject( id40, id45, desc9 );
          executeAction( id35, desc8, DialogModes.NO );
        var bt = new BridgeTalk;
        bt.target = "photoshop";
        var myScript = ("var _ftn = " + _placeFile.toSource() + "; _ftn(" +
                        fileName.toSource() +");");
        bt.body = myScript;
        bt.send();

  • IS it possible to place symbol in new positon on the image

    I have a Scnerio where in the image a symbol has moved to the new positon. Is it possible to place the symbol to new position.

    Is it possible in any other  Adobe tool?

  • CS6 - Is it possible to rotate multiple objects independent of one another?

    CS6 - Is it possible to rotate multiple objects independent of one another? In other words selecting say 9 object in a grid then rotating the all 30 degrees on their own axis.

    I forgot Transform > Again won't rotate each layer about its own centre.
    It can be done, though. Record an Action of a layer being rotated and followed by Opt+] or Alt+] to target next layer. It should look like the screenshot below. Use it by first running it on the lowest target layer in the stack then running however many more times is required.

  • Is possible to see another object types in Org Cart?

    Hello all,
    Is possible to see another object types in Org Cart?
    Here we have a OTYPE = 'OO'.
    I Created 2 new evaluation path with my new OTYPE.
    I changed views in V_TWPC_V.
    Views changed: ZVWO2O and ZVWO2P
    New paths created based on: ZNAKO2OS and ZNAK_O2P
    But i not see the 'OO' OTYPE  in OrgChart.
    Is this the right way for it?
    Thanks.

    Hi Luke, Thanks again.
    The new Evaluation Path was defined by the OM Consultant like this:
    V_TWPC_V: ZVWO2O -> EvalPath:
    5     OO     B     400     Is parent of                    *     O
    10     O     B     002     Is line supervisor of     *     O
    20     O     B     003     Incorporates                    *     S
    V_TWPC_V: ZVWO2P -> EvalPath:
    5     O     A     400     Is child of            *     OO
    10     O     A     002     Reports (line) to   *     O
    20     O     B     003     Incorporates            *     S
    I don't know what i have to do in SAP side and Nakisa Side.
    Thanks for help.

  • Is it possible to place symbols in a tab of a register element?

    Is it possible to place symbols in a tab of a register element (see attached VI for demonstation)?
    E.g. when a error occurs on tab "Status" the red X might appear to notify the user.
    For what is property node "Register content" (in German "Reiterinhalt"...) used for? 
    The VI is done with LV2009.
    Solved!
    Go to Solution.
    Attachments:
    Tab_and_Symbols.vi ‏9 KB

    This document shows how to do what you're looking for.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
    Attachments:
    Tab_and_Symbols[1].vi ‏13 KB

  • Is it possible to place a formula into a form

    Is it possible to place a formula into a form?

    Why not? There seems to be a lot of requests/inquiries for this type of support? Not having this function is extremely limiting to us...to the point where we may have to abandon acrobat forms central all together and purchase a product which isn't limiting or misleading in their offered features.

Maybe you are looking for

  • HT1918 2 daugheters received an iPad. Both are on my iTunes account. How to differentiate the two devices in the Game Center?

    So my two daughters (aged 7 & 9) each received an iPad for Christmas.  They are interested in the same games and I installed them on their device.  Because I registered both of their iPads on my iTunes account, when play these games they are "me".  I

  • Superdrive not working on brand new imac

    Bought my imac 27 inch two months ago and the superdrive won't play dvds and barely read cds.  I just updated the memory would that have anything to do with that?  I doubt it.  I have only used the drive a handful of times.  So I can't figure it out.

  • Print too small

    HP 4600 printing too small. How do I enlarge using Apple Snow Leopard program?

  • The JavaScript for my form field does not run

    I am running Windows XP and have Adobe Acrobat 9 Pro installed. I am using the Wizard to create a form. For a particular field I need to run a JavaScript. 1. For "Select Trigger", I selected, "Mouse Up". 2. For "Select Action", I selected, "Run a Jav

  • Regex: UNGREEDY flag or (?U)

    Hi, I'd like to port a generic text processing tool, Texy!, from PHP to Java. This tool does ungreedy matching everywhere, using `preg_match_all("/.../U")`. So I am looking for a library, which has some `UNGREEDY` flag. I know I could use the `.*?` s