Using Photo Story 3.1 on or for a website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I incorporate a Photo Story on a website? Or save it as a website?

NOTE: I'm a novice so be gentle . . .
 
lyle_gerard said:
Can I incorporate a Photo Story on a website? Or save it as a
website?

NOTE: I'm a novice so be gentle . . .

A quick Google for "Photo Story" brought me this link which looks like a
great resource for you. They even have user forums:

http://www.windowsphotostory.com/

If you are talking about running a slide show on a website, you need to
have slide show software running at the webserver and it needs to be
cross-platform software. So I really doubt that you can run Photo Story
on a website or make a website out of it. Spend some time at the link
above, post on their forums, and find out for sure.

Since you are a novice, I'm assuming that you don't have your own
webserver. If you have a website, check with the hosting company (which
may be your ISP) to see if they have a slide show script you can run on
your site.

Malke
 
Malke said:
A quick Google for "Photo Story" brought me this link which looks
like a great resource for you. They even have user forums:

http://www.windowsphotostory.com/

If you are talking about running a slide show on a website, you need
to have slide show software running at the webserver and it needs to
be cross-platform software. So I really doubt that you can run Photo
Story on a website or make a website out of it. Spend some time at
the link above, post on their forums, and find out for sure.

Since you are a novice, I'm assuming that you don't have your own
webserver. If you have a website, check with the hosting company
(which may be your ISP) to see if they have a slide show script you
can run on your site.

Malke

Save the Photostory Slideshow as a video.

--
Peace!
Kurt Kirsch
Self-anointed Moderator
http://microscum.com
"It'll soon shake your Windows
And rattle your walls
For the times they are a-changin'."
 
kurttrail said:
Save the Photostory Slideshow as a video.

But she would still have to have server-side software to run the video
on the website unless she just wants to post it as a download. There
are quite a few server-side photo slide show apps like Gallery or
Coppermine but the OP's webhost would have to have them installed, not
the OP.

Malke
 
Malke said:
But she would still have to have server-side software to run the video
on the website unless she just wants to post it as a download. There
are quite a few server-side photo slide show apps like Gallery or
Coppermine but the OP's webhost would have to have them installed, not
the OP.

Malke

HTML for webpage:

<object id="MediaPlayer" width="320" height="304"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
Media Player components..." type="application/x-oleobject"><param
name="FileName" value="http://www.yourwebsite.com/media/filename.asx"
/><param name="ShowControls" value="true" /><param name="ShowStatusBar"
value="true" /><param name="ShowDisplay" value="false" /><param
name="autostart" value="true" /><embed type="application/x-mplayer2"
src="http://www.yourwebsite.com/media/filename.asx" name="MediaPlayer"
width="320" height="304" showcontrols="1" showstatusbar="1"
showdisplay="0" autostart="1"></embed></object>

filename.asx contents:

<ASX version = "3.0">
<TITLE>Title of Video</TITLE>
<Entry>
<Ref href = "http://www.yourwebsite.com/media/filename.wmv" />
</Entry>
</ASX>

I believe you probably need a host that will install Frontpage
extentions on your site.

--
Peace!
Kurt Kirsch
Self-anointed Moderator
http://microscum.com
"It'll soon shake your Windows
And rattle your walls
For the times they are a-changin'."
 
kurttrail said:
HTML for webpage:

<object id="MediaPlayer" width="320" height="304"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
Media Player components..." type="application/x-oleobject"><param
name="FileName" value="http://www.yourwebsite.com/media/filename.asx"
/><param name="ShowControls" value="true" /><param
name="ShowStatusBar" value="true" /><param name="ShowDisplay"
value="false" /><param name="autostart" value="true" /><embed
type="application/x-mplayer2"
src="http://www.yourwebsite.com/media/filename.asx" name="MediaPlayer"
width="320" height="304" showcontrols="1" showstatusbar="1"
showdisplay="0" autostart="1"></embed></object>

filename.asx contents:

<ASX version = "3.0">
<TITLE>Title of Video</TITLE>
<Entry>
<Ref href = "http://www.yourwebsite.com/media/filename.wmv" />
</Entry>
</ASX>

I believe you probably need a host that will install Frontpage
extentions on your site.
Interesting. Since I'm not a website designer I didn't know that.
Nevertheless, I doubt that the OP is going to do this but you never
know.

Malke
 
Back
Top