Results 1 to 7 of 7

Thread: Javascript slideshow in DreamWeaver

  1. #1
    Join Date
    Apr 2010
    Posts
    77

    Javascript slideshow in DreamWeaver

    I hope you will succeed to solve my problem, I have a slide show photos on a website, I found a javascript / PHP a lot to make one, I as they say but its not work ! I am using dream weaver,I want to make a slideshow with Dreamweaver. I discovered that with Dreamweaver could do it automatically. My question is simple : how to add my pictures? Please help.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Javascript slideshow in DreamWeaver

    Dreamweaver checks the configuration file /type_extension startup. If it detects a Dreamweaver extension file , it processes the JavaScript code in the following :
    * Compilation of all the elements between the tags opening and closing SCRIPT
    * Execution of code located in the tags SCRIPT not part of a function declaration
    Note This step is required during startup since some extensions may require the initialization of global variables.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Javascript slideshow in DreamWeaver

    In the case of external JavaScript files specified in the attributes CBC tags SCRIPTDreamweaver takes care of the following :
    * Reading File ;
    * compiling code ;
    * enforcement procedures .
    Note If the JavaScript code in your extension file contains the string " , the JavaScript interpreter reads like a beacon script End points and error unterminated string literal . To avoid this problem , cut the string into several pieces connected together as follows : ' <' + ' / SCRIPT > " .

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Javascript slideshow in DreamWeaver

    Dreamweaver executes code in the event handler onLoad (If present in the tag body) when the user selects the command or action in a menu for the types of extensions or control behavior. Dreamweaver executes code in the event handler onLoad in tag body if the body of the document contains a form for object extensions. Dreamweaver ignores the manager onLoad beacon body in the following extensions :
    * Data Translator
    * Properties Inspector
    * floating panel

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Javascript slideshow in DreamWeaver

    Dreamweaver supports the use of event handlers in links. Event handlers in links must meet the following syntax :

    Code:
    <a href="#" onMouseDown=alert('hi')> link text </ a>
    Plug-ins ( set to Play continuous) are supported in the tag BODY extensions . Instruction document.write (), Java applets and Microsoft ActiveX controls are not supported in extensions.

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Javascript slideshow in DreamWeaver

    Javascript can not in any way to connect to a database . However, in DreamWeaver when you created your page, you choose due ASP / Javascript or the <% @ LANGUAGE = " JAVASCRIPT "CODEPAGE = " 65001 " % >
    but otherwise I think this is javascript aps but the asp. Elsewhere or of the < % % >.

  7. #7
    Magic Toolbox Guest

    Re: Javascript slideshow in DreamWeaver

    You can automatically fetch images from a folder by using PHP as described here:

    Use a JavaScript slideshow such as Magic Slideshow that requires only one JS file and simple HTML that you can write easily in Dreamweaver i.e.:

    Code:
    <div class="MagicSlideshow">
    <img src="example1.jpg"/>
    <img src="example2.jpg"/>
    <img src="example3.jpg"/>
    <img src="example4.jpg"/>
    </div>
    Last edited by Maqbool; 21-07-2010 at 10:31 PM. Reason: External Links Not Allowed, Removed The Same.

Similar Threads

  1. No audio during slideshow
    By sObama in forum Windows Software
    Replies: 5
    Last Post: 25-06-2011, 09:27 PM
  2. What do you thinks about lpj slideshow
    By Triple JJJ in forum Windows Software
    Replies: 5
    Last Post: 02-12-2010, 12:08 AM
  3. Suitable slideshow software for making slideshow
    By DeMario in forum Windows Software
    Replies: 5
    Last Post: 19-01-2010, 12:57 AM
  4. How to loop a slideshow ?
    By Radley in forum Windows Software
    Replies: 2
    Last Post: 29-06-2009, 03:26 PM
  5. How to put photos on CD/DVD for slideshow?
    By ameer123 in forum Windows Software
    Replies: 5
    Last Post: 31-10-2008, 07:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,448,516.65418 seconds with 17 queries