Add to Google

Resizing A Quicktime File ?

free web hosting
Open Discussion > CONTRIBUTE > The Internet > Web Design

Resizing A Quicktime File ?

paulmason411
Hi Guys,

Any idea on how to change the height and width of an embeded quicktime file?

CODE
<object
  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
  codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="520"
  height="293">
  <param name="SRC" value="Montage1.mov">
  <param name="AUTOPLAY" value="true">
  <param name="CONTROLLER" value="true">
  <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">
</object>


If I change the code:
<embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">
to:
<embed src="Montage1.mov" width="520" height="390" autoplay="true" controller="true">
there is no apparent change.

Any thoughts?

 

 

 


Reply

jlhaslip
Change the height/width of the Object code
CODE
codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="520"
  height="293">

Reply

paulmason411
I tried that and it didn't change anything. does it work for you?

Reply

jlhaslip
CODE
<object
  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
  codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="520"
  height="293">
  <param name="SRC" value="Montage1.mov"></param>
  <param name="AUTOPLAY" value="true"></param>
  <param name="CONTROLLER" value="true"></param>
  <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">
     </embed>
</object>

Close the param tags and the embed tag, which is proprietary, so is not part of the spec. You knew that, right?

Reply

jlhaslip
Here is a link to a page which may assist you further.

http://www.opencampus.com/faculty/tutorials/QT-html.html

Reply

paulmason411
QUOTE(jlhaslip @ Feb 9 2007, 04:03 PM) *
Here is a link to a page which may assist you further.

http://www.opencampus.com/faculty/tutorials/QT-html.html


Hey jlhaslip, that tutorial was very helpful, I recomend it. I forgot to give a quicktime sample file, sorry about that. I would have suggested: C:\Program Files\Quicktime\Sample.qtif

Reply

TypoMage
There is not doubt about it just Change those numbers.
Those are the legnth and width.
I am pretty sure about this.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. resizing quicktime - 487.97 hr back. (1)
  2. table resizing quicktime - 1325.76 hr back. (1)
Similar Topics

Keywords : resizing, quicktime, file,

  1. Somebody Uploaded A File Onto My Hosting Account [resolved]
    (4)
  2. Php - Fetching Random Line From A Text File
    and displaying it using AJAX/iframe (0)
    What you should know: HTML, PHP basics (executing php scripts) Examples: Using AJAX Using
    iframe Download Examples Using this script you can display a random quote/fact every time a
    visitor clicks the link. It happens dynamically without reloading the whole page. Useful for keeping
    a site fresh and lively. For example, you can have it in \"About Me\" page of a website which is
    rarely updated. All the quotes are stored in a text file separated by a line break. Although I have
    included a sample collection, you are free to modify or create your own. Thanks to Da....
  3. Rfi (remote File Inclusion) What Is It? How Do I Stop It?
    Another website security tutorial (0)
    In my continuing attempts to learn more about website security i am going to tell you about a
    classic attack called Remote File inclusion (RFI). RFI is exactly what it says really, it involves
    using (or including) code from one website on another website. So if i have a website : secure.com
    with a modular, dynamic system like: secure.com/index.php?module=home notice the GET variable on
    the end of the URL. If i enter "blah" instead of "home" i get either a blank page, or a 404: page
    not found error, there is also a chance you will get an error message like: Error: inclu....
  4. Pocket Pc 2003 File Access Faster Than Windows Mobile 5,6,7
    A very valuable information for the Windows Mobile developers (0)
    I recently did a detailed research on the file systems of the windows mobile. The windows mobile
    platform was initially called the Pocket PC platform and later called the Windows Mobile platform
    from version Windows Mobile 5 onwards. Till Pocket PC there was no default permanent storage for the
    windows mobile devices. So whenever you do a cold boot of your device, all your data will vanish
    away and so you have to be careful not to drain all your battery in your Pocket PC powered mobile
    device. This shows that the windows mobile till Pocket PC 2003 had only a RAM memory ....
  5. On-line File Backups
    (0)
    Since our organization accelerates business applications across the distributed enterprise, we
    require some D2D backup repository to accelerate file backup and recovery. Please suggest some
    rock-solid platform for maintaining backups on-line that can self manage large files like Web 2.0
    rich media, video surveillance data.....
  6. Linux/ Apache /mod_rewrite Issue
    Error when accessing a file (4)
    running on Ubuntu 8.04 with an XAMPP - php5.2.5, Apache 2., etc Getting this error when I try to
    access an sNews CMS which requires mod_rewrite and is installed locally: QUOTE Apache/2.2.8
    (Unix) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8e PHP/5.2.5 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2
    Perl/v5.10.0 configured -- resuming normal operations /opt/lampp/htdocs/jim/snews/.htaccess:
    RewriteBase: argument is not a valid URL /opt/lampp/htdocs/jim/snews/.htaccess: RewriteBase:
    argument is not a valid URL Using this link: http://localhost/jim/snews/snews16_ema....
  7. How To Convert .flv Or .swf To Quicktime?
    (3)
    Hi, I'm using Adobe Flash C3 Ver. 9.0 and need to convert either a .swf file or a .flv file to
    get it into Final Cut, (probably to quicktime right?). I am inexperienced with the program and
    can't seem to get it to work. Little help?....
  8. Copy A File And Rename It With Increment If Exist
    in VBScript (6)
    Hi all. I want to make a VBScript wich does the following: Copy a file like test.txt if test.txt
    already exists then name it test1.txt and so on until i have xxx number of files. If someone could
    help me or post a script I would be happy xD Thanks, ....
  9. How To Create Pdf Files Using Free Tool
    Introduction to use a free tool to create PDF file (10)
    Now, that you don't need to have expensive software like Acrobat to create PDF. All you need is
    Microsoft Office and a software name doPDF. You can download the freeware from
    http://www.dopdf.com/download.php After downloading dopdf.exe, follow the instruction below 1.
    Double click to install it, as display at image 1.jpg, choose a language and click OK 2. You will
    see 2.jpg click next 3. Click I accept the agreement see 3.jpg, click next 4. Now you will see
    4.jpg, select the folder to install it and click next 5. When seeing 5.jpg, This is the folder group
    in Star....
  10. How To Extract The Audio From Youtube Videos
    get an mp3 file from youtube (6)
    How To Extract The Audio From YouTube Videos This lovely simple tutorial will tell you how
    to extract the audio from YouTube videos. Obviously , I am not in any way advocating that you take
    copyrighted music that is available illegally in video-form on YouTube and extract the audio from
    those videos rather than going down to HMV and buying the music. In this tutorial I will be using
    the following video: http://uk.youtube.com/watch?v=gUhhRc5eWNw Firstly, you download the video,
    which is simple. Just go to www.downloadyoutubevideos.com and paste the video....
  11. File Sharing Hosts!
    You can make money over here (11)
    Hello, guys! I found several web-sites which pay you for downloads of your files. It was approved on
    other forums that are paying defenitely; they are not scam projects. Here, they are: 1.
    www.depositfiles.com 2. www.letitbit.com 3. www.vip-file.com 4. www.upload.com 5. www.smsfiles.net
    There are more information on their official web-sites. To know more about it, please visit them.
    But, if you have questions, I may answer them.....
  12. Free Software For File Recovery
    RECUVA (9)
    Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> And the best part is ,
    its free Recuva - File Recovery Recuva (pronounced "recover") is a freeware Windows utility to
    restore files that have been accidentally deleted from your computer. This includes files emptied
    from the Recycle bin as well as images and other files that have been deleted by user error from
    digital camera memory cards or MP3 players. It will even bring back files that have been d....
  13. Where Is The Bookmarks File Stored With Ff2?
    (6)
    My bookmarks are critical and lengthy. I'd like to save them to a flash drive, since my laptop
    is ancient and it's been acting up lately. I went into the FireFox folder, but couldn't find
    the bookmarks info anywhere. there's a bookmarks.html page, but it doesn't contain the
    actual bookmarks. Where does FF2 store the bookmarks? Or is there an easier way to copy and paste
    the bookmarks to another file? /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0"
    alt="huh.gif" /> 2 poor 4 a sig ....
  14. Defraggler - Free Software To Defrag Your File
    Try it out (15)
    Have you all hear a software called Defraggler? Well if not, I recommend you to download this
    software. What does it do? Simple, it'll quickly defrag files you want to defrag, no need to
    defrag the whole drive. Useful if you have less fragmented file and if you hate Windows's
    original defragger. And it's free! OS Supported and filesystem supported? All Windows 2000 or
    higher (it'll be Windows 2000, 2003, XP and Vista. 64-bit support too) It support NFTS and FAT32
    Requirement? Well not much, the EXE file even smaller than 1 MB (dont judge the power by t....
  15. Make A Moderately-secure Password System Using Javascript
    using file redirection to hide the password. (10)
    JavaScript is very handy at making forms, allowing for much more customization and easier ways to
    send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
    However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
    the whole JavaScript code is in the page, a person could just view the Page Source and find out
    everything. Even if you use an external JavaScript, it would still be poor as the file name for the
    external JavaScript would still be revealed. But I have an answer! There is a relative....
  16. Open Any Unknown File Type With Notepad
    Make Notepad as default file opener (2)
    Open Any Unknown File with Notepad
    ************************************************************************ DISCLAIMER: The
    following contains registry edits. If done improperly can cause strange behaviour, and at worst,
    could even entirely corrupt your Windows Installation, requiring you to reinstall Windows. I cannot
    be held for any damage you may cause to your system as a result of taking any action suggested in
    the following article. ************************************************************************
    Target OS: Windows XP Introduction....
  17. Need To Shrink The File Size Of Web Image? - Photoshop Tricks
    (4)
    QUOTE NEED TO SHRINK THE FILE SIZE? USE TRANSPARENCY Want a killer tip for squeezing even
    more size out of your GIF Web images? Make something transparent. That's right, if you can pick
    an area of your image to make transparent, your file size will drop like a rock. For example, if
    you're putting a logo over a white background and you can make the white area around the logo
    transparent, your file size will be significantly smaller. The transparent areas are virtually
    ignored when determining file size, because, after all, there's nothing there. ....
  18. Need File Host
    (8)
    i require a host to host files that has a good upload speed (unlike megaupload, sendspace) it
    can't be filefront cuz i got banned for it not being game stuff. max file limit anythign over
    100mb ....
  19. Make Your Own File Uploading Service.
    Add this script to your site, or make a site with this full script. (39)
    Recently i found a cool script, a free script which you can use to start your own file uploading and
    sharing service, which you can also make it free or for people to pay for, or even both. The
    script is made with php, it doesn't work with databases in mysql, only with txt databases, i
    mean, you do not need to create and configure too many files. You just need to download the
    script, which is less then 1 MB, then extract it, then open the read me text file, and finally, you
    just need to configure a file named config.php which is really very easy, then upload all ....
  20. Wmp (windows Media Photo) - The New Image File Format From Microsoft
    windows media photo WMP - could replace JPGs and GIFs? (33)
    Microsoft have decided to come up with a new image format to add to the common JPGs, GIFs and PNGs
    of today. It is to be called Windows Media Photo format or WMP for short. It is said to
    "Surpass the limitations of existing file formats" and here is what it'll offer: Numerous
    colour formats for printing and displaying High-quality lossy or even lossless compression
    Really efficient decoding for numerous resolutions For more features, visit
    http://www.microsoft.com/whdc/xps/wmphoto.mspx Presumeably, the JPEG2000 format or JP2 was
    ....
  21. How To Open A .daa File
    (41)
    Hi there, How do i have to open a file with extension .daa Somebody told me to copy it on cd and to
    run it from cd rom but i got the same problems. What dp i need to do to ppen the file? Thanks....
  22. How To Put Music In The Background Of A Powerpoint Presentation
    without having the viewer download the music file (13)
    Well, i made this power poit presentation in memory of my grandfather as many of you kno, passed
    away exactly a week ago....and i am trying to get this song to play as background music..and i did,
    but there is one humongus problem... in order for the people who are viewing it to hear the
    background music they have to download the music file as well ad the powerpoint presentation, which
    on my DSL conntection taked almost 2 minutes, and i could just imagine what it will be for a dial-up
    user (my grandma who wants to see it)... Some people may say, its impossible, but i kn....
  23. Simple C File Handling In Action
    Small code snipet which covers most of basic file handling and navigat (5)
    Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
    formalities to get the code review incorporated and update all source code files with code review
    headers. Imagine if you need to open 300 files one by one and append code review headers at the
    end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
    in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
    utility to open all files passed on command line and open attach code review headers an....
  24. Convert 500mb To 2 Mb With Any File Extension!
    No joke. It's a new program. Hot news! (48)
    Yes, it is true! Now we can convert games, movies, programs of 400MB to 1 GB to a ridiculous size
    of 2MB or even 5MB, the point is that this unbelivable new program as an unbelievable high
    compression rate. I know, i know, i was thinking like you are now, but the fact is that i installed
    this program and tryed it and it really compresses much and much more then the well known programs:
    - Winrar - 7-Zip - Winzip But how is that possible, i don't know, i really don't, but
    when i download a file with 2MB and when i extracted it, it took me hours to extract th....
  25. My Review Of Megaupload.com
    File Sharing Service (26)
    I'm sure most of you have heard of Megaupload, a service which enables you to upload your files
    to their server and share it with other people for free. I use such services so that I can share
    unlicensed manga through my site. Well, here's my review, and a bit of a rant at the end...
    /happy.gif' border='0' style='vertical-align:middle' alt='happy.gif' /> UPLOAD: 9/10 It's so
    easy! All you have to do is click on the browse button and choose the file you want to upload. Then,
    fill up the other options in the bottom when necessary. Send it and watch it go! ....
  26. How Do I Make A (video) File Smaller?
    (12)
    Ok, I want to host a video that I have in my computer, but the problem is that the video is too
    big, 790MB. My host can't handle a file that huge so I was wondering if there is any way I can
    make the video file in my computer smaller? I don't want to mess up the video and make it
    smaller, I was wondering if I can keep the current 790MB video that I already have but copy only
    about 10MB of the video into a new file that I can use for hosting. Anyone know?....
  27. Import From Excel File Into Mysql Database
    (11)
    Has anyone tried using the excel import function that comes with phpmyadmin
    http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
    is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
    to import the data to , there is a link on the bottom left corner which says "insert data from a
    text file into the table" - although it says text file it still can be used to import an excel file.
    When you click on this link you will be taken to a page where you will be asked for the file name
    (the....
  28. How To: Change Your Website's Index File
    a simple trick using .htaccess (24)
    How To: Change Your Website's Index File a simple trick using the .htaccess file A simple
    tutorial which only involves editing one little file. Useful for those of us who have mime-typed
    extensions or who are creating lots of test design files and want an easy way to make the design
    they like best their default file. Create a file called .htaccess in the /public_html/ folder if
    you don't have it. I think one should be there already when you get your site so if it isn't
    you should create it anyway! In the file write the following: CODE Direct....
  29. File Upload Script In Java
    File Upload Script in JAVA (5)
    Hi, I am developing my personal website in JSP. I need a file upload script written in JAVA. I got a
    script that is Upload Bean from javazoom.com but the problem is its working fine on Windows
    Operating SYstem but not working on LINUX server. When i pass LINUX path (like
    /home/usr/public_html) to bean it gives me error Check UploadBean properties in your JSP. I
    think this bean aspecting a windows path. Can anyone provide me JSP Smart Upload script or any
    other file upload bean in JAVA. For your information Smart Upload website has been closed. My
    email id is ....
  30. Script: Php Jukebox
    A one file script! (6)
    This scripts is so simple, you dont need to edit ANY of it! All you have to do is make a folder
    called 'songs' and put some audio files in it. Here is the whole page, I named it index.php
    and put it in a folder called 'music': CODE PHP jukebox ©2005 Craig lloyd.
    All rights reserved. Visit cragllo.com for more scripts --> /** * ©2005 Craig lloyd. All rights
    reserved. * * Mod Title:           Simple PHP Jukebox * Author:              Craig Lloyd * Author
    Email:        cragllo@cragllo.com * Author Homepage:     http://www.cragllo.com/ * Des....

    1. Looking for resizing, quicktime, file,






*SIMILAR VIDEOS*
Searching Video's for resizing, quicktime, file,

*MORE FROM TRAP17.COM*
Similar
Somebody Uploaded A File Onto My Hosting Account [resolved]
Php - Fetching Random Line From A Text File - and displaying it using AJAX/iframe
Rfi (remote File Inclusion) What Is It? How Do I Stop It? - Another website security tutorial
Pocket Pc 2003 File Access Faster Than Windows Mobile 5,6,7 - A very valuable information for the Windows Mobile developers
On-line File Backups
Linux/ Apache /mod_rewrite Issue - Error when accessing a file
How To Convert .flv Or .swf To Quicktime?
Copy A File And Rename It With Increment If Exist - in VBScript
How To Create Pdf Files Using Free Tool - Introduction to use a free tool to create PDF file
How To Extract The Audio From Youtube Videos - get an mp3 file from youtube
File Sharing Hosts! - You can make money over here
Free Software For File Recovery - RECUVA
Where Is The Bookmarks File Stored With Ff2?
Defraggler - Free Software To Defrag Your File - Try it out
Make A Moderately-secure Password System Using Javascript - using file redirection to hide the password.
Open Any Unknown File Type With Notepad - Make Notepad as default file opener
Need To Shrink The File Size Of Web Image? - Photoshop Tricks
Need File Host
Make Your Own File Uploading Service. - Add this script to your site, or make a site with this full script.
Wmp (windows Media Photo) - The New Image File Format From Microsoft - windows media photo WMP - could replace JPGs and GIFs?
How To Open A .daa File
How To Put Music In The Background Of A Powerpoint Presentation - without having the viewer download the music file
Simple C File Handling In Action - Small code snipet which covers most of basic file handling and navigat
Convert 500mb To 2 Mb With Any File Extension! - No joke. It's a new program. Hot news!
My Review Of Megaupload.com - File Sharing Service
How Do I Make A (video) File Smaller?
Import From Excel File Into Mysql Database
How To: Change Your Website's Index File - a simple trick using .htaccess
File Upload Script In Java - File Upload Script in JAVA
Script: Php Jukebox - A one file script!
advertisement



Resizing A Quicktime File ?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE