|
Go 
|
New 
|
Find 
|
Notify 
|
|
Reply 
|
|
Admin 
|
New PM! 
|
Moderator

 |
Ok, last question first, cause its easier. Do you have a page with a frameset on it? What I mean is, there must be a page that loads both frames, right? Thats the home page. Name it index.html and the server will take care of it. To embed video you'll need to read the manual to find out what dreamweaver wants you to do. You can find example codes for embedding quicktime movies at this address | PerryKroll.com | TRC | "If not actually disgruntled, he was far from being gruntled." Wodehouse
|
| |
| Posts: 5197 | Location: Tisch at New York University | Registered: June 03, 2003 |    |
|
Moderator

 |
i don't know how dreamweaver treats this when you're viewing your files in the program, but here's how it works (for sure) you have three HTML files. One of them has odd looking code in it called a frameset. It mentions the nav bar and the home page by their file names. This is what you want to set to be the index. The other two files are the nav bar (all by itself) and the home page (all by itself as well) If you can't figure out which is the frameset file do a browser preview (I hope you know how to do this, cause I only do for GoLive) - anyway, read the URL at the top during your browser preview, and it should hopefully tell you which is the frameset page. | PerryKroll.com | TRC | "If not actually disgruntled, he was far from being gruntled." Wodehouse
|
| |
| Posts: 5197 | Location: Tisch at New York University | Registered: June 03, 2003 |    |
|
Alumnus

|
I didn't like the way (or maybe don't know the best way) to embed media using dreamweaver. I found it's best to research the best method gived your media type. I even looked at other websites' code to see the best way. What format is the video? Although I used dreamweaver, I hand coded embeding the quicktime files on my site to work as universally in most web browsers: <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="512"HEIGHT="400" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="..yourmovie.mov"> <PARAM name="AUTOPLAY" VALUE="true"> <PARAM name="CONTROLLER" VALUE="true"> <PARAM name="SCALE" VALUE="2"> <PARAM name="bgcolor" VALUE="black"> <PARAM name="type" VALUE="video/quicktime"> <param name="pluginspage" value="http://www.apple.com/QuickTime/download/"> <embed src="..yourmovie.mov" width="512" height="400" autoplay="true" controller="true" SCALE="2" bgcolor="black" type="video/quicktime" pluginspage="http://www.apple.com/QuickTime/download/"></embed> </object> Joren www.jorenclark.com"In the beginner's mind there are many possibilities, but in the expert's mind there are few. " ~Shunryu Suzuki
|
| |
| Posts: 1742 | Location: HELL-A | Registered: March 05, 2003 |    |
|
Moderator

 |
That looks like good code Joren. Very similar to the one I use, which was generated by good old PageSpinner. | PerryKroll.com | TRC | "If not actually disgruntled, he was far from being gruntled." Wodehouse
|
| |
| Posts: 5197 | Location: Tisch at New York University | Registered: June 03, 2003 |    |
|
Moderator

 |
But why remove that bar? I hate it when the bar is missing. | PerryKroll.com | TRC | "If not actually disgruntled, he was far from being gruntled." Wodehouse
|
| |
| Posts: 5197 | Location: Tisch at New York University | Registered: June 03, 2003 |    |
|
 | Please Wait. Your request is being processed... |
© Studentfilms.com, Inc. 2008
|
|