Frontpage and Quicktime help
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Frontpage and Quicktime help
Hi guys, need some help with some frontpage....I need to incorporate some movies into my frontpage project, the ones i take with my digital cam are in a quicktime format when I transfer them into my pc, and when I insert them into frontpage they don't seem to play...only the sounds come out but the movie doesn't play. Does anyone have any experience with this?
Any help would be greatly appreciated. Thanks
Any help would be greatly appreciated. Thanks
http://developer.apple.com/quicktime/compatibility.html
Better Solution:
Use Windows Media Formats. QuickTime really really sucks!
Better Solution:
Use Windows Media Formats. QuickTime really really sucks!
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Hey Tony, thanks again you always seem to be the one solving people's problems
But I don't really have a choice here (or do I?) cos when I take movie clips with my digital cam, it automatically saves it into a quicktime format. My cam is a Minolta DimageX, is it possible to convert quicktime movies into windows media?
But I don't really have a choice here (or do I?) cos when I take movie clips with my digital cam, it automatically saves it into a quicktime format. My cam is a Minolta DimageX, is it possible to convert quicktime movies into windows media?
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
<embed src="MY_VIDEO_FILE.MPEG" autostart="false" controls="true" loop="false" width="300" height="200"></embed>
set width and height accordingly
set width and height accordingly
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Don;t know, never used one of those converters. What does the help program say, or the website for RAD? Or other sites?
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Hey Tony, regarding your previous post on how to setup a start button, <embed src="MY_VIDEO_FILE.MPEG" autostart="false" controls="true" loop="false" width="300" height="200"></embed>
where do I insert this? When I insert a movie file, this HTML source code comes out:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<p>
<img border="0" dynsrc="file:VIDEO_FILE.AVI" start="fileopen" width="320" height="240"></p>
</body>
</html>
Where do I insert it in? Kinda lost on this one...thanks
where do I insert this? When I insert a movie file, this HTML source code comes out:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<p>
<img border="0" dynsrc="file:VIDEO_FILE.AVI" start="fileopen" width="320" height="240"></p>
</body>
</html>
Where do I insert it in? Kinda lost on this one...thanks
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Few more questions:
1. I need a stand alone Flash player so that when people (who don't have flash) open up my cd the flash movies are able to play, and idea on where to get these and how to do it?
2. Also need to make my cd autorun, how do I do it? The first file to run is my contents page (contents.html), I tried creating a notepad autorun.inf file and linked it to contents but it didn't work, need help with this too...
1. I need a stand alone Flash player so that when people (who don't have flash) open up my cd the flash movies are able to play, and idea on where to get these and how to do it?
2. Also need to make my cd autorun, how do I do it? The first file to run is my contents page (contents.html), I tried creating a notepad autorun.inf file and linked it to contents but it didn't work, need help with this too...
1. Download the Flash Plug-In from Macromedia. Put it on the CD. When embedding Flash in an html doc there is a section of code that detects if the user has Flash or not. If not, then he is prompted to download it. You can edit the path to the download by changing it from pointing to macromedia web site to your CD.
2. Autorun inf creation? I have a guide about this here:
http://www.coolpagehelp.com/autorun.html
The autorun.inf must be in the root directory of the CD and the path to your "opening file" musty be specified in the "open command".
Sample Autorun.inf:
[autorun]
open=start.exe folder_name/your_file_name.html
Sample Flash Code:
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=5,0,0,0" WIDTH=320 HEIGHT=180 hspace=0 vspace=0 salign=l>
<PARAM NAME=movie VALUE="Preview2.swf">
<PARAM NAME=bgcolor VALUE="#000000">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<PARAM NAME=menu VALUE=true>
<PARAM NAME=play VALUE=true>
<PARAM NAME=scale VALUE=exactfit>
<EMBED src="Preview2.swf"
pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash"
type="application/x-shockwave-flash"
swLiveConnect=true width=320 height=180 hspace=0 vspace=0 salign=l bgcolor="#000000" quality=high loop=true menu=true play=true scale=exactfit</EMBED>
</OBJECT>
2. Autorun inf creation? I have a guide about this here:
http://www.coolpagehelp.com/autorun.html
The autorun.inf must be in the root directory of the CD and the path to your "opening file" musty be specified in the "open command".
Sample Autorun.inf:
[autorun]
open=start.exe folder_name/your_file_name.html
Sample Flash Code:
<OBJECT classid="clsid
codebase="http://download.macromedia.com/pub/shoc ... on=5,0,0,0" WIDTH=320 HEIGHT=180 hspace=0 vspace=0 salign=l>
<PARAM NAME=movie VALUE="Preview2.swf">
<PARAM NAME=bgcolor VALUE="#000000">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<PARAM NAME=menu VALUE=true>
<PARAM NAME=play VALUE=true>
<PARAM NAME=scale VALUE=exactfit>
<EMBED src="Preview2.swf"
pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash"
type="application/x-shockwave-flash"
swLiveConnect=true width=320 height=180 hspace=0 vspace=0 salign=l bgcolor="#000000" quality=high loop=true menu=true play=true scale=exactfit</EMBED>
</OBJECT>
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- mountainman
- SG VIP
- Posts: 15451
- Joined: Tue Dec 26, 2000 12:00 am
- Location: Colorado
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Hey Tony, have something I need to clear up about making a CD autonrun:
Sample Autorun.inf:
[autorun]
open=start.exe folder_name/your_file_name.html
What do I put as the folder_name? Cos I din know what to put and I sort of trialed and errored, trying all the files and when I put the CD into another PC, it gives me an error "Access to the specified device, path, or file is denied."
Sample Autorun.inf:
[autorun]
open=start.exe folder_name/your_file_name.html
What do I put as the folder_name? Cos I din know what to put and I sort of trialed and errored, trying all the files and when I put the CD into another PC, it gives me an error "Access to the specified device, path, or file is denied."
The root directory is the top level directory of a drive or CD. For example, if your hard drive is named 'C', then when exploring it, the root directory would contain, My Documents, Program Files, Window, etc etc.
The root of a CD is the top level. The autorun.inf goes in the root directory of the CD, and assuming that you want to start with a file such as a web page or a flash intro, and these files would be in their own folder, then the file path in the autorun.inf would have to point to that folder and the file you wish to start with.
If using html files, make sure that you use relative links on the pages.
What OS are you using?
The root of a CD is the top level. The autorun.inf goes in the root directory of the CD, and assuming that you want to start with a file such as a web page or a flash intro, and these files would be in their own folder, then the file path in the autorun.inf would have to point to that folder and the file you wish to start with.
If using html files, make sure that you use relative links on the pages.
What OS are you using?
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
I'm using win2k pro, right now I just put all my files into the cd without creating any folders, is this what's causing the problem? I linked the autorun to the first page and just dumped the autorun.inf file into the cd together with the rest of the files, and I got that error. Please advise, thanks alot.
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
missing the quotes.
should be:
[autorun]OPEN="start folder_name\page1.html"
ONLY if page1.html is in a folder. If page1.html is in same level as autorun.inf, then it would be:
[autorun]OPEN="start page1.html"
should be:
[autorun]OPEN="start folder_name\page1.html"
ONLY if page1.html is in a folder. If page1.html is in same level as autorun.inf, then it would be:
[autorun]OPEN="start page1.html"
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
[autorun]OPEN="start contents.html"
You need to specify what program OPENS. In this case, the program that opens is start.exe, but you need not use the .exe extension. You see, contents.html is not a program. And you cannot use OPEN IEXPLORE because IE is not on the CD. But because html files will be associated with a default browser, the program start.exe will execute the opening of the filetype in the associated program, the web browser that isinstalled on the users system.
You need to specify what program OPENS. In this case, the program that opens is start.exe, but you need not use the .exe extension. You see, contents.html is not a program. And you cannot use OPEN IEXPLORE because IE is not on the CD. But because html files will be associated with a default browser, the program start.exe will execute the opening of the filetype in the associated program, the web browser that isinstalled on the users system.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
2 things come to mind.
1. You need to be logged on as an admin, or power user.
2. Possibly the start command isn't needed in XP. I don't see a start.exe in my XP installation.
I'm going to run a test, since I haven't made a autorun.inf for XP yet. I use something alltogether different. I'll get back to you.
1. You need to be logged on as an admin, or power user.
2. Possibly the start command isn't needed in XP. I don't see a start.exe in my XP installation.
I'm going to run a test, since I haven't made a autorun.inf for XP yet. I use something alltogether different. I'll get back to you.
Ok test complete. Neither method works in XP. I get no error message, but nothing at all comes up. It works in 98 (the method I posted), but not XP.
I took the start.exe from a win98 installation, and put it into the XP system32 dir, it works when I did that using the method I posted above. That's the best workaround I know of at the moment. Good for your own use, on your own machine, but no good on other machines unless you put the start command on them before inserting the CD.
That's al I can tell you. XP must have did away with the start command for files other than executables. Not positive on that, but it looks that way.
I use a different method that is a lot harder to grasp than a one line inf entry. Not something I have the time or desire to explain, sorry.
I took the start.exe from a win98 installation, and put it into the XP system32 dir, it works when I did that using the method I posted above. That's the best workaround I know of at the moment. Good for your own use, on your own machine, but no good on other machines unless you put the start command on them before inserting the CD.
That's al I can tell you. XP must have did away with the start command for files other than executables. Not positive on that, but it looks that way.
I use a different method that is a lot harder to grasp than a one line inf entry. Not something I have the time or desire to explain, sorry.
I do believe a posted a link earlier in this thread to the MS site re autorun files. It can get complicated. If you want a 1-2-3 solution, try one of the freeware apps here:
http://www.webattack.com/Freeware/syste ... ools.shtml
http://www.webattack.com/Freeware/syste ... ools.shtml
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am
Ok nevermind I sorta got it right, now I need help with a last problem: How do I link sound files to certain things in a html file?
For example, I want this word to make a sound when I click on it; I already have the sound file in my harddisk, how do I go about doing it?
Also, if I added background music, I need to add in a toolbar that can play/pause/stop the music, how do I go about doing this too?
Thanks alot
For example, I want this word to make a sound when I click on it; I already have the sound file in my harddisk, how do I go about doing it?
Also, if I added background music, I need to add in a toolbar that can play/pause/stop the music, how do I go about doing this too?
Thanks alot
Here's my Audio Controls Code Generator:
http://www.coolpagehelp.com/audio_controls.html
To play a sound onClick you need to use javascript, unless you mean to launch the persons default multimedia app to stream the sound file, in which case you just link to the file.
http://www.coolpagehelp.com/audio_controls.html
To play a sound onClick you need to use javascript, unless you mean to launch the persons default multimedia app to stream the sound file, in which case you just link to the file.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
- NewbiePCuseR
- Regular Member
- Posts: 124
- Joined: Fri Jan 05, 2001 12:00 am