Problem inserting .swf in dreamweaver 8.Help!!

Hi everybody.I have a problem since a lot of time jaja.I habe
problems inserting .swf files in dreamweaver 8.I can insert, when I
press f12 to see in Internet Explorer you see the movie, but when
you put mouse over the banner I design.This has a bad behavior, it
transform to hand, because the banner is a buttom, and again
transform in default mode and it doesn`t stay in buttom form.When I
did the flash, I saw the .sfw file in HTML, that generated the same
Flash, and it look good, and had a hood behavior, but when I insert
in dreamweaver 8 it doesn`t work correctly.I download the
Dreamweaver 8 Update 2. Now I have Dreamveaver 8.0.2 or something
like that.
I think that the problems is in the form that Dreamweaver
Insert the .swf file.
My way is Insertar - Media - Flash.
Somebody can help me? this problem I can´t resolved and
I new whit this.
English is not mi first Language, sorry if I had mistakes.

ok....
i installed php 5.2.10
and downloaded php-5.2.10 zip file i found .dll
its ok
but in next help topic (testing PHP installation (Windows) )
[http://livedocs.adobe.com/dreamweaver/8/using/gs_18_q7.htm]
i didnt gt the result...
what may be the problem?
plz advice
thanks in advacne

Similar Messages

  • Inserting swf to dreamweaver cs4

    Hi,
    Hoping someone could clarify for me please!
    currently putting together web site for client.  The web site has a very simple flash animation in it which the client apparently can't see and gets the prompt to upgrade to flash player v10.  (I've tested this on about 4 other computers and different browsers and it looks OK on all these!)
    Their IT guy tells me he has installed v10 on their pcs and that my code is wrong because it has:  <param name="swfversion" value="6.0.65.0" />"  and that it should be version 10.
    I've just checked the publish settings in flash and it is set to Flash Player 10 and ActionScript 3.0 so I'm a bit confused as to why my code does indicate it is v6.0.65.  I just use the insert swf option in Dreamweaver CS4 and let Dreamweaver write the code.
    Can anyone help????  I would really appreciate it!!
    Cheers,
    Karen

    It is best to let Flash generate an html page when published and copy/paste the code from that file into your html page.  I don't know what Dreamweaver does when you rely on it for insertng Flash content, but I don't trust it since it should rightfully do the same thing Flash does (same company--same suite of products), but it doesn't.

  • Problem With Swf File. Please Help!!!!

    Hi! I recently got adobe flash cs4 and i tried to create swf wallpaper (flash lite 1.1), so everything looked good, untill i opened the file. The problem is its constantly blinking, like its refreshing with every second or frame or something. Then i transfered it to my phone and theres no change. I had the same problem with CS3...I attached the sample, if someone cares to see...Please can somebody help me??? Thank you!

    I think (at a first look) that you should put a stop() command at each frame of your movie.
    Playhead is running through your movie from one frame to another and back to beginning if you don't stop it with stop() command.
    What I mean is:
    in frame one of your movie put ActionScript: stop();
    in frame two of your movie put ActionScript: stop();
    etc.
    If navigation through your movie is linear, like some animations then don't put this AS in frames, but it seems to me that this will solve your problem.
    For more (if this isn't helping) upload your movie along with ActionScript.

  • Problem insert media flv dreamweaver cs4 cs5

    Hello
    im creating website and something happen and now when i inset media FLV it doesn't. it shows many buttons like 4 play buttons, 4 pause buttons.

    Hi
    I'm writing because exactly the same thing happened to me on my G5 PowerMac in DW CS4. I've read a few other threads where Adobe haven't managed to solve the problem yet have somehow managed to close the threads. Is this; trying to brush the problem under the carpet a bit?
    Anyhow, just before the same issue happened to me, I got an error message that when it came up I thought to take a snapshot of it which I enclose below. Additionally I had downloaded a newer copy of iTunes and also VLC softwares just prior to this annoying problem starting.
    In the past, I was advised by Adobe to put the plist prefs in the bin, then not actually empty the bin but make a new installation so these would get re-made and possibly cause problems to get fixed. So far I haven't done this yet but have made a new installtion of DW CS4 but this problem still exists.
    So my message is to any senior Adobe DW specialist reading this;  Can you fix this?  Do you know what is causing it to happen? How best to make a complete installation of DW so that we can get this glitch fixed please? Should we delete the prefs as well?
    My FLV file was made in Squeeze software by the way, but has the icon from VLC as I like to open up the FLVs in this software.
    Best regards
    Paul

  • Problems with swf and my nav - HELP

    I have created a slideshow and when i look at it in explorer or firefox, my nav buttons are under the slide show.
    Is there some way i can see the nav.
    Here is the link http://www.mdesigns.net.au/stbren/vt/tour.html
    regards

    > I can't change the submenus because this is the way they want it. <br /><br />Not after you told them about "the new research that will be released soon"...and how "sales skyrocketed after switching to horizontal"... <veg>

  • Inserting swfs in ASP include files, CS4?

    I'm having a problem inserting SWFs into ASP include files in CS4 and am wondering if there's a solution other than going back to CS3.
    I've been adding pages to this site on a daily basis and at some point a few years ago we needed to start using ASP includes. The C-wrapper is in the ASP file and the content is in the included file.
    Unfortunately, the way CS4 insists on adding SWFs leads to broken pages. The error in Firefox is:
    Active Server Pages error 'ASP 0139'
    Nested Object
    /MySite/MyFolder/MyTopic/include/includedFile.htm, line 93
    An object tag cannot be placed inside another object tag.
    So, MyFile.ASP uses include/includeFile.htm. The SWF is inserted into includeFile.htm. DWCS4 uses this code:
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="510" height="384">
          <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="9.0.45.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="/Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" width="510" height="384">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <param name="expressinstall" value="/Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    I understand the problem with nested objects. I think what I'd really like is to keep CS4 but go back to the method CS3 was using to insert SWF files. This current method is especially difficult because when I change it and later reopen the file DW wants to "correct" it.
    Any helpful hints would be appreciated.
    Rob Mack

    Okay, my solution was to go find the old CS3 code and make a snippet out of it. This way I always have a piece of code that works -sort of- and at least it stays consistant. It's a little more work now but if the old CS3 code for a swf is present then CS4 won't complain.
    It seems to me that hard coding this into the CS4 product makes it kind of inflexible.
    Here is the CS3 code. It works in a file that will later be included in an ASP file. The CS4 code quoted previously doesn't work.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','510','height','384','src','/MySite/MyFolder/MyTopic/images/oneOfMany','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','/MySite/MyFolder/MyTopic/images/oneOfMany' ); //end AC code
        </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="510" height="384">
            <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
            <param name="quality" value="high" />
            <embed src="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="510" height="384"></embed>
          </object>
        </noscript>
    Rob Mack

  • Problem Loading .swf buttons on dreamweaver?

    I animated 4 flash buttons in one .fla file. When you rollover each button, an animation should play. However, when I preview the .swf in Dreamweaver, the rollover buttons only work HALF the time. I tried putting a preloader on the .fla file as well as toggling the quality to low in the original .fla, but it still only works half the time??

    How have you designed the buttons/animations?  What code is used?

  • Problem inserting a photoshop slideshow in dreamweaver cs6

    Hi, I have created a slideshow with fading images with photoshop. When I insert it into dreamweaver  I just have one image. Then I tried to create one with flash and I just got the same. I must choose the wrong Insert type.
    first question: What is the best way to create a slideshow for  a website with fading images? (Flash, PS or other)
    second: when it is created what do I need to do in DW?
    Thanks a lot

    Flash is dead. It isn't supported by the world's most popular mobile and tablet devices.    Use jQuery Cycle2 and insert your optimized images into the HTML page.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Cycle2</title>
    <!--helpf for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Slideshow Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    /**Slideshow**/
    .cycle-slideshow {
        position: relative;
        z-index: 1;
        width: 400px; /**adjust width as required**/
        margin:75px 0;
        text-align: center;
    .cycle-slideshow img { max-width: 100% }
    /* prev / next links */
    .cycle-prev, .cycle-next {
        position: absolute;
        top: 0;
        width: 20%;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 800;
        height: 100%;
        cursor: pointer;
    .cycle-prev {
        left: 0;
        background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
    .cycle-next {
        right: 0;
        background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
    .cycle-prev:hover, .cycle-next:hover {
        opacity: .7;
        filter: alpha(opacity=70)
    /**END SLIDESHOW STYLES**/
    </style>
    </head>
    <body>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
         data-cycle-fx="fade"
         data-cycle-timeOut="3000"
        >
    <!-- prev/next links -->
    <div class="cycle-prev"></div>
    <div class="cycle-next"></div>
    <!--insert your images below-->
    <img src="http://jquery.malsup.com/cycle2/images/p1.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p2.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p3.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p4.jpg" alt="description">
    <p>Mouse over image for previous / next links</p>
    </div>
    <!--end slideshow-->
    <h1><a href="http://jquery.malsup.com/cycle2/">JQuery Cycle2</a></h1>
    </body>
    </html>
    Nancy O.

  • Problem inserting flash from flash 8

    I am using flash 8 and dreamweaver 8. When I place a flash
    header into my web page there is a space created between the header
    and the lower content on the page. My publish setting in flash are
    set at default. Thanks for any help.

    This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.
    That would my guess too. Here are few other things to consider:
    1)  Does your FLV filename contain any spaces or special characters?  If so, rename it without spaces as these can cause problems.
    2)  Output Screen Mimic project to a QuickTime MOV file.  Then use Adobe Flash Encoder to convert the MOV to FLV.
    3)  When you tested your page, was it a live page on remote server?  Did you upload the page and all supporting files to server (Scripts folder, SWF, FLV...)?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Images not linking from .swf within Dreamweaver

    I am hoping someone can help...it's probably an easy fix.
    I had this simialar probelm of my .swf being too large (http://forums.adobe.com/message/3705787#3705787) So I went and linked all of the images.
    I am placing the flash catalyst .swf into dreamweaver, adding a simple footer (for ios users that flash doesn't work for) and the uploading to the site.
    This is how my folders look:
    I have place the full 'deploy to web' folder within the _assets folder and placed the main.swf from this location, however when I go to the site none of the linked images are there - www.coocoocreative.com
    Does anyone know where I am going wrong? (I have checked my hosting server and all the folders are there).
    Thanks!

    Ok...it was really simple and I figured that problem out. I wasn't linking the .swf relative to the site root' (ok ok, I'm still learning, please be patient )
    Thanks!

  • Problem Inserting Flash Video (flv) File into Site

    Hi -
    I'm having problems inserting a Flash Video (.flv) into my webpage.  I'm using Dreamweaver 8.
    I'm going to: Insert -  Media - Flash Video, browsing to the .flv file that's in my local site folder, entering the settings.
    In Dreamweaver, there's a big gray box w/ flv icon in the middle.  But when I go to preview, the screen is empty, no video.
    I'm creating the .flv file w/ Screen Mimic (a screen capture recording software).  This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.  This is the first video that I've made that I'm trying to insert. 
    If anyone has any suggestions, I would be most appreciative.
    thanks!
    Stacey Stanley

    This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.
    That would my guess too. Here are few other things to consider:
    1)  Does your FLV filename contain any spaces or special characters?  If so, rename it without spaces as these can cause problems.
    2)  Output Screen Mimic project to a QuickTime MOV file.  Then use Adobe Flash Encoder to convert the MOV to FLV.
    3)  When you tested your page, was it a live page on remote server?  Did you upload the page and all supporting files to server (Scripts folder, SWF, FLV...)?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

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

  • Once I add my .swf to Dreamweaver, the buttons are not clickable, how can I fix this?

    Hello there,
    I'd just like to start out by saying that this is the first time I have posted on these forums, so if I have done anything wrong, I apologize!
    Anyway, about my question, just like the title says, once I import the .swf into Dreamweaver the buttons are not clickable, however when tested outside of Dreamweaver, they work correctly.
    Basically I have an animated banner with some audio and two buttons, the buttons mute and unmute the music.
    The file consists of two layers, one of which has 2 keyframes, the first keyframe has the Audio with the settings; "Effect: None. Sync: Start, Loop" and a button leading to the next frame.
    The next keyframe (still on layer one) has much of the same but the Audio settings are different; "Effect: None. Sync: Stop, repeat x 1" and this will stop the music.
    Now on the other layer (Rocket) I have a movie clip of a space-themed background and a rocket flying across it, the movie clip is made up of a motion tween and another movie clip which is the rocket.
    I am using Flash CS6 and Dreamweaver CS6 on a Windows 7 computer. I am also using Actionscript 2.0
    I apologize for the amount of information and I'm not very briliant at explaining things, so here are some images of the flash file, hopefully they'll help;
    Layer setup - http://i.imgur.com/iZHwfAw.jpg
    The movie clip - http://i.imgur.com/ayvPJUZ.jpg
    Keyframe one sound settings - http://i.imgur.com/LWbnQhO.jpg
    Keyframe two sound settings - http://i.imgur.com/7kS9dO2.jpg
    Actionscript for the first button/first keyframe - http://i.imgur.com/x6ROqPv.jpg   - (The second button/keyframe has the same code, but obviously the instance name and frame number has been changed)
    Again, I apologise if this all seems confusing!
    Thanks in advance for any answers to this question
    Adam.

    If you did not create this swf yourself then you won't be able to do what I am suggesting.  If you did, then open the fla in Flash and go into the Publish Settings and select the option to publish an html file as an output.  That will create an html page that embeds the Flash file.  Test that file in your browser and see if it plays properly.  IF so, then copy that code in place of whatever Dreamweaver did to embed the Flash.
    Dreamweaver is not a reliable tool for embedding Flash content... why it does not do it the same way Flash does it is anyone's guess.

  • How can I change the insert SWF File, I need to add a few things and make it better?

    How can I change the insert SWF File, I need to add a few things and make it better? Is there an option inside of the dreamweaver menu that I am not looking at. It would make it easier on me if I changed some things around and didn't have to do it all myself each time I used it. Just incase you was needing to remember what swf flash was, It is not a swf video either.
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
        <param name="movie" value="Sonic Kaboom.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="9.0.115.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Sonic Kaboom.swf" width="640" height="480">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="9.0.115.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    If I understand correctly, Sonic Kaboom.swf needs to be edited in a separate Flash authoring program and then reinserted into your HTML document. 
    As Murray said, Flash is dead.  Nobody uses it anymore.   We use HTML5, CSS3 and JavaScript animations which have universal support from Smartphones, Tablets and other web devices that can't support Flash.   Look at Edge Animate.
    HTML animation | Download free Adobe Edge Animate CC trial
    Nancy O.

  • Haveing problems with Safari. It gives me an error message. Safari can't open the web page, because it can't establish a secure connection to the server. It only seams to have a problem on https sites. Any help would be apreciated.

    Safari keeps giving  and error message. " Safari can't open the web page( insert web page here) , because it can't establish a secure connetion to the server.
    It only seams to have a problem with https sites.
    Any help would be appreciated

    The "s" in "https" indicates the site is a secure server--usually a site that will require a password.  Connections to secure servers can be blocked by parental controls.  Are you using any parental controls, either through OSX's settings (in System Preferences) or third party parental control software (such as Netnanny)?  If so, check the settings to make sure they will allow the connection.

Maybe you are looking for

  • MRP related message during creation of Sales order

    When creating SO, I am getting following messages- " MRP area  for material # xxxx not determined, continue with plant MRP area - ", . The system allows me to save the SO, but the message pops up 3 different times- including when it check for ATP. Th

  • Display queue context doesn't corresponde to elements in output

    Hi people, just a suggestion from you because I don't know any more where to see. I realized a mapping in which I have to manipulate the contextes for an element. It's happen that watching the context by the Display Queue the number of contextes in o

  • SS8: bug with templates & static?

    Hello, following code doesn't compile with SS8: class A public: A() {} template < typename T > inline T & f() static typename T def(); return def; template < typename T > inline void g() T & def = f<T>(); void h() g<A>(); The errror is "staticref.cxx

  • Ricoh Aficio MP C4501 with access codes for color printing

    Hi, I read the discuss called "Ricoh 3245C with access codes for color printing", and I have a similar problem with a Ricoh MPC4501 printer. The printer is connected to many Windows PCs and my brand new iMac. It requires just User Codes authenication

  • Dodgy shuffle or doing something wrong?

    I have tried everything on the support pages and shuffle manual and anything else I could think of besides! I seem to have the same problems as lots of other people on here. I loaded the playlist, computer recognises the shuffle, spent ages downloadi