Logo Home   Create   Site Settings   Help   Record TV    Up to Caeled's Sharepoint
Icon
Toolbox
General Discussion
 
Select a View
Threaded
Flat
 
 
Actions
  Alert me
  Modify settings and columns
 
 
Use the General Discussion to hold newsgroup-style discussions on topics relevant to your team.
New New Discussion
|
Expand/Collapse Expand/Collapse
 
SubjectReplies
Posted By
Modified
 
Video editing software crashes
 
Problem caused by ffdshow codec
This problem was caused by ffdshow codec.
Recommendation
--------------------------------------------------------------------------------

The support for ffdshow codec is community-based. Typically, this type of support group offers information and resources in a forum format about issues that other users have experienced with ffdshow codec. In the forum, you can...
Attachment
Steven Powell
5/5/2012 8:08 PM
 
Educational Applets
 
Steven Powell
6/4/2007 10:22 PM
 
Pop Out # 2
 
<--- Place in <Head>
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=320,left = 287,top = 294');");
}
// End -->
</script>
<------End Head section
 
<-----Place link in Body
 
...
Steven Powell
6/4/2007 4:08 PM
 
Java Script Pop out Link
 
Place the following script in the head of the document
 
<script>var newwindow;
function poptastic(url)
{
 newwindow=window.open(url,'name','height=400,width=200');
 if (window.focus) {newwindow.focus()}
}
</script>
 
 
Place the following link
<a href="javascript:poptastic('http://webmessenger.yahoo.com/');">Yahoo Messenger</a>
Steven Powell
5/31/2007 8:59 PM