WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Playing a video

 
   Home -> Office other -> Programming RSS
Next:  YEARLY Payment Formula??  
Author Message
Michael A. Roberts

External


Since: Apr 16, 2006
Posts: 9



(Msg. 1) Posted: Tue Sep 16, 2008 1:50 pm
Post subject: Playing a video
Archived from groups: microsoft>public>frontpage>programming (more info?)

When someone types my URL, how would I make that URL point to a MySpace video
then redirect to a homepage?

The URL is www.paulimperatore.com. I also have some slow loading pages.
Any suggestions on how to speed things up without deleting anything?
--
Michael A.Roberts
Back to top
Login to vote
smileitsunclejohn

External


Since: Oct 10, 2008
Posts: 4



(Msg. 2) Posted: Fri Oct 10, 2008 9:23 pm
Post subject: Re: Playing a video [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Michael A. Roberts;6157809 Wrote:
> When someone types my URL, how would I make that URL point to a MySpace
> video
> then redirect to a homepage?
>
> The URL is www.paulimperatore.com. I also have some slow loading
> pages.
> Any suggestions on how to speed things up without deleting anything?
> --
> Michael A.Roberts

You need to do a 301 redirect in the .htaccess


--
smileitsunclejohn
------------------------------------------------------------------------
smileitsunclejohn's Profile: http://nettechguide.com/forums/member.php?u=236
View this thread: http://nettechguide.com/forums/showthread.php?t=1506066
Back to top
Login to vote
Michael A. Roberts

External


Since: Apr 16, 2006
Posts: 9



(Msg. 3) Posted: Fri Oct 10, 2008 9:54 pm
Post subject: Re: Playing a video [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks. I have another dumb question. I have a song stored as a Windows
Media File that I would like to have play when the page loads. I do not see
the option to do that. I've added sound effects to pages before but never a
song.

How would I add that? Please give as much detail as possible. Thanks.
--
Michael A.Roberts


"smileitsunclejohn" wrote:

>
> Michael A. Roberts;6157809 Wrote:
> > When someone types my URL, how would I make that URL point to a MySpace
> > video
> > then redirect to a homepage?
> >
> > The URL is www.paulimperatore.com. I also have some slow loading
> > pages.
> > Any suggestions on how to speed things up without deleting anything?
> > --
> > Michael A.Roberts
>
> You need to do a 301 redirect in the .htaccess
>
>
> --
> smileitsunclejohn
> ------------------------------------------------------------------------
> smileitsunclejohn's Profile: http://nettechguide.com/forums/member.php?u=236
> View this thread: http://nettechguide.com/forums/showthread.php?t=1506066
>
>
Back to top
Login to vote
Murray

External


Since: Mar 10, 2008
Posts: 135



(Msg. 4) Posted: Sat Oct 11, 2008 7:20 am
Post subject: Re: Playing a video [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Be aware that -

1. Pages that play music onload are exceptionally annoying.
2. WMV files are not universally supported by browsers
3. It's a lot of work for no benefit

I'd suggest you spend this time and effort on validating your page's code!
Cool

--
Murray
MVP Expression Web


"Michael A. Roberts" <MichaelARoberts.TakeThisOut@discussions.microsoft.com> wrote in
message news:66C7BD46-B607-4EEA-8962-399C1630CF6E@microsoft.com...
> Thanks. I have another dumb question. I have a song stored as a Windows
> Media File that I would like to have play when the page loads. I do not
> see
> the option to do that. I've added sound effects to pages before but never
> a
> song.
>
> How would I add that? Please give as much detail as possible. Thanks.
> --
> Michael A.Roberts
>
>
> "smileitsunclejohn" wrote:
>
>>
>> Michael A. Roberts;6157809 Wrote:
>> > When someone types my URL, how would I make that URL point to a MySpace
>> > video
>> > then redirect to a homepage?
>> >
>> > The URL is www.paulimperatore.com. I also have some slow loading
>> > pages.
>> > Any suggestions on how to speed things up without deleting anything?
>> > --
>> > Michael A.Roberts
>>
>> You need to do a 301 redirect in the .htaccess
>>
>>
>> --
>> smileitsunclejohn
>> ------------------------------------------------------------------------
>> smileitsunclejohn's Profile:
>> http://nettechguide.com/forums/member.php?u=236
>> View this thread: http://nettechguide.com/forums/showthread.php?t=1506066
>>
>>
Back to top
Login to vote
Michael A. Roberts

External


Since: Apr 16, 2006
Posts: 9



(Msg. 5) Posted: Sat Oct 11, 2008 11:15 am
Post subject: Re: Playing a video [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Murray

First, thanks for your response. I'm kind of a "non techie" so I'm not sure
if I am in the right forum or not. How do you validate the code on a page??
Sounds like is too much to explain in an email but if you can exlpain it,
that would really help.

If it is much too much to explain, can you point me in the direction of a
resource that would explain it?

Thanks.
--
Michael A.Roberts


"Murray" wrote:

> Be aware that -
>
> 1. Pages that play music onload are exceptionally annoying.
> 2. WMV files are not universally supported by browsers
> 3. It's a lot of work for no benefit
>
> I'd suggest you spend this time and effort on validating your page's code!
> Cool
>
> --
> Murray
> MVP Expression Web
>
>
> "Michael A. Roberts" <MichaelARoberts.TakeThisOut@discussions.microsoft.com> wrote in
> message news:66C7BD46-B607-4EEA-8962-399C1630CF6E@microsoft.com...
> > Thanks. I have another dumb question. I have a song stored as a Windows
> > Media File that I would like to have play when the page loads. I do not
> > see
> > the option to do that. I've added sound effects to pages before but never
> > a
> > song.
> >
> > How would I add that? Please give as much detail as possible. Thanks.
> > --
> > Michael A.Roberts
> >
> >
> > "smileitsunclejohn" wrote:
> >
> >>
> >> Michael A. Roberts;6157809 Wrote:
> >> > When someone types my URL, how would I make that URL point to a MySpace
> >> > video
> >> > then redirect to a homepage?
> >> >
> >> > The URL is www.paulimperatore.com. I also have some slow loading
> >> > pages.
> >> > Any suggestions on how to speed things up without deleting anything?
> >> > --
> >> > Michael A.Roberts
> >>
> >> You need to do a 301 redirect in the .htaccess
> >>
> >>
> >> --
> >> smileitsunclejohn
> >> ------------------------------------------------------------------------
> >> smileitsunclejohn's Profile:
> >> http://nettechguide.com/forums/member.php?u=236
> >> View this thread: http://nettechguide.com/forums/showthread.php?t=1506066
> >>
> >>
>
>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 6) Posted: Sat Oct 11, 2008 7:00 pm
Post subject: Re: Playing a video [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

See http://www.w3.org/QA/Tools/#validators and in particular,
http://validator.w3.org/

The markup validator will list HTML markup errors. Fix them one at a
time starting with the first - subsequent errors may be fixed at the
same time.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Michael A. Roberts" <MichaelARoberts DeleteThis @discussions.microsoft.com> wrote
in message news:DB6416C7-82A4-47A0-AD99-0FF77E7F0FA2@microsoft.com:

> Hi Murray
>
> First, thanks for your response. I'm kind of a "non techie" so I'm not sure
> if I am in the right forum or not. How do you validate the code on a page??
> Sounds like is too much to explain in an email but if you can exlpain it,
> that would really help.
>
> If it is much too much to explain, can you point me in the direction of a
> resource that would explain it?
>
> Thanks.
> --
> Michael A.Roberts
>
>
> "Murray" wrote:
>
> > Be aware that -
> >
> > 1. Pages that play music onload are exceptionally annoying.
> > 2. WMV files are not universally supported by browsers
> > 3. It's a lot of work for no benefit
> >
> > I'd suggest you spend this time and effort on validating your page's code!
> > Cool
> >
> > --
> > Murray
> > MVP Expression Web
> >
> >
> > "Michael A. Roberts" <MichaelARoberts DeleteThis @discussions.microsoft.com> wrote in
> > message news:66C7BD46-B607-4EEA-8962-399C1630CF6E@microsoft.com...
> > > Thanks. I have another dumb question. I have a song stored as a Windows
> > > Media File that I would like to have play when the page loads. I do not
> > > see
> > > the option to do that. I've added sound effects to pages before but never
> > > a
> > > song.
> > >
> > > How would I add that? Please give as much detail as possible. Thanks.
> > > --
> > > Michael A.Roberts
> > >
> > >
> > > "smileitsunclejohn" wrote:
> > >
> > >>
> > >> Michael A. Roberts;6157809 Wrote:
> > >> > When someone types my URL, how would I make that URL point to a MySpace
> > >> > video
> > >> > then redirect to a homepage?
> > >> >
> > >> > The URL is www.paulimperatore.com. I also have some slow loading
> > >> > pages.
> > >> > Any suggestions on how to speed things up without deleting anything?
> > >> > --
> > >> > Michael A.Roberts
> > >>
> > >> You need to do a 301 redirect in the .htaccess
> > >>
> > >>
> > >> --
> > >> smileitsunclejohn
> > >> ------------------------------------------------------------------------
> > >> smileitsunclejohn's Profile:
> > >> http://nettechguide.com/forums/member.php?u=236
> > >> View this thread: http://nettechguide.com/forums/showthread.php?t=1506066
> > >>
> > >>
> >
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Programming All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET