Apply CSS to Flash Movie?

If I want to apply a class to a flash movie, where do I place
it in order
for it to listen?
Here's my code:
<div id="header">
<p id="flash">
<object type="application/x-shockwave-flash"
data="/clients/affusion/webs/assets/affusionconsulting.swf"
width="472" height="196" class="movie">
<param name="movie"
value="/clients/affusion/webs/assets/affusionconsulting.swf"
/>
</object> </p>
</div>
Here's the simple css:
#flash {
height: 214px;
margin: 0 21px 0 15px;
background: url(/clients/affusion/webs/images/headerbg.gif)
no-repeat left;
display: block;
text-align: right;
.movie { padding-top: 9px;}
Here's the URL:
http://www.galfanodesign.com/clients/affusion/webs/final/index.asp
Might there be a simpler solution to what I am seeking?
Thanks!
Dan

That could be....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Dan Galfano" <[email protected]> wrote in
message
news:[email protected]...
>I see. I swear the bg-image did move before..but perhaps
it was the whole
>container that was moving and not the bg-image.
>
>
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:[email protected]...
>> Jup. The only way to move background images is with
>> background-position....
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do
so!)
>> ==================
>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>> ==================
>>
>>
>> "Dan Galfano" <[email protected]>
wrote in message
>> news:[email protected]...
>>> Hmm...Well, whatever it was doing, I just
re-read what I wrote and made
>>> sure the background position of the image was
"top" and then added the
>>> padding to the container, and it worked.
>>>
>>> Dan
>>>
>>>
>>>
>>> "Murray *ACE*"
<[email protected]> wrote in message
>>> news:[email protected]...
>>>> Padding will not move background images.
>>>>
>>>> --
>>>> Murray --- ICQ 71997575
>>>> Adobe Community Expert
>>>> (If you *MUST* email me, don't LAUGH when
you do so!)
>>>> ==================
>>>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>>>> ==================
>>>>
>>>>
>>>> "Dan Galfano"
<[email protected]> wrote in message
>>>> news:[email protected]...
>>>>> Ok. Well, I have this header with a
background image and am putting
>>>>> the flash movie in the <div> but
the movie is aligned at the top of
>>>>> the <div>. I want it padded 9px
from the top. But, if I put in the
>>>>> padding-top in my css for the header,
then it moves the background
>>>>> image down too......
>>>>>
>>>>> Any thoughts?
>>>>>
>>>>> Dan
>>>>>
>>>>>
>>>>> "Murray *ACE*"
<[email protected]> wrote in message
>>>>>
news:[email protected]...
>>>>>>> I can't apply CSS to a flash
movie? I don't want to apply it within
>>>>>>> the movie...Wouldn't it be like
adding CSS to an image?
>>>>>>
>>>>>> No. Sorry. Flash lives in a
concurrent but different universe than
>>>>>> HTML.
>>>>>>
>>>>>>> If not, then, do you see any
fixes I can add to my container?
>>>>>>
>>>>>> I'm not quite sure what you are
wanting to do, Dan.
>>>>>>
>>>>>> --
>>>>>> Murray --- ICQ 71997575
>>>>>> Adobe Community Expert
>>>>>> (If you *MUST* email me, don't LAUGH
when you do so!)
>>>>>> ==================
>>>>>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>>>>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>>>>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>>>>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>>>>>> ==================
>>>>>>
>>>>>>
>>>>>> "Dan Galfano"
<[email protected]> wrote in message
>>>>>>
news:[email protected]...
>>>>>>> Murray,
>>>>>>>
>>>>>>> I can't apply CSS to a flash
movie? I don't want to apply it within
>>>>>>> the movie...Wouldn't it be like
adding CSS to an image?
>>>>>>>
>>>>>>> If not, then, do you see any
fixes I can add to my container?
>>>>>>>
>>>>>>> Thanks!
>>>>>>>
>>>>>>> Dan
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> "Murray *ACE*"
<[email protected]> wrote in message
>>>>>>>
news:[email protected]...
>>>>>>>>> If I want to apply a
class to a flash movie, where do I place it
>>>>>>>>> in order for it to
listen?
>>>>>>>>>
>>>>>>>>
>>>>>>>> You cannot apply CSS to
Flash. You could apply it to a container
>>>>>>>> into which the Flash is
placed, though.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Murray --- ICQ 71997575
>>>>>>>> Adobe Community Expert
>>>>>>>> (If you *MUST* email me,
don't LAUGH when you do so!)
>>>>>>>> ==================
>>>>>>>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>>>>>>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>>>>>>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>>>>>>>
http://www.macromedia.com/support/search/
- Macromedia (MM)
>>>>>>>> Technotes
>>>>>>>> ==================
>>>>>>>>
>>>>>>>>
>>>>>>>> "Dan Galfano"
<[email protected]> wrote in message
>>>>>>>>
news:[email protected]...
>>>>>>>>> If I want to apply a
class to a flash movie, where do I place it
>>>>>>>>> in order for it to
listen?
>>>>>>>>>
>>>>>>>>> Here's my code:
>>>>>>>>>
>>>>>>>>> <div id="header">
>>>>>>>>> <p id="flash">
>>>>>>>>> <object
type="application/x-shockwave-flash"
>>>>>>>>>
data="/clients/affusion/webs/assets/affusionconsulting.swf"
>>>>>>>>> width="472" height="196"
class="movie">
>>>>>>>>> <param name="movie"
>>>>>>>>>
value="/clients/affusion/webs/assets/affusionconsulting.swf" />
>>>>>>>>> </object>
</p>
>>>>>>>>> </div>
>>>>>>>>>
>>>>>>>>> Here's the simple css:
>>>>>>>>> #flash {
>>>>>>>>> height: 214px;
>>>>>>>>> margin: 0 21px 0 15px;
>>>>>>>>> background:
url(/clients/affusion/webs/images/headerbg.gif)
>>>>>>>>> no-repeat left;
>>>>>>>>> display: block;
>>>>>>>>> text-align: right;
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> .movie { padding-top:
9px;}
>>>>>>>>>
>>>>>>>>> Here's the URL:
>>>>>>>>>
http://www.galfanodesign.com/clients/affusion/webs/final/index.asp
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Might there be a simpler
solution to what I am seeking?
>>>>>>>>>
>>>>>>>>> Thanks!
>>>>>>>>>
>>>>>>>>> Dan
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize, delete, duplicate and move up/ down ability.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    For this reason I cannot build new pages by copying one page to create another.
    I have a third style sheet that I use for the navigation styles  and h1 -h6 ect. tags. and I am also using a css drop menu, can one of these be the problem?
    The css menu I am using has the following script - I goes at the bottom of the html page. Before the closing body tag,
    <script>
    $(function () {
      $("#nav").tinyNav();
    </script>
    I am also using the following for image control - I place it towards the top of the fluid
    grid style sheet.
        box-sizing: border-box; /* Opera/IE 8+ */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    Can some one please help.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    This implies there is something broken in your FluidGrid Layout CSS file.   It  could be something simple like a missing semi-colon or curly bracket.   Run your code through the W3C validation tools below to check for errors.  NOTE:  ignore reported errors in boilerplate.css
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • How can I remove the thin black border of Flash movie when viewed in a browser?

    There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?
    Here's the movie.
    One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.
    I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
    I'm using Flash CS3 on a Windows PC rrunning XP professional.

    Okay, I found the answer. It turns out that when I made the buttons in Flash (so the movie would have clickable links), the default stroke color was set to black. Change it to white and the outline is gone.
    As for appearing only on the top and left of the movie - for some reason the bottom and right is being cropped a bit when it's placed in to the html page. But that's a topic for a different discussion.

  • How Do I Execute An exe or an msi Install file From a Button in Flash Movie

    Issue:
    I have a flash movie that runs as a standalone player on a
    Demo CD... I also have an install msi file(same as an exe) that
    when the user is done viewing the flash movie they can click on a
    menu button in the flash movie that executes the msi or exe located
    on the root of the CD which starts the install process.
    Question: What is the action script (FOR FLASH 8) that i
    apply to the button that will initiate or call the MSI or exe
    install file.
    Anyhelp would be great... even a link to an example... or
    anything... thanks
    Thanks in advance...

    fscommand("exec","myexe.exe");
    Should run the program myexe.exe inside a directory called
    fscommand
    which must be a subdirectory of whereever your projector is
    located.
    In windows:I know you can run .bat files with fscommand. But
    I'm not sure about msi files.
    You can often get around the limitations by having a .bat
    file that will a) show a cmd window briefly and b) do the thing
    that you couldn't do from flash.
    If running the msi doesn't work from flash directly you may
    want to try using a bat file...
    There's some information here.
    http://livedocs.adobe.com/flash/9.0/main/00001177.html#wp143348

  • Fullscreen Flash movie not showing up on Mac

    My flash movie is set to 100% width and height and it is
    working fine on my PC on IE 6,7, FF 2, Safari 3, and Opera, but on
    my Mac, the movie will not show up unless I change the 100% values
    to actual height and width values. Does anyone have any thoughts
    here?
    The link is:
    http://blausenlisi.com/clients/blausenlisi/indexfull.html
    Thanks!

    try adding this in your <head> tags.. change the width
    and height properties to match your documents width and height.
    <style type="text/css">
    #home-content{
    margin: 0 auto;
    width: 1000px;
    height: 800px;
    </style>

  • Is there a better way to position a flash movie than ap div?

    I'm creating a new website(not yet active) and have a great flash movie for the home page.  I've place it in an ap div and of course it moves to a different position in different browsers. Is there any way I can get it to display correctly, or is there a better way to position the movie? Thanks.

    Of course. The following code is for the home page: 
    "http://www.w3.org/TR/html4/loose.dtd">
    #page-background
    #container
    /* this image stays in internal style sheet*/
    #mainImage{
        background-image: url(images/mainImageBkgrnd.jpg);
        background-position: center top;
        background-repeat: repeat-y;
        width: 875px;
        height: 625px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        position: relative;
    #footer{
        position: absolute;
        top: 700px;
        left: 10px;
    #serviceImage{
        position: absolute;
        top:300px;
        left: 35px;
        z-index: 0;
    #orderImage{
        position: absolute;
        top: 300px;
        right: 20px;
    #flashMovie {
        background-image: url(images/flashPix.png);
        background-position: center top;
        background-repeat: no-repeat;
        width: 700px;
        height: 300px;
        margin: 0 auto;
    .flashText p{
        width: 250px;
        padding-top: 75px;
        font-family: "Arial Narrow";
        font-size: 180%;
        line-height: 1.5em;
        color: #666;
    #vertStripe {
        position: absolute;
        top: 325px;
        left:435px;
    #serviceHeader {
        position: absolute;
        z-index : 50;
    #apDiv1 {
        position:absolute;
        left:607px;
        top:169px;
        width:700px;
        height:298px;
        z-index:2;
    html {overflow-y:hidden;}
    body {overflow-y:auto;}
    #page-background
    #content
    </style>
    <![endif]-->
    <!IE7 and lower stylesheet>
    <!>If this page is not displaying correctly, please update your browser by downloading Internet Explorer 8.<link rel="stylesheet" type="text/css" href="ie7-and-down <link rel="stylesheet" type="text/css" href="ie7-and-down.css" />  <![endif]>
    body
    font-size: 70%;
    text-align: center;
    <!begin flash Movie> 
        <!>>
          <!<![endif]>
            Content on this page requires a newer version of Adobe Flash Player.
    !http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif|height=33|alt=Ge t Adobe Flash player|width=112|src=http://www.adobe.com/images/shared/download_buttons/get_flash_player .gif!</p>
          </div>
          <!>>
        </object>
        <!<![endif]>
      </object>
    </div>
    <!end flash Movie>
    !images/waves2.png|height=100%|alt=Waves|width=100%|src=images/waves2.png!
    !images/banner_nws.gif|height=120|alt=Northwind Safety Corp.|width=875|src=images/banner_nws.gif!
    <!main Navigation menu>
    [About Us | about_us.html]
    [Services | serv_fa.html]
    [Training | train_cpr.html]
    [Products | products.html]
    First Aid
    [AEDs | aed_philips.html]
    <!end main Navigation menu>
    !images/serviceComp.png|height=250|alt=Van Serviceman|width=400|src=images/serviceComp.png!<!end serviceHeader>
    </div><!end serviceImage>
    !images/vertStripe.png|height=150|width=5|src=images/vertStripe.png!
    <!end vertical stripe>
    !images/orderComp.png|height=250|alt=Order Taker|width=380|src=images/orderComp.png!
    <!end orderImage>
    </div><!end mainImage>
    h1. Contact Us
    h1. Careers
    h3. Northwind Safety Corporation
    8425 Rausch Drive
                       Plain City, Ohio 43064
                    phone: 614-873-1000
                    fax: 614-873-1002
    [ [email protected] | mailto:[email protected]]
    <!end footer div>
    </div><!end container div>
    </div><!end body div>
    swfobject.registerObject("FlashID");
    <!end body>
    </html> 
      Thanks  

  • Rendering Div contents in a flash movie

    I have a webpage containing 2 DIV containers hidden using CSS. The site has a Flash Movie embedded. I want to render the content of these hidden DIV containers from within the Flash movie.
    I'm using CS4, is this possible? and how would i go about doing this?
    Any help would be much appriciated. Thanks for your time,
    Tony
    HTML
    <div id="sectionone">content</div>
    <div id="sectiontwo">content</div>
    CSS
    hide sectionone div and sectiontwo div
    FLASH
    Display sectionone within flash movie when requested

    I would look into the ExternalInterface class.
    ExternalInterface allows you to communicate directly to javascript on the page.  To make this work you would have the actionscript trigger a javascript function that then returns the requested div value.
    Something like:
    var div1String:String = ExternalInterface.call("getDiv1");
    trace(div1);
    || In Javascript block on page ||
    function getDiv1()
         return document.getElementById("div1").innerHTML;

  • Embedding an HTML page in a Flash Movie

    I am trying to embed an HTML page in the center of a Flash
    movie and I was wondering if this is possible, and if so, what is
    the code to do so. I want it as a small box in the middle of my
    SWF.

    You can add HTML formatted txt to a TextField or a TextArea
    Component. This only allows for simple things, a href, b, u, i,
    p... But for a full HTML capabilities you may want to look into a
    DIV container that sits on top of your flash object using CSS
    styles.

  • Editable regions and Flash movie

    Hi,
    I am trying to insert a flash movie into an editable region
    of a child page, but I keep getting the following error: "Making
    this change would require changing code that is locked by a
    template or translator. The change will be discarded."
    I have read previous posts about the same issue, but none of
    them answers my question. I tried creating a new template and a
    child from it as a test deleting the css links (like some one
    suggested to do) to try to identify the troubled css and I kept
    getting the same error in the new pages. I hope someone can help to
    identify the issue and the solution. The region where I want to
    insert the movie is called "FinalMainContent."
    BTW, I do not know how to write code... Sorry!
    Thanks, in advance, for any help you can provide!
    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/Main Pages.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>TotusMundus - Video/Film</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <!--Fireworks 8 Dreamweaver 8 target. Created Sat Jan 13
    16:43:41 GMT-0500 ( ) 2007-->
    <link href="TotusMundus_Styles.css" rel="stylesheet"
    type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <link href="Templates/TotusMundus_Styles.css"
    rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <script language="JavaScript1.2"
    type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms
    [n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers.document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a
    ))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src;
    x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    //-->
    </script>
    <script type="text/javascript"
    src="p7pm/p7popmenu.js"></script>
    <style type="text/css">
    td img {display: block;}</style>
    <style type="text/css" media="screen">
    <!--
    @import url("p7pm/p7pmv0.css");
    a:link {
    color: #999999;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #666666;
    a:hover {
    text-decoration: none;
    color: #666666;
    a:active {
    text-decoration: none;
    color: #666666;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body
    onload="P7_initPM(0,0,1,0,-8);MM_preloadImages('Images/LinesBtn_f2.jpg','Images/SmallFlow erBtn_f2.jpg','Images/SquigliBtn_f2.jpg','Images/StarBtn_f2.jpg','Images/DoubleSquigliBtn_ f2.jpg','Images/BigFlowerBtna_f2.jpg','Images/PrevBtn_f2.jpg','Images/NextBtn_f2.jpg');">< table
    align="center" border="0" cellpadding="0" cellspacing="0"
    width="800">
    <!-- fwtable fwsrc="Index.png" fwbase="TotusMundus.jpg"
    fwstyle="Dreamweaver" fwdocid = "1262947761" fwnested="0" -->
    <tr>
    <td><img src="Images/spacer.gif" width="116"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="8"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="182"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="109"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="102"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="180"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="7"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="96"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="1" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="2" colspan="7"><a
    href="index.htm"><img name="LogoAnfTagLine"
    src="Images/LogoAnfTagLine.jpg" width="704" height="100" border="0"
    id="LogoAnfTagLine" alt="" /></a></td>
    <td><img name="MusicTitle"
    src="Images/MusicTitle.jpg" width="96" height="74" border="0"
    id="MusicTitle" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="74" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="4"><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    onmouseover="MM_swapImage('LinesBtn','','Images/LinesBtn_f2.jpg',1);"><img
    name="LinesBtn" src="Images/LinesBtn.jpg" width="96" height="57"
    border="0" id="LinesBtn" alt="" /></a></td>
    <td><img src="Images/spacer.gif" width="1"
    height="26" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="7"><img name="CushionforPath"
    src="Images/CushionforPath.jpg" width="704" height="13" border="0"
    id="CushionforPath" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="13" border="0" alt="" /></td>
    </tr>
    <tr>

    Can you upload the page and just post a link to it?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "TheUniverse" <[email protected]> wrote in
    message
    news:[email protected]...
    > 3rd part of the code:
    >
    > <td><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('StarBtn','','Images/StarBtn_f2.jpg',1);"><img
    > name="StarBtn" src="Images/StarBtn.jpg" width="96"
    height="82" border="0"
    > id="StarBtn" alt="" /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="82" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('DoubleSquigliBtn','','Images/DoubleSquigliBtn_f2.jpg'
    > ,1);"><img name="DoubleSquigliBtn"
    src="Images/DoubleSquigliBtn.jpg"
    > width="96"
    > height="127" border="0" id="DoubleSquigliBtn" alt=""
    /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="127" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td rowspan="5"><a href="javascript:;"
    > onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('BigFlowerBtna','','Images/BigFlowerBtna_f2.jpg',1);">
    > <img name="BigFlowerBtna"
    src="Images/BigFlowerBtna.jpg" width="96"
    > height="107" border="0" id="BigFlowerBtna" alt=""
    /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="32" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="6"><!-- InstanceBeginEditable
    name="BotBox" --><img
    > name="BotBox" src="Images/BotBox.jpg" width="588"
    height="8" border="0"
    > id="BotBox" alt="" /><!-- InstanceEndEditable
    --></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="8" border="0" alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td rowspan="3" align="center" valign="middle"
    > class="LeftBtn"><!-- InstanceBeginEditable
    name="RotWorld" -->
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','32','height','32','title','RotWorld','src','../Media/
    > RotWorld','quality','high','pluginspage','
    http://www.macromedia.com/go/getflashp
    > layer','movie','../Media/RotWorld' ); //end AC code
    > </script>
    > <noscript>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="32" height="32"
    title="RotWorld">
    > <param name="movie" value="Media/RotWorld.swf" />
    > <param name="quality" value="high" />
    > <embed src="Media/RotWorld.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="32"
    height="32"></embed>
    > </object>
    > </noscript>
    > <!-- InstanceEndEditable --></td>
    > <td rowspan="2" colspan="2"
    > valign="top" class="Print"><!--
    > InstanceBeginEditable name="Print" -->Print
    Document<!--
    > InstanceEndEditable
    > --></td>
    > <td><!-- InstanceBeginEditable name="PrevBtn"
    --><a
    > href="MedProdAbout.htm"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('PrevBtn','','Images/PrevBtn_f2.jpg',1)"><img
    > name="PrevBtn" src="Images/PrevBtn.jpg" width="109"
    height="31" border="0"
    > id="PrevBtn" alt="" /></a><!--
    InstanceEndEditable --></td>
    > <td><!-- InstanceBeginEditable name="NextBtn"
    --><a
    > href="MedProdPhoto.htm"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('NextBtn','','Images/NextBtn_f2.jpg',1)"><img
    > name="NextBtn" src="Images/NextBtn.jpg" width="102"
    height="31" border="0"
    > id="NextBtn" alt="" /></a><!--
    InstanceEndEditable --></td>
    > <td rowspan="2" colspan="2"
    > valign="top"> <p
    > class="Search"
    > style="margin:0px"><a
    href="Search.htm">Search</a></p></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="30" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img name="BotExtra2"
    src="Images/BotExtra2.jpg"
    > width="211" height="16" border="0" id="BotExtra2" alt=""
    /></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="16" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="6"
    > class="CopyRightText">© 2006 - 2004
    TotusMundus.org - all rights
    > reserved</td>
    > <td><img src="Images/spacer.gif" width="1"
    height="21" border="0"
    > alt=""
    > /></td>
    > </tr>
    > </table>
    > </body>
    > <!-- InstanceEnd --></html>
    >

  • Problems with fullScreenSourceRect in nested Flash movie

    I've got a Flash movie I'm updating to add the fullscreen
    property to my clients' videos. Problem is I've added all the
    necessary ActionScript and HTML code as Labs suggests and the
    fullscreen property does work but not exactly. The video FLV
    Playback component is nested inside of another .swf movie via an
    empty movie clip on the stage. And that MC is not at 0,0. Problem
    is when I go fullscreen even though I get the right width and
    heights of the rectangle from the fullScreenSourceRect property.
    The X and Y are out of wack and not in the right place. So is there
    a way I can change the following property so it knows where X and Y
    really are instead of 0,0?
    Stage["fullScreenSourceRect"] = new Rectangle(
    feature.x, feature.y,
    feature.width, feature.height);

    the CSS z Index setting is the ticket...
    http://www.w3schools.com/Css/pr_pos_z-index.asp
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

  • How can I get my Flash movie to load correctly in Internet Explorer?

    I loaded an swf into an html. It loads fine in Safari, Firefox and Opera. However, in Internet Explorer the swf covers up part of the copy. I tried everything with the css to get it to work, but it nothing has helped. Among other things, I tried changing the z-index in the css, but that doesn't do anything.  Is there a specific code I need to add to my html regarding the importing of the flash movie that would be specific to IE?

    This thread should be in either the Flash Pro forum or the Dreamweaver forum.
    This is for Flash Player and Flash Player related issues, not Flash or browser or HTML issues.

  • Flash movie display issues in IE

    Hi Everyone!
    This message is a cross-post and I apologize, but there seems
    to be more traffic in this forum and I really could use some input
    on my question. Here goes:
    I'm new to this forum, but have a little experience with
    Flash. I'm building a site, mixing flash with css and html on a
    webpage (obviously). When I test the pages in Internet Explorer,
    the display jumps around quite a bit when I navigate between web
    pages (looks fine when clicking through frames in the movies). This
    is the first time I've ever seen this (in the few times I've built
    flash-heavy sites) and this display issue doesn't happen in
    Firefox, Opera or even old Netscape. Unfortunately - most of the
    world is using IE, so I need a little help.
    I thought perhaps the Flash Satay solution might be the
    answer, but I'm not a handy programmer so before I go mucking
    around with it, I thought I'd get some thoughts from other flash
    users...
    Here's the link: mustardseedwoodworking.com/testing The pages
    in question (and the only ones that are working, really) are the
    home page, the about page, and then galleries one and two.
    (Oh finally, I'm viewing these pages both locally, on my
    computer and online after being uploaded. I have cable internet
    access. I realize Gallery 2 loads a bit more slowly than Gallery 1,
    but the primary reason I'm using flash to display the tables is
    because I want large, high rez photos. )
    Thanks in advance!
    Michelle

    Did you upload the Scripts folder that DW places in the root
    of your site?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dunk11" <[email protected]> wrote in
    message
    news:eavmev$olm$[email protected]..
    >I need some help getting Internet Explorer to show my
    flash movie.
    >Everything
    > looks fine in FireFox, but when I test it in IE my
    movies will not load.
    > I can
    > however go directly to the .swf file in IE and it will
    load. But when I
    > try to
    > view in on the actual webpage it will not. Here is the
    link
    >
    http://www.duncanandthompson.com/test/test.htm
    > Thanks
    >

  • Editing Buttons in an Old Flash Movie

    Hello,
    I am trying to edit a Flash movie that was created several years ago (probably around 2002-2004ish), using ActionScript 1. It's a library map that shows Library of Congress subjects when you hover over the stacks buttons. Here is a link to show what I am talking about: http://lib.skidmore.edu/includes/files/SubjectMaps/subjectmap.swf
    Click on the BY SHELF button to see the action I wish to edit.
    What I would like to do now is, instead of just the hover-over feature, I'd like to make each shelf button link to a Library of Congress search in our catalog when you click on it. However, when I try to edit the buttons, they won't appear in the ActionScript window, and I get the message "Current selection cannot have actions applied to it." I've read several forum and web questions regarding this, but I'm not using ActionScript 3, and I can't figure out how to open the button up and add code to it. Is this possible?
    I'd very much appreciate any help! :-)

    That is not a question, but I will try to explain the proper way to code a button.
    Select the button on the stage, then enter a name for it in the Properties panel where it says "<Instance name>"... one word, no spaces in it.  Let's say you name it "btn" (without quotes)
    The button is now ready to have code assigned to it.
    In the timeline create a layer that you will use for actionscript.  In the frame of that new layer that is the same frame number as the button, assign code to the button by selecting the frame in the actionscript layer and typing the following in the Actions panel...
    btn.onRelease = function(){
           trace("this button works");
    Once you have that working, replace the trace with whatever functionality you intend to code for the button.
    To get rid of any code that might be attached to the button that was already there, select the button on the stage while the actions panel is open and you should see any code attached to the button.  Attaching code to buttons is bad practice, so get rid of it and move it into the timeline in the timeline format.

  • Multiple flash movies on 1 web page?

    So, I'm working on a new site. Very graphical and will have a
    lot of cool bells and whistles. At first, I was creating it
    entirely in flash but I abandoned the idea because I just can't
    help but click the back button when I feel I need to, and doing
    that takes you all the way back to the previous HTML page instead
    of previous thing in the flash movie and it gets annoying fast, and
    I know if it happens to me it'll happen to plenty of others. So, I
    was thinking about just building it as html/dhtml with all the cool
    css tricks everyone and their mom are doing these days.
    The old versions was set up with one big movie for the
    interface, and smaller movies for the content that get loaded in
    with the loader component. Worked pretty well. So, I was thinking..
    what if I still kept those content pieces and loaded them in over
    the HTML, using DHTML to position stuff and the little
    wmode=transparent thingy so you can still see the background HTML
    bitz that need to be there. I mean, I know it can be done and how
    to do but my question is, what if I want to have the menu in flash
    too? and maybe the site logo animated? Or a rotating flash add at
    the top that's loading in a few different ads and cycling through
    each one like a slideshow? Will 3-4 different flash elements on 1
    page be bad? My first guess is it will slow things down a lot, but
    will it? I mean, it's not HUGE files it's more like smaller bits..
    logo, menu, ad and content .. the content will mostly just be text
    and some photos, nothing too fancy. I don't want it to slow down
    people's computers OR take forever to load/display (which it
    shouldn't). So it will be HTML pages loading in flash movies, so
    the back button will finally work!
    The reason I'm considering doing this is more for font issues
    than anything else, and some cool transparency effects I can
    accomplish with smaller files and better compatibility than if I
    use PNG files
    Any thoughts? is this a good idea or should I just try to do
    it all with DHTML stuff? I can do it that way, i was just thinking
    using Flash might be easier & better for some parts...

    Yes, it is fine to do that.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • ITunes data into a flash movie?

    Is there any way to show what's currently playing in iTunes,
    inside a flash movie. Even better, could it show the details of a
    playlist? MSN Messnger for example can show what you are currently
    listening to, so the same idea applies. This is not intended to be
    online, it is purely on my computer.
    ~ Thanks, Alex

    You can do this with AppleScript on OS X, not sure if there
    is a
    windows equivaleny.
    On 2007-01-13 23:38:56 -0500, "Hempsworth"
    <[email protected]> said:
    > Is there any way to show what's currently playing in
    iTunes, inside a
    > flash movie. Even better, could it show the details of a
    playlist? MSN
    > Messnger for example can show what you are currently
    listening to, so
    > the same idea applies. This is not intended to be
    online, it is purely
    > on my computer.
    > ~ Thanks, Alex
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

Maybe you are looking for

  • How do I install photoshop on the E: disk? (Or any other location on my laptop?)

    I installed Photoshop, and it automatically installed on the C: disk (Windows 7). The C: disk has only 11 Gb left, and I think that's the reason that I get warnings about a full scratch disk. So I rather install Photoshop on E:. So I reinstalled ever

  • Magic Mouse vs Magic Mouse 2

    Magic Mouse moves windows around. I wold like to see Apple create a magic mouse that would move the cursor. Just think of all the roller balls that would be eliminated. Bud

  • Activity can not post when do confirmation

    Dear Gurus!       I have an issue now, when I do confirmation for production order. But some order can post actvity(in CO03 -> Cost analisys -> Activity actual) but some can not. Do I miss any steps? I use BAPI to create comfirmation. Regards, Tony

  • Matte box

    Hi, I am switching from Adobe Premiere to Final Cut and obviously have some problems figuring it out. In Premiere I used a matte box file, which was a .gif that was basically two black bars on top and bottom and then a transparent layer in the middle

  • Tab control label "font" property node

    Hi! I am trying to manage font dimensions of different controls. I am using property nodes, and it is simple to find the font part in the list of properties you can choose, both the label font part and the different contents fonts (boolean text, nume