Page 1 of 6 12345 ... LastLast
Results 1 to 10 of 57

Thread: Autoviewer and NOF?

  1. #1
    Leroy Schulz
    Guest

    Default Autoviewer and NOF?

    Have any of you embedded an Autoviewer slideshow onto an NOF page?

    http://www.airtightinteractive.com/projects/autoviewer/

    I can import the sample HTML page that comes with Autoviewer, but the SWF
    doesn't get triggered. I haven't had a chance to think it through.

    [L]



  2. #2
    Nancy O
    Guest

    Default Re: Autoviewer and NOF?

    I use JAlbum (free but they appreciate donations). Lots of skins to choose
    from and very customizable. This example uses a Flash version called Banana
    Album.

    http://alt-web.com/gallery.shtml

    I used an Iframe to bring the gallery index page into my main page.
    http://alt-web.com/Tutorials/iframes.html

    Also look at LightBox
    http://www.huddletogether.com/projects/lightbox2/


    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com



    "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    > Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >
    > http://www.airtightinteractive.com/projects/autoviewer/
    >
    > I can import the sample HTML page that comes with Autoviewer, but the SWF
    > doesn't get triggered. I haven't had a chance to think it through.
    >
    > [L]
    >
    >




  3. #3
    Leroy Schulz
    Guest

    Default Re: Autoviewer and NOF?

    Hi Nancy,

    I'm familiar with both JAlbum and LightBox, but I really prefer the look of
    Autoviewer. I'm just looking at how to bring that into NOF so that I can
    continuing using masterborders (which contain my logo, Google Analytics
    code, etc.) and to help keep things simple.

    Iframes aren't a bad idea. I hadn't consider that yet.

    Thanks.

    [L]


    "Nancy O" <nancyoshea1@NOSPAMverizon.net> wrote in message
    news:ffohas$p7t3@flsun90netnews01.netobjects.com.. .
    >I use JAlbum (free but they appreciate donations). Lots of skins to choose
    > from and very customizable. This example uses a Flash version called
    > Banana
    > Album.
    >
    > http://alt-web.com/gallery.shtml
    >
    > I used an Iframe to bring the gallery index page into my main page.
    > http://alt-web.com/Tutorials/iframes.html
    >
    > Also look at LightBox
    > http://www.huddletogether.com/projects/lightbox2/
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >>
    >> http://www.airtightinteractive.com/projects/autoviewer/
    >>
    >> I can import the sample HTML page that comes with Autoviewer, but the SWF
    >> doesn't get triggered. I haven't had a chance to think it through.
    >>
    >> [L]
    >>
    >>

    >
    >




  4. #4
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Hi Leroy,

    Neve used Autoviewer before but was able to add it to my live website in
    about 10 minutes.

    http://www.mansfieldorchestras.org/temp/temp.html

    1) I used the option for the PHP Server Side Script.
    http://www.airtightinteractive.com/p..._instruct.html

    2) Create your site folder and upload the contents of the Autoview Zip
    files to the root (I build by Site Structure), and then add a Sub-Folder
    called "images" and upload your image files.

    3) Also download the PHP Script and edit with Notepad per instructions to
    change frame color, length of display, etc.

    4) Upload to the same folder & run this script to generate the XML file
    needed for the script.

    5) Create your NOF page and put a Text Box where you want your Slide Show.
    Double Click & then the "Ctrl T" method to ready the box for pasting code.

    ...... where do I get the code ?

    6) Open the Index.html file with Notepad (found in the Autoview.zip
    package). Block and copy the code between the <body> tags, ie:

    <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    Flash.</a> If you have Flash installed, <a
    href="index.html?detectflash=false">click to view gallery</a></div>
    <script type="text/javascript">
    var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    "#181818");
    fo.addParam("scale", "noscale");
    fo.write("flashcontent");
    </script>

    ....... and paste this in your Text Box.

    7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    can paste code.

    ...... where do I get the code ?

    In the same Index.html file you opened with Notepad go to the top of the
    file and Block & Copy from the <Script> Tag down to the closing </Style>
    Tag.

    ie:
    <script type="text/javascript" src="flashobject.js"></script>
    <style type="text/css">
    /* hide from ie on mac \*/
    html {
    height: 100%;
    overflow: hidden;
    }

    #flashcontent {
    height: 100%;
    }
    /* end hide */

    body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #181818;
    color:#ffffff;
    }
    </style>


    Paste this code in the "Between Head Tag" dialog, close & then compile your
    page.

    Upload your NOF page to this same directory and you should be set to go.

    Hope this helps !

    the Other Chuck






    "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    > Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >
    > http://www.airtightinteractive.com/projects/autoviewer/
    >
    > I can import the sample HTML page that comes with Autoviewer, but the SWF
    > doesn't get triggered. I haven't had a chance to think it through.
    >
    > [L]
    >
    >






  5. #5
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Apologize for the poor spelling / grammar in my previous post...... fingers
    work much too fast and brain much too slow !!

    tOC




    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193272946.245@gfwebforum.com...
    > Hi Leroy,
    >
    > Neve used Autoviewer before but was able to add it to my live website in
    > about 10 minutes.
    >
    > http://www.mansfieldorchestras.org/temp/temp.html
    >
    > 1) I used the option for the PHP Server Side Script.
    > http://www.airtightinteractive.com/p..._instruct.html
    >
    > 2) Create your site folder and upload the contents of the Autoview Zip
    > files to the root (I build by Site Structure), and then add a Sub-Folder
    > called "images" and upload your image files.
    >
    > 3) Also download the PHP Script and edit with Notepad per instructions to
    > change frame color, length of display, etc.
    >
    > 4) Upload to the same folder & run this script to generate the XML file
    > needed for the script.
    >
    > 5) Create your NOF page and put a Text Box where you want your Slide
    > Show. Double Click & then the "Ctrl T" method to ready the box for pasting
    > code.
    >
    > ..... where do I get the code ?
    >
    > 6) Open the Index.html file with Notepad (found in the Autoview.zip
    > package). Block and copy the code between the <body> tags, ie:
    >
    > <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    > href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    > Flash.</a> If you have Flash installed, <a
    > href="index.html?detectflash=false">click to view gallery</a></div>
    > <script type="text/javascript">
    > var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    > "#181818");
    > fo.addParam("scale", "noscale");
    > fo.write("flashcontent");
    > </script>
    >
    > ...... and paste this in your Text Box.
    >
    > 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    > the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    > can paste code.
    >
    > ..... where do I get the code ?
    >
    > In the same Index.html file you opened with Notepad go to the top of the
    > file and Block & Copy from the <Script> Tag down to the closing </Style>
    > Tag.
    >
    > ie:
    > <script type="text/javascript" src="flashobject.js"></script>
    > <style type="text/css">
    > /* hide from ie on mac \*/
    > html {
    > height: 100%;
    > overflow: hidden;
    > }
    >
    > #flashcontent {
    > height: 100%;
    > }
    > /* end hide */
    >
    > body {
    > height: 100%;
    > margin: 0;
    > padding: 0;
    > background-color: #181818;
    > color:#ffffff;
    > }
    > </style>
    >
    >
    > Paste this code in the "Between Head Tag" dialog, close & then compile
    > your page.
    >
    > Upload your NOF page to this same directory and you should be set to go.
    >
    > Hope this helps !
    >
    > the Other Chuck
    >
    >
    >
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >>
    >> http://www.airtightinteractive.com/projects/autoviewer/
    >>
    >> I can import the sample HTML page that comes with Autoviewer, but the SWF
    >> doesn't get triggered. I haven't had a chance to think it through.
    >>
    >> [L]
    >>
    >>

    >
    >
    >
    >






  6. #6
    Nancy O
    Guest

    Default Re: Autoviewer and NOF?

    WOW toC. I'm changing your name to Superman 'cuz you're faster than a
    speeding bullet. Great tutorial!

    -N


    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193272946.245@gfwebforum.com...
    > Hi Leroy,
    >
    > Neve used Autoviewer before but was able to add it to my live website in
    > about 10 minutes.
    >
    > http://www.mansfieldorchestras.org/temp/temp.html
    >
    > 1) I used the option for the PHP Server Side Script.
    >

    http://www.airtightinteractive.com/p..._instruct.html
    >
    > 2) Create your site folder and upload the contents of the Autoview Zip
    > files to the root (I build by Site Structure), and then add a Sub-Folder
    > called "images" and upload your image files.
    >
    > 3) Also download the PHP Script and edit with Notepad per instructions to
    > change frame color, length of display, etc.
    >
    > 4) Upload to the same folder & run this script to generate the XML file
    > needed for the script.
    >
    > 5) Create your NOF page and put a Text Box where you want your Slide

    Show.
    > Double Click & then the "Ctrl T" method to ready the box for pasting code.
    >
    > ..... where do I get the code ?
    >
    > 6) Open the Index.html file with Notepad (found in the Autoview.zip
    > package). Block and copy the code between the <body> tags, ie:
    >
    > <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    > href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    > Flash.</a> If you have Flash installed, <a
    > href="index.html?detectflash=false">click to view gallery</a></div>
    > <script type="text/javascript">
    > var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    > "#181818");
    > fo.addParam("scale", "noscale");
    > fo.write("flashcontent");
    > </script>
    >
    > ...... and paste this in your Text Box.
    >
    > 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    > the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    > can paste code.
    >
    > ..... where do I get the code ?
    >
    > In the same Index.html file you opened with Notepad go to the top of the
    > file and Block & Copy from the <Script> Tag down to the closing </Style>
    > Tag.
    >
    > ie:
    > <script type="text/javascript" src="flashobject.js"></script>
    > <style type="text/css">
    > /* hide from ie on mac \*/
    > html {
    > height: 100%;
    > overflow: hidden;
    > }
    >
    > #flashcontent {
    > height: 100%;
    > }
    > /* end hide */
    >
    > body {
    > height: 100%;
    > margin: 0;
    > padding: 0;
    > background-color: #181818;
    > color:#ffffff;
    > }
    > </style>
    >
    >
    > Paste this code in the "Between Head Tag" dialog, close & then compile

    your
    > page.
    >
    > Upload your NOF page to this same directory and you should be set to go.
    >
    > Hope this helps !
    >
    > the Other Chuck
    >
    >
    >
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    > > Have any of you embedded an Autoviewer slideshow onto an NOF page?
    > >
    > > http://www.airtightinteractive.com/projects/autoviewer/
    > >
    > > I can import the sample HTML page that comes with Autoviewer, but the

    SWF
    > > doesn't get triggered. I haven't had a chance to think it through.
    > >
    > > [L]
    > >
    > >

    >
    >
    >
    >




  7. #7
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Thanks Nancy but please don't tell my Wife !!!

    I have simple things that have been on my "honey-do" list for months that
    probably could have been completed in less time than the tutorial !!

    tOC





    "Nancy O" <nancyoshea1@NOSPAMverizon.net> wrote in message
    news:ffop73$qtf2@flsun90netnews01.netobjects.com.. .
    > WOW toC. I'm changing your name to Superman 'cuz you're faster than a
    > speeding bullet. Great tutorial!
    >
    > -N
    >
    >
    > "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    > news:A921.1193272946.245@gfwebforum.com...
    >> Hi Leroy,
    >>
    >> Neve used Autoviewer before but was able to add it to my live website in
    >> about 10 minutes.
    >>
    >> http://www.mansfieldorchestras.org/temp/temp.html
    >>
    >> 1) I used the option for the PHP Server Side Script.
    >>

    > http://www.airtightinteractive.com/p..._instruct.html
    >>
    >> 2) Create your site folder and upload the contents of the Autoview Zip
    >> files to the root (I build by Site Structure), and then add a Sub-Folder
    >> called "images" and upload your image files.
    >>
    >> 3) Also download the PHP Script and edit with Notepad per instructions to
    >> change frame color, length of display, etc.
    >>
    >> 4) Upload to the same folder & run this script to generate the XML file
    >> needed for the script.
    >>
    >> 5) Create your NOF page and put a Text Box where you want your Slide

    > Show.
    >> Double Click & then the "Ctrl T" method to ready the box for pasting
    >> code.
    >>
    >> ..... where do I get the code ?
    >>
    >> 6) Open the Index.html file with Notepad (found in the Autoview.zip
    >> package). Block and copy the code between the <body> tags, ie:
    >>
    >> <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    >> href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    >> Flash.</a> If you have Flash installed, <a
    >> href="index.html?detectflash=false">click to view gallery</a></div>
    >> <script type="text/javascript">
    >> var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    >> "#181818");
    >> fo.addParam("scale", "noscale");
    >> fo.write("flashcontent");
    >> </script>
    >>
    >> ...... and paste this in your Text Box.
    >>
    >> 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    >> the Layout Properties dialog. Click on the "Between Head Tabs" tab so
    >> you
    >> can paste code.
    >>
    >> ..... where do I get the code ?
    >>
    >> In the same Index.html file you opened with Notepad go to the top of the
    >> file and Block & Copy from the <Script> Tag down to the closing
    >> </Style>
    >> Tag.
    >>
    >> ie:
    >> <script type="text/javascript" src="flashobject.js"></script>
    >> <style type="text/css">
    >> /* hide from ie on mac \*/
    >> html {
    >> height: 100%;
    >> overflow: hidden;
    >> }
    >>
    >> #flashcontent {
    >> height: 100%;
    >> }
    >> /* end hide */
    >>
    >> body {
    >> height: 100%;
    >> margin: 0;
    >> padding: 0;
    >> background-color: #181818;
    >> color:#ffffff;
    >> }
    >> </style>
    >>
    >>
    >> Paste this code in the "Between Head Tag" dialog, close & then compile

    > your
    >> page.
    >>
    >> Upload your NOF page to this same directory and you should be set to go.
    >>
    >> Hope this helps !
    >>
    >> the Other Chuck
    >>
    >>
    >>
    >>
    >>
    >>
    >> "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    >> news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> > Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >> >
    >> > http://www.airtightinteractive.com/projects/autoviewer/
    >> >
    >> > I can import the sample HTML page that comes with Autoviewer, but the

    > SWF
    >> > doesn't get triggered. I haven't had a chance to think it through.
    >> >
    >> > [L]
    >> >
    >> >

    >>
    >>
    >>
    >>

    >
    >
    >






  8. #8
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Leroy,

    I noticed that the page displays in Firefox but not in my copy of Internet
    Explorer. May have to dig a little to understand what's going on here but
    I'm sure you can get the gist of what needs to be done. I'll look a little
    deeper when I get time.

    the Other Chuck





    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193272946.245@gfwebforum.com...
    > Hi Leroy,
    >
    > Neve used Autoviewer before but was able to add it to my live website in
    > about 10 minutes.
    >
    > http://www.mansfieldorchestras.org/temp/temp.html
    >
    > 1) I used the option for the PHP Server Side Script.
    > http://www.airtightinteractive.com/p..._instruct.html
    >
    > 2) Create your site folder and upload the contents of the Autoview Zip
    > files to the root (I build by Site Structure), and then add a Sub-Folder
    > called "images" and upload your image files.
    >
    > 3) Also download the PHP Script and edit with Notepad per instructions to
    > change frame color, length of display, etc.
    >
    > 4) Upload to the same folder & run this script to generate the XML file
    > needed for the script.
    >
    > 5) Create your NOF page and put a Text Box where you want your Slide
    > Show. Double Click & then the "Ctrl T" method to ready the box for pasting
    > code.
    >
    > ..... where do I get the code ?
    >
    > 6) Open the Index.html file with Notepad (found in the Autoview.zip
    > package). Block and copy the code between the <body> tags, ie:
    >
    > <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    > href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    > Flash.</a> If you have Flash installed, <a
    > href="index.html?detectflash=false">click to view gallery</a></div>
    > <script type="text/javascript">
    > var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    > "#181818");
    > fo.addParam("scale", "noscale");
    > fo.write("flashcontent");
    > </script>
    >
    > ...... and paste this in your Text Box.
    >
    > 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    > the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    > can paste code.
    >
    > ..... where do I get the code ?
    >
    > In the same Index.html file you opened with Notepad go to the top of the
    > file and Block & Copy from the <Script> Tag down to the closing </Style>
    > Tag.
    >
    > ie:
    > <script type="text/javascript" src="flashobject.js"></script>
    > <style type="text/css">
    > /* hide from ie on mac \*/
    > html {
    > height: 100%;
    > overflow: hidden;
    > }
    >
    > #flashcontent {
    > height: 100%;
    > }
    > /* end hide */
    >
    > body {
    > height: 100%;
    > margin: 0;
    > padding: 0;
    > background-color: #181818;
    > color:#ffffff;
    > }
    > </style>
    >
    >
    > Paste this code in the "Between Head Tag" dialog, close & then compile
    > your page.
    >
    > Upload your NOF page to this same directory and you should be set to go.
    >
    > Hope this helps !
    >
    > the Other Chuck
    >
    >
    >
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >>
    >> http://www.airtightinteractive.com/projects/autoviewer/
    >>
    >> I can import the sample HTML page that comes with Autoviewer, but the SWF
    >> doesn't get triggered. I haven't had a chance to think it through.
    >>
    >> [L]
    >>
    >>

    >
    >
    >
    >






  9. #9
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Leroy,

    Rather than use a Text Box you may want to use a Table instead (no border).
    You can then easily size the Table to make sure you have enough room to show
    the photos at full size. This seemed to work better.

    This also seemed to correct my problem with displaying in IE.

    One thing I noticed with this script was that my dhtml menu's displayed
    below the flash object. This could be a problem. Typically you can add a
    parameter to calling a flash object to push it to the back or make it
    transparent so this won't happen. ie: <param name="wmode" value="opaque"> ,
    etc. This script seems to make a call to the viewer.swf through a
    variable and I'm not sure how to apply the transparency mode to the flash
    object to make sure it always displays to the back. This may not be an
    issue depending on where it lies on your page. I don't know much about
    flash to know if there's a work-around.

    the Other Chuck




    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193272946.245@gfwebforum.com...
    > Hi Leroy,
    >
    > Neve used Autoviewer before but was able to add it to my live website in
    > about 10 minutes.
    >
    > http://www.mansfieldorchestras.org/temp/temp.html
    >
    > 1) I used the option for the PHP Server Side Script.
    > http://www.airtightinteractive.com/p..._instruct.html
    >
    > 2) Create your site folder and upload the contents of the Autoview Zip
    > files to the root (I build by Site Structure), and then add a Sub-Folder
    > called "images" and upload your image files.
    >
    > 3) Also download the PHP Script and edit with Notepad per instructions to
    > change frame color, length of display, etc.
    >
    > 4) Upload to the same folder & run this script to generate the XML file
    > needed for the script.
    >
    > 5) Create your NOF page and put a Text Box where you want your Slide
    > Show. Double Click & then the "Ctrl T" method to ready the box for pasting
    > code.
    >
    > ..... where do I get the code ?
    >
    > 6) Open the Index.html file with Notepad (found in the Autoview.zip
    > package). Block and copy the code between the <body> tags, ie:
    >
    > <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    > href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    > Flash.</a> If you have Flash installed, <a
    > href="index.html?detectflash=false">click to view gallery</a></div>
    > <script type="text/javascript">
    > var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    > "#181818");
    > fo.addParam("scale", "noscale");
    > fo.write("flashcontent");
    > </script>
    >
    > ...... and paste this in your Text Box.
    >
    > 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    > the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    > can paste code.
    >
    > ..... where do I get the code ?
    >
    > In the same Index.html file you opened with Notepad go to the top of the
    > file and Block & Copy from the <Script> Tag down to the closing </Style>
    > Tag.
    >
    > ie:
    > <script type="text/javascript" src="flashobject.js"></script>
    > <style type="text/css">
    > /* hide from ie on mac \*/
    > html {
    > height: 100%;
    > overflow: hidden;
    > }
    >
    > #flashcontent {
    > height: 100%;
    > }
    > /* end hide */
    >
    > body {
    > height: 100%;
    > margin: 0;
    > padding: 0;
    > background-color: #181818;
    > color:#ffffff;
    > }
    > </style>
    >
    >
    > Paste this code in the "Between Head Tag" dialog, close & then compile
    > your page.
    >
    > Upload your NOF page to this same directory and you should be set to go.
    >
    > Hope this helps !
    >
    > the Other Chuck
    >
    >
    >
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >>
    >> http://www.airtightinteractive.com/projects/autoviewer/
    >>
    >> I can import the sample HTML page that comes with Autoviewer, but the SWF
    >> doesn't get triggered. I haven't had a chance to think it through.
    >>
    >> [L]
    >>
    >>

    >
    >
    >
    >






  10. #10
    TheBox
    Guest

    Default Re: Autoviewer and NOF?

    Hi Chuck,

    I am always looking for a cool pic viewer and I liked this one (ty Leroy) So
    I did a quick install, and it seems that my Mozilla Firefox 2.0.0.8 will not
    display the vertical scroll bar. I did a look at yours and the same...I can
    press the scroll button down and get it to "scroll" but not initially. Does
    anyone else experience this?
    -
    I also tried just the sample installation and still the same. Is anyone
    else having this issue with FF?
    -
    Thanks,
    Bert

    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193272946.245@gfwebforum.com...
    > Hi Leroy,
    >
    > Neve used Autoviewer before but was able to add it to my live website in
    > about 10 minutes.
    >
    > http://www.mansfieldorchestras.org/temp/temp.html
    >
    > 1) I used the option for the PHP Server Side Script.
    > http://www.airtightinteractive.com/p..._instruct.html
    >
    > 2) Create your site folder and upload the contents of the Autoview Zip
    > files to the root (I build by Site Structure), and then add a Sub-Folder
    > called "images" and upload your image files.
    >
    > 3) Also download the PHP Script and edit with Notepad per instructions to
    > change frame color, length of display, etc.
    >
    > 4) Upload to the same folder & run this script to generate the XML file
    > needed for the script.
    >
    > 5) Create your NOF page and put a Text Box where you want your Slide
    > Show. Double Click & then the "Ctrl T" method to ready the box for pasting
    > code.
    >
    > ..... where do I get the code ?
    >
    > 6) Open the Index.html file with Notepad (found in the Autoview.zip
    > package). Block and copy the code between the <body> tags, ie:
    >
    > <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a
    > href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia
    > Flash.</a> If you have Flash installed, <a
    > href="index.html?detectflash=false">click to view gallery</a></div>
    > <script type="text/javascript">
    > var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    > "#181818");
    > fo.addParam("scale", "noscale");
    > fo.write("flashcontent");
    > </script>
    >
    > ...... and paste this in your Text Box.
    >
    > 7) Go to the your NOF Page Layout (F9) and click on the HTML Button on
    > the Layout Properties dialog. Click on the "Between Head Tabs" tab so you
    > can paste code.
    >
    > ..... where do I get the code ?
    >
    > In the same Index.html file you opened with Notepad go to the top of the
    > file and Block & Copy from the <Script> Tag down to the closing </Style>
    > Tag.
    >
    > ie:
    > <script type="text/javascript" src="flashobject.js"></script>
    > <style type="text/css">
    > /* hide from ie on mac \*/
    > html {
    > height: 100%;
    > overflow: hidden;
    > }
    >
    > #flashcontent {
    > height: 100%;
    > }
    > /* end hide */
    >
    > body {
    > height: 100%;
    > margin: 0;
    > padding: 0;
    > background-color: #181818;
    > color:#ffffff;
    > }
    > </style>
    >
    >
    > Paste this code in the "Between Head Tag" dialog, close & then compile
    > your page.
    >
    > Upload your NOF page to this same directory and you should be set to go.
    >
    > Hope this helps !
    >
    > the Other Chuck
    >
    >
    >
    >
    >
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:ffog2b$p7t2@flsun90netnews01.netobjects.com.. .
    >> Have any of you embedded an Autoviewer slideshow onto an NOF page?
    >>
    >> http://www.airtightinteractive.com/projects/autoviewer/
    >>
    >> I can import the sample HTML page that comes with Autoviewer, but the SWF
    >> doesn't get triggered. I haven't had a chance to think it through.
    >>
    >> [L]
    >>
    >>

    >
    >
    >
    >




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •