exporting flash to dreamweaver

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default exporting flash to dreamweaver

    Dear forum,
    I am getting started in DWeaver and Flash. I have MX 2004 versions. I have
    created a flash "scene" with pictures and graphivs that slowly fade in and
    various intervals and then end with all of the m on the stage.
    1. How do I send this to a web site file I have created in DWeaver?
    2. Is it possible to have it work as a separate web page along with the ones
    I already have for that site?
    3. If possible can I make links on that flash page to take me to the rest of
    the sight pages?
    I want to use it as an inro page when people log on. Then when it's done with
    its intro then you can navigate from there.
    Thanks. DWeaver and Flash are a lot of fun but I have lots to learn

    flashchallenged Guest

  2. Similar Questions and Discussions

    1. exporting to dreamweaver
      As I am a beginner I am having trouble in trying to export images edited in fireworks to dreamweaver as I find the fireworks help confusing as there...
    2. Exporting HTML from Fireworks to Dreamweaver
      I would like to know why it is that I can't export a page I created in Fireworks to Dreamweaver. I want to export it as an HTML file, but I just...
    3. ? about exporting slices to dreamweaver
      My question is this: I have an image that has a photograph and some text on it. So I sliced it so that the photo is JPEG and the text is GIF. Now...
    4. Exporting Flash MX Drop Menu to Dreamweaver
      If i create a drop menu in flash mx and export it into a dreamweav mx, will the user need to download a flash player to see it and use it? so will i...
    5. Exporting Interactive graphics to Dreamweaver
      I forgot to add that I'm using Macromedia MX Studio. Also, when exporting my FW document, I am exporting the HTML and JS files to the root folder...
  3. #2

    Default Re: exporting flash to dreamweaver

    Hi and Welcome to the Forums.

    Answers:
    1: In Flash, go to File > Publish. By default, this will create a .swf and
    an .html. Open the .html in any text editor or DWeaver and copy the entire
    Object tag including all the param and embed tags. Now paste that in the
    webpage body of your other file. To control the positioning of the flash
    movie, its best practice to use css and DW can help do that .

    2. You can leave the Flash published .html as is and simply link to it.

    3. And you can add links in the body using html tags to link back to other
    webpages. But to navigate to the homepage immediately after an intro is done,
    you need to add a getURL function at the end of the flash intro.

    jameslyon Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139