Dreamweaver + flash = text layout problems.

hi everyone,
I have some small text near the bottom of my web page and when I add my SWF file it shifts the text out of position and I cant put it back without reducing the size of the flash files dimension which I don't want to do. How can I add the flash file without affecting where my text is?
the flash file will overlap the text but since I set its wmode to transparent I can still see the text so its no issue.
thanks everyone here is my code if needed.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>home</title>
<style type="text/css">
<!--
body {
background-repeat: no-repeat;
background-image: url(webpage.jpg);
background-position: center 0px;
font-size: 18px;
background-color: #000;
padding-top: 25px;
.contecttext {
font-size: 16px;
color: #666;
margin-right: 650px;
a:link {
color: #666;
text-decoration: none;
a:visited {
text-decoration: none;
color: #666;
a:hover {
text-decoration: none;
color: #666;
a:active {
text-decoration: none;
color: #CCC;
-->
</style>
<script src="../Website/photography/Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body bgcolor="#666666" class="headertext">
<p align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="870" height="650" align="middle" id="FlashID">
    <param name="movie" value="Flash Gallery/B+W.swf" />
    <param name="quality" value="high" />
    <param name="swfversion" value="6.0.65.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="../Website/photography/Scripts/expressInstall.swf" />
    <param name="SCALE" value="exactfit" />
    <param name="wmode" value="transparent" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object data="Flash Gallery/B+W.swf" type="application/x-shockwave-flash" width="870" height="650" align="middle">
      <!--<![endif]-->
      <param name="quality" value="high" />
      <param name="swfversion" value="6.0.65.0" />
      <param name="expressinstall" value="../Website/photography/Scripts/expressInstall.swf" />
      <param name="SCALE" value="exactfit" />
      <param name="wmode" value="transparent" />
      <!-- 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>
</p>
<p align="center" class="contecttext"><a href="portfolio.html">portfolio </a></p>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>

Hi,
in CS5 it's the same procedure. Here you can see a screenshot of my (German) DW:
and the procedure in words (translated from my German DW is:
Create a really new subdirectory (optional in order to try, not a must).
Create a new html/php-file.
Work in designMode --> Insert Flash-Video.
Search/browse ---> yourFLV.flv
Skin: Halo Skin 3 (min. width 280) ( it was my choice)
width 640 ( it's my choice)
height 480 ( it's my choice)
I clicked all the boxes
---> And now away with all these files below (produced from DW) to your server.
Best you have a look with WIN-Explorer into your directory, to see all the files DW has created in your subdirectory and don't forget one):
YourFlv.flv
YourFlv.htm (or YourFlv.php)
Clear_Skin_1.swf (DW created it cause of my choice above)
FLVPlayer_Progressive.swf (DW created it)
Here you can see a testversion of my own: http://www.goldschmiede-blumberg.de/AdobTest/flv/flv1.html
If you really did all these without any effort, please send us a link to your website.
Hans-G.

Similar Messages

  • Dreamweaver flash text

    I tried to manually edit the code with wmode transparency
    settings, but it's still not working. I'm using the Dreamweaver CS3
    Flash Text tool to create vector clean text and would like
    background to be transparent

    I don't believe you can do that with the Flash text tool. You
    would just need to match the color.
    Also it would be a good idea to not get too used to using the
    Flash Text tool as the function is deprecated and will be
    discontinued in all future versions.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402489

  • InDesign 5.5 Text layout problem--possible preference issue

    I do a lot of book layout and recently upgraded from InDesign CS3 to 5.5. I've encountered a problem when I'm editing the text layout
    When I make changes to one paragraph (i.e. change the spacing above or below a head or change leading in a particular paragraph), InDesign is automatically changing the word/letter spacing in the lines of the following paragraph. For instance, I added some space before a head. InDesign automattically shifted the spacing of words and letters in the first lines of the following paragraph instead of just shifting all of the text down. In another case I changed one word in a paragraph, and the letter/word spacing changed in the following paragraph.
    This is unacceptable and didn't happen in CS3. How can I turn off this "function" ?

    What I think is happening here is that you’re editing a layout done in a prior version.
    When you open it, InDesign honors the prior text composition but the second you start to edit the new text engine takes over.
    You can export the document out of CS3 as INX and open that which will force all the text to recompose at once and you can get it all over with or stick with CS3 to finish up this job.
    Bob

  • Text layout problem

    I apologize for the plethora of stupid questions I am about to ask - I am brand new to dreamweaver and atempting to design a very simple website layout for myself. My most glaring problem is this: I wish for text to be in the centre of the webpage and I wish it to stay there. I have drawn an apDiv in the centre of the page and added my text. As you most likely have guessed, as soon as I rezise my browser the background floats under the text.
    How can I fix the text so it moves with the browser and stays in the centre?
    thanks everyone. here is my code thus far.
    ~L
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>home</title>
    <style type="text/css">
    <!--
    body {
    background-repeat: no-repeat;
    background-image: url(webpageB.jpg);
    background-position: center;
    background-attachment: fixed;
    #text {
    left:369px;
    top:283px;
    width:260px;
    height:132px;
    z-index:1;
    margin-top: 270px;
    margin-left: 360px;
    clip: rect(auto,auto,auto,auto);
    -->
    </style></head>
    <body bgcolor="#666666">
    <div id="text">
      <div align="center">
        <p>lukas peters photography</p>
    </div>
    </div>
    <p>                                                                   </p>
    <p>                      </p>
    </body>
    </html>

    1) To horizontally center your web site, use default CSS positioning (which is no positioning at all). APDivs cannot be centered.
    2) Define a container width in pixels, ems or percentages.
    3) Add margin-left and margin-right of auto (browser default).
    CSS:
    body {
    width: 900px;
    background: #666 url(webpageB.jpg) no-repeat center fixed;
    margin: 0 auto; /**centers on screen**/
    text-align: center; /**centers older browsers**/
    #text {
    background: #FFF;
    color: #000;
    width: 300px;
    margin: 0 auto;
    HTML:
    <body>
    <div id="text">
    <h1>Heading 1</h1>
    <h2>Heading 2</h2>
    <p>Your text goes here</p>
    </div>   <!--end of #text-->
    </body>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Flash CS4 Text Layout Component Problem

    Hi,
    We are trying to use multiple instances (around 25) of Flash
    CS4 Text Layout Component in one file to display arabic text. It
    works fine for some random number of instances. However, it gives
    problem if that number increases (The text doesnt show).
    Any help will be highly appreciated.
    Thanks!

    If you're referring to this:
    http://labs.adobe.com/technologies/textlayout/
    Then that's still in beta and you should take your discussion
    to the beta forum on that link.

  • Text Layout Framework columncount Undo problem

    Text Layout Framework columncount Undo problem ::
        The number of times columncount is changed it gets applied to textflow
    and those number of operation is stored in undoStack(UndoManger).But when i
    undo it, it comes back to intial state, without undoin step by step.
    I have given my source code..
    Y so or any other alternative to achieve this..
    Thanx in advance..  
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init()">
        <fx:Script>
            <![CDATA[
                import flashx.textLayout.container.ContainerController;
                import flashx.textLayout.conversion.ITextImporter;
                import flashx.textLayout.conversion.TextConverter;
                import flashx.textLayout.edit.EditManager;
                import flashx.textLayout.edit.IEditManager;
                import flashx.textLayout.edit.ISelectionManager;
                import flashx.textLayout.edit.SelectionState;
                import flashx.textLayout.elements.InlineGraphicElement;
                import flashx.textLayout.elements.ParagraphElement;
                import flashx.textLayout.elements.TextFlow;
                import flashx.textLayout.events.SelectionEvent;
                import flashx.textLayout.events.StatusChangeEvent;
                import flashx.textLayout.formats.Direction;
                import flashx.textLayout.formats.TextLayoutFormat;
                import flashx.undo.UndoManager;
                import mx.collections.ArrayCollection;
                import mx.controls.Alert;
                import mx.controls.CheckBox;
                import mx.events.FlexEvent;
                import mx.events.SliderEvent;
                import spark.components.Group;
                import spark.components.TextArea;
                import spark.core.SpriteVisualElement;
                public var directions:ArrayCollection = new
    ArrayCollection(
                        {label:"Left-to-Right",
    data:Direction.LTR},
                        {label:"Right-to-Left",
    data:Direction.RTL}
                private var _textContainer:SpriteVisualElement = null;
                private static const textInput:XML = <TextFlow
    xmlns="http://ns.adobe.com/textLayout/2008">
                    <div>
                        <p><span>The Text Layout Framework is
    an extensible library, built on the new text engine in Adobe Flash Player 10,
    which delivers advanced, easy-to-integrate typographic and text layout features
    for rich, sophisticated and innovative typography on the web.
                    Some benefits provided by this framework
    include: 1) rich typographical controls, including kerning, ligatures,
    typographic case, digit case, digit width and discretionary hyphens
                    2) cut, copy, paste, undo and standard keyboard
    and mouse gestures for editing 3) selection, editing and flowing text across
    multiple columns and linked containers
                    4) bidirectional text, vertical text and over
    30 writing scripts including Arabic, Hebrew, Chinese, Japanese, Korean, Thai,
    Lao, Vietnamese, and others
                    5) vertical text, Tate-Chu-Yoko (horizontal
    within vertical text) and justifier for East Asian typography. Try editing this
    text and playing with the options below! Notice an inline image is also
    included.</span></p>
                    </div>
                    </TextFlow>;
                private var _textFlow:TextFlow;
                private function init():void {
                    _textContainer = new SpriteVisualElement();
                    canvas.addElement(_textContainer);
                    var importer:ITextImporter =
    TextConverter.getImporter(TextConverter.TEXT_LAYOUT_FORMAT);
                    _textFlow = importer.importToFlow(textInput);
                    _textFlow.flowComposer.addController(new
    ContainerController(_textContainer, canvas.width-40, canvas.height));
                    _textFlow.interactionManager = new
    EditManager(new UndoManager());
                    _textFlow.flowComposer.updateAllControllers();
                private function changeNoColumns(event:Event):void {
                    var tlf:TextLayoutFormat = new
    TextLayoutFormat();
                    tlf.columnCount = cols.value;
                    tlf.columnGap = 15;
                    tlf.direction = direction.selectedItem.data;
                    var em:EditManager =
    _textFlow.interactionManager as EditManager;
                    em.selectAll();
                    (_textFlow.interactionManager as
    EditManager).applyFormat(tlf,tlf,tlf);
                    _textFlow.flowComposer.updateAllControllers();
                protected function
    undo_clickHandler(event:MouseEvent):void
                    var em:EditManager =
    _textFlow.interactionManager as EditManager;
                    trace("Can undo " + em.undoManager.canUndo() +
    " can redo " + em.undoManager.canRedo());
                    em.undo();
                protected function
    redo_clickHandler(event:MouseEvent):void
                    var em:EditManager =
    _textFlow.interactionManager as EditManager;
                    trace("Can undo " + em.undoManager.canUndo() +
    " can redo " + em.undoManager.canRedo());
                    em.redo();
            ]]>
        </fx:Script>
        <s:Panel title="Text Layout Framework Sample" width="100%"
    height="100%">
            <s:layout>
                <s:VerticalLayout paddingTop="8" paddingLeft="8"/>
            </s:layout>
            <s:VGroup>
                <s:Group id="canvas" width="600" height="200" />
                <s:HGroup width="100%" verticalAlign="middle">
                    <s:Label text="# Columns:"/>
                    <s:NumericStepper id="cols"  minimum="1"
    maximum="20" snapInterval="1" change="changeNoColumns(event)" />
                    <s:Label text="Text Direction:"/>
                    <s:DropDownList id="direction"
    change="changeTextDirection(event)" dataProvider="{directions}"
    selectedItem="{directions[0]}"/>
                    <s:Button label="Undo"
    click="undo_clickHandler(event)"/>
                    <s:Button label="Redo"
    click="redo_clickHandler(event)"/>
                </s:HGroup>
            </s:VGroup>
        </s:Panel>
    </s:WindowedApplication>

    It cannot be reproduced with TLF 3.0 + SDK 4.5.

  • Dreamweaver CS4 texte flash mac os x

    bonjour,
    je viens de faire l'update  de dreamweaver 8 en cs4 sur mac os x et je ne peut plus faire comme avant pour inserer un nouveau texte flash merci de me dire la nouvelle formule avant sur dreamweaver 8 c'etait insertion puis media puis texte flash ou bouton.
    merci par avance
    gaetan

    Because of their serious usability problems, both Flash Text and Flash Buttons have been removed from DW CS4.  There is no alternative method offered in DW other than the use of sIFR for Flash Text (not a good general replacement method) -
    http://www.mikeindustries.com/blog/archive/2004/08/sifr
    or here -
    http://www.macromedia.com/devnet/mx/dreamweaver/articles/sifr_demo.html
    and CSS-styled text for Flash buttons (an excellent and preferred replacement method).
    À cause de leurs problèmes d'utilité sérieux, les deux Boutons Flash et de Texte Flash ont été enlevés de DW CS4. Il n'y a aucune méthode alternative offerte dans DW autre que l'utilisation de sIFR pour le Texte d'Éclat (pas une bonne méthode de remplacement générale) -
    http://www.mikeindustries.com/blog/archive/2004/08/sifr
    ou ici -
    http://www.macromedia.com/devnet/mx/dreamweaver/articles/sifr_demo.html
    et le texte CSS-créé pour les boutons de Flash (une méthode de remplacement excellente et favorisée).

  • Dynamic flash text in Dreamweaver...

    I made a flash file which load dynamic text for external .txt
    file into a scroll box. Now, when I add the swf file into my .aspx
    page in dreamweaver there is a problem. The scroller load alright
    but the text is not shown up.
    ( i saved the txt folder into the same folder of ny site so
    it's not the problem.)
    I work with CS3 and built my project by AS3.
    thanks,
    KDEN

    We need to see your code; please post a link to your troubled
    page.
    "Amots" <[email protected]> wrote in message
    news:g9qe56$2qh$[email protected]..
    >I made a flash file which load dynamic text for external
    .txt file into a
    > scroll box. Now, when I add the swf file into my .aspx
    page in dreamweaver
    > there is a problem. The scroller load alright but the
    text is not shown
    > up.
    >
    > ( i saved the txt folder into the same folder of ny site
    so it's not the
    > problem.)
    > I work with CS3 and built my project by AS3.
    >
    > thanks,
    > KDEN
    >

  • Layout Problem (Flash)

    Hi,
    I'm doing a site for a friend and I've added some flash to
    the site (my first time)..lol Anyway if you look at
    www.web999.co.uk you can see my problem when I have the nested
    layer positioned as absolute there isnt a big gap at the top of the
    screen. But when its like that the flash image doesnt look right on
    the page for people with different screen resolution. Thats why I
    went for relative so the nested is aligned based on the div its in.
    I know I'm missing something basic I've been seraching online
    for around 5 hours now and can not get my head around it! I also
    need to fix the other flash text box but I guess I will be able to
    do that once the first one is fixed. I would be greatful if someone
    could point me in the right direction before I go and jump off a
    cliff!!!!
    many thanks

    mase2hot wrote:
    > Hi,
    >
    > making the parent div relative makes no difference...
    >
    Hi,
    Do this in your html file.....
    Move this....
    <div id="Parent"> to just under the opening table tag,
    so it looks like
    this....
    <body leftmargin="0" topmargin="0" bgcolor="#ffffff"
    marginheight="0"
    marginwidth="0">
    <!-- ImageReady Slices (index.psd) -->
    <div id="Parent">
    <table align="center" border="0" width="780">
    now insert Layer2 inside Nested so it looks like so....
    <div id="Nested">
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','275','height','75','src','Flash/Banner_A','quality','high','pluginspage','http://www. macromedia.com/go/getflashplayer','movie','Flash/Banner_A'
    ); //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=7,0,19,0"
    width="275" height="75">
    <param name="movie" value="Flash/Banner_A.swf">
    <param name="quality" value="high">
    <embed src="Flash/Banner_A.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="275"
    height="75"></embed>
    </object>
    </noscript>
    <div id="Layer2"><script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','395','height','300','src','Flash/Main','quality','high','pluginspage','http://www.mac romedia.com/go/getflashplayer','movie','Flash/Main'
    ); //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=7,0,19,0"
    width="395" height="300">
    <param name="movie" value="Flash/Main.swf">
    <param name="quality" value="high">
    <embed src="Flash/Main.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="395"
    height="300"></embed>
    </object>
    </noscript>
    </div>
    </div>
    now at the bottom of the page we close the parent div, so
    your code
    should look something like this...
    </div>
    <!-- End ImageReady Slices -->
    </body>
    </html>
    Make sure there are only three opening and closing div tags
    on the page!
    Now - here's your css.....
    html, body {
    min-height:101%;
    padding: 0px;
    margin: 0px 0px 1px;
    #Parent {
    position:fixed;
    z-index:1;
    #Layer2 {
    position:absolute;
    width:400px;
    height:310px;
    z-index:2;
    left: 340px;
    top: 180px;
    #Nested {
    position: relative;
    width: 200px;
    height: 75px;
    left: 6px;
    z-index: 2;
    top: 85px;
    HTMS
    chin chin
    Sinclair

  • Flash text "Invalid file name" error in Dreamweaver

    I'm trying to create some flash text in Dreamweaver. But
    after I've formatted the text in the dialog box and hit save, I get
    the message "invalid file name" for my top.swf name. Can't figure
    out why I'm getting the message, and it's not working. Anyone???
    Working on this for a class and need to get my assignment done!
    Thanks in advance!

    > Too funny, thanks for the laugh. The name I'm trying to
    save it as is top.swf.
    > trying to create a "Top of page" navigation spot at the
    bottom of my page.
    > I've given up!
    I'm guessing there is a "funky" character in the hd name or
    in the path down
    to the "local site folder"
    please do this:
    open a new file using File->New
    --->do not save this file<---
    type some text, select it, and make a link to something in
    this site using
    the property inspector folder icon to bring up the "browse to
    file" dialog
    box.
    view source, copy that link, and paste into your reply.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Problem creating flash text rollover

    I want to create a Flash text rollover using a font that is
    properly installed and appears in all application font lists,
    including Dreamweaver's. But when I select Insert > Media >
    Flash Text, the dialogue box's font menu does not include this
    font, which happens to be a symbol font that I really need to use
    if at all possible. Does anyone know what's going on?
    Thanks!

    import fl.video.*;
    import com.greensock.*;
    import com.greensock.easing.*;
    movie1.autoPlay=false;
    movie1.source="sandywoods_resident_export.flv";
    movie1.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, isPlaying);
    function isPlaying(e:VideoEvent): void
    { TweenLite.to(poster, 4,{alpha:0} onComplete:hidePoster); }
    function hidePoster(){
          poster.visible=false;
    or use the normal class Tween, Tween Lite is efficient and compact, but sometimes does strange things

  • Problem in running Text Layout Framework online demo

    Hi
             I am running textlayout_example but while compile itself showing error
    1.1061: Call to a possibly undefined method selectRange through a reference with static type flashx.textLayout.edit:ISelectionManager
    2.1120: Access of undefined property TextConverter.
    3.Could not resolve <s:Application> to a component implementation
    4.1119: Access of possibly undefined property INLINE_GRAPHIC_STATUS_CHANGE through a reference with static type Class.
    Am using flexbuilder 3 with flexsdk4.0 and flashplayer 10.0.32. I dono what was d problem... Could anyone know about to fix.

    From a distance it sounds like there is more than one version of the textLayout swc in your compile path.  Looks like you have the spark components so there is one version included with the Flex SDK.
    Either that or your examples are out of date with respect to the textLayout swc you have.  The releasenotes have details on the API changes.
    The most recent examples are available here:
    http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework
    Hope that helps,
    Richard

  • Flash text target  _self problem

    I am a graphic artist using Mac (Leopard) and have uploaded
    my Dreamweaver-created portfolio to a personal web page at Comcast.
    I have created 3 flash text buttons (HOME, PORTFOLIO, and RESUME)
    and the target is _self. When navigating my pages should switch to
    new pages but instead, new pages just keep getting added. This
    works OK when I preview it in Dreamweaver, but online it keeps
    adding new pages.
    http://home.comcast.net/~susurrus/susan/

    > 3 flash text buttons (HOME, PORTFOLIO, and RESUME)
    Bad idea. 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...
    > and the target is _self.
    You cannot apply HTML attributes to Flash elements.
    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
    ==================
    "nickyname" <[email protected]> wrote in
    message
    news:frrf64$p0v$[email protected]..
    >I am a graphic artist using Mac (Leopard) and have
    uploaded my
    > Dreamweaver-created portfolio to a personal web page at
    Comcast. I have
    > created
    > 3 flash text buttons (HOME, PORTFOLIO, and RESUME) and
    the target is
    > _self.
    > When navigating my pages should switch to new pages but
    instead, new pages
    > just
    > keep getting added. This works OK when I preview it in
    Dreamweaver, but
    > online
    > it keeps adding new pages.
    >
    http://home.comcast.net/~susurrus/susan/
    >

  • Flash text problem

    The text in my flash animation should be Arial font but it
    shows up as Times New Roman. My animation also allows users to
    select the text with their cursor when it is playing. If anyone
    could take a look at the link below which has the animation and
    make some suggestions as to how I could fix this it would be
    greatly appreciated.
    http://www.hjb.vzz.net

    Flash text is usually the sure mark of an amateur site. It
    also denies
    access to that text to those who don't have Flash, to search
    engines for
    ranking your site, and to those using assistive screen
    devices. It's not
    something I would use on any site unless I had a compelling
    reason to do so.
    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "sprecks1" <[email protected]> wrote in
    message
    news:eug5cr$lf5$[email protected]..
    > Hi, I'm designing a website and have decided upon a font
    i like and want
    > to use
    > in my headings. I decided to use this font for my titles
    using Flash
    > text.
    > The problem is that my drop down menu seems to drop down
    under the heading
    >
    > I've got the background alpha on the Flash Text set to
    zero, but a white
    > background still seems to be blocking the drop down menu
    ali=ong with the
    > text,
    > does anyone know away around this?
    >

  • Flashing text problems with Mozilla Firefox

    My website works ok in Internet Explorer but i have flashing text issues in Mozilla Firefox.
    www.so-nouveau.com  , it seems to ok on the mac in mozilla.
    Anyone had this problem or can suggest another forum or solution of any kind.
    thanks

    Thx , I didnt realise I had to clean up every page on my site, I was
    only sorting the index page , my bad , sorry for the noobishness
    I got it working fine now , I just need to sort the rest of the pages.
    For the record , EVEN 1 little error was making it flash

Maybe you are looking for

  • IPad 1 syncing error message

    For some reason, my iPad 1 stopped syncing Instapaper, so I uninstalled the app and went to reinstall and found that it still wouldn't work. So I did a clean install from a back up and now after every sync I get an error message saying (user name)> (

  • Error BT616 when calling function module SXPG_COMMAND_EXECUTE in background

    Hi All, We use function module SXPG_COMMAND_EXECUTE with a custom command we defined in SM69 to move files in unix (mv command). The function module call has worked fine for almost a year and recently we have been seeing an error (BT616) in our job l

  • ORA-28579 when invoking an R script via rqTableEval

    Hi, I'm working with OBIEE SampleApp 406 virtual image. I managed to get almost everything to work there ... almost. Right now I'm trying to figure out why I'm getting ORA-28579 only in a very small number of occasions. For example: select id, image

  • WebDynpro Exception: ADS: Request start time

    I am running Interactive form through WebDynpro for ABAP in SE80 Tcode . while running i am stuck here. The following error text was processed in the system CRM : WebDynpro Exception: ADS: Request start time: Fri Jun 19 03:40:47 CDT 2009(200.101). Th

  • Ejbs on different machines

    ai have a session bean who invoke entity beans in 2 machines (local an remote) but i get a NamingException context.lookup about "xxxEJB" not found at lookup for remote EJB