Flash in dreamweaver shows a border??

Dear All,
I have inserted a flash .swf in my web page. But, when I load
my web page you I can see a border around the flash when I move the
mouse over the flash. Then it appears a message that tells "Click
for active and use this control". Does anyone knows how to suppress
this message and border around??
Thanks a lot and best regards,
javo

It's the new IE functionality (introduced in the April 2006
patch update for
IE6 and made compulsory by the June 2006 patch update) to
comply with a
ruling against Microsoft's patent infringement.
It's triggered by the <object>, <embed> and
<applet> tags on a page. Flash
is normally imported into a page via the <embed> tag
hence it's affected by
the change. Content imported into a webpage by these methods
is known as
Active Content and now requires an extra click to activate it
and interact
with it.
The workaround ultimately rests with website designers who
are now advised
by Microsoft and Adobe etc to implement the controls for
Active Content in
their sites indirectly via Javascript rather than direct HTML
tags.
If you have DW8, the 8.0.2 updater will insert Flash with
Adobe's
recommended Active Content fix already included in the code.
With any other
version of DW, you'll have to do it manually.
http://support.microsoft.com/kb/912945/en-us
http://www.macromedia.com/devnet/activecontent/
http://www.baekdal.com/articles/Technology/microsoft-ie-activex-update
http://blog.deconcept.com/swfobject/
Some background:
http://en.wikipedia.org/wiki/Eolas
Regards
John Waller

Similar Messages

  • Controlling Flash in Dreamweaver

    Hello all,
    Thanks in advance to anyone who can solve this problem!
    I am building a page in Dreamweaver 4.0 and adding a large
    Flash movie (using Flash 5.0) which I want to start by clicking or
    mousing over a smaller image elsewhere on the page. However when
    viewing in Firefox, the movie starts off as soon as I load the
    page, rather than when I mouse over the image that is being used to
    start the big movie. It works in IE 7 but not in Firefox. Is there
    a piece of code I need for Firefox.
    I have followed the directions for Controlling Shockwave or
    Flash within (Dreamweaver as follows:
    1 Choose Insert > Media > Shockwave or Insert >
    Media > Flash to insert a Shockwave or Flash movie,
    respectively.
    2 Choose Window > Properties and enter a name for the
    movie in the upper leftmost field (next to the Shockwave or Flash
    icon). You must name the movie to control it with the Control
    Shockwave or Flash action.
    3 Select the item you want to use to control the Shockwave or
    Flash movie. For example, if you have an image of a "Play" button
    that will be used to make the movie play, select that image.
    4 Open the Behaviors panel (Window > Behaviors).
    5 Click the Plus (+) button and choose Control Shockwave or
    Flash from the Actions pop-up menu.
    A parameters dialog box appears.
    6 Choose a movie from the Movie pop-up menu.
    Dreamweaver automatically lists the names of all Shockwave
    and Flash movies in the current document. (Specifically,
    Dreamweaver lists movies with file names ending in .dcr, .dir,
    .swf, or .spl that are in object or embed tags.)
    7 Choose to play, stop, rewind, or go to a frame in the
    movie. The Play option plays the movie starting from the frame
    where the action occurs.
    8 Click OK.
    9 Check that the default event is the one you want.
    If it isn't, choose another event from the pop-up menu. If
    the events you want are not listed, change the target browser in
    the Show Events For submenu of the Events pop-up menu.
    I have followed all these directions, but the big movie
    starts playing as soon as I load the page, rather than waiting
    until I mouse over/click on the small jpg below. I have even added
    the <param name=play value=false> to the big movie code to no
    avail. I am viewing the site on Firefox.
    Here is my code for the large movie:
    <td width="380" height="280" valign="top"><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="380" height="280" name="metal">
    <param name=movie
    value="images/fabrication/fab_movie_large.swf">
    <param name=quality value=high>
    <param name=play value=false>
    <embed src="images/fabrication/fab_movie_large.swf"
    quality=high pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="380" height="280"
    name="metal" swliveconnect="true">
    </embed>
    </object></td>
    and here is the code for the jpg I am wanting to mouse over
    or click on to make the movie play:
    <td width="130" valign="top"><a href="javascript:;"
    onMouseOver="MM_controlShockwave('metal','','Play')"><img
    src="images/fabrication/Metal%20shop-s.jpg" width="130" height="87"
    border="0"></a></td>
    I'd appreciate any answers!
    Thanks!
    Pam
    aka Horgycat)

    Hello all,
    Thanks in advance to anyone who can solve this problem!
    I am building a page in Dreamweaver 4.0 and adding a large
    Flash movie (using Flash 5.0) which I want to start by clicking or
    mousing over a smaller image elsewhere on the page. However when
    viewing in Firefox, the movie starts off as soon as I load the
    page, rather than when I mouse over the image that is being used to
    start the big movie. It works in IE 7 but not in Firefox. Is there
    a piece of code I need for Firefox.
    I have followed the directions for Controlling Shockwave or
    Flash within (Dreamweaver as follows:
    1 Choose Insert > Media > Shockwave or Insert >
    Media > Flash to insert a Shockwave or Flash movie,
    respectively.
    2 Choose Window > Properties and enter a name for the
    movie in the upper leftmost field (next to the Shockwave or Flash
    icon). You must name the movie to control it with the Control
    Shockwave or Flash action.
    3 Select the item you want to use to control the Shockwave or
    Flash movie. For example, if you have an image of a "Play" button
    that will be used to make the movie play, select that image.
    4 Open the Behaviors panel (Window > Behaviors).
    5 Click the Plus (+) button and choose Control Shockwave or
    Flash from the Actions pop-up menu.
    A parameters dialog box appears.
    6 Choose a movie from the Movie pop-up menu.
    Dreamweaver automatically lists the names of all Shockwave
    and Flash movies in the current document. (Specifically,
    Dreamweaver lists movies with file names ending in .dcr, .dir,
    .swf, or .spl that are in object or embed tags.)
    7 Choose to play, stop, rewind, or go to a frame in the
    movie. The Play option plays the movie starting from the frame
    where the action occurs.
    8 Click OK.
    9 Check that the default event is the one you want.
    If it isn't, choose another event from the pop-up menu. If
    the events you want are not listed, change the target browser in
    the Show Events For submenu of the Events pop-up menu.
    I have followed all these directions, but the big movie
    starts playing as soon as I load the page, rather than waiting
    until I mouse over/click on the small jpg below. I have even added
    the <param name=play value=false> to the big movie code to no
    avail. I am viewing the site on Firefox.
    Here is my code for the large movie:
    <td width="380" height="280" valign="top"><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="380" height="280" name="metal">
    <param name=movie
    value="images/fabrication/fab_movie_large.swf">
    <param name=quality value=high>
    <param name=play value=false>
    <embed src="images/fabrication/fab_movie_large.swf"
    quality=high pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="380" height="280"
    name="metal" swliveconnect="true">
    </embed>
    </object></td>
    and here is the code for the jpg I am wanting to mouse over
    or click on to make the movie play:
    <td width="130" valign="top"><a href="javascript:;"
    onMouseOver="MM_controlShockwave('metal','','Play')"><img
    src="images/fabrication/Metal%20shop-s.jpg" width="130" height="87"
    border="0"></a></td>
    I'd appreciate any answers!
    Thanks!
    Pam
    aka Horgycat)

  • Flash File Gets a White Border on Page loaded and link changes to hyperlink

    Hi,
    Flash File Gets a White Border on Page loaded and the mouse
    pointer changes to hyperlink Pls Help Its caused only in a System
    which has Win XP or higher version U can view the Bug at "
    www.prosystems.in"
    Regards,
    Francis

    > Also, I need to link the file a URL and putting <a
    href> brackets around it is
    > not working. Does the link to the page have to embedded
    in the swf file?
    wrapping an A HREF tag around a flash .swf object will not
    work.
    the link has to be "in" the swf, back when it was an FLA file
    in flash.
    Or- the .swf has to have actionscripting in it so that it
    will take a url as
    a parameter.
    On the flash not showing--
    Random observations from a quick look.
    There is no \ backslash in a web path or url.
    you can usually "get away with it" on a windows server, but
    it's incorrect
    and something to avoid.
    <!-- Dependencies -->
    <link type="text/css" rel="stylesheet"
    href="build\fonts\fonts.css">
    <!--<link type="text/css" rel="stylesheet"
    href="build\reset\reset.css">-->
    <script type="text/javascript"
    src="build\yahoo\yahoo.js"></script>
    <script type="text/javascript"
    src="build\dom\dom.js"></script>
    <script type="text/javascript"
    src="build\event\event.js"></script>
    <!-- Source file and calendar css -->
    <script type="text/javascript"
    src="build\calendar\calendar.js"></script>
    <link rel="stylesheet" type="text/css"
    href="build\calendar\assets\calendar.css" >
    The javascript call to show the flash file contains an
    absolute local path:
    'file:///Macintosh HD/Users/user/Documents/ Work/Nimble Press
    Ÿ/Grant
    Wrangler/Website/GW ADs/tiged
    The noscript tag uses an absolute local path:
    <param name="movie" value="file:///Macintosh
    HD/Users/user/Documents/
    Work/Nimble Press Ÿ/Grant Wrangler/Website/GW
    ADs/tiged.swf">
    <param name="quality" value="high">
    <embed src="file:///Macintosh HD/Users/user/Documents/
    Work/Nimble Press Ÿ/Grant Wrangler/Website/GW
    ADs/tiged.swf" quality="high"
    pluginspage="
    http://www.adobe.com
    it's also not a good idea to put things in a folder using a
    blank space, and
    whose name contains the word "ADs"
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Flash animation not showing up on HTML page

    I just created a test page for my flash animation, but all I
    get is a blank white page. Check it out here:
    http://www.inspired-evolution.com/Flash/test.html
    I am adding the flash via dreamweaver CS3 under
    insert>>media>>flash
    the code being produced is this:
    <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','720','height','73','title','IE
    Intro','src','IE_intro','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','IE_intro'
    ); //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="720" height="73" title="IE Intro">
    <param name="movie" value="IE_intro.swf" />
    <param name="quality" value="high" />
    <embed src="IE_intro.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="720"
    height="73"></embed>
    </object></noscript>
    and the html file and swf are in the same directory and both
    uploaded on the server.

    hello, i haven't' any idea why isn't show
    tip:
    read this

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

  • Using apple iphone 5, i observe today that display shows yellow border when i choose option in setting as erase all content and setting, iphone goes in to starting mode, i want to know is there any problem to display, plz give me feed back urgently

    using apple iphone 5, i observe today that display shows yellow border when i choose option in setting as erase all content and setting, iphone goes in to starting mode, i want to know is there any problem to display, plz give me feed back urgently

    I had this same thing happen to me.  I was using my brand new iphone 5 (texting and listening to music through the speakers) when it flashed the apple logo, stopped my music and brought me to the lock screen. 

  • Flash button to show html layer

    I have embedded a Flash menu into an html doc with a hidden
    layer called player. I want a button in the Flash menu to show that
    layer. I used the instructions on this website:
    http://www.bestflashanimationsite.com/tutorials/1/2/
    But it doesn't work. I made a link on the html page that
    shows the layer, so the Dreamweaver MM_showHideLayers function is
    there in the html head. I tried this in the button actionscript:
    on(press) {
    getURL("javascript:MM_showHideLayers('player','','show')");
    I also tried writing a custom function in the html which does
    work from a button in the html:
    function showPlayer() {
    MM_showHideLayers('player','','show')
    and then putting this in the Flash button:
    on(press) {
    getURL("javascript:showPlayer()");
    Which does not work. (following are the Dreamweaver
    functions)
    Please help!!!!!

    I use externalInterface (instead of getURL). Its a great way
    to call javascript functions from flash and vice-versa.
    http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveD ocs_Parts&file=00002200.html
    There are some links to examples in the comments below the
    description.

  • Flash in Dreamweaver site  AC_RunActiveContent.js problem

    I have a site created at www.backtothebasics.net. I have
    Flash banners running at the tops of each page. The home page
    works, as does all of the main category pages (ie Sprouting,
    Gardening, etc). However, when you click further, to an article
    within a category, the Flash banner just shows up as a blank white
    box. Each page has the same code on it-the script call in the head
    "<script src="AC_RunActiveContent.js"
    type="text/javascript"></script>", and then the code
    within the page. The only difference is that the article pages are
    one more level down in the folder structure, so the head code reads
    Scripts/AC_RunActiveContent.js on the home page, ../Scripts/ on the
    category pages, and then ../../Scripts/ on the newsletter article
    pages. I have tried taking out all AC references, as well as
    putting the js script in the same folder and adjusting the head
    code accordingly, and none of these things seems to work. Any ideas
    on what I need to do to fix this?

    This is the portion in the <head>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/dehydrating_short.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Back to the Basics : Benefits of Dehydrating
    Article Page 1</title>
    <!-- InstanceEndEditable --><!--
    InstanceBeginEditable name="head" -->
    <link href="../../print.css" rel="stylesheet"
    type="text/css" media="print" />
    <script src="
    http://www.backtothebasics.net/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <link rel="stylesheet" type="text/css"
    href="../../theme.css" />
    <script type="text/javascript">
    This is the body portion:
    <table width="820" border="0" cellspacing="0"
    cellpadding="0" align="center">
    <tr>
    <td width="150" valign="middle"><img
    src="../../images/top_left.gif" width="160" height="180"
    /></td>
    <td width="670" valign="middle">
    <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','660','height','180','src','../flash/Dehydrateing_Banner','quality','high','pluginspag e','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',' movie','../flash/Dehydrateing_Banner'
    ); //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="660" height="180">
    <param name="movie" value="
    http://www.backtothebasics.net/flash/Dehydrateing_Banner.swf"
    />
    <param name="quality" value="high" />
    <embed src="../../flash/Dehydrateing_Banner.swf"
    quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="660"
    height="180"></embed>
    </object></noscript></td>
    </tr>
    </table>
    The paths to the script and flash files are both correct.
    Here is the code on a page that is working correctly: The
    only difference is that this page is located at root/dehydrating/
    and the one that is not working is at root/dehydrating/articles/.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/main_page.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Back to the Basics : Dehydrating Main
    Page</title>
    <!-- InstanceEndEditable --><!--
    InstanceBeginEditable name="head" -->
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="../theme.css"
    />
    <script type="text/javascript">
    And the page code:
    <table width="820" border="0" cellspacing="0"
    cellpadding="0" align="center">
    <tr>
    <td width="150" valign="middle"><img
    src="../images/top_left.gif" width="160" height="180"
    /></td>
    <td width="670" valign="middle"><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','660','height','180','title','Dehydrating
    Flash
    Banner','src','../flash/Dehydrateing_Banner','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','../flash/Dehydrateing_Banner'
    ); //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="660" height="180" title="Dehydrating Flash Banner">
    <param name="movie"
    value="../flash/Dehydrateing_Banner.swf" />
    <param name="quality" value="high" />
    <embed src="../flash/Dehydrateing_Banner.swf"
    quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="660"
    height="180"></embed>
    </object></noscript></noscript></td>
    </tr>
    </table>
    Thanks!

  • Insert Flash with Dreamweaver CS3 Question

    So I have been building websites for awhile and have always relied on the built in insert flash object that came with dreamweaver as I have never had issues with it.
    However as I finished a site recently the client had a friend look at it and brought up the red flag that the site was not w3 compliant.  So I go and look at the little tool they have and the only error that comes up is related to the insertion of flash on the page.
    I googled it a bit and found a number of people saying that the insert flash through dreamweaver will no show up as compliant.  A couple solutions to fix the problem.
    But before I go down that road, I want to ask. ...Does it really matter here?  Seems like Dreamweaver insertion would be compliant? I mean come on the link that the w3 give to fix the problem is a link from a fix created in 2002.
    I have never heard of anyone saying no the flash does not show up so right off I am not terribly concerned but it would be nice to know..
    Also if it is important and suggestions as to a nice fix to the issue would be great.
    Thanks for your time,
    Chris

    Right you are!
    I tend to spot check pages and haven't done a W3C check on a flash embed in my websites (apparently). Just did one pursuant to your question. The page is 100% compliant without the Flash video. has 51 errors, 35 warnings with it. Lots of those errors are Adobe-generated Javascript that handles the flash video insert, skins it and so on.
    Here is where Adobe may not be compliant with the W3C.

  • Flash 8 Slide Show

    Can anyone help me? I have been beating my head against a
    wall for two days trying to do a simple slide presentation. The
    tutorial is sooooooooooooooo vague and the example gives steps to
    doing something I am not in the least interested in doing right
    now. I think this is the most frustrating software I have ever
    used, but I won't give up!!!! Is there anyone out there that could
    spend some time with me and help me do some simple things, like a
    slide show that fades in and out, can anyone explane it to me in
    simple terms. I am new at this but have used "Front Page" for
    alomost two years. I want to upgrade and get proficient at Flash
    and Dreamweaver. So far the help menues have been absolutely
    discouraging and of no help at all.
    Thank you for any help you can give me,
    Need it to be simple.

    Very few things worth doing in life are completely simple and
    easy. You would be amazed at how many folks come to Flash and
    expect to be able to do some incredibly complex and fully developed
    application within a few tutorials. Really not going to happen!
    Almost nothing in creating a Flash XML Slide Show is all that
    difficult – if you approach it one small problem at a time.
    But if you try and make the whole thing in one pass it certainly
    will be daunting.
    I don't know what tutorial you are using so it is difficult
    to advise on that front. But often the "something I am not in the
    least interested in doing right now" part either means you are
    doing the wrong tutorial or you are far to impatient and should
    slow down your expectations a bit. Maybe.
    For the OP, are you trying to make a timeline based slideshow
    where the images are all imported to the stage and then revealed
    with some animations or perhaps even with a click of a forward/back
    button? Or are you trying to make an actionscript based type of
    interactive extensible slide show. Your answer will very much
    affect how we could possibly help here.
    For jim boles. Same thing. None of a Flash XML slide show is
    all that hard – but it is really difficult to remember that
    you were out to drain the swamp when you are up to your (ahemmmm)
    in alligators! The forum shows this is your first post. So first,
    something like that would likely get more help in the Actionscript
    forum. Then additionally I would think you should have a history of
    "How do I use the MovieClipLoader to load external Images" and "How
    do create a nice XML transfer" and "onEnterFrame vs. setInterval:
    what is your favorite way to fade a clip?" You should tackle each
    of these little problems before you try and combine them all
    together.
    There is a reason that a lot of folks charge for such things.
    It is an investment in time, learning, and development to make such
    a thing.

  • It shows white border on all sides of document after publishing

    I am facing some problems with publishing of flash file. After publishing at HTMl; it shows white border at all sides of document.
    My document size is Width :- 1280 Height : 650. It is adding border on all sides border at top and bottom are greater than that of Left and Right.
    I have tried it many ways, altered my flash setting as well but no use. I am really stumped due to this.
    To my surprise at SWF file it showing perfect match and fit exactly into window (not showing any borders like HTML)
    I dont know exactly from where it is getting white borders.
    My Publish Setting Are as follows
    Flash :-
    Version : Flash Player 9
    Load Order : Bottom Up
    ActionScript Version : ActionScript 2.0
    HTML :-
    Template : Flash Only
    Dimenssion: Match Movie
    Quality :- High
    Window Mode : Window
    HTML Alignment : Default
    Scale : Exact Fit
    Alignment : horizontal :- Left, Vertical : Top
    Any help would be greatly appreciated

    There is no margin or not any CSS code at my HTML file.
    Here is code
    <code>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>preloader2</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '1280',
                'height', '650',
                'src', 'preloader2',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'window',
                'devicefont', 'false',
                'id', 'preloader2',
                'bgcolor', '#ffffff',
                'name', 'preloader2',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'preloader2',
                'salign', ''
                ); //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=8,0,0,0" width="1280" height="650" id="preloader2" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="preloader2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="preloader2.swf" quality="high" bgcolor="#ffffff" width="1280" height="650" name="preloader2" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    </code>

  • I have Photoshop elements 10 and have been trying to copy albums onto a flash drive to show slide show on my TV. 10 does not have a flash drive connection, so I am trying to put it on my harddrive. When I hit the export to harddrive or anything else, I ge

    I have Photoshop elements 10 and have been trying to copy albums onto a flash drive to show slide show on my TV. 10 does not have a flash drive connection, so I am trying to put it on my harddrive. When I hit the export to harddrive or anything else, I get a message saying it is trying to locate and reconnect missing photos, goes into a search mode and displays the identifiers of the located images. When I try to follow the directions for reconnecting I get nowhere. Can you help?

    Wrong forum; we don't do Elements here.
    You want:  Photoshop Elements

  • Inserting flash in Dreamweaver.

    now I have seen tutorials over and over and I have done this
    website 3 times now. I do the div's first at then I do make an
    editable region and save the template. Then I do the pages.
    Then I go to the left middle div to insert the flash (in the
    template) and then save the template.
    It asks me to update site.. I choose Entire site and library.
    After that I check my pages... and the flash fil wont show..
    It only shows in the template,
    I have read some many website the my eyes almost pop out. So
    now this forum is my last resort.
    Why does the flash not show???
    http://nilleagentur.dk/test/nilleagency/index.html
    thank you in advance

    i would think that you would just copy the code from the html
    page that lightroom generates and paste it into a div on a page in
    your existing site, no?
    to know for sure, i would probably make sense for you to post
    a link to your site and tell the community here where you want the
    lightroom content to go.

  • Flash CC is showing objects too large on my retina display?

    For example,
    If i create an image 2560px wide (which is the width of my screen) in photoshop and then import into Flash CC, it shows up on the Flash stage as almost twice that wide....
    Any help would be greatly appreciated.
    Thanks

    In addition to simple pixel resolutions photoshop has the option of ppi.
    If you choose 144 ppi (which might be reasonable if you target retina displays) and 550x400 pixel
    The picture will appear double sized on flash old-school 72pppi /550x400 pixel stage.

  • Flash in Dreamweaver???

    I have uploaded and displayed flash in dreamweaver before but
    for some reason i cannot get it to work now. Does this have
    anything to do with CSS? The file is succesfully on the server as
    you can see at www.zcarpentry.com/dropmenZCI.swf but when going to
    www.zcarpentry.com the blank space on the left is where the menu
    should be. PLEASE HELP!!! I am self taught and think i may be
    overlooking something here is my source code:
    <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="182" height="460" align="middle">
    <param name="movie" value="../../Z
    Carpentry/htdocs/dropmenZCI.swf" />
    <param name="quality" value="high" />
    <embed src="../../Z Carpentry/htdocs/dropmenZCI.swf"
    width="182" height="460" align="middle" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash"></embed>
    </object>

    Self taught developers usually don't get some of the finer
    usability points.
    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    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?
    It's usually a very bad idea for these reasons...
    In your case, the most profound problem is #2 - since you
    have an all-Flash
    page, you will not find much love from the search engines.
    And even though
    Google is saying it now scans Flash links, I am skeptical.
    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
    ==================
    "Frank Gioia" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have uploaded and displayed flash in dreamweaver before
    but for some
    >reason i
    > cannot get it to work now. Does this have anything to do
    with CSS? The
    > file is
    > succesfully on the server as you can see at
    > www.zcarpentry.com/dropmenZCI.swf
    > but when going to www.zcarpentry.com the blank space on
    the left is where
    > the
    > menu should be. PLEASE HELP!!! I am self taught and
    think i may be
    > overlooking
    > something here is my source code:
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="182" height="460"
    align="middle">
    > <param name="movie" value="../../Z
    Carpentry/htdocs/dropmenZCI.swf"
    > />
    > <param name="quality" value="high" />
    > <embed src="../../Z Carpentry/htdocs/dropmenZCI.swf"
    width="182"
    > height="460" align="middle" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash"
    type="application/x-shockwave-flash"></embed>
    > </object>
    >
    >

Maybe you are looking for

  • I can not play a large percentage of my music due to "could not be used because original file could not be found"  How do I locate these files again? Thanks

    So I have not been able to play a large number of my songs duw to a message that reads "could not be used because original file could not be found".  Does anyone know how to locate these files so that itunes will play them again?  Thanks

  • RFC Adapter: Adapter Engine Field Blank

    Hi all, Could anyone guide me through troubleshooting this one: When creating a RFC communication channel the listbox for the Adapter Engine is empty so I cannot select Integration Server as in other channels. All I know is that this might come from

  • Using the mac mini with a dial up internet connection

    How do I go about using my mac mini with a dial up internet connection? I am soon to be moving to a rural area and dial up will be my only internet option. Please be very specific in your answer as I am not a very tech savvy fellow. Thank you for you

  • No rows returned in GC Reports

    Hi all, I created my own report with the body as the following: Table from SQL: select * from sys.aud$ where to_char(ntimestamp#, 'DD-MON-YYYY')='18-NOV-2008' I granted select on sys.aud$ to SYSMAN and MGMT_VIEW users in my TEST database. When I am t

  • SFTP error in OSB

    I have configured SFTP in proxy service by giving Request Message Type as text,*Protocol* : sftp *,Endpoint URI* :sftp://hostname:port//Filelocation SFTP Configuration User Autentication :username Password,*Service Account*: browsed the service accou