Slide Show Script question -

F

FM

Is is posible to rewrite the following script to allow the program to load
first before it starts to play? Currently the program starts to play when
the page opens. It stops shortly thereafter, as the playing is faster than
the loading. Once it loads the page has to be refreshed to start again.

Fm

<p align="center">
<b><i><font face="Times New Roman" color="#FFFFFF">
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
ID="RanchSlides" WIDTH=480 HEIGHT=360
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=6,0,0,0">
<PARAM NAME=MOVIE VALUE="RanchShow.swf">
<PARAM NAME=PLAY VALUE=true>
<PARAM NAME=LOOP VALUE=false>
<PARAM NAME=MENU VALUE=false>
<PARAM NAME=QUALITY VALUE=Autohigh>
<PARAM NAME=SCALE VALUE=showall>
<PARAM NAME=ALIGN VALUE=center>
<EMBED SRC="RanchShow.swf" QUALITY=Autohigh WIDTH=320 HEIGHT=240
scale=showall align=center swLiveConnect=false NAME=RanchSlides LOOP=false
PLAY=true MENU=false TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><
/font></i></b>
 
T

Thomas A. Rowe

You will need to post this question to a Flash newsgroup, as this is not a FP issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
F

FM

Thomas
I couldn't find a "flash" news group. I created the script with FP and with
the Jimco addin "flasher". Some of the anwers that appear here seem to
indicate that adjustments can be made by making script changes. If that is
not in this group's pervue is the FrontPage "programming group" a
possibility?
 
S

Stefan B Rusynko

You will need a JavaScript document write script to generate all the code between
<OBJECT .... and </OBJECT>
using an onload event to trigger the document write

--




| Thomas
| I couldn't find a "flash" news group. I created the script with FP and with
| the Jimco addin "flasher". Some of the anwers that appear here seem to
| indicate that adjustments can be made by making script changes. If that is
| not in this group's pervue is the FrontPage "programming group" a
| possibility?
|
| | > You will need to post this question to a Flash newsgroup, as this is not a
| FP issue.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > Is is posible to rewrite the following script to allow the program to
| load
| > > first before it starts to play? Currently the program starts to play
| when
| > > the page opens. It stops shortly thereafter, as the playing is faster
| than
| > > the loading. Once it loads the page has to be refreshed to start again.
| > >
| > > Fm
| > >
| > > <p align="center">
| > > <b><i><font face="Times New Roman" color="#FFFFFF">
| > > <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
| > > ID="RanchSlides" WIDTH=480 HEIGHT=360
| > >
| CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
| > > b#version=6,0,0,0">
| > > <PARAM NAME=MOVIE VALUE="RanchShow.swf">
| > > <PARAM NAME=PLAY VALUE=true>
| > > <PARAM NAME=LOOP VALUE=false>
| > > <PARAM NAME=MENU VALUE=false>
| > > <PARAM NAME=QUALITY VALUE=Autohigh>
| > > <PARAM NAME=SCALE VALUE=showall>
| > > <PARAM NAME=ALIGN VALUE=center>
| > > <EMBED SRC="RanchShow.swf" QUALITY=Autohigh WIDTH=320 HEIGHT=240
| > > scale=showall align=center swLiveConnect=false NAME=RanchSlides
| LOOP=false
| > > PLAY=true MENU=false TYPE="application/x-shockwave-flash"
| > >
| PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><
| > > /font></i></b>
| > >
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top