Last visit was: It is currently Mon Sep 06, 2010 6:19 pm


All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Getting Quicktime .mov onto website
PostPosted: Mon Jun 29, 2009 4:42 pm 
Idiot

Joined: Mon Jun 29, 2009 4:26 pm
Posts: 2
I tried galleries and slide-shows for a site I'm doing but Quicktime movie was the best for me so I sent the file to the FTP and one to Dreamweaver local and I linked the file to the "paintings page" where I want it to appear but nothing is showing up. I'm missing some code I think. Can anyone help? The site is [url]Soneliussmith.com[/url]. Thanks for any help,

Photoshop Elements didn't like some files and refused to run them on slide show, and it wouldn't work on some browsers and the font was in all different sizes even though I put 12.

The color was very drab and foggy in the "Museum" gallery and again it ignored some of the slides.

PDF wasn't good either! I'm just telling you my experiences which took hours and hours to find out.

Thanks for any advice, Prabha


Top
Offline Profile E-mail  
 
 Post subject: Re: Getting Quicktime .mov onto website
PostPosted: Mon Jun 29, 2009 8:10 pm 
Site Admin
User avatar

Joined: Mon Jun 01, 2009 8:54 am
Posts: 16
Location: East Haven, CT
Ok.. So i went to your page and tried to view your movie (you are trying to place it on the PAINTINGS page correct?)

Your issue is, you just put the file name in the code. You need to use the object embed for any type of movie..

This is your code as it is now:
Code:
  <td width="216" height="216" nowrap bgcolor="#FFFF66">
              <div align="center"> </div>

                              </td>
                           </tr>
                        </table>
                     </div>
                     Sonelius' Paintings.mov
                     

                  </td>
               </tr>
            </table>


that code does nothing.. You do not have it contained inside of anything, and its just a file name.

try this..

paste the following code into your website:
Code:
< src="Sonelius' Paintings.mov" width="320" height="256">< /embed>


now, this may or may not work. It depends on where you uploaded your movie file to. Is it inside of a folder? If it is, then you want to put the foldername/Sonelius' Paintings.mov

ALSO, you have a major issue.. You have spaces AND a ' in your file name. NEVER - i repeat NEVER EVER use spaces or anything that is not alpha or numeric or underscore in your file names. so you should first rename your file
soneliuspaintings.mov

hope this helps.. please post back if you are having issues

_________________
Because it NEVER turns out the way you want it....
Image


Top
Offline Profile E-mail  
 
 Post subject: Re: Getting Quicktime .mov onto website
PostPosted: Sun Jul 05, 2009 8:40 am 
Idiot

Joined: Mon Jun 29, 2009 4:26 pm
Posts: 2
Thanks IG but
Message:
> I'm trying to put Quick time.mov file onto my site using Dreamwever (Mac). Why does the code I inserted show up on my design page for all to see? I think QT puts in the java specs (Ht & Width) for you, which it has done, but still nothing happening!
>
> Also I can't get the movie to show up on the design page (on the website) Please help, thankx.

> Prabha


Top
Offline Profile E-mail  
 
 Post subject: Re: Getting Quicktime .mov onto website
PostPosted: Sun Jul 05, 2009 1:34 pm 
Site Admin
User avatar

Joined: Mon Jun 01, 2009 8:54 am
Posts: 16
Location: East Haven, CT
I have opened my version of dreamweaver, and tried to input a video, and i found that using DESIGN mode does not always work. What you should consider doing is working in SPLIT mode. Doing this, you can put your cursor in the place where you want your video to be, that will put a cursor in the correct place in the code mode. Then, when just on top of that cursor so that it knows that you want to work in CODE mode. Then you have to copy and paste and the code that I posted above directly into that area.

Also, you have to change your file name. You can not have capitals and spaces in a file name, it can break things.

_________________
Because it NEVER turns out the way you want it....
Image


Top
Offline Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Theme created StylerBB.net & kodeki