Create a presentation with Dreamweaver..HOW?

Guys, I know it is feasible, but I'd like your comments and suggestions.
Today, I'd like to create a presentation that will be given to people on either a cd or s DVD. It is a wedding "Thank you" gift to guests, who came to my wedding.
I'd like something that they would insert in their computer, that would start automatically, and where they'll a main page (with text) and have a menu to choose from (video clips, and various photo albums).
Would be nice if it could be working on a dvd player as well.
I am pretty sure I have to build my main page like a webpage, with links to the various items (photo gallery, video gallery, etc). That I would know as
I have done numerous websites.
However, once the site done, what do I do to make the cd/dvd starts itself automatically, and take the people to my main page?
You see what I want to acheive? Should I use another program?
I want something really neat for my guests...
Is it the same to create a dvd with a menu and all?
If anybody has suggestions, it is more than welcome.
Thanks

Using a text editor, like Notepad, open a new file and type the following into the document:
[AutoRun]
shellexecute=yourfirstpage.htm
*yourfirstpage.html being the name of the page you want to open automatically  (usually index,.html)
Save this file as:  autorun.inf
into the directory where the index.html is located
Once you have set up all the relevant files, the same as creating a webpage, burn the lot to a CD and it should autorun.

Similar Messages

  • Creating slide presentions with SWF & FLV Player

    I downloaded this freeware to create slide presentations, but I just couldn't (read: don't know how to) even after playing around with it for sometime.
    I wanted to do something like this: http://www.threadless.com/submission/213927/Sky_Thief
    I have the template for the above, though--I just want to change the images.
    Am I missing something here?
    Has anyone tried this SWF & FLV Player?:
    http://www.versiontracker.com/dyn/moreinfo/macosx/28714

    Visit the developer's site http://mac.eltima.com/freeflashplayer.html and search there.

  • Creating a presentation with audio, video, narrative, and slides

    What is the best solution to create a presentation that shows a slide show with background music but also allows for a speaker to show some keynote slides in between. I'm giving a report of a recent mission trip abroad and would like to show pictures of the different regions we visited but also make comments and show slides along the way possibly including some video clips. I heard iDVD is good for the slide show. Any comments??

    Actually it's the other way round. iDVD is primarily for making DVD's. You can make a keynote presentation and export it for iDVD for display on a dvd player.
    Keynote has a range of transitions that determine how you move from one slide to the next. You should download the free trial if you haven't done so already. If you are putting together a presentation you should use keynote as it is primarily designed for presentaions
    M.

  • Can we create a form with dreamweaver for muse

    Hello,
    I need help because please because I want to create a form with choices and I can't do it with muse. I would like to know if someone can tell me if i can do it with dreamweaver and insert into muse after.
    Thank you for your help.

    Hi creatike,
    Why not use Adobe muse itself for forms?
    Configuring forms (and more) in Adobe Muse
    Thanks,
    Preran

  • How to create a website with Dreamweaver and what is Hosting?

    Does anyone here know about website hosting?

    Unless you have a specific issue converting sites from GoLive to Dreamweaver, you should try posting in the main Dreamweaver forum.
    Few people view this forum.

  • Error creating mobile application with dreamweaver cs5.5

    I was just looking at the mobile phone application tools in Dreamweaver CS5.5.
    I have a new mac, downloaded and installed Dreamweaver CS5.5, installed an update for it, then installed iOS Xcode, and within Dreamweaver attempted to install the Android SDK  (this failed using the easy install, so I had to install it manually.
    I then followed the tutorial here http://www.adobe.com/devnet/dreamweaver/articles/packaging-web-applications-as-mobile-apps .html
    but when I try to package the app, I get the same error every time.
    The log produces a lot of information, but I think this is the part that shows the error
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Phone GapLib.build/Objects-normal/i386/Camera.d -c /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Pho neGapLib.build/Objects-normal/i386/Camera.o
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]  @synthesize returnType;
                 ^
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
          emptySelectCount =  9
          readCount = 310
    I am not sure if this is the correct place to ask for help, so please forgive me if it is the wrong place.
    Any suggestion would really be appreciated.
    many thanks
    Patch

    For the kind of money that Adobe charges, my expectation is that the Adobe software should be of the highest caliber. Wish I had known. I would not have  saved for months in order to buy 5.5. I bought Dreamweaver specifically for the mobile piece. I'm disappointed to say the least. I think there is something VERY wrong when users have to supply the fixes and/or search for days or months for help. This is inexcuseable from a software company as well known as Adobe. When I purchase a product that is this costly, I just expect it to work.
    Currently, thanks to a fellow Dreamweaver user, I managed to get the Adroid sdk and emulator working early this morning. This after days of searching and thinking that I must be doing something wrong. It had to be me. It couldn't be Adobe.
    Come on, having to tweek an internal xml file in order to get the Android emulator to work from Dreamweaver? How many of us could find this fix ourselves?
    Xcode is still in limbo giving me the error messages mentioned in this thread. Now it appears that we as users are expected to go in and tweek .h camera files in hopes the fix will work? This is ridiculous. Where is the adobe support and updates to deal with all of this? Seems a little like false advertising to say that mobile apps with compile to code. Steamed? You bet.

  • Creating a form with WebDB - how should I start ?

    Hi,
    Since I am a beginner in this area and nobody can help me at the office (but deadline is very close:) I hope somebody can help me at this forum..
    So my problem is the followng:
    I have a table 'Entity' with columns:
    - ID// Name// Version// PreVersion and so on...
    There is already implemented a form for Defining new entity. That form introduces Version = '1.1-0' (by default) and PreVersion = 'N/A' (by default), and of course Name and others are introduced by end user.
    Now I have to implement a form for creating a new version from a specific Name and from an existing version (of course at the beginning there will exist only versions 1.1-0)
    So I don't have idea at the moment which kind of form should I start with: forms on stored procedures or forms on tables/views or other type ?
    The form should work in the following way:
    when user executes it, he/she must give the Name and Version (from which new version must be created) and then a new row must be inserted with values copied from previous row (or if it's easier with NULL values); BUT Version of the new row must be a value entered by end user and PreVersion of new row must be the value of Version of the modified (previous) row.
    For me it's difficult to imagine how can I solve a kind of parametrization in the form. I mean let say I have two columns in the form definition: Ent_name and Version where user gives the searching criteria i.e. Version and Name value of the row which must be modified, but how can I refference them in a SQL code let say added for example in 'Advanced PL/SQL Code' menu of form definition ?
    I would appreciate any good idea just to give me a kick in what way sould I start ...
    Br.
    Szilard

    Hi,
    You can reference the columns in the additional plsql code using session variables. All the columns are referred with 'A_' prefixed to the name of the column. You can make use of p_session.get_value_as_<datatype> to get values and p_session.set_value to assign values to these columns.
    Here is an example
    declare
    flightno number;
    ticketno varchar2(30);
    tdate date;
    persons number;
    blk varchar2(10) := 'DEFAULT';
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    tdate := p_session.get_value_as_date(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE');
    persons := p_session.get_value_as_number(
    p_block_name => blk,
    p_attribute_name => 'A_NOF_PERSONS');
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHTNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TICKETNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE',
    p_value => to_char(NULL)
    Hope this helps.
    Thanks,
    Sharmila

  • Files created in DW with slices, how can I email the html files to someone

    Hello,
    I was wondering if someone could help me please? I created my first website in DW CS4. I used Illustrator to create it, added slices, then did the rest in DW. My site is not live yet - I have not yet uploaded the files to the web host. However, I need to email the .html file to someone so that they can see what I have created so far for the site. But when I attach the .html files, the person I send them to cannot view them - when they open the file it is just a bunch of placeholders where the slices are and you can't see the web page at all. I am a newbie to web design so this is probably quite an ignoramus question. I appreciate any help anyone can give me!!

    The best practice is to upload the site to a TEST folder on your  remote server for debugging purposes.  (yourdomain.com/TEST/index.html)
    Then send your client an email with the URL so they can see the site.  When you're done testing & debugging, remove the TEST folder from remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Create a hashmap with jstl, how?

    background:
    i need to create a hashmap on my jsp, using just jstl, if possible. after this, i need to pass this hashmap to custom tag, where the custom tag will get it like this:
    public void setSomeVar(Map m){ ... } 1. is this even possible?
    2. can anything other then a string be passed into a tag?
    thank you.

    mkoryak wrote:
    stevejluke wrote:
    You shouldn't generate a HashMap in JSTL*. Building a HashMap is business logic and the JSP should handle just display - and JSTL makes displaying data easier.while normally i would agree with you, i need to pass some stuff to my custom tag that looks very much like a map, so i would rather pass a real map, not a string which i would have to parse in the tag anyway. That is a worse situation than passing a HashMap. If I were you, I would either make setters for the expected keys of the HashMap (if they are known) in the JavaBean, or make the JavaBean a limited implementation of the Map interface that wraps around a local (to the JavaBean) Map, so you could directly set values without having to build a HashMap.
    I would also prefer to build the contents of the JavaBean in a Control servlet or in my Model layer, building it in the JSP is too much work.
    Example of a Map implementation in the bean:
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.Map;
    import java.util.Set;
    public class MapWrapperBean<V> implements Map<String, V> {
         /* Holds a map of properties of unknown name and type */
         private Map<String, V> localMap = new HashMap<String, V>();
         /* Examples of a few normal bean properties */
         private String name;
         private int number;
         public MapWrapperBean() {}
         /* Normal Bean Property Accessors */
         public String getName() {
              return name;
         public int getNumber() {
              return number;
         public void setName(String name) {
              this.name = name;
         public void setNumber(int number) {
              this.number = number;
         /* Map interface wrapping around the local Map */
         @Override
         public void clear() {
              localMap.clear();
         @Override
         public boolean containsKey(Object key) {
              return localMap.containsKey(key);
         @Override
         public boolean containsValue(Object value) {
              return localMap.containsValue(value);
         @Override
         public Set<java.util.Map.Entry<String, V>> entrySet() {
              return localMap.entrySet();
         @Override
         public V get(Object key) {
              return localMap.get(key);
         @Override
         public boolean isEmpty() {
              return localMap.isEmpty();
         @Override
         public Set<String> keySet() {
              return localMap.keySet();
         @Override
         public V put(String key, V value) {
              return localMap.put(key, value);
         @Override
         public void putAll(Map<? extends String, ? extends V> externalMap) {
              localMap.putAll(externalMap);
         @Override
         public V remove(Object key) {
              return localMap.remove(key);
         @Override
         public int size() {
              return localMap.size();
         @Override
         public Collection<V> values() {
              return localMap.values();
    }>
    thanks for the help though, and yes, i should use the jsp forum, but know that ill get my answer here faster

  • Create a website with dreamweaver tutorial video

    Dont waste time trying to learn. Get video tutorials from
    dreamweaver. Yeas you heard me right.
    www.webmaniaxs.com

    Hi bugmenow,
    I disagree, video tutorials aren't always easy to use. You
    have to stop them all the time and if you don't want any sound (for
    example at your work) it isnt possible to use video tutorial. Next
    to that there aren't so many video tutorials as normal
    tutorials.

  • How to create an extend for dreamweaver

    here is the thing,i writter same code use Dreamweaver evey day,it's so bored!now i want to create an extend for dreamweaver,how to star?
    or maybe someone who can recommended me a Book,tell me the book's name,or recommended some video,thanks so much!

    Hi Steven,
    This question may get more answers if you repost it in the Dreamweaver community (http://forums.adobe.com/community/dreamweaver) - as this forum is for questions regarding Adobe Exchange.
    Here are some links which may be of interest:
    http://www.adobe.com/uk/products/cs-extension-builder.html
    http://www.adobe.com/support/dreamweaver/extend.html
    http://help.adobe.com/en_US/dreamweaver/cs/extend/index.html
    Best wishes,
    Fraser

  • I cannot create a new business catalyst site with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with server, try again later. How can I fix this problem?

    I cannot create a new Business Catalyst site with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with server, try again later. In addition, I am also unable to load remotely a previously created Business Catalyst site as it says there is something wrong with my username or password. However when I put my password in and press test connection, it says it has connected successfully. What is going wrong and how can I fix this problem?
    Thanks

    Hi Ozy08,
    Can you try the solutions mentioned in Re: Can't Login to Business Catalyst within Dreamweaver CS6?
    If you still have problems, and you have a purchased version of DW CC, send me your Adobe ID, location, and contact details over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • How to upload site created with Dreamweaver via FTP to the iWEB server?

    Hi everyone,
    I recently created a site on Dreamweaver and want to upload the site, via FTP to the iWEB server. My questions are the following:
    1. What is the FTP host address?
    2. How do I connect to my website via FTP?
    Any help on the following questions will be much appreciated.
    Thanks!

    Hello Lauretta and welcome to the forum.
    You do not connect to iDisk via FTP. iDisk uses WebDAV. Also you do not need to manually upload the published files to iDisk as recommended buy others in this thread. Once the site and server is set up in DW you can publish and upload directly through DW.app Check out this post for more info.

  • How to create device IDs with same name

    i am using SE 3310 and its creating different device ids for each node sharing it . since I will be building a RAC enviornment I need these IDs/name to be same .
    for example  on one node the lun id is /dev/rdsk/c3t0d0s6  but the same lun id on node 2 is /dev/rdsk/c2t0d0s6.
    In past with an old storage array I fixed this issue by creating links  in /dev/rdsk for  c3t0d0s6 --->  c2t0d0s6.
    my question is : is there a way in SE3310 that device ids get created with same name or do i still have to rely on creating these soft links ?
    thanks
    Note: since i need the answer to this quickly i will wait a while and then post this question in other forums and i will update the question here with the answer .

    This could be a Solaris (I presumed) O.S. question rather than SE3310 or storage question.  
    The logical device (/dev/[r]dsk/*) is the work of the O.S. when it first configures the device,  in this case the LUN from your SE3310.   I can go in depth on how the cX number happens (due to device probe order, driver differences, history of device discovery due to need of persistent device naming, etc...) but ... it's a really long story and is really quite irrelevant and most people should not be interested...
    If you have COMPLETELY identical servers, i.e. identical hardware down to specific HBA in specific slot are the same,   and if you make sure that luns are presented to all servers exactly the same way, same order, and any changes are seen by all servers in the same sequence,  in theory,  all /dev/rdsk/* devices will be consistent across servers.
    But that's still rather irrelevant.    Application that is designed to work in a redundant environment should not be dependent on logical devices like /dev/rdsk being the same.
    So ... in effect this is also not a question for the Solaris forum,  but rather a question for those familiar with RAC,  how to configure such that device access is done "safely" through actually identifying the lun rather than assuming /dev/rdsk are consistent.

  • When uploading my formatted resume to my Apple Jobs profile, I am always presented with a c:\fakepath message and the resume does not upload. How can I rectify this?

    When uploading my formatted resume to my Apple Jobs profile, I am always presented with a c:\fakepath message and the resume does not upload. How can I rectify this?

    Add this one to the list of thinks that don't work on the Apple Job Board. It looks like Apple is using ADP's VE (Virtual Edge) technology to run this system, and I've been stupified by the number of features that are just broken, or so poorly thought out by ADP as to be unusable, (certainly for webkit and mozilla browsers at least: I didn't bother checking IE.)
    Here are a few highlights:
    "My Job List", list of jobs applied for, seems to max out at three. You can apply for more than that, but you can only see the first three.
    "Search Using Your Resume" feature yields few or no results, even when the pasted text contains only common, exactly matched words like 'Design' or 'Engineer'.
    The missing resume upload, described in this thread.
    "My Job Agent" seems to never flag anything, at least it hasn't ever for me despite pretty loose criteria.
    Agent's created using "My Job Agent" eventually just disappear, which is fine because they don't seem to work.
    When updating a profile, acknowledging the 'Terms' happens twice in a row. 
    Job seekers can only supply one cover letter despite being able apply for several jobs.
    Pagination for search results only appears at the top of the page, so it's necessary to scroll down through each page, then up to the top again to proceed to the next page.
    Well, I'm sure there are others, but you get the idea. I hope the Apple folks can fix this, (or twist ADP's arm to fix it,) so it better represents the quality of experience that Apple is so respected for consistently delivering.

Maybe you are looking for