(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
(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
(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 >
>
(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!
--
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 >>
>>
(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!
> >
> --
> 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 > >>
> >>
>
>
(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?)
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.
"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!
> > > >
> > --
> > 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 > > >>
> > >>
> >
> >
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