QT opening in a smal floating window

I was wondering if there is any way to open mp3 files or video files in a small window so people can stay in the same page while listening to my music or watch videos.
Right now I have hyperlinks that link to a file (the mp3) and it opens a big new dark gray window to play the QT file so I always have to push the BACK button in the browser to go back to my page and that's what I'm trying to avoid.
Thanks
Amoli

Are you referring to the navbar links? Those are not a user controlled item....usually. There have been a number of tips posted on changing some of the navbar properties thru javascript code in HTML snippets.
Some are:
Rollover color -http://discussions.apple.com/thread.jspa?messageID=8638743&#8638743
Font size - http://discussions.apple.com/thread.jspa?messageID=8600361#8600361
All Uppercase - http://discussions.apple.com/thread.jspa?messageID=8523772#8523772
Open every navbar link in new window -
http://discussions.apple.com/thread.jspa?messageID=6511716&#6511716
Open specific navbar link in new window -
http://discussions.apple.com/thread.jspa?messageID=7488289&#7488289
Wyodor has posted a few widgets affecting the navbvar.
Change navbar font size - http://discussions.apple.com/message.jspa?messageID=11266429#11266429
Then there's the low tech method: create your own Text Based Navbar. It gives you a lot of control over all aspects of the appearance but can be a bit tedious if you have a lot of pages and add a page. Each page will need to be updated. The method I use is to change the first page, select it and copy. Then go to each other page, delete the navbar text box and paste the new one. That can speed up the revision time greatly.
OT

Similar Messages

  • AP Divs (layers) move when I open my website on different window size.

    First of all, this is my first time trying to make a website.
    I'm doing an assignment for my class and i found it difficult for me to fix. I have spend 4-5 hours researching online but nothing work for me.
    Well,the problem is the AP Divs (layers) move when I open my website on different window size(iphone,ipad).
    The website only look right on 1366 x 786 resolution. Please take a look at my 2 pics below:
    And I don't know how to make the website to fit on the iphone and ipad so that I don't have to scroll down or sroll to the right to view the whole thing.
    Please someone help me!
    The code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width" />
    <title>Boston Green Community College</title>
    <style type="text/css">
    <!--
    body {
        background-color: #3f7244;
        padding: 0;
        color: #8d0101;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #003702;
        text-decoration: NONE; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #028b66;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 0px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        width: 251px;
        height: 101px;
        z-index: 1;
        left: 871px;
        top: 10px;
    #apDiv2 {
        position: absolute;
        width: 228px;
        height: 60px;
        z-index: 2;
        left: 9px;
        top: 1397px;
    #apDiv3 {
        position: absolute;
        width: 273px;
        height: 198px;
        z-index: 2;
        left: 851px;
        top: 383px;
    #apDiv4 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 3;
        left: 242px;
        top: 120px;
    #apDiv5 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 902px;
        top: 178px;
    #apDiv6 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 857px;
        top: 171px;
    #apDiv7 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 455px;
        top: 547px;
    #apDiv8 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 853px;
        top: 113px;
    #apDiv9 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 5;
        left: 853px;
        top: 246px;
    #apDiv10 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 513px;
        top: 121px;
    #apDiv11 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 511px;
        top: 123px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="Pictures/34d-1.png" alt="Insert Logo Here" name="Insert_logo" width="619" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" />
        <div id="apDiv11"><font color="#f4f1f1">
    <script type="text/javascript">
    var d=new Date()
    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(d.getDate() + ". ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getFullYear())
    </script></font>
    </div>
        <div id="apDiv1">
      <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
      <!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
      <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
      <input type="hidden" name="cref" value="" />
      <input type="hidden" name="ie" value="utf-8" />
      <input type="hidden" name="hl" value="" />
      <input name="q" type="text" size="40" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo&lang="></script>
                                  </div>
                                    </div>
      <div class="content">
        <center><img src="Pictures/DFDF11.png" width="959" height="556" longdesc="Pictures/junior-2-960x.jpg" /></h1></center>
      <!-- end .content --></div>
      <div class="footer">
         <img src="Pictures/RRR1.png" width="202" height="70" />
         <div id="apDiv3">
           <p> </p>
           <p><a href="Job.html">Jobs</a>         </p>
           <p><a href="Art Gallery.html">Art Gallery</a>         </p>
           <p><a href="Contact us.html">Contact Us </a></p>
        </div>
        <div id="apDiv4"><center>
    <P>About</P>
    <a href="visiting.html">visiting</a> | <a href="Map.html">maps </a>| <P><a href="About.html">about BGCC</a></P>
    <P>Academic</P>
    <P><a href="Courses.html">schools+courses</a></P>
    <P>Admissions  </P>
    <P><a href="cost & aid basics.html">cost & aid basics </a>| <a href="Apply now.html">join BGCC</a>
    <P>Studen Life</P>
    <P><a href="Athletics.html">Athletics</a></P>
    <P>Greenforce Education</P>
    <P><a href="Career.html">career center</a></P>
    </center> </div>
         <p><font size="2" color="black">BGCC | 99 GreenField | Boston, MA 02199 |617-0101-1000| TTY 617-0202-9944|</font></p>
        <div id="apDiv9"><a href="Donate.html" target="_blank"><a href="Donate.html"><img src="Pictures/three-green-logo.jpg" width="218" height="99" longdesc="Pictures/three-green-logo.jpg" /></div>
        <div id="apDiv8"><a href="Apply now.html" target="_blank"><a href="Apply now.html">
    <img border="0" src="Pictures/cxgvxdvxgd.jpg" alt="Apply Now" width="218" height="99"></a></div>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    That's what APDivs do.  This is the single most common problem new people have with web page layouts.  DO NOT use positioning.  You don't need it.  Start over.  Learn to use CSS floats, margins and padding to align elements. 
    Below is a basic HTML5 Layout.  View source in browser to see the code.
    http://www.alt-web.com/sandbox/HTML5-BasicLayout.html
    Nancy O.

  • How do I keep a floating window on top of a tabbed document so that it can be used as a reference while drawing/painting?

    Just started using Photoshop CC on my iMac and I have noticed this issue which I did not have using windows based computers. Any floating window just seems to hide in the background as soon as I click on the tabbed document I want to work on. This is an issue for me since I like to have a couple of references open while painting plus I always have another with nothing but my color palette in it. I've already gone over the preferences but can't seem to find the way to avoid this and the options from Widow>Arrange weren't any help also resizing all windows so that they don't overlap each other ends up wasting a lot of screen real estate.

    c.pfaffenbichler meruhelp this is what I'm used to in Windows windowsWORKSPACE | Flickr - Photo Sharing! and yes the active document does not need to be the top most window. This enables me to have my references as floating windows and keep them where I need them as I paint.
    This is what I have to do while working on my Mac macWORKSPACE | Flickr - Photo Sharing! keeping references to either side using floating windows or options from Window>Arrange. If I drag them closer to the area I want to work on, the window will either disappear behind the active document window or it will overlap as you can see in the two images in the top left corner. Aside from the extra work from rearranging windows this way I feel that I'm loosing a good chunk of screen (see yellow striped area).

  • How do I change position of video floating window in IDCS5 PDF export?

    I have created an interactive document in InDesign CS5 (for Mac) that includes some movies. The page size is 1280 x 800 and the H264.mov files are 960 x 540 and 800x600. I place the movie in the center of the page at 100% size (without resizing either the movie object or the frame). The poster is set to None to keep it blank. In the PDF options, the Play Video in Floating Window box is checked, with the size set to 1x and the Position is set to Center by default but it is grayed out, with no option to change it.
    When I export the document to PDF (Interactive) with both View and Layout set to Default and Buttons and Media set to Include All, the resulting PDF file opens the movie window in the upper right corner of the PDF document window. It does this whether viewing in Acrobat X Pro (10.1.2) or Acrobat Reader (9.5.0). I've tried opening the file on other computers and have the same issue. I've also created the same document in IDCS5.5 with the same outcome.
    I'd like the movie to open in the center of the PDF document window. I've made other documents where it does this, but for the life of me can't figure out what I'm doing differently to cause the floating movie window to open in the upper right corner of the PDF document.
    Any insight you could provide would be very helpful.
    Thanks,
    John

    Thanks for your reply, Steve. I, too, believe there is a bug, but it's not in InDesign CS5, as I mentioned in my post, I was able to replicate the problem by opening the file in CS5.5 and exporting it to an interactive PDF. The movie again opens in the upper right corner.
    However, if I create a NEW page in the document and place the same movie. it opens in the PDF reader centered in the page. I guess I could recreate the document if this is the only fix, but I thought that I may be doing something wrong, which apparently is not the case.
    "Computers often do what you want them to, but they ALWAYS do what you tell them to."   —anonymous
    "If you have placed the video in InDesign in it's own frame, should you not leave this box unchecked?"
    Rik, I didn't actually place the movie into a new frame. What I meant to say was that once the movie was placed into the document, I did not resize it. I found that if I don't have the PDF viewer open the movie in a flaoting window, the movie quality suffers if the PDF viewer opens in a larger size than the original InDesign page size (which can happen depending on how the user's PDF viewer is configured). However, the movie plays and views perfectly if it is in a floating window.
    jh

  • Can one create a floating window using JSF?

    I was recently shown the interface for GMail. I don't have a GMail account, but one of the things I was asked to investigate was whether or not we can create the sort of floating window that appears on the GMail interface when one positions the mouse pointer over a cell on the grid showing the email messgaes. We have a grid on our JSF page, that shows specific data for items we're supporting, and it would be useful if we could have something like a mouseover event handler for each table row, and in that event handler show a window with a graphic specific to the data in that row, and the chart would move with the mouse pointer, perhaps changing the graphic if the mouse pointer is moved over a different row in the data table.
    Can we do this using JSF? If not, what alternative can you suggest that would provide a reasonable facsimile to this kind of user friendly feature?
    Thanks
    Ted

    "Core JavaServer Faces" Second Edition, by David Geary and Cay Horstmann, copyr 2007 - ISBN: 0-13-173886-0 - (it put me back USD $50, but well worth it). Page 644 gives two examples of how to generate a pop-up window. They give two examples because of problems that can arise when you transfer data between the main window and the pop-up. I do not want to violate copyright and there are ten pages of text devoted to this topic, so I'll just present some tickler code - if you cannot afford the book, maybe you can google on some terms. Sorry, I feel this is as far as I can go on this, I hope this helps some!
    The first example uses a JavaScript call:
    popup = window.open(url, name, features);
    popup.focus();
    where 'features' is a string like "height=300,width=200,toolbar=no,menubar=no"
    The second example creates the pop-up form using a hidden field like this:
    <h:form id="hidden" target="popup">
    <h:inputHidden id="country" value="#{bb.country}"/>
    <h:commandlink id="go" action="showStates"/>
    </h:form>

  • How to create floating windows in InDesign for images

    Hi guys, any help on this would be much appreciated.
    I'm designing a document in InDesign that will be exported as an interactive PDF, and within the pages, I have some thumbnail images which, once clicked, will need to open a floating window in the document with the full image. Just wondering if anyone could please help me out with some instructions on how to do so.
    I don't want it to open a browser window, therefore just attaching a hyperlink to a web address is not what I'm after. What I'm hoping is the images can be embedded within the document, and then activated once the thumbnail is clicked.
    Hope that makes sense but if you need me to clarify anything please ask.
    I'm using CS6.

    Go to Tv.Adobe and do a search for interactive and/or object states.
    One other note: search for the topic with workflow export to SWF and replace in PDF.
    If you don't want SWF, then only use buttons (no object states).
    If you don't mind Dutch, take a look at a video at my blog about pop up in PDF etc:
    http://fvdgeest-dtp.blogspot.nl/2012/10/interactieve-knoppen-in-pdf-zonder.html

  • Floating windows in Tiger, Right-Click

    As a fan of keyboard control I appreciate the extend to which Mac OS X is made simple without the use of a mouse. One thing I have not been able to figure out is how to close a floating window. For example, try this: "Get Info" on a folder or object in Finder by using Alt-Command-i; this brings up a floating window that does not share the ordinary properties of a Finder window, i.e. it cannot be closed with Command-w, it will not appear in Exposé operations, etc.
    You can use Control-F6 to give it focus and be able to cycle through its controls, but this seems to be only semi-focus. A Command-w action will still close the window behind it (or, if on Desktop, do nothing).
    Let me know if there is a way to close a floating window from the keyboard.
    Secondly, is there a surefire method for right clicking ('Control-Clicking') built-in to the operating system using only keyboard commands?
    Thanks for your help on this guys.
    iMac G5 1.8Ghz   Mac OS X (10.4.2)  
    iMac G5 1.8Ghz   Mac OS X (10.4.2)  

    Hello WickEd Z, I just checked and mine works fine! I can open Finder>Get info,
    then I can close any window just by the Command+W, so all I can think of is that you'll have to check & see your lay-out in System-preferences.

  • PS CS4 histogram and floating windows

    How do I get Photoshop to open with floating windows and the histogram in compact RGB mode? I have to reset this every time I open a new photo. I can't believe how hard it is to change modes in the histogram.I have to undock it, change it to expanded view, change the mode, change it back to compact view and redock it. This made sense to someone? I tried saving the workspace, but that doesn't solve the problem.

    Oops

  • Screen mode with floating windows missing in Photoshop cs6?

    Hi,
    How can I show two images open in Photoshop CS6  - next to each other?
    Going through the screen modes by pressing F like in Photoshop CS5 doesn't get me there. That screen mode with the floating windows seems to be missing.
    I need it for comparisions and for dragging layers between the two images.
    Is the floating window screen mode achievable in CS6 or how else can I put two opened images next to each other on Photoshop's workspace?
    Thanks!

    Thanks!
    It's so amusing: you get a new version of Photoshop and one of your well-known features is not where it used to be. Immediately an ancient fear takes over that the feature might have gone away.
    Which is, of course, never happening. There's even "sharpen" and "sharpen more" available in Photoshop.
    Bottom line: the new way of doing things are actually even better. You just need to pull the images off their tabs.

  • No Floating Windows: workaround?

    Still cannot get used to no Floating Windows. Found this thread which reveals that they are definitively no longer an option in L8:
    http://discussions.apple.com/thread.jspa?messageID=6848865&#6848865
    Is there anyone who misses them that has found a good working practise to replace them?

    thanks for your reply Mattrixx.. yes - the Event window Floats as does the Loop Browser, Audio Bin all float when opening from the Menu and holding down Option. But crucially the Mixer, Environment, Piano Roll and Score Editor *do not* stay floating after being opened in this way.. which to me is a real nuisance.
    *Request to Logic Programmers*: if there is already a facility to open Floating windows on some of the items available in the Window list, could you please extend them to ALL the windows in that list?
    Oh and by the way a real useful discovery:
    I experimented with different modifier keys on that window list ( ie Control and Shift instead of the old L7 option + window for Floating Window) and guess what:
    Control + choice of Window (ie Sample Editor, Piano Roll etc) opens Key Commands taking you to that particular window opening function)....
    Now how many of you knew about that .. or care?

  • PS stuck to top menu.  Unable to 'detach' to floating window...  Please help!

    I opened Ps as normal and went to drag it to a second monitor and botch it by letting finger slip off mouse.  Now Ps is stuck to top menu bar.  Unable to make it a floating window.  It says it's in 'Standard Screen Mode'...  ???

    It looks like Window menu > Application Frame was checked.
    You can try checking it on and off.
    Or reset the workspace:
    Window menu > Workspace > Reset Workspace
    Or last resort: Reset Preferences:
    Press and hold Cmd - Shift - Opt immediately upon cold-starting Photoshop.  If you get the keys down quickly enough - and you have to be VERY quick - it will prompt you to confirm deletion of your established preferences, which will lead to them all being set to defaults.

  • Safari - Mail Link Creates Disappearing Floating Window

    When I click on a link in Mail to bring up Safari, the page with the link will open in Safari, but will not display.  If I scroll to the space where I have Safari, the window with the link will display in each space for about a second and then disappear.  When I get to the Safari space, I still can not get the window to appear.  Looking in the Window menu lists the link of the window and selecting it will still not make the window appear.  The three finger flick gesture to show all open windows in Safari will show the 'Floating' window, but again selecting the window from this view will not make the window appear.
    I know its Halloween.... and floating things are supposed to be happening this time of year but I'm sure this will still be happening long after Halloween is gone.
    Anyone else have the problem?
    Rich

    Rich...
    Try disabling Resume...
    How To Disable Lion's 'Resume' Feature - MacRumors.com
    If that doesn't make a difference, empty the Safari cache and reset Safari from the menu bar. Select the top 5 buttons then click Reset.
    If that doesn't help, go to ~ / Library / Caches / com.apple.Safari
    Move the Cache.db file from the com.apple.Safari folder to the Trash and restart your Mac.
    ~ (Tilde) represents your Home folder
    For LIon:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • Fullscreen a Floating Window containing a SWF

    I am working with Adobe Acrobat 9.5 Pro.  I have created a virtual tour in SWF format which I have embedded within a PDF.  The virtual tour has its own fullscreen option upon right clicking (I checked "Pass context menu to Flash Movie to enable this).  The fullscreen option that is within the SWF will fullscreen separate spherical images or floor plans depending on what is clicked (right click, then fullscreen). This function does not work when the SWF is embedded within the PDF. 
    I am needing the tour to open in a floating window and maintain its fullscreen capabilities when clicked.
    Any advice would be greatly appreciated.

    Gullible Jones wrote:
    Ah I see, needs the third mouse button. Wonder why that's not a keybinding by default. Anyway, thank you very much.
    Edit: umm yeah, that doesn't work at all. Guess I'll be sticking with XMonad for now, thank you Alt+T.
    I edited my post to include the default keybinding. It's Mod1-Shift-space.

  • "Midi Events" Environment, floating window. How to repeat in next project?

    This is proving a slightly bizarre, lovely but rather annoying issue.
    I have searched high and low on the web today for an answer, I cannot find it. allow me to explain, I've just upgraded to Logic Pro 9, and after enjoying the Thievery Corporation demo I set to work on scoring a video doc of mine, as really I'm an ex musician who now works ostensibly in Final Cut, on my Mac Pro.
    Anyway my first Logic project is going well, lots of plugin purchased, first 5mins complete, now here's the thing, when I open my first project a floating window also appears with it, and it is listed separately from arrangement on the window tab, in this case arrangement is called "imtro" and the floating window is called "imtro:Tempo". It opens and closes with the project, if I hit the top corner of the floating window to close it goes and closes, and cannot be re opened unless I close the project.
    I thougt it was a new feature in Logic 9, as it operates as a lovely appregiator inside of Logic. It had 4 boxes (orange) Midi Effects (On/Off), Arp Starts (immediately/on first 1/1, 1/2, 1/4 etc) then a 1/16 appregiator, and 1/8 appregiator button, both with all the varaitions you could imagine, and finally a Delay button. And put simply when I select any track in the arrange window, and swith to Midi Effects to On, it plays wonderfully appreg..., in record it creates all the notes in the piano scroll and event list as I'm playing.
    Trouble, once dismissed, I cannot recall it without closing the project, reopening the project.
    Worse yet on starting new project for the next piece of music in video doc' I've discovered, it's not a feature I can find anywhere, what's going on?
    Back in the original project if I pull the window by the right corner there's a whole bunch of boxes, and it turns out this is an Environment. The trouble is in any other project I open the Environment window from the window tab, and Midi Effects environment is nowhere to found. So I learnt how to import environments from my first project into this project, but cannot seem to get the environment to float over the project where clicking on track in the Arrange window allows the Midi Event float to effect the track I'm playing, yes you can reassign the header of the track to it but it doesn't work as well.
    Now have I just stumbled on a new feature, I heartily recommend for Logic 10, or am I missing something? Or is this some kind of glitch or corruption, which just appears to be a good one? I certainly can't read about anywhere, and I can't repeat it by just calling it up in the project? What am I missing? I wonder if Tempo being in it's name is significant, as a floating window, when imorted in Midi effects it appears as the "project name:Enviroment: rather than "project name:Tempo".
    Anyone?

    The layers in the env. are accessed by the drop down menu at the upper left of the env. window. It has a text field and a downward facing triangle. You may need to go into the view menu, and enable the inspector - it's at the top of that. You can also just hit "I" (as in the letter 'eye').
    When you are importing, you should select the 'total replace' option. There are connections that are not made if you just import that layer.
    Edit: I should add that 'total' replace will get rid of any instruments you already have, so use it with caution. If you have a bunch of work done, investigate merging.
    Message was edited by: seeren

  • CS5 Floating Windows

    I have read web posts and help files, experimented and still have not figured out the new CS5 floating windows operation.  I prefer the style of CS3 where each photo is in a window (I can get this part).  In CS3 when one clicks on image to maximize it fills up the entire PS screen.  With CS5 it fills up the entire monitor and there is no tool bars in PS showing.  Have made various combinations of "open documents as tabs" and "enable floating doculments window docking" but maximize still has same effect to fill up monitor.
    In addition, when one minimizes image in CS5 it is no longer visable in PS.  One can retrieve it by clcking on windows and then the image, but this is more awkward than just clicking on the minimized icon at bottom of screen as with CS3.
    What am I missing?

    You've pretty much got it right.
    They expect you to use the Windows TaskBar to get to your minimized windows.  Are you running Aero in Windows Vista or 7?  Windows 7 provides the nice TaskBar Live Preview Thumbnails.
    About the only thing additional I can offer is that if you choose the zoom tool (magnifying glass icon), right-click in a window, and choose "Fit on Screen" the window will be made to fit in the Photoshop main window.
    Since Photoshop 3 I used windowed view.  CS4 finally pushed me over the edge to switch to the tabbed view, and I tried going back for a while with CS5, but now I'm just sticking with tabbed view.
    You do know about the button at the top of the screen for aiding in screen arrangement, switching back and forth, etc. right?
    -Noel

Maybe you are looking for