Flash shell into Dreamweaver (CS3) HELP!

Alright, I have been struggling with this for hours now. I
have created a fully working site completely in Flash. I used a
shell to access each of my different pages within Flash, everything
works perfectly. Buttons navigate, rollover images appear, simple
animations interact just fine. I inserted the shell.swf into a
blank Dreamweaver file, saved it to my host (Mobile Me) as
index.html and have domain forwarding set up for the site itself.
When I type in the address: www.jenspaeth.com it opens up to
the front page of the shell in the browser. It does not work past
that though. The flash buttons highlight on rollover, but do not do
anything.
I am supposed to have this sit up and running today and can't
figure out how to make it work. Any and all help would be greatly
appreciated.

TexasJen posted in macromedia.dreamweaver:
> When I type in the address: www.jenspaeth.com it opens
up to the
> front page
> of the shell in the browser. It does not work past that
though.
> The flash buttons highlight on rollover, but do not do
anything.
Getting a 404 error for
http://www.jenspaeth.com/home.swf
before I even
bring a mouse over the screen.
I'm guessing that
http://www.jenspaeth.com/Jen
Site/Shell.swf is
attempting to load that file and cannot find it.
Did you upload home.swf and any other relavent files to the
root of
www.jenspaeth.com? Or is it supposed to be in the "Jen Site"
folder?
You should not use spaces in folder/file names.
Mark "404" Boyd
Keep-On-Learnin' :)

Similar Messages

  • Inserting FLASH into Dreamweaver cs3

    I am trying to build a VERY basic website in Dreamweaver. Using their single fixed column, centered,template, i would like to ad 2 flash items, a menu and small movie, in to he top of the column. (Both flash items are larger than the column with, if that matters,i was going to resizxe them  nce  i  got  this part of the  cose  correct)
    For some reason the flash movie shows in my Dreamweaver preview, but not when i load it live online  @ www.srg-buffalo.com.
    The address i have used for the flash movie is: http://www.srg-buffalo.com/flash/header_v8.swf
    The website is hosted at www.swq-buffalo.com, if you want to check out the source code.
    I have no idea what I am doing wrong, i thought it was pretty simple, there is no flash block via my go daddy host.
    How i  inserted it  via dreamweaver  cs3:
    Insert> Media> Flash.
    URL= http://www.srg-buffalo.com/flash/header_v8.swf
    What am  i doing wrong?
    Thanks for any help.

    Thank you,
    That rung a  bell.
    I uploaded  both  saved .SWF documents to  the Scripts directory.
    There was also  a  Scripts dirrectory saved  with index.html,  in this directory was the  AC_RunActiveContent.js  file,any thoughts on that?
    i  uploaded it to  scripts,along witht he  others, and the space  dedicatd to the flash events is there, but they are not  showing.
    http://www.srg-buffalo.com/
    D. Jude Bulera
    Buffalo, NY
    [email protected]
    Date: Wed, 17 Aug 2011 12:45:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: Inserting FLASH into Dreamweaver cs3
    When you insert the SWF, you shouldn't have to actual type anything - it's a browse and select process and will automatically enter the correct path to the SWF. Then you have to upload the page and the SWF file. This next part I think has changed in later versions of DW, but in CS3 I'm pretty sure the process will also create a folder named Scripts. This folder along with it's contents also need to be uploaded.
    >

  • Flash image gallery into dreamweaver cs3

    I put a flash image gallery into my web page using dreamweave
    cs3 and every things working but the images from the image gallery
    do not show up. How do I connect the images to the flash file in
    dreamweaver.

    TexasJen posted in macromedia.dreamweaver:
    > When I type in the address: www.jenspaeth.com it opens
    up to the
    > front page
    > of the shell in the browser. It does not work past that
    though.
    > The flash buttons highlight on rollover, but do not do
    anything.
    Getting a 404 error for
    http://www.jenspaeth.com/home.swf
    before I even
    bring a mouse over the screen.
    I'm guessing that
    http://www.jenspaeth.com/Jen
    Site/Shell.swf is
    attempting to load that file and cannot find it.
    Did you upload home.swf and any other relavent files to the
    root of
    www.jenspaeth.com? Or is it supposed to be in the "Jen Site"
    folder?
    You should not use spaces in folder/file names.
    Mark "404" Boyd
    Keep-On-Learnin' :)

  • Help inserting js into dreamweaver cs3

    I have been using MS Publisher (yeah I know) to design my web pages but now I am slowly learning Dreamweaver CS3. I am redoing a site within which I have used some forms created with Coffeecup Webform Bilder. It took me a bit to figure out how to insert the js code in DW but I got it working.  However, the next day when I went to create another page with another CCWFB form I followed the same steps and the form would not work. THEN I went and checked the form from the day before and it was no longer working. I keep seeing "FORM OBJECT" rather than the form. Please help!
    This is a Linux server.
    Here is what I have done.
    Uploaded all supporting files with CCWFB to the same folder that the web page is located. Also used DW to upload the files just on a lark and no joy.
    Double and triple and quadruple checked that the files were in the correct directory. Even loaded them in to other directories just reaching for a solution. No joy.  Also tried testing locally with all supporting files in the same local directory with the same "FORM OBJECT" result.
    Inserted the code below that was created with CCWFB into DW via the insert script option.
    <script type="text/javascript" src="swfobject.js"></script><div id="CC6725558">Form Object</div><script type="text/javascript">var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6725558");</script>
    Created a CSS that positions the object at the bottom of the page. I have eliminated this step in previous attempts with the same results. Not sure why it would matter really but I have been grasping at straws for two days now.
    As mentioned the results are that I get "FORM OBJECT" on the web page rather than the form. It acts like the files are not where they should be. I must be doing something stupid and just don't remember really how I had it working.
    The page is www.mdperfusion.com/joinmsps.html
    The script is in the code and the form should be at the bottom of the page.
    On another odd note, when I insert PayPal code using noscript it works locally but not when on the server????  Could there be a common factor...other than then noob user ... in these two problems.  Everything elese works perfectly.
    Thank you for your help in advance!
    Jim

    So here is my code for the page.  Maybe this would help determine why the form is not showing.  The script code is at the bottom of the page.
    Thanks again for looking.
    Jim
    <HEAD><TITLE>MSPS - Join The MSPS</TITLE>
    <META content="text/html; charset=utf-8" http-equiv=Content-Type>
    <STYLE type=text/css>
    <!--
    #apDiv2 {
    position:absolute;
    left:0px;
    top:150px;
    width:175px;
    height:1000px;
    z-index:-2;
    background-color: #FDD501;
    text-align: right;
    vertical-align: baseline;
    #apDiv3 {
    position:absolute;
    left:175px;
    top:100px;
    width:100px;
    height:100px;
    z-index:-2;
    #apDiv9 {
    position:absolute;
    left:275px;
    top:32px;
    width:550px;
    height:32px;
    z-index:0;
    font-family: "Courier New", Courier, monospace;
    font-size: 24px;
    text-align: left;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    #apDiv10 {
    position:absolute;
    left:190px;
    top:0px;
    width:760px;
    height:100px;
    z-index:-2;
    #CC6213867 {
    position: absolute;
    left: 200px;
    top: 650px;
    #apDiv11 {
    position:absolute;
    left:250px;
    top:30px;
    width:600px;
    height:35px;
    z-index:-1;
    #apDiv12 {
    position:absolute;
    left:220px;
    top:128px;
    width:615px;
    height:55px;
    z-index:1;
    font-family: "Courier New", Courier, monospace;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    padding-left: 10px;
    #Table1tdrightcellpad5px {
    padding-right: 5px;
    body,td,th {
    font-family: Trebuchet MS;
    color: #000000;
    a:link {
    color: #EB1E25;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #EB1E25;
    #Menu {
    border-top-width: medium;
    border-top-style: none;
    top: 200px;
    position: absolute;
    left: 16px;
    width: 159px;
    #Menutd {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    a:hover {
    text-decoration: none;
    color: #000000;
    a:active {
    text-decoration: none;
    body {
    margin-left: 0px;
    margin-top: 0px;
    #Table1td {
    border-left-width: medium;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 5px;
    #Table1 {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    position: absolute;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    left: 200px;
    top: 200px;
    width: 625px;
    height: 400px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #000000;
    text-align: justify;
    -->
    </STYLE>
    </HEAD>
    <BODY>
    <DIV id=apDiv2></DIV>
    <DIV id=apDiv3><IMG src="leftcornercircle.jpg" width=100 height=100></DIV>
    <DIV id=apDiv4><IMG src="mspslogoyellowcoloredit.jpg" width=192 height=150></DIV>
    <DIV id=apDiv10><IMG src="headergradient.jpg" width=760 height=100></DIV>
    <DIV id=apDiv11><IMG src="redheader.png" width=600 height=35></DIV>
    <DIV id=apDiv9>Maryland State Perfusion Society</DIV>
    <DIV id=apDiv12>Join The MSPS</DIV>
    <TABLE id=Table1 border=0 cellSpacing=2 cellPadding=0 width=100>
    <TBODY>
    <TR>
    <TD height=20 width=439> </TD>
    <TD vAlign=top width=180> </TD></TR>
    <TR>
    <TD id=Table1tdrightcellpad5px height=353 vAlign=top>
    <P><SPAN lang=en-US xml:lang="en-US">If you are interested in joining the Maryland State Perfusion Society please complete the form at the bottom of the page or click </SPAN><A href="/files/MSPSMembershipApplication.pdf"><SPAN lang=en-US xml:lang="en-US">here</SPAN></A><SPAN lang=en-US xml:lang="en-US"> for a printable version of the application. After submitting the electronic form you have the option of paying your membership dues via PayPal or sending a check or money order to our address.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Active Membership:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists working in the state of Maryland.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full member with voting privileges.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Sustaining Member: </SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists not working in Maryland or any other person with interest in the MSPS.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full membership privileges with the exception of voting.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">First Year Lock:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- If you join the MSPS during the calendar year of 2009 or before, you will receive a discount for the life of your membership.</SPAN></P>
    <P><BR><SPAN lang=en-US xml:lang="en-US">Any dues paid in the calendar year 2008 will be applied to 2009.</SPAN></P></TD>
    <TD id=Table1td vAlign=top>
    <P><A href="/files/Bylaws.pdf"><SPAN lang=en-US xml:lang="en-US">Bylaws</SPAN></A><BR><A href="/files/ArticleofIncorporation.pdf"><SPAN lang=en-US xml:lang="en-US">Articles of Incorporation</SPAN></A></P></TD></TR>
    <TR>
    <TD vAlign=top> </TD>
    <TD vAlign=top> </TD></TR></TBODY></TABLE>
    <TABLE id=Menu border=0 cellSpacing=0 cellPadding=0 width=169 height=170 name="links">
    <TBODY>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/index.html">Home</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/memberssection.html">Members Section</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/eventscalendar.html">Events Calendar</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/joinmsps.html">Join MSPS</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/licensure.html">Licensure</A></TD></TR></TBODY></TABLE>
    <SCRIPT type=text/javascript>
    <script type="text/javascript" src="swfobject.js"></SCRIPT>
    <DIV id=CC6213867>Form Object</DIV>
    <SCRIPT type=text/javascript>var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6213867");</SCRIPT>
    </BODY>

  • HELP!!! My flash video skin isn't showing up or working when i put it into dreamweaver, please help.

    When I export my flash project, and import it into dreamweaver, i go to the trailer page and the video, one, won't give me the skin to hit play, stop, pause, rewind, volume, etc. and two, when you travel to another page it continues to play the movie in the background. Can someone please help me fix these issues please!
    Link: http://ghsglobaltech.guhsd.net/students/2011_2012/web/web_36/Classwork%20Site/Assignments/ hunger-games.html
    >>Click Trailer at top of page to get to the video

    Hi avmary11,
    If your are having issues with your iPod not being recognized by iTunes (but it is being recognized by the computer), you may find the following article helpful:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/ts1363
    Regards,
    - Brenden

  • Problem inserting Flash video into DW CS3 template

    I would like to insert some flash video into an editable
    region inside a DW CS3 template. The template I am using seems to
    work for literally hundreds of other pages I have made (none of
    which, incidentally, have any media of any kind in them).
    I have created the template and then an editable region and
    now want to insert the flash video in that editable region. All
    goes well until I hit the OK button. then I get this error--Making
    this change would require changing code that is locked by a
    template or translator The change will be discarded.
    Can anyone suggest how I might over come this error??
    Thx.
    Jane

    The problem is the detection option in the video insertion
    dialog. If you
    disable that option, you will not get the error.
    This is a problem because the detection routine requires a
    modification to
    the <body> tag (insertion of an onload event) which you
    cannot easily do in
    a template child page.
    If you really must have the detection, then you can copy and
    past the load
    call from a dummy (non-templated) page on which you have also
    done the same
    insertion. Post back with that page's body tag code, and I'll
    show you
    how....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jane Smith 2300" <[email protected]> wrote
    in message
    news:fehcup$e6u$[email protected]..
    > Further to my post before--The .htm that I am trying to
    insert the Flash
    > video
    > (converted an AVI file using Flash video encoder) was
    built from a .dwt.
    >
    > The template page has several editable regions in it.
    There is also CSS.
    > formatting the document. I am trying to insert the Flash
    video into one
    > of the
    > editable regions.
    >
    > I have no problem installing the video in a page not
    built with a template
    > or
    > without css..
    >
    > Thanks for any help you can provide.
    >
    > jane
    >

  • Centering a flash movie within Dreamweaver cs3 on Y axis

    I have published a movie in Flash cs3 which has generated an html document however the Flash movie is not automatically centered I have attempted to centrally align the movie within Dreamweaver cs3 by adding:
    <center> after the opening body tag and </center> befor the closing body tag
    This method has centered on the X axis but not the Y axis
    I would have put in a table or a div tag, but when I open the html doc in Dreamweaver I have no visible repressentation of the Flash movie in the design view as I would have if I had created an html document from scratch and draged the movie onto the page, all I can see is the "get flash" hypertext and some other text. I did actually experiment by creating a div tag and dragged my movie into it but ended up with two movies one sitting on top of the other when I ran it in a browser lol.  I'm quite intimdated by code and much prefer to work in the design view (wysiwyg and all that) which is quite restricting.
    Any advice for centering on the Y axis would be much apreciated, Thanks in advance, Dave

    I don't believe there is code to prevent this from happening
    on a client computer. The default is enabled my Microsoft, what
    should happen is a yellow bar should appear at the top of the
    browser which will allow you view the content.
    What might work is to use a program called Zinc by a company
    call Multidmedia Limited www.multidmedia.com. Search the site for
    samples, one of the samples is a Flash Browser this will run Flash
    a browser that you can use. You will need to change the URL a bit
    in the Flash code but it's very clear on how to do this.
    What this will do is run your web site in a Flash browser I
    did a quick test and I did not get any errors. The program will
    create an EXE file. I also believe they have a MAC version if you
    need one. With a simple "Autorun" call on the CD-ROM you could have
    this up and running in not time.
    Just be careful of how you call the pages. Since the web site
    is not running from a Web server you need to make sure that your
    links are local and not Site Root. The best way to test is to
    disconnect your computer from your internet and see how it runs.
    You want the CD to be self-contained and not have to get content
    from the web (your end user may be on a laptop and not connected).
    Good Luck

  • Bringing Flash functionality into Dreamweaver

    I created a navigation bar in Flash CS3 that expands to the
    stage width, but when I import the swf int Dreamweaver CS3 the bar
    displays at its fixed size and does not expand to fit the stage
    width for large screens,
    This is the Actionscript Flash code for the nav bar.
    Stage.scaleMode = "noScale";
    Stage.align = "TL";
    bar._width = Stage.width;
    dots2._x = Stage.width-200;
    menu_bar._x = (Stage.width/2);
    symmlog._x = (Stage.width/2);
    basebar._x = (Stage.width/2);
    stageListener = new Object ();
    stageListener.onResize = function(){
    Stage.align = "TL";
    bar._width = Stage.width;
    dots2._x = Stage.width-200;
    menu_bar._x = (Stage.width/2);
    symmlog._x = (Stage.width/2);
    basebar._x = (Stage.width/2);
    Stage.addListener( stageListener );
    When testing movie or playing it in Flash Player the bar
    itself stretches to fill stage width at any screen size, the
    buttons and logo center in the middle of the bar at any size. When
    I add the swf file to Dreamweaver, the size of the nav bar does not
    stretch to fill the stage width. Any suggestions

    Just to make sure -
    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    Especially
    consider those people who are browsing from a corporate
    internet where Flash
    is not allowed by the IT staff.
    2. Search engines may not parse Flash links - your site will
    not be
    spidered unless you have redundant HTML links
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    You will have
    to remake those buttons.
    It's usually a very bad idea for these reasons - and for
    these reasons,
    Adobe has removed Flash buttons and Flash text from CS4.
    Sorry - I can't otherwise help you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "GuyNice" <[email protected]> wrote in
    message
    news:[email protected]...
    >I created a navigation bar in Flash CS3 that expands to
    the stage width,
    >but
    > when I import the swf int Dreamweaver CS3 the bar
    displays at its fixed
    > size
    > and does not expand to fit the stage width for large
    screens,
    > This is the Actionscript Flash code for the nav bar.
    Stage.scaleMode =
    > "noScale";
    > Stage.align = "TL";
    > bar._width = Stage.width;
    > dots2._x = Stage.width-200;
    > menu_bar._x = (Stage.width/2);
    > symmlog._x = (Stage.width/2);
    > basebar._x = (Stage.width/2);
    > stageListener = new Object ();
    > stageListener.onResize = function(){
    >
    > Stage.align = "TL";
    > bar._width = Stage.width;
    > dots2._x = Stage.width-200;
    > menu_bar._x = (Stage.width/2);
    > symmlog._x = (Stage.width/2);
    > basebar._x = (Stage.width/2);
    > };
    > Stage.addListener( stageListener );
    >
    > When testing movie or playing it in Flash Player the bar
    itself stretches
    > to
    > fill stage width at any screen size, the buttons and
    logo center in the
    > middle
    > of the bar at any size. When I add the swf file to
    Dreamweaver, the size
    > of the
    > nav bar does not stretch to fill the stage width. Any
    suggestions
    >

  • Insert Flash Video using Dreamweaver CS3

    Hello,
    If I were to import an FLV into Flash CS3, I would have the
    ability to add text or images to the movie as needed. However, I am
    testing Dreamweaver's ability to insert a Flash video directly onto
    a web page, without the use of Flash CS3. I'm using Progressive
    Download with the "Halo Skin 3" component. My question is: can the
    Flash Video component inserted by Dreamweaver CS3 be edited somehow
    using Flash CS3? I would be attempting to add text to the first
    frame of the movie.
    Thanks.

    [bump]
    Anyone?

  • Broken Flash Video link - Dreamweaver CS3

    I'm using a Mac G-5, PPC, Dreamweaver CS3
    I cannot get FLV videos to show up on webpages. I've never had this prob before. (I currently have pages online which play their vids fine and were produced the same way I'm working it now.) I insert the video onto the page as usual, make the setting for "progressive download", "detect size", etc in the dialog box and hit OK. The video shows on my page in Dreamwvr as a Flash Vid but after saving and testing in a browser nothing shows up in 3 different browsers. I tested the page in Firefox, Netscape and Flock and nothing shows. In Opera the video player shows but will not play. In Safari it plays fine!  In Dreamweaver, in the "assets" window, when I select any of the 4 FLV's there, I get the broken link icon (jigsaw puzzle piece) showing in the window yet the vids reside in the same place they've always resided.
    The "AC_RunActiveContent.js" file is contained in the "Scripts" folder inside the "Files" window.
    I have a page containing videos which is currently published and they play fine in all tested browsers......however in Dreamwvr's "assets" window I am getting the same symbol that looks like the broken link (puzzle piece) there as well and NO changes have been made to those files and assets.
    Here's the link to that online page:
    https://mnbbank.com/financial_video.html
    I'd like to include a screenshot but I can't because the CSS, Tag & Files/Assets windows close when the screen capture software opens.
    Can anyone help?
    Thanks

    These forums are for discussion of issues about the suites, not specific products. If you have a question about an individual application such as Photoshop or InDesign, please post in that forum.
    This will help ensure that you will get the best response.
    Bob

  • Flash animation into dreamweaver

    hey everyone, i'm new at both flash and dreamweaver and currently have a project combining the two together and i really cant work it out (i'm even using html instead of css haha) :/
    Anyway, what i want to do is have a zipper (as in a zipper on ones clothes) on my main page and when someone puts their mouse over the zip, it zips down and reveals the text for that page.
    I have gone into photoshop and started editing a zipper at different stages of being pulled down, but am stuck as to how i'd
    a) link it together on flash/what type of file to save it as?
    b) put the actual code into dreamweaver
    c) have it actually working functionally to reveal my text underneath.
    thanks in advance for any help, i'd be very appreciative of anyone who could give me some advice

    You'll probably need to spend time learning how to create things in Flash--maybe try lynda.com.  Flash can be used for the animation and mouse interaction revealing text.  Once you are able to create the animation in Flash, you can have Flash publish both the swf file, which is what goes into the web page, and an html file.  You can copy the code from the Flash html file into the Dreamweaver file wherever you intend the Flash file to be inserted.

  • Inputting an excel formula into Dreamweaver CS3

    Hello,
    I am creating a website using Dreamweaver CS3 where people
    will email me their documents and I will check them for errors. I
    will be charging per word. I have a word count feature added to my
    page where people paste their document and it will calculate the
    number of words. I need help adding an excel-like formula which
    will multiply the number of words times however much I will be
    charging per word.
    For instance, a person has 1000 words. I need a way for it to
    automatically calculate 1000*.03 which will input $30 in the box
    for their cost.
    Does anyone know how I can incorporate Excel into
    Dreamweaver, or know of a better way to do this?

    SeanWoods wrote:
    > Bregent,
    >
    > I did not write the Javascript for the wordcount. I
    found it online. I am
    > trying to do what you said where I should modify it to
    multiply the word count
    > by the price. I tried inputting the excel-like formula
    into the script (*.02)
    > and haven't been able to get it to work properly.
    >
    > If you could please tell me what I'm doing wrong I would
    appreciate it.
    >
    > Here is the code for the word count:
    >
    > <form method="POST" name="wordcount">
    > <script language="JavaScript">
    >
    > function countit(){
    >
    > var formcontent=document.wordcount.wordcount2.value
    > formcontent=formcontent.split(" ")
    > document.wordcount.wordcount3.value=formcontent.length
    > }
    > </script>
    <script type="text/javascript">
    function countit(textarea){
    document.wordcount.wordcount3.value=
    (textarea.value.length*.03).toFixed(2)
    </script>
    <textarea rows="12" name="wordcount2" cols="60"
    wrap="virtual" onkeyup="countit(this)"></textarea>
    Mick
    > <table border="0" cellspacing="0" cellpadding="0">
    > <tr>
    > <td width="100%"><textarea rows="12"
    name="wordcount2" cols="60"
    > wrap="virtual"></textarea></td>
    > </tr>
    > <tr>
    > <td width="100%"><div
    align="right"><p><input type="button"
    > value="Calculate Words"
    > onClick="countit()"> <input type="text"
    name="wordcount3" size="20"></p>
    > <div
    align="center"><center><p><font face="arial"
    size="-2">This free
    > script provided by</font>
    > <font face="arial, helvetica" size="-2"><a
    > href="
    http://javascriptkit.com">JavaScript
    > Kit</a></font></p>
    > </center></div></div></td>
    > </tr>
    > </table>
    > </form>
    >

  • Embed 'Any FlvPlayer' into Dreamweaver CS3

    I have purchased 'Any FlvPlayer' and although I can develop the video player I can't embed it into my page on Dreamweaver CS3. Can anybody help please?

    I have retried to embed following the instructions at http://www.web-video-player.com/support/two-codes-display-web-videos-on-the-webpage.php and I have put the output files into the webpage folder under a "boxvideos" folder. I am trying to link this video player into another dreamweaver page, so I have copied the html from the fs_aux.html page on wordpad as it states between object tags and pasted this into the code where i want it on my video page www.thefortunas.co.uk/videos . I then change the text to read http://www.thefortunas.co.uk/boxvideos/  as it states on the four sections of code. When I try to play it on the properties panel it just goes white and nothing happens.
    When I view page on the any flvplayer publish folder it's ok.

  • Attaching links to buttons exported into dreamweaver CS3 ?

    Hi everyone,
    I want to create five seperate buttons in Fireworks CS3 and then export them over to Dreamweaver CS3.
    Does the links for the buttons have to be attached in Fireworks first, or can I create the buttons export them into my Dreamweaver site and then attach the links?
    The reason I'm asking is because the links in question are external links for five other sites and social network sites, and I do not have the URL's yet. However I would like to get started.
    Thanks in advance.

    I want to create five seperate buttons in Fireworks CS3 and then export them over to Dreamweaver CS3.
    Does the links for the buttons have to be attached in Fireworks first, or can I create the buttons export them into my Dreamweaver site and then attach the links?
    You are best to create the buttons in Fireworks, export them to an images folder in Dreamweaver, then attach the links that way.
    Before you begin work, ensure that you define a site and have all your working files inside of one folder to which the site definition points to,
    (Just mentioning this very important step in case you are new to using Dreamweaver  :-)
    Define a site:
    http://kb2.adobe.com/cps/140/tn_14028.html
    Do not ever export any html written by a graphics program  :-)

  • Adobe Dreamweaver CS3 - Help - Test Server

    Hey,
    I work for my University on a "Numeracy Inititative", we use Flash Modules develped by Adobe Flash 8, and host them on a website that was developed by Dreamweaver (not sure which version).
    The website is located here: http://www.uoguelph.ca/numeracy/
    I've been tasked to kind of change the format of the site...make it more "user friendly".  And I'm using Adobe Dreamweaver CS3...and I've been spending the day looking at tutorials and what not, but I want to put the website up onto a test server, I try doing the "preview in browser" but when I do I get a "Unable to connect".
    Is there something else I can do...another method?
    Thanks in advance,
    Steve

    You didn't answer Murray's question.
    The method you're using can work, but it can get out of control pretty fast if you have a lot of files to test. Some folks just create a separate folder for testing that way.
    I would set up a local test server for this purpose. If that is not an option for you, you might be able to create a subdomain on your live server, say http://test.example.com . You can even create a simple http authentication for the subdomain so that bots and search engines don't find it.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

Maybe you are looking for