Multiple videos, in multiple sizes, in one window

I'm currently building a website in CS5 (on a mac) and I'm using .MOV files. I would like to have the videos be different sizes for example one as a 4.5in x 7in and three more at 2.5in x 5.
I know how to make the videos different sizes, but I wanted to know if there is way, that when one of the smaller videos is clicked on it switches places with the bigger video without making a new page?
I also have access to CS4 (on a pc) if the way to do what I'm looking for is in CS4 and not CS5.
Please note: that I'm just learning Dreamweaver for the first time and although I taught myself through youtube videos how to insert the videos and set the parameters I don't know coding very well so I'm looking for a simplified answer.
Thank You,
Raizel

What is the benifit to converting them to .mp4?
There's wider support for MP4s.  Especially if you use an HTML5 player like Pickle.
http://pickleplayer.com/
I'm not looking to resize the videos, I'm looking to have one big video with the other videos sized as thumbnails. But when one of the thumbnails is clicked on it is veiwed as the bigger size.
Use Poster Frames (as seen on YouTube).  Poster Frames are still images of the movie.  Often used as icons in video Playlists, when site visitor clicks a Poster Frame, its associated video is activated and plays in the main player.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Ability to view multiple files in ONE window

    I can see here that this is not a new topic really but the thing with Acrobat 9 is so frustrating that it is just unbelievable.
    This is another pearl:
    Acrobat 9 "lost" its predecessors ability to view multiple files in ONE window. After opening four only documents I cannot see anything on the screen because the toolbars on each individual window cover all necessary view and nothing is left for the actual document. And sometimes I need to open 20 documents!
    This is ABSOLUTE DISASTER!!!
    I found some explanations from Adobe on the Web that are more than a year old.
    I was sure that by now this unfortunate mishandling of that feature (apparently it was dropped out from A9 deliberately - WHO'S IDEA WAS THAT?) would be somehow restorable.
    Would anyone happen to know if this feature can get restored to how it was working in A7 or 8 (without the need to uninstall A9 and install A8)?

    No, it can't be restored, unless Adobe decides to change the way Acrobat works (which is possible, but not likely).
    By the way, it was Microsoft's idea... Adobe were just following their example on this.
    You can make a feature request here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How do I view multiple images in one window?

    How do I view multiple images in one window?  I want to compare images side by side, not in tabs.

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • Open multiple websites in one window

    I would like to open multiple websites in one window with multiple tabs using VBA in Excel.  My present code opens each website in a separate window.
    Sub Weather()
    ' Look at weather websites
        Dim URL As String
        Dim ie As Object
        URL = "http://cleardarksky.com/c/AnaheimCAkey.html?1"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.goes.noaa.gov/GSSLOOPS/wcir.html"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.weather.com/weather/hourbyhour/l/92886:4:US"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=92886"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
    End Sub

    Hi,
    It depends on your popup blocker (built-in or Addon toolbar), tabbed browser settings and IE security settings.
    See general tab of Internet Options, Tabs button.
    you can specify a target parameter in the navigate method to reuse the one IE window and open each site in a new tab (depending on your settings above).
    window.navigate method
    Regards.
    Rob^_^

  • Can't play multiple movies in one window

    I must be doing something wrong. I wanted to watch a series of video clips (all .mov) in quicktime, but not in 10 different windows. Isn't there a way to highlight 10 clips, and then "play all" and have them open up in one window? For some reason, every time I attempt this, I get 10 quicktime players opening up! I'd just like one at a time, and the ability to skip to through the movies like I would do in iTunes with music. I seem to remember doing this before, but now can't remember how. Any ideas?

    The steps are correct but you've left out the one that adjusts the 2 through 9 movies position as compared to the others.
    The first video would hold a position of 0,0 (upper left). When you add the second video you need to adjust its "offset" to position it next to but not overlapping the first. Since your videos are 100X75 you would set the offset of the second track too 100,0 (100 pixels to the right of the original and 0 pixels different in height). The third would be 200,0 offset.
    On the second row your first file would be 0,75 (75 pixels below the upper video). The second file on the second row would be offset 100,75 and the third would be 200,75.
    The third row would be 0,150 followed by 100,150 and 200,150.
    You could add a slight "border" between each video and give it a color by using the bgcolor="your color" (standard html color codes) and adding that space by adjusting the offset plus your border width in pixels. Hollywood Squares style of video.
    http://homepage.mac.com/kkirkster/03war/ one of my older files that uses multiple track video playback of a QuickTime file. The "TV" set is a track and the video that plays "inside" it is another. The still image movies are also separate tracks and QuickTime .mov files can hold up to 99 tracks.

  • Multiple JScrollPanes in one window

    Hi.
    I've been trying to figure out how to make multiple scrollable text areas in one window. I'm trying to use JEditorPanes for the text areas so that they can display html. Does anyone know how I can make multiple scrollable JEditorPanes appear side by side in one window? I tried just adding many JScrollPanes to the window, but that doesn't seem to work - it only displays the first one.
    Thanks.

    Just to help since no one's said anything for so long.
    The only way I know how may be to use a JSplitPane and add the components to the splitpane. This allows for resizing but I'm not very sure if it will exactly resize the components in them
    Check the Java Demos in your SDK (Swing Set 2) I believe the demo splitpanes should give you enough go ahead to start using split panes effectlvely
    ICE

  • Multiple sheets in one window - Windows compatible application?

    Is there a Windows compatible application that can view a spreadsheet saved from Numbers '09 so the sheets all show up in one window? When I export using the various options in Numbers, then try to open in Excel, I get separate sheets.
    I need to work on a project with some Windows techs, would love to be able to do in Windows what we do on Mac...gang up multiple sheets in a single window.
    Thanks,
    Don

    In Excel you can open multiple windows of the same spreadsheet and thereby have more than one sheet viewable at the same time. For Mac it is the menu item Window/New Window. Then you can arrange them on the screen with Window/Arrange. I do not know the equivalent way to do this in the PC version but I'm sure the feature is there. It is useful for viewing 2-4 sheets at the same time but not much more.

  • Syncying multiple ipods to one windows pc

    Hi,
    What happens when you sync multiple ipod touchs to one windows pc ?
    In particular what happens if all 3 of them have the same app in common (same version of Angry Birds for example) along with many different ones
    Will i have 3 seperate versions/"copies" of the apps they have in common on my pc or will the later one over write the earlier one's?
    Thanks in advance

    This is a good resource:
    How to use multiple iPods with one computer

  • How do I get multiple reports in one window (using windows app)?

    Our users want to be able to launch a "package" of reports.  Meaning, that you can select more than one report to print/preview at once (using .Net 2.0 WinForms).  We are having a tough time getting more than one report to display in one window (or at least, with simple navigation). 
    Any suggestions?

    Hi Christian,
    Download Sample codes from [here|https://boc.sdn.sap.com/codesamples] and have a look to [Dev library|https://boc.sdn.sap.com/developer/library]
    Hope that helps!!
    Regards,
    Shweta

  • Ichat 5.0 multiple chats in one window

    Hi,
    I just updated to snow leopard last week and since my ichat was also updated all of my chats are always in window.
    For example, If I am in a chat and receive a new message from a different buddy, no new window opens. The same window will simply say "now chatting with screen name".
    I changed all the message settings in the preference section but nothing seems to work?
    Any help?

    Hi,
    It is collecting all chats into one window when I do not want it to. I never had this issue before I updated to snow leopard.
    The option to collect chats into one window is not selected. I am not using chax.
    It's just annoying because if somebody new IMs me it automatically goes into that chat with out any notice.
    It also has a new drop down menu which I pointed an arrow towards in the screen shot below.
    I am only using one AIM account btw if that helps. Thanks in advance.
    Here is the screen shot.......

  • Folder/ file icons are different sizes from one window to another!

    Hi there
    I am having an extremely annoying problem where all my folders and files (in icon view) are totally different sizes from each other from one window to another. For example, I might click on a folder that's icon is small sized (64x64), but when that folder opens up, the icons of the subfolders inside are huge (276x276) and need to instantly be resized and re-arranged. Then if i continue to open one of these subfolders, the file icons inside it are now medium sized (96x96). Each new folder that I go into on my hard drive will be differently sized and I end up spending ages resizing and re-arranging them before I can do my work. This problem never happened in Leopard and Im despairing of what to do.
    Is there a way of setting a default icon size and spacing that can then be applied to every folder and file on the hard drive? I have used the 'Use as defaults' option on the 'View options' window but this doesn't apply it to anywhere else besides the current window you are on.
    Surely, Im doing something wrong as Apple could never have overlooked such an obvious problem like this?
    Can anyone advise?
    Many thanks
    Dan

    The Finder will (theoretically) remember the view settings for each individual folder that you visit. If you have not opened a particular folder before, you should get the default view settings, but once you have changed the view then that is what you will get on subsequent visits. You can erase the previous settings by deleting the (normally invisible) .DS_Store file that is created in a folder when it is opened, but this file can contain other Finder metadata.

  • Timeline Video Video Not Playing Under Only One Windows Profile

    Hello.  We have an Adobe CS6 install with Premiere Pro version 6.0.5 installed and fully updated.  The problem we are having is that the video playback from the timeline is not working when logged in under one Windows profile only.  The software was originally installed under the "administrator" profile and that is where everything works fine.  However, when Premiere is brought up under the user profile the video playback doesn't work.  I have updated CS6, the video card drivers (NVidia Quadro KV4000), cleaned as many Windows and Adobe caches and verified that the Premiere General Settings are the same under each profile.  Both profiles are domain logins and not local machine profiles and both users have been explicitly granted full administrator rights on the computer.  This issue also just cropped up under the user profile and didn;t occur after initial computer setup in November.  Does anyone have any idea what else we can try?  Thank you, and here are more specs:
    - HP Z820 workstation w/ 3.3GHX Xeon E5-2643 quad core
    - Win 7 64-bit
    - 16GB RAM
    - 1TB 10000RPM boot/system drive
    - 2TB 10000RPM reserved solely as "source" drive for Premiere files
    - 2TB 10000RPM reserved solely as "destination" drive for Premiere files (preview files stored on this drive)
    - external Canopus ADVC110 used for capture of analog video using FireWire connector

    profiles are domain logins and not local machine profiles
    That's often been a problem with Adobe software.

  • Multiple movies in one window

    what method do you recomend for playing 10 small movie clips in the same window? quicktime seems to want a player for each file? that would mean my page would be incredibly long with videos that could all play at the same time.... which I dont want. I would like to have a link that says 'link1' and then the movie 1 plays in the wondow... then I would like another link that says 'link2' and then the second movie plays in the SAME window that the first one did.
    please help, thank you

    I would not recommend multiple players on the same page because of the likelyhood that mutliple players will eventually be running at the same time.... one player not turned off before second one starts, etc.... MUCH CONFUSION!!
    Working example of JW Player with XML Playlist:
    http://www.nickbeststrongman.com/liberty_11.html
    View source :
    <div id="liberty_11_replay">  
      <script type='text/javascript'>
         var so = new SWFObject('video/replay_player.swf','ply','500','710','9','#ffffff');
         so.addParam('allowfullscreen','true');
         so.addParam('allowscriptaccess','always');
         so.addParam('wmode','opaque');
         so.addVariable('playlistsize', '300');
         so.addVariable('playlistfile','video/liberty_11.xml');
         so.addVariable('playlist','bottom');
         so.write('liberty_11_replay');
      </script>
    <!-- close replay -->      
    </div>
    That's ALL... very simple!
    options to set display size (in pixels) : '500','710',
    option for size of playlist: ('playlistsize', '300');
    option for location of playlist...left, right, or bottom: 'playlist','bottom'
    this layout uses swfobject 1.5, so in addition to the "replay_player.swf'", you need the swfobject version 1.5 file. All available from the JW Player site.
    Best of luck,
    Adninjastrator

  • How do I open multiple tabs in one window

    I am using Firefox version 5. At the top of the page where the tabs are there is not an icon to click on to that opens a new tab in the current window. There is a + symbol to the left of the tab but when I click on it a new window opens. Previously the + icon was to the right of the tab and when I clicked on it a new tab appeared but in the same window. Now I can only have multiple windows open......HELP!

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • Open Multiple JFrame in one window

    hi all.......
    I've developed one Java-Swing application with Menubar. If i click each menu item Im opening new JFrame. But i want to open this each JFrame in a parent JFrame. For example If i Click File->Open it will open new JFrame as separate, if i again click File->New , it will open another new JFrame for new. likewise it will open each JFrame for each menu item. But I want to open it in a parent window itself. My problem is same like MDI in VB.
    Kindly help me to proceed.........
    thankx.........
    kalai.

    I think you have to use JInternalFrame
    First declare
    JDesktopPane() desktopPane=new JDesktopPane();
    mainFrame.getContentPane().add("Center",desktopPane);
    mainFrame.setVisible(true);
    Simple way is to use Container
    if mnuNew is clicked
    JFrame templateFrame=new JFrame();
    Container container= templateFrame.getContentPane();
    the above frame is object of your <template> frame
    it will add everything in to Container including controls with actListeners
    Now call
    public void createInternalFrame(String title)
         try
         JInternalFrame iFrame=new JInternalFrame();
         iFrame.getContentPane().add(container);
    desktopPane.add(iFrame);
         iFrame.addNotify();
    iFrame.setMaximum(true);
         iFrame.setVisible(true);
    iFrame.setClosable(true);
         iFrame.setTitle(title);
    iFrame.setDefaultCloseOperation(iFrame.DISPOSE_ON_CLOSE);
         }//Try
         catch(Exception E)
    System.out.println("Error "+E);
    }//CreateInternalFrame

Maybe you are looking for

  • My Built-In webcam

    My built in webcam keeps going fuzzy and blurry in a matter of five seconds. I reinstalled it i don't know how many times and it continues to do this. At first when i open up toshiba my webcam application the display is clear and i can see myself jus

  • BA7500G + Sound Blaster Live! 24-bit + Windows 2k = no sound

    Similar to the thread for Win XP, I have inherited a BA7500g speaker system, and purchased a new Sound Blaster Live! 24-bit card for my Win2k system. Cannot get the speakers to work, although the speaker test works from the BA control unit. Noticed t

  • Backup frustration

    My iCloud backup will not work.  Neither automatic nor manual backups succeed, despite a hard reset, and turning off all application backups.  Any thoughts?

  • HP Media Smart Webcam

    Does anyone know how to change the email account info associated with the onboard webcam? I want to change it to another account when i email photos/video. Thanks

  • I am having to restart my iphone 4 prior to making a call otherwise my phone will not call the desired number, any solutions

    I am having to restart my iphone 4 on a regular basis prior to making a call otherwise my phone will not call the desired number, this is an intermittant fault any solutions.