Page 2 of 6 FirstFirst 123456 LastLast
Results 11 to 20 of 57

Thread: Autoviewer and NOF?

  1. #11
    Leroy Schulz
    Guest

    Default Re: Autoviewer and NOF?

    Thanks Chuck! I'm not sure which of your steps I missed when I tried this
    on my own, but you got farther than I did.

    I have to get through some other client work first, but I'll be giving your
    steps a go today.

    By the way, in Opera 9.23, your drop-down menus get cut off at the border
    with AutoViewer. See attached.

    [L]



    "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]
    >>
    >>

    >
    >
    >
    >






  2. #12
    Leroy Schulz
    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 !!


    No worries I know that feeling. <g>

    [L]



  3. #13
    Leroy Schulz
    Guest

    Default Re: Autoviewer and NOF?

    Hi Bert,

    If you like AutoViewer, see also PostcardViewer:
    http://www.airtightinteractive.com/p...ostcardviewer/.

    Here's where I'm using it (prior to implementing it in NOF):

    http://www.leroyschulz.com/postcards/floresdececile/
    http://www.leroyschulz.com/postcards/capeshots/

    [L]




    "TheBox" <nospam@this.com> wrote in message
    news:ffq95d$2k46@flsun90netnews01.netobjects.com.. .
    > 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]
    >>>
    >>>

    >>
    >>
    >>
    >>

    >
    >




  4. #14
    Leroy Schulz
    Guest

    Default Re: Autoviewer and NOF?

    > By the way, in Opera 9.23, your drop-down menus get cut off at the border
    > with AutoViewer. See attached.


    Ah, I see that you're already noticed that with FF.

    [L]



  5. #15
    Nancy O
    Guest

    Default Re: Autoviewer and NOF?

    <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>

    Try this:
    <script type="text/javascript">
    var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8",
    "#FFFFFF");
    fo.addParam("scale", "noscale");fo:addParam("wmode", "transparent");
    fo.write("flashcontent");
    </script>For details: http://blog.deconcept.com/swfobject/


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



    "the other Chuck" <chuckv@NOSPAMvalentinetool.com> wrote in message
    news:A921.1193276001.249@gfwebforum.com...
    > 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]
    > >>
    > >>

    > >
    > >
    > >
    > >

    >
    >
    >
    >




  6. #16
    TheBox
    Guest

    Default Re: Autoviewer and NOF?

    Still kills my scroll bar in FF. I guess I am the only one?
    -
    Bert

    "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    news:ffqgm6$2k49@flsun90netnews01.netobjects.com.. .
    > Hi Bert,
    >
    > If you like AutoViewer, see also PostcardViewer:
    > http://www.airtightinteractive.com/p...ostcardviewer/.
    >
    > Here's where I'm using it (prior to implementing it in NOF):
    >
    > http://www.leroyschulz.com/postcards/floresdececile/
    > http://www.leroyschulz.com/postcards/capeshots/
    >
    > [L]
    >
    >
    >
    >
    > "TheBox" <nospam@this.com> wrote in message
    > news:ffq95d$2k46@flsun90netnews01.netobjects.com.. .
    >> 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]
    >>>>
    >>>>
    >>>
    >>>
    >>>
    >>>

    >>
    >>

    >
    >




  7. #17
    Leroy Schulz
    Guest

    Default Re: Autoviewer and NOF?

    Yesterday I quickly tried these steps to add Autoviewer to my site. It
    didn't work. (The Flash object doesn't display, just the text blurb about
    Flash being required.)

    Today I made a test site out of your steps and it worked.

    Now back to my original site to figure out what I did wrong.

    [L]



    "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. #18
    TheBox
    Guest

    Default Re: Autoviewer and NOF?

    Look at it in FF...are there any scroll bars?
    -
    Bert

    "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    news:fft82t$dn91@flsun90netnews01.netobjects.com.. .
    > Yesterday I quickly tried these steps to add Autoviewer to my site. It
    > didn't work. (The Flash object doesn't display, just the text blurb about
    > Flash being required.)
    >
    > Today I made a test site out of your steps and it worked.
    >
    > Now back to my original site to figure out what I did wrong.
    >
    > [L]
    >
    >
    >
    > "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. #19
    the other Chuck
    Guest

    Default Re: Autoviewer and NOF?

    Bert,

    You're right, it doesn't allow the scroll bars to work in FF. I even
    tried making an extra long page and no luck. Maybe someone has the time to
    investigate.

    tOC





    "TheBox" <nospam@this.com> wrote in message
    news:fftba0$cov3@flsun90netnews01.netobjects.com.. .
    > Look at it in FF...are there any scroll bars?
    > -
    > Bert
    >
    > "Leroy Schulz" <mail@frostbytes.ca> wrote in message
    > news:fft82t$dn91@flsun90netnews01.netobjects.com.. .
    >> Yesterday I quickly tried these steps to add Autoviewer to my site. It
    >> didn't work. (The Flash object doesn't display, just the text blurb
    >> about Flash being required.)
    >>
    >> Today I made a test site out of your steps and it worked.
    >>
    >> Now back to my original site to figure out what I did wrong.
    >>
    >> [L]
    >>
    >>
    >>
    >> "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. #20
    Charles Edmonds
    Guest

    Default Re: Autoviewer and NOF?

    On 26 Oct 2007 21:15:17 -0600, the other Chuck wrote:

    > You're right, it doesn't allow the scroll bars to work in FF. I even
    > tried making an extra long page and no luck. Maybe someone has the time to
    > investigate.


    IIRC - by default Firefox does not show scrollbars unless there is
    overflow.

    The HTML section of the CSS style block (in the demo page) has this:

    overflow: hidden;

    Try changing it to this:

    overflow: -moz-scrollbars-vertical;


    HTH,

    Charles

    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    cje_ByteMeSpammers_@lansrad.com (remove the _ByteMeSpammers_ to email me)

    www.clarionproseries.com - "Serious imaging tools for Clarion Developers"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms!"
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

Posting Permissions

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