navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

publishing wmv file

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> publishing wmv file
Page: [1]
 
wright1533

 

Posts: 16
Joined: 8/13/2003
Status: offline

 
publishing wmv file - 2/24/2006 11:05:57   
How do I upload a .wmv file? When I try using publish selected file, I get a message telling me there's no such web. It's published all the other items in the folder but it won't publish the .wmv

_____________________________

dave.cashin

 

Posts: 12
Joined: 11/3/2005
Status: offline

 
RE: publishing wmv file - 2/24/2006 11:42:12   
can you go to your host software, where you can manage the files - upload the file via this instead of frontpage - and then place a hyperlink on your page pointing to it eg. www.testweb.com/test.wmv - when a user clicks on the hyperlink, there media player will lauch and view the .wmv


(in reply to wright1533)
Rocket Boy

 

Posts: 409
Joined: 12/8/2005
Status: offline

 
RE: publishing wmv file - 2/24/2006 11:44:48   
Yes, you should be able to publish it in the same way that you do with any other file and then just make a link to it or insert a media player code that links to it.

_____________________________

The only thing I know is that I know nothing - Socrates.
When you can't see the angles no more, you in trouble baby - Al Pacino
Random Cat

(in reply to dave.cashin)
wright1533

 

Posts: 16
Joined: 8/13/2003
Status: offline

 
RE: publishing wmv file - 2/24/2006 12:37:18   
Thanks, I got it. I didn't want to publish the whole site because I'm in the middle of an Update which doesn't go up until next Tuesday. However, what I did was go to Windows Explorer and copy and paste. Worked fine.

(in reply to dave.cashin)
Rocket Boy

 

Posts: 409
Joined: 12/8/2005
Status: offline

 
RE: publishing wmv file - 2/24/2006 12:44:28   
Excellent, you can publish individual files in FrontPage as well. You don't have to Publish the entire site. In Folder view just right click the file and select Publish Selected File. There is also an option here to Do Not Publish a particular file. This is also useful :)

_____________________________

The only thing I know is that I know nothing - Socrates.
When you can't see the angles no more, you in trouble baby - Al Pacino
Random Cat

(in reply to wright1533)
reformed hater

 

Posts: 167
Joined: 2/1/2006
From: The land of sun and hurricanes; US
Status: offline

 
RE: publishing wmv file - 2/24/2006 14:29:43   
i'm just wondering (i know nothing I'm just learning everything) what if he wanted the media player embedded in his page?

(in reply to Rocket Boy)
Rocket Boy

 

Posts: 409
Joined: 12/8/2005
Status: offline

 
RE: publishing wmv file - 2/24/2006 15:32:55   
Thats no problem either. If you need one there is some code here for you. It also contains a drop down menu allowing your visitors to select the MPs's or WMV's that you have to offer.

Both sections go together on the page. The top section is your drop down menu and the bottom section is the player. You can alter the size of the player on the top line of code (in section 2)

<div align=center> 
<SELECT id=cancion onchange=document.all.music.filename=document.all.cancion.value; size=1 name=Music> 
      <OPTION selected>Choose Your Song Here</OPTION>        
      <OPTION value=http://urltoyoursong.mp3>Menu 1</OPTION> 
      <OPTION value=http://urltoyoursong.mp3>Menu 2</OPTION> 
      <OPTION value=http://urltoyoursong.mp3>Menu 3</OPTION> 
      <OPTION value=http://urltoyoursong.mp3>Menu 4</OPTION> 
      <OPTION value=http://urltoyoursong.mp3>Menu 5</OPTION> 
</SELECT><BR> 


<OBJECT id=music height=44 width=230 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95> 
   <PARAM NAME="AutoStart" VALUE="-1"> 
   <PARAM NAME="Balance" VALUE="0"> 
   <PARAM NAME="DisplaySize" VALUE="0"> 
   <PARAM NAME="Filename" VALUE=""> 
   <PARAM NAME="Mute" VALUE="0"> 
   <PARAM NAME="SelectionStart" VALUE="-1"> 
   <PARAM NAME="SelectionEnd" VALUE="-1"> 
   <PARAM NAME="ShowControls" VALUE="-1"> 
   <PARAM NAME="ShowAudioControls" VALUE="-1"> 
   <PARAM NAME="ShowDisplay" VALUE="0"> 
   <PARAM NAME="ShowPositionControls" VALUE="-1"> 
   <PARAM NAME="Volume" VALUE="0"> 
   <PARAM NAME="AudioStream" VALUE="-1"> 
   <PARAM NAME="AutoSize" VALUE="0"> 
   <PARAM NAME="AnimationAtStart" VALUE="-1"> 
   <PARAM NAME="AllowScan" VALUE="-1"> 
   <PARAM NAME="AllowChangeDisplaySize" VALUE="-1"> 
   <PARAM NAME="AutoRewind" VALUE="1"> 
   <PARAM NAME="BaseURL" VALUE=""> 
   <PARAM NAME="BufferingTime" VALUE="5"> 
   <PARAM NAME="CaptioningID" VALUE=""> 
   <PARAM NAME="ClickToPlay" VALUE="-1"> 
   <PARAM NAME="CursorType" VALUE="0"> 
   <PARAM NAME="CurrentPosition" VALUE="-1"> 
   <PARAM NAME="CurrentMarker" VALUE="0"> 
   <PARAM NAME="DefaultFrame" VALUE=""> 
   <PARAM NAME="DisplayBackColor" VALUE="0"> 
   <PARAM NAME="DisplayForeColor" VALUE="16777215"> 
   <PARAM NAME="DisplayMode" VALUE="0"> 
   <PARAM NAME="Enabled" VALUE="-1"> 
   <PARAM NAME="EnableContextMenu" VALUE="-1"> 
   <PARAM NAME="EnablePositionControls" VALUE="-1"> 
   <PARAM NAME="EnableFullScreenControls" VALUE="0"> 
   <PARAM NAME="EnableTracker" VALUE="-1"> 
   <PARAM NAME="InvokeURLs" VALUE="-1"> 
   <PARAM NAME="Language" VALUE="-1"> 
   <PARAM NAME="PlayCount" VALUE="1"> 
   <PARAM NAME="PreviewMode" VALUE="0"> 
   <PARAM NAME="Rate" VALUE="1"> 
   <PARAM NAME="SAMILang" VALUE=""> 
   <PARAM NAME="SAMIStyle" VALUE=""> 
   <PARAM NAME="SAMIFileName" VALUE=""> 
   <PARAM NAME="SendOpenStateChangeEvents" VALUE="-1"> 
   <PARAM NAME="SendWarningEvents" VALUE="-1"> 
   <PARAM NAME="SendErrorEvents" VALUE="-1"> 
   <PARAM NAME="SendKeyboardEvents" VALUE="0"> 
   <PARAM NAME="SendMouseClickEvents" VALUE="0"> 
   <PARAM NAME="SendMouseMoveEvents" VALUE="0"> 
   <PARAM NAME="SendPlayStateChangeEvents" VALUE="-1"> 
   <PARAM NAME="ShowCaptioning" VALUE="0"> 
   <PARAM NAME="ShowGotoBar" VALUE=0"> 
   <PARAM NAME="ShowStatusBar" VALUE="0"> 
   <PARAM NAME="ShowTracker" VALUE="-1"> 
   <PARAM NAME="TransparentAtStart" VALUE="-1"> 
   <PARAM NAME="VideoBorderWidth" VALUE="0"> 
   <PARAM NAME="VideoBorderColor" VALUE="0"> 
   <PARAM NAME="VideoBorder3D" VALUE="0"> 
   <PARAM NAME="WindowlessVideo" VALUE="0"> 
</OBJECT> 
</div>


< Message edited by Rocket Boy -- 2/24/2006 15:38:00 >


_____________________________

The only thing I know is that I know nothing - Socrates.
When you can't see the angles no more, you in trouble baby - Al Pacino
Random Cat

(in reply to reformed hater)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> publishing wmv file
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts