Sunday, April 4, 2010

Find Edges Filter in Flash AS 3?

I've been scrubbing though google trying to get up to speed
with AS3, and with a particular job/problem to solve. I need to
take a dynamic image, desaturate it, and create the Photoshop
effect of the Find Edges filter. Does this seem even vaguely
possible? I've got the desaturate part working... no thanks to my
own brains.Find Edges Filter in Flash AS 3?
it's doable in a.s. 2 using the bitmap class.Find Edges Filter in Flash AS 3?
Since it's possible in AS2 it's certainly possible in 3.
Here's a little

sample that will do vertical edge enhancement... All you need
is to import

a bitmap into the library then give it a linkage id to feed
to the

loadBitmap method. Hopefully, this is enough to get you
started.



If you want to do it the hard way it's easy to write a
convolution kernel,

it just won't be as fast. Google 'Sobel' which is the edge
detection

algorithm used by Photoshop.





import flash.filters.ConvolutionFilter;

import flash.display.BitmapData;

var filter:ConvolutionFilter = new ConvolutionFilter(3, 3,

[-1,0,1,-2,0,2,-1,0,1]);

var bit:BitmapData =
BitmapData.loadBitmap(''bitmapLinkageID'');

var mc:MovieClip = this.createEmptyMovieClip(''mc'',

this.getNextHighestDepth());

bit.applyFilter(bit, bit.rectangle, new Point(0,0), filter);

mc.attachBitmap(bit, this.getNextHighestDepth());





--

Dave -

Head Developer

www.blurredistinction.com

Adobe Community Expert


http://www.adobe.com/communities/experts/







Awesome advice, a treat. Thank you very much.



I put this together, and it strips color, finds edges, and
inverts. The only thing I'd still like to know on this is how to
make it more high contrast once I've gone through the three
filters.



These filters are so powerful and marvelous! I know the
variables on the saturation section aren't needed, but I kept them
as I found them.



Passing ArrayCollection to Flex from...

I am trying to pass a nested Array object as ArrayCollection
to Flex using Flex-Ajax Bridge but it is not passing the data. I
was able to pass simple Array objects (without nesting) without any
issues. What is the best approach to pass complex objects from
Javascript to Flex?
  • neutrogena
  • Inspectable

    hi guys,

    can i add something dynamic in Inspectable tag.



    here is sample code. actually i want to show all fonts in a
    component field.



    Thank you for the help.

    Inspectable
    any suggestion? plz... i need it...Inspectable
    1. I believe these metatags are static.



    2. Also note that building a control that allows any font on
    the developer machine has drawbacks in that the font will not be
    embedded.
    yaa i know... it will not be embeded... but still i need
    it...



    thanks for the help by the way...



    so we cant show dynamic values? :(
    I am reasonably certain the
    meta
    tags are not programmable and thus not dynamic.


    Thanks buddy..

    Email confirmation

    Hi,



    I'm a new Dreamweaver user and working on a member page. To
    create a member login and registration page are fine, but how do I
    send the information back to customer by email after they have done
    the registration? I'm using Coldfusion.



    Thanks for any help.Email confirmation
    Just place what you want inside of a CFMail tag and send it
    to the email

    address which I would assume is one of the form fields.



    --

    Paul Whitham

    Certified Dreamweaver MX2004 Professional

    Adobe Community Expert - Dreamweaver



    Valleybiz Internet Design

    www.valleybiz.net



    ''takcw'' %26lt;webforumsuser@macromedia.com%26gt; wrote in message


    news:erjoin$ovo$1@forums.macromedia.com...

    %26gt; Hi,

    %26gt;

    %26gt; I'm a new Dreamweaver user and working on a member page.
    To create a

    %26gt; member

    %26gt; login and registration page are fine, but how do I send
    the information

    %26gt; back to

    %26gt; customer by email after they have done the registration?
    I'm using

    %26gt; Coldfusion.

    %26gt;

    %26gt; Thanks for any help.

    %26gt;





    Email confirmation
    Hi,



    I do use cfmail tag on the page but it doesn't work. Where
    should I place the cfmail tag, before or after the insert
    record?

    Altering Colours

    Hello Friends;



    I just start to use frieworks and i need to alter blue
    colours to red colours in an area that i have cropped on a pic.

    Please help me. Please explain clearly.





    Kind Regards;



    Altering Colours
    Can you post a link to the image? Or maybe a similar one ...?



    alex



    ugureren34 wrote:

    %26gt; Hello Friends;

    %26gt;

    %26gt; I just start to use frieworks and i need to alter blue
    colours to red colours in an area that i have cropped on a pic.

    %26gt; Please help me. Please explain clearly.

    %26gt;

    %26gt;

    %26gt; Kind Regards;

    %26gt;

    %26gt;

    Altering Colours
    If you are selectively trying to replace colors, you can try
    the Replace

    Color Tool. The results may be enough to satisfy your needs.



    From the FW help files:



    To replace one color with another by selecting a color on the
    image:

    Select the Replace Color tool from its pop-up menu.

    In the From box in the Property inspector, click Image.

    Click the To color well in the Property inspector to select
    the color

    probe, then select a color from the pop-up menu.

    Set the other stroke attributes in the Property inspector:

    Size sets the size of the brush tip.



    Shape sets a round or square brush tip shape.



    Tolerance determines the range of colors to replace (0
    replaces only the

    To color; 255 replaces all colors similar to the To color).



    Strength determines how much of the Change color is replaced.



    Colorize replaces the From color with the To color. Deselect
    Colorize to

    tint the From color with the To color, leaving some of the
    From color

    intact.



    Using the tool, click down on a section of the bitmap image
    that

    contains the color you want to replace. Without lifting the
    tool,

    continue to brush across the image with it. The color that
    you clicked

    down on when you initiated the brushing action will be
    replaced by the

    color you%26#146;ve specified in the To color well.



    --

    Jim Babbage - .:CMX:. %26amp; .:Adobe Community Expert:.



    Community MX

    Extending Knowledge, Daily


    http://www.communityMX.com/

    ---

    .:Adobe Community Expert for Fireworks:.

    news://forums.macromedia.com/macromedia.fireworks

    news://forums.macromedia.com/macromedia.dreamweaver



    Alex Mari帽o wrote:

    %26gt; Can you post a link to the image? Or maybe a similar one
    ...?

    %26gt;

    %26gt; alex

    %26gt;

    %26gt; ugureren34 wrote:

    %26gt;%26gt; Hello Friends;

    %26gt;%26gt;

    %26gt;%26gt; I just start to use frieworks and i need to alter
    blue colours to red

    %26gt;%26gt; colours in an area that i have cropped on a pic.
    Please help me.

    %26gt;%26gt; Please explain clearly.

    %26gt;%26gt;

    %26gt;%26gt; Kind Regards;

    %26gt;%26gt;

    %26gt;%26gt;

    CSS box - hidden\show & overlapping

    Hi!



    We have 2 zones.

    In one zone we have a box which contains a CSS navigation
    list/buttons.

    In the second zone we would like, when the mouse is over one
    of the list item/button, to be able to show a specific box (with
    identical sizes and position's definitions).

    The required mechanism, from the user point of view, is
    expected to be like the ''show layers (visible/hidden property) on
    mouse over behavior''.





    How we can stack more than one box, one on the top of each
    other, in a way that we see all the time only one of the boxes
    (overlapping), and that without disturbing the general layout of
    the page.

    I have tried to use the ''visibility properties
    (visible/hidden)'' on two boxes with identical ''box properties''
    definitions and different visibility properties (visible/hidden).
    The boxes were not stacked each on the top of the other, and the
    second box have taken its natural ''float place%26#148;.

    For example we have a container box with 3 boxes with the
    following ''box properties'':



    #ButtonFirstDetails {

    height: 233px;

    width: 516px;

    margin-top: 2px;

    margin-right: auto;

    margin-bottom: 2px;

    margin-left: 0px;float: left;

    }

    #FreeZone01 {

    height: 153px;

    width: 256px;

    margin-top: 2px;

    margin-right: auto;

    margin-left: 0px;

    float: left;

    }

    #FreeZone02 {

    height: 153px;

    width: 256px;

    margin-top: 2px;

    margin-right: auto;

    margin-left: 4px;

    float: left;

    }



    TIA



    Nanu

    CSS box - hidden\show %26amp; overlapping
    Use absolute positioning on the stacked elements.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote in
    message

    news:erjnrb$me5$2@forums.macromedia.com...

    %26gt; Hi!

    %26gt;

    %26gt; We have 2 zones.

    %26gt; In one zone we have a box which contains a CSS
    navigation list/buttons.

    %26gt; In the second zone we would like, when the mouse is over
    one of the list

    %26gt; item/button, to be able to show a specific box (with
    identical sizes and

    %26gt; position's definitions).

    %26gt; The required mechanism, from the user point of view, is
    expected to be

    %26gt; like the ''show layers (visible/hidden property) on mouse
    over behavior''.

    %26gt;

    %26gt;

    %26gt; How we can stack more than one box, one on the top of
    each other, in a way

    %26gt; that we see all the time only one of the boxes
    (overlapping), and that

    %26gt; without disturbing the general layout of the page.

    %26gt; I have tried to use the ''visibility properties
    (visible/hidden)'' on two

    %26gt; boxes with identical ''box properties'' definitions and
    different visibility

    %26gt; properties (visible/hidden). The boxes were not stacked
    each on the top of

    %26gt; the other, and the second box have taken its natural
    ''float place%26#148;.

    %26gt; For example we have a container box with 3 boxes with
    the following ''box

    %26gt; properties'':

    %26gt;

    %26gt; #ButtonFirstDetails {

    %26gt; height: 233px;

    %26gt; width: 516px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-bottom: 2px;

    %26gt; margin-left: 0px;float: left;

    %26gt; }

    %26gt; #FreeZone01 {

    %26gt; height: 153px;

    %26gt; width: 256px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-left: 0px;

    %26gt; float: left;

    %26gt; }

    %26gt; #FreeZone02 {

    %26gt; height: 153px;

    %26gt; width: 256px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-left: 4px;

    %26gt; float: left;

    %26gt; }

    %26gt;

    %26gt; TIA

    %26gt;

    %26gt; Nanu





    CSS box - hidden\show %26amp; overlapping
    Thanks,



    Is the DW ''bahaviours'' function , the only way to switch
    between the hidden\show boxes?

    Is it possible to do the switch using definitions in CSS same
    way as the Hover made on bottons?



    TIA



    Nanu



    %26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 22/02/2007 17:45:39
    %26gt;%26gt;%26gt;

    Use absolute positioning on the stacked elements.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote in
    message

    news:erjnrb$me5$2@forums.macromedia.com...

    %26gt; Hi!

    %26gt;

    %26gt; We have 2 zones.

    %26gt; In one zone we have a box which contains a CSS
    navigation list/buttons.

    %26gt; In the second zone we would like, when the mouse is over
    one of the list

    %26gt; item/button, to be able to show a specific box (with
    identical sizes and

    %26gt; position's definitions).

    %26gt; The required mechanism, from the user point of view, is
    expected to be

    %26gt; like the ''show layers (visible/hidden property) on mouse
    over behavior''.

    %26gt;

    %26gt;

    %26gt; How we can stack more than one box, one on the top of
    each other, in a way

    %26gt; that we see all the time only one of the boxes
    (overlapping), and that

    %26gt; without disturbing the general layout of the page.

    %26gt; I have tried to use the ''visibility properties
    (visible/hidden)'' on two

    %26gt; boxes with identical ''box properties'' definitions and
    different visibility

    %26gt; properties (visible/hidden). The boxes were not stacked
    each on the top of

    %26gt; the other, and the second box have taken its natural
    ''float place%26#148;.

    %26gt; For example we have a container box with 3 boxes with
    the following ''box

    %26gt; properties'':

    %26gt;

    %26gt; #ButtonFirstDetails {

    %26gt; height: 233px;

    %26gt; width: 516px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-bottom: 2px;

    %26gt; margin-left: 0px;float: left;

    %26gt; }

    %26gt; #FreeZone01 {

    %26gt; height: 153px;

    %26gt; width: 256px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-left: 0px;

    %26gt; float: left;

    %26gt; }

    %26gt; #FreeZone02 {

    %26gt; height: 153px;

    %26gt; width: 256px;

    %26gt; margin-top: 2px;

    %26gt; margin-right: auto;

    %26gt; margin-left: 4px;

    %26gt; float: left;

    %26gt; }

    %26gt;

    %26gt; TIA

    %26gt;

    %26gt; Nanu












    I'm a beginner, not understanding yet, completely, how
    buttons change their fonts %26amp; colors when the mouse move over
    them.



    TIA



    Nanu



    %26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 22/02/2007 22:30:54
    %26gt;%26gt;%26gt;

    It is possible to use CSS for this, but it's tricky. What is
    your comfort

    level with CSS?



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote in
    message

    news:erknht$1ft$1@forums.macromedia.com...

    %26gt; Thanks,

    %26gt;

    %26gt; Is the DW ''bahaviours'' function , the only way to switch
    between the

    %26gt; hidden\show boxes?

    %26gt; Is it possible to do the switch using definitions in CSS
    same way as the

    %26gt; Hover made on bottons?

    %26gt;

    %26gt; TIA

    %26gt;

    %26gt; Nanu

    %26gt;

    %26gt;%26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 22/02/2007 17:45:39
    %26gt;%26gt;%26gt;

    %26gt; Use absolute positioning on the stacked elements.

    %26gt;

    %26gt; --

    %26gt; Murray --- ICQ 71997575

    %26gt; Adobe Community Expert

    %26gt; (If you *MUST* email me, don't LAUGH when you do so!)

    %26gt; ==================

    %26gt;
    http://www.dreamweavermx-templates.com
    - Template Triage!

    %26gt;
    http://www.projectseven.com/go
    - DW FAQs, Tutorials %26amp; Resources

    %26gt;
    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources

    %26gt;
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    %26gt; ==================

    %26gt;

    %26gt;

    %26gt; ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote
    in message

    %26gt; news:erjnrb$me5$2@forums.macromedia.com...

    %26gt;%26gt; Hi!

    %26gt;%26gt;

    %26gt;%26gt; We have 2 zones.

    %26gt;%26gt; In one zone we have a box which contains a CSS
    navigation list/buttons.

    %26gt;%26gt; In the second zone we would like, when the mouse is
    over one of the list

    %26gt;%26gt; item/button, to be able to show a specific box (with
    identical sizes and

    %26gt;%26gt; position's definitions).

    %26gt;%26gt; The required mechanism, from the user point of view,
    is expected to be

    %26gt;%26gt; like the ''show layers (visible/hidden property) on
    mouse over behavior''.

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt; How we can stack more than one box, one on the top
    of each other, in a

    %26gt;%26gt; way

    %26gt;%26gt; that we see all the time only one of the boxes
    (overlapping), and that

    %26gt;%26gt; without disturbing the general layout of the page.

    %26gt;%26gt; I have tried to use the ''visibility properties
    (visible/hidden)'' on two

    %26gt;%26gt; boxes with identical ''box properties'' definitions
    and different

    %26gt;%26gt; visibility

    %26gt;%26gt; properties (visible/hidden). The boxes were not
    stacked each on the top

    %26gt;%26gt; of

    %26gt;%26gt; the other, and the second box have taken its natural
    ''float place%26#148;.

    %26gt;%26gt; For example we have a container box with 3 boxes
    with the following ''box

    %26gt;%26gt; properties'':

    %26gt;%26gt;

    %26gt;%26gt; #ButtonFirstDetails {

    %26gt;%26gt; height: 233px;

    %26gt;%26gt; width: 516px;

    %26gt;%26gt; margin-top: 2px;

    %26gt;%26gt; margin-right: auto;

    %26gt;%26gt; margin-bottom: 2px;

    %26gt;%26gt; margin-left: 0px;float: left;

    %26gt;%26gt; }

    %26gt;%26gt; #FreeZone01 {

    %26gt;%26gt; height: 153px;

    %26gt;%26gt; width: 256px;

    %26gt;%26gt; margin-top: 2px;

    %26gt;%26gt; margin-right: auto;

    %26gt;%26gt; margin-left: 0px;

    %26gt;%26gt; float: left;

    %26gt;%26gt; }

    %26gt;%26gt; #FreeZone02 {

    %26gt;%26gt; height: 153px;

    %26gt;%26gt; width: 256px;

    %26gt;%26gt; margin-top: 2px;

    %26gt;%26gt; margin-right: auto;

    %26gt;%26gt; margin-left: 4px;

    %26gt;%26gt; float: left;

    %26gt;%26gt; }

    %26gt;%26gt;

    %26gt;%26gt; TIA

    %26gt;%26gt;

    %26gt;%26gt; Nanu

    %26gt;

    %26gt;

    %26gt;

    %26gt;

    %26gt;












    Thanks

    Nanu



    %26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 23/02/2007 19:41:33
    %26gt;%26gt;%26gt;

    Then stick with the behaviors.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote in
    message

    news:ern8nt$2rc$2@forums.macromedia.com...

    %26gt; I'm a beginner, not understanding yet, completely, how
    buttons change

    %26gt; their fonts %26amp; colors when the mouse move over them.

    %26gt;

    %26gt; TIA

    %26gt;

    %26gt; Nanu

    %26gt;

    %26gt;%26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 22/02/2007 22:30:54
    %26gt;%26gt;%26gt;

    %26gt; It is possible to use CSS for this, but it's tricky.
    What is your comfort

    %26gt; level with CSS?

    %26gt;

    %26gt; --

    %26gt; Murray --- ICQ 71997575

    %26gt; Adobe Community Expert

    %26gt; (If you *MUST* email me, don't LAUGH when you do so!)

    %26gt; ==================

    %26gt;
    http://www.dreamweavermx-templates.com
    - Template Triage!

    %26gt;
    http://www.projectseven.com/go
    - DW FAQs, Tutorials %26amp; Resources

    %26gt;
    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources

    %26gt;
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    %26gt; ==================

    %26gt;

    %26gt;

    %26gt; ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt; wrote
    in message

    %26gt; news:erknht$1ft$1@forums.macromedia.com...

    %26gt;%26gt; Thanks,

    %26gt;%26gt;

    %26gt;%26gt; Is the DW ''bahaviours'' function , the only way to
    switch between the

    %26gt;%26gt; hidden\show boxes?

    %26gt;%26gt; Is it possible to do the switch using definitions in
    CSS same way as the

    %26gt;%26gt; Hover made on bottons?

    %26gt;%26gt;

    %26gt;%26gt; TIA

    %26gt;%26gt;

    %26gt;%26gt; Nanu

    %26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt; Murray
    *ACE*%26lt;forums@HAHAgreat-web-sights.com%26gt; 22/02/2007 17:45:39
    %26gt;%26gt;%26gt;

    %26gt;%26gt; Use absolute positioning on the stacked elements.

    %26gt;%26gt;

    %26gt;%26gt; --

    %26gt;%26gt; Murray --- ICQ 71997575

    %26gt;%26gt; Adobe Community Expert

    %26gt;%26gt; (If you *MUST* email me, don't LAUGH when you do
    so!)

    %26gt;%26gt; ==================

    %26gt;%26gt;
    http://www.dreamweavermx-templates.com
    - Template Triage!

    %26gt;%26gt;
    http://www.projectseven.com/go
    - DW FAQs, Tutorials %26amp; Resources

    %26gt;%26gt;
    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources

    %26gt;%26gt;
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    %26gt;%26gt; ==================

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt; ''Nanu Kalmanovitz'' %26lt;nanu@kalmanovitz.co.il%26gt;
    wrote in message

    %26gt;%26gt; news:erjnrb$me5$2@forums.macromedia.com...

    %26gt;%26gt;%26gt; Hi!

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; We have 2 zones.

    %26gt;%26gt;%26gt; In one zone we have a box which contains a CSS
    navigation list/buttons.

    %26gt;%26gt;%26gt; In the second zone we would like, when the mouse
    is over one of the list

    %26gt;%26gt;%26gt; item/button, to be able to show a specific box
    (with identical sizes and

    %26gt;%26gt;%26gt; position's definitions).

    %26gt;%26gt;%26gt; The required mechanism, from the user point of
    view, is expected to be

    %26gt;%26gt;%26gt; like the ''show layers (visible/hidden property)
    on mouse over behavior''.

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; How we can stack more than one box, one on the
    top of each other, in a

    %26gt;%26gt;%26gt; way

    %26gt;%26gt;%26gt; that we see all the time only one of the boxes
    (overlapping), and that

    %26gt;%26gt;%26gt; without disturbing the general layout of the
    page.

    %26gt;%26gt;%26gt; I have tried to use the ''visibility properties
    (visible/hidden)'' on two

    %26gt;%26gt;%26gt; boxes with identical ''box properties''
    definitions and different

    %26gt;%26gt;%26gt; visibility

    %26gt;%26gt;%26gt; properties (visible/hidden). The boxes were not
    stacked each on the top

    %26gt;%26gt;%26gt; of

    %26gt;%26gt;%26gt; the other, and the second box have taken its
    natural ''float place%26#148;.

    %26gt;%26gt;%26gt; For example we have a container box with 3 boxes
    with the following ''box

    %26gt;%26gt;%26gt; properties'':

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; #ButtonFirstDetails {

    %26gt;%26gt;%26gt; height: 233px;

    %26gt;%26gt;%26gt; width: 516px;

    %26gt;%26gt;%26gt; margin-top: 2px;

    %26gt;%26gt;%26gt; margin-right: auto;

    %26gt;%26gt;%26gt; margin-bottom: 2px;

    %26gt;%26gt;%26gt; margin-left: 0px;float: left;

    %26gt;%26gt;%26gt; }

    %26gt;%26gt;%26gt; #FreeZone01 {

    %26gt;%26gt;%26gt; height: 153px;

    %26gt;%26gt;%26gt; width: 256px;

    %26gt;%26gt;%26gt; margin-top: 2px;

    %26gt;%26gt;%26gt; margin-right: auto;

    %26gt;%26gt;%26gt; margin-left: 0px;

    %26gt;%26gt;%26gt; float: left;

    %26gt;%26gt;%26gt; }

    %26gt;%26gt;%26gt; #FreeZone02 {

    %26gt;%26gt;%26gt; height: 153px;

    %26gt;%26gt;%26gt; width: 256px;

    %26gt;%26gt;%26gt; margin-top: 2px;

    %26gt;%26gt;%26gt; margin-right: auto;

    %26gt;%26gt;%26gt; margin-left: 4px;

    %26gt;%26gt;%26gt; float: left;

    %26gt;%26gt;%26gt; }

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; TIA

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; Nanu

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;

    %26gt;

    %26gt;

    %26gt;











    The distence between a bullet-point,...

    i am SURE i did this before but cannot remember how. I have a
    bullete list (ul), and want to leave a wider gap between the
    bullet, and the start of the text. I have tried playing with
    padding and margins, but that moves both text and bullet point.

    Am i imagining things thinking this can be done...??

    AndyThe distence between a bullet-point,...
    Have a read through:


    http://alistapart.com/articles/taminglists/



    --

    Regards



    John Waller





    The distence between a bullet-point,...
    I finally got back to this forum..ty for this!!



    Andy
    On 22 Feb 2007 in macromedia.dreamweaver, FreakyJesus wrote:



    %26gt; i am SURE i did this before but cannot remember how. I
    have a

    %26gt; bullete list (ul), and want to leave a wider gap between
    the bullet,

    %26gt; and the start of the text. I have tried playing with
    padding and

    %26gt; margins, but that moves both text and bullet point.



    Using CSS:

    - Set the list-style to none

    - Set the background of the %26lt;li%26gt;s to be a non-repeating
    image

    - Vary the padding on the %26lt;li%26gt;s to vary the distance
    between bullet and

    contents



    %26lt;style type=''text/css''%26gt;

    ul {

    list-style: none ;

    }

    li {

    background-image: url(blueball.gif);

    background-position: left;

    background-repeat: no-repeat;

    padding-left : 40px ;

    }

    %26lt;/style%26gt;



    %26lt;ul%26gt;

    %26lt;li%26gt;Point one%26lt;/li%26gt;

    %26lt;li%26gt;Point B%26lt;/li%26gt;

    %26lt;li%26gt;Yet another point%26lt;/li%26gt;

    %26lt;/ul%26gt;



    --

    Joe Makowiec


    http://makowiec.net/

    Email:
    http://makowiec.net/email.php

    xml photogallery thumbs prob.. plz help

    hai to all.. plz help me



    i am doing xml photogallery for my project.

    i completed doing the gallery part but at one point i am
    stucked.

    here i am loading thumbnails into thumb_mc in _y direction. i
    have two buttons (up_btn and down_btn) for the thumb_mc to move up
    and down directions.



    for up_btn the script is :-

    on (press, rollOver) {

    this.thumbnails._y -= 77;

    }



    and for down_btn the script is:-

    on (press, rollOver) {

    this.thumbnails._y += 77;

    }



    but the thumb_mc is moving further than the wanted range. how
    to say upto the displayed thumbs range only.? plz helpxml photogallery thumbs prob.. plz help
    a simple if statement should do it:



    on (press, rollOver) {

    if(this.thumbnails._y - 77 %26gt; 0){

    this.thumbnails._y -= 77;

    }else{

    this.thumbnails._y = 0;

    }

    }





    --

    Dave -

    Head Developer

    www.blurredistinction.com

    Adobe Community Expert


    http://www.adobe.com/communities/experts/






  • neutrogena
  • my site is corrupted in IE7, FF and...

    Hi,

    I used dreamweaver 8.0 and my site looks well when using IE6.
    However the site is corrupted when using IE7, FF and Safari. I read
    other topics in this forum dealing with similar problems but I
    still have no idea what to do . please visit my site:
    www.chaimassala.com and please help me

    Thanks,

    Yonimy site is corrupted in IE7, FF and...
    On Thu, 22 Feb 2007 11:53:28 +0000 (UTC), ''yoni123''

    %26lt;webforumsuser@macromedia.com%26gt; wrote:



    %26gt; I used dreamweaver 8.0 and my site looks well when using
    IE6. However the site

    %26gt;is corrupted when using IE7, FF and Safari. I read other
    topics in this forum

    %26gt;dealing with similar problems but I still have no idea
    what to do . please

    %26gt;visit my site: www.chaimassala.com and please help me





    It's because of the absolute positioning on the tizerboxen
    classes. You

    really don't need it and it's causing you all sorts of
    problems in any

    relatively standards compliant browser. First, add this to
    your style

    sheet



    .tizerboxen {

    width: 75%;

    border: 2px solid #B6B66D;

    padding: 10px;

    margin: 1em 0;

    }



    Then, change all of the tables using a class of tizerboxen1 -

    tizerboxen5 to just use the above tizerboxen class instead.



    Gary

    my site is corrupted in IE7, FF and...
    Gary thanks a lot! i'll try your advice. what should I do
    with other pages like this one, for example:
    http://www.chaimassala.com/picturesfactsEnglish.html

    Thanks again

    Yoni




    On Thu, 22 Feb 2007 18:53:29 +0000 (UTC), ''yoni123''

    %26lt;webforumsuser@macromedia.com%26gt; wrote:



    %26gt;Gary thanks a lot! i'll try your advice. what should I do
    with other

    %26gt;pages like this one, for example:
    http://www.chaimassala.com/picturesfactsEnglish.html

    %26gt;Thanks again

    %26gt;Yoni





    Same approach. Get rid of the layers and just put stuff in
    the tables.



    Gary

    Creating Organizable, Linkable Data...

    What on Earth -- er, in Hell -- do I mean by ''organizable,
    linkable data charts?''





    Imagine the Following




    I enter a website; suppose that it is titled
    ''LotsOfCheese.Cheese''. Did you say it aloud? Good. I happen to
    notice a link within the navigation-bar that reads ''Ask Some
    Cheese''. Upon highlighting the button, a drop-down menu appears,
    showing a list of cheeses, including Gouda and Havarti. I prefer
    Havarti... so I click ''Havarti''. The page reloads, and I am staring
    at a long, organized, but almost incomprehensible list of Havarti
    producers. Each of the names of the Havarti producers are links to
    company websites, and at the top of the page are four buttons:
    Names, Dates, Flavors, and Colors; clicking on a button will
    reorganize the list into the specified order.



    How do I create such a ''system''? How might I acquire the code
    that puts the lists of cheeses into user-specified orders? Example:
    Names, Dates, Flavors, or Colors.Creating Organizable, Linkable Data...
    You need to ask a question for us to try and answer it.





    ''Aurorum'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erkl9g$sqn$1@forums.macromedia.com...

    %26gt; What on Earth -- er, in Hell -- do I mean by
    ''organizable, linkable data

    %26gt; charts?''

    %26gt;

    %26gt;

    Imagine the Following


    %26gt;

    %26gt; I enter a website, suppose that it is titled
    ''LotsOfCheese.Cheese''. Did

    %26gt; you

    %26gt; say it aloud? Good. Now, I happen to notice a link
    within the

    %26gt; navigation-bar

    %26gt; that reads ''Ask Some Cheese''. Upon highlighting the
    button, a drop-down

    %26gt; menu

    %26gt; appears, showing a list of cheeses, including Gouda and
    Havarti. I prefer

    %26gt; Havarti... so I click ''Havarti''. The page reloads, and I
    am staring at a

    %26gt; long,

    %26gt; organized, but almost incomprehensible list of Havarti
    producers. Each of

    %26gt; the

    %26gt; names of the Havarti producers are links to company
    websites, and at the

    %26gt; top of

    %26gt; the page are four buttons: Names, Dates, Flavors, and
    Colors; clicking on

    %26gt; any

    %26gt; of these will reorganize the list into the correct
    order.

    %26gt;

    %26gt; Gah! I can't focus! There are loud, obnoxious minorities
    sitting near me!

    %26gt;

    %26gt; Well, I hope that my question is understood.

    %26gt;





    Creating Organizable, Linkable Data...
    How do I create such a ''system''? How might I acquire the code
    that puts the lists of cheeses into user-specified orders? Example:
    Names, Dates, Flavors, or Colors.
    There; I asked the question in a place outside of my head.



    Stress + Low Energy + Distractions + Hate = Loss of
    Concentration!
    have all this data in a database, and build the site with
    server side code

    such as PHP or ASP in the pages that performs queries of the
    database and

    returns the data that is asked for in the order it's wanted.



    %26gt; How do I create such a ''system''; where might I find the
    code that will reorder

    %26gt; the Names, Dates, Flavors, and Colors?



    --

    Alan

    Adobe Community Expert, dreamweaver




    http://www.adobe.com/communities/experts/








    Thank you!



    ...



    Yet...




    ''have all this data in a database, and build the site with
    server side code

    such as PHP or ASP in the pages that performs queries of the
    database and

    returns the data that is asked for in the order it's
    wanted.''




    How..?



    You are stating that it is possible to code PHP ''inside'' of a
    basic HTML page [using Dreamweaver]?



    The code, specifically, for this task; how..?! WHERE?!



    Perhaps you could recommend a website that offers such a
    code?
    Do you have this data already?

    If so, then is it on static HTML pages?

    If so, then go to www.dynamicdrive.com and look at one of the
    many

    table-sorting scripts there.



    If you have the data and it's already in a database, then you
    can add a

    dynamic sort to your server-side script.



    If you do not yet even have the data, then where will it come
    from?



    If you do not know any server-side scripting languages, then
    DW can help

    you. See if your host offers ASP, PHP, or ColdFusion. In this
    case, DW's

    assistance should be enough for your needs.





    Do you use an Intel Mac with DW??

    Do you have an intel Mac? I need to know if you can use
    Dreamweaver 8 without any issues? or is it gruellingly slow? It is
    gruellingly slow for me.Do you use an Intel Mac with DW??
    As far as I understand, Dreamweaver is not yet native on
    Intel macs. Whenever I try to connect via ftp in DW on my Intel
    Mac, DW crashes.



    I've just resorted to using DW on Windows instead.Do you use an Intel Mac with DW??
    Thank youf ro clarifying that I am not alone in this! Really
    appreciate it!
    I use it on mine all of the time. Only time it is slow is
    when the xml menu (on the start menu) loads. After that its fine.
    How much ram do you have? I have 2gb
    MBP 2.33 ghz, 2gb ram!!!!



    Latest version MBP... strong machine. But achingly slow in
    DW. A little faster in DW in Parallels tho.
    Radmacdaddy,



    Also, bear that in your mind, Adobe releases the next version
    of DW sometime this spring of this year. However, I do not know
    when is the release. But it is probably only few months away, for
    sure.
    works fine - no issues.
    I have the same set-up, and no issues what so ever. And,
    about 20 extensions

    installed as well.

    I chop and change between using DW's built in ftp client, and
    a third party

    one. All works very well.



    Brendon



    ''Radmacdaddy'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erkq68$4sk$1@forums.macromedia.com...

    %26gt; MBP 2.33 ghz, 2gb ram!!!!

    %26gt;

    %26gt; Latest version MBP... strong machine. But achingly slow
    in DW. A little

    %26gt; faster in DW in Parallels tho.






    Deaf Web Designer wrote:

    %26gt; Radmacdaddy,

    %26gt;

    %26gt; Also, bear that in your mind, Adobe releases the next
    version of DW sometime

    %26gt; this spring of this year.



    Thanks for the tip; I thought it was due out in the fall.
    Apple is

    releasing its newest operating system this spring, also.
    Hopefully, we

    won't be seeing a lot of threads asking if Dreamweaver 9.0
    works with

    Leopard. I suspect it will actually be a rather exciting
    combination. :)



    --

    www.geobop.org - Family Websites

    www.invisible-republic.org - Adult political websites (Mature
    adults only)


    David,



    I don't know about ''great'' combination of Lepoard with DW9
    release. I guess that it speaks for itself in time. Only time will
    tell for sure. I hope NOT that we'd run into lot of problems that
    Vista users having problems with DW8, and who knows about DW9
    around Vistas. I don't think that we run into lot of problems on
    side of Mac OSX with Leopard release.



    I trust and believe that Adobe, and Apple Inc do pretty darn
    good job with that approach. With MS, I don't meant sound too
    negative or whatever that might be, but I think that it is no
    excuse for MS with their plenty of time -- five years of huge
    development and they run into lot of problems with lot of patches
    and all that.



    I wonder what's the world it is coming to MS campus, are they
    partying too much, or what?




    quote:




    Originally posted by:
    Newsgroup User


    Deaf Web Designer wrote:

    %26gt; Radmacdaddy,

    %26gt;

    %26gt; Also, bear that in your mind, Adobe releases the next
    version of DW sometime

    %26gt; this spring of this year.



    Thanks for the tip; I thought it was due out in the fall.
    Apple is

    releasing its newest operating system this spring, also.
    Hopefully, we

    won't be seeing a lot of threads asking if Dreamweaver 9.0
    works with

    Leopard. I suspect it will actually be a rather exciting
    combination. :)



    --

    www.geobop.org - Family Websites

    www.invisible-republic.org - Adult political websites (Mature
    adults only)








    Deaf Web Designer wrote:

    %26gt;
    quote:




    Originally posted by:
    Newsgroup User


    %26gt; Deaf Web Designer wrote:

    %26gt; %26gt; Radmacdaddy,

    %26gt; %26gt;

    %26gt; David,

    %26gt;

    %26gt; I don't know about ''great'' combination of Lepoard with
    DW9 release. I guess

    %26gt; that it speaks for itself in time. Only time will tell
    for sure. I hope NOT

    %26gt; that we'd run into lot of problems that Vista users
    having problems with DW8,

    %26gt; and who knows about DW9 around Vistas. I don't think
    that we run into lot of

    %26gt; problems on side of Mac OSX with Leopard release.

    %26gt;

    %26gt; I trust and believe that Adobe, and Apple Inc do pretty
    darn good job with

    %26gt; that approach. With MS, I don't meant sound too negative
    or whatever that might

    %26gt; be, but I think that it is no excuse for MS with their
    plenty of time -- five

    %26gt; years of huge development and they run into lot of
    problems with lot of patches

    %26gt; and all that.



    Agreed.



    %26gt; I wonder what's the world it is coming to MS campus, are
    they partying too

    %26gt; much, or what?

    %26gt;



    I think Bill Gates simply got so addicted to the free ride
    society gave

    him he can't adapt to reality. Now that he's finally being
    forced to

    actually - *gasp* - compete, his business model is finally
    being shown

    up for what it is. I read somewhere recently that the
    difference between

    Apple and Microsoft is this:



    Apple: Give your customers the best service you can.



    Microsoft: Screw your customers as much as you can.



    That attitude shows up, in one of many examples, in the
    different ways

    iPod and Zune make their owners pay for music. I own neither,
    but I

    understand that iPod charges 99 cents per tune, while Zune
    makes you

    maintain a balance of something like $5, with Microsoft
    pocketing the

    balance until you decide to buy another song.



    Even Bill Gates' ''philanthropy'' has been revealed to be a
    sham. I was

    trying to get the word out that it was just public relations,
    but I was

    wrong - turns out that's just a part of it. The Bill and
    Melinda Gates

    Foundation is just a gargantuan investment firm that puts a
    tiny

    percentage of its revenue into ''philanthropy'' as a front.
    They even made

    the taxpayers pay for a portion of their headquarters!



    Yes, I'm talking politics, but it ultimately influences other
    aspects of

    society, including things as trivial as web design. Though
    the world of

    high-tech is always fast-paced, this year is shaping up to be
    one of

    record change, and I think it's mostly for the better. I love
    my Apple

    laptop, and I suspect things will only improve as I upgrade
    it with

    Dreamweaver 9.0, Leopard and on and on.



    Whoever said ''There's no free lunch'' was right.



    --

    www.geobop.org - Family Websites

    www.invisible-republic.org - Adult political websites (Mature
    adults only)


    David,



    As you are, I love my Macs laptop and MacPro as well as DW,
    and Adobe CS2.
    On Thu, 22 Feb 2007 20:24:51 -0800, David Blomstrom

    %26lt;webforumsuser@macromedia.com%26gt; wrote:



    %26gt; iPod charges 99 cents per tune



    That may be true for the US but not for UK! :-/

    --

    Steve Fleischer

    steve at flyingtigerwebdesign dot com

    Hong Kong


    As for iPod or Zune, I don' use them personally. Of course, I
    am Deaf -- isn't that too obviously. LOL Silly!




    quote:




    Originally posted by:
    Newsgroup User


    On Thu, 22 Feb 2007 20:24:51 -0800, David Blomstrom

    %26lt;webforumsuser@macromedia.com%26gt; wrote:



    %26gt; iPod charges 99 cents per tune



    That may be true for the US but not for UK! :-/

    --

    Steve Fleischer

    steve at flyingtigerwebdesign dot com

    Hong Kong








    Deaf Web Designer wrote:

    %26gt; As for iPod or Zune, I don' use them personally. Of
    course, I am Deaf -- isn't

    %26gt; that too obviously. LOL Silly!



    One reason I don't own an iPod is that I want to protect my
    hearing.

    Ironically, I've been working in an extremely loud
    environment the last

    couple years, so I'm now thinking of buying an iPod and a set
    of

    earphones to block out the background noise.



    Incidentally, there are a lot of deaf people where I work. I
    started

    taking sign language classes when I worked for the school
    district and

    kind of wish I had continued now.



    --

    www.geobop.org - Family Websites

    www.invisible-republic.org - Adult political websites (Mature
    adults only)

  • neutrogena
  • Citrix & Intranet Session Variables

    Our company Intranet cannot differentiate between session
    variables for concurrent Citirx users. User1 logs in and is great
    until User2 logins. At that point, both Users are using User2's
    variables. Has anyone seen this problem?



    We are using CFMX7.0.2 Enterprise and Citrix MetaFrame
    Presentation Server 4.Citrix %26amp; Intranet Session Variables
    We use Citrix and CF 6.1 and we don't have any problems with
    session variables. Be sure you're using cflock. Thanks.



    Chris

    Frame appears on embedded flash element

    Hi,



    I have created a webpage which will contain a flash element
    on a header bar (just a small piece of scrolling text). I have
    created the required elements and when previewed separately they
    both look fine (bg and the overlying flash element). However, when
    I place the flash element over the top I am getting a thin black
    line either side of the embedded flash animation while the
    animation is playing, when it finishes (its not on loop) the line
    disappears. I have checked all settings, and as far as I can see,
    all looks fine. There is no line appearing above or below the
    animation. This is happening on all platforms/browsers I have
    checked...



    Any help would be magical!



    Thanks

    MilesFrame appears on embedded flash element
    Got a URL?



    --

    Regards



    John Waller





    Frame appears on embedded flash element
    hi, yes I have uploaded it now and a version is at




    http://www.edward-thomas.com/testsite




    Thanks
    Miles Murray wrote:

    %26gt; hi, yes I have uploaded it now and a version is at

    %26gt;

    %26gt;
    http://www.edward-thomas.com/testsite


    %26gt;

    %26gt; Thanks



    Miles,

    I checked out your site in IE7, IE6, Firefox, Opera, Safari:
    looked all

    fine, now border lines visible. In what browser did you test
    your site?



    Aniko Erlinger


    http://www.netspectrum.net


    Hi Aniko,



    Thanks for checking for me. I managed to overcome the
    'problem', I meant to update my post yesterday but time got the
    better of me! I am a newbie to flash, and found (after much playing
    around, a couple of black lines on the flash file, which I hadnt
    specified, not sure if this is automatically put on as the edge of
    the 'artboard'? Again thanks for having a look.



    All the best

    Miles

    DrawFocus problem

    Hi all,

    When you Focusing a Component using Tab U will get a
    Green(Default) Rectangle Around that(Called FocusRect). In my
    project i would like to remove that..



    We can use




    myComponent.drawFocus = null;



    but there is a list of components to be modified. so it would
    be better to edit it in the Macromedia class itself. I opened the
    UIComponent and UIOBject classes and tried a lot to remove it but i
    can't able to figured it out.



    Can any one help me on this?

    Video input for Captivate

    I need to record a demo that has two portions one running on
    PC and the other on Solaris.



    I hope to have both sections contained in the same demo. I
    plan to use Adobe Captivate 2 for the PC portion. For the Slolaris
    portion .... can captivate take a video input? I am hoping to split
    the video output from the solaris machine and feed one of them to
    the pc where I will record it for a demo. Can adobe Captivate
    handle this job?



    Cheers,



    E_at_GD



    Video input for Captivate
    Hi E_at_GD,



    If it needs to look like Solaris (the whole CDE workspace,
    etc.) then your best bet is probably to run a vncserver on the
    Solaris side, display the session in a VNC client on the Windows
    side (like TightVNC), and capture things that way.



    It's been a while since I've done it this way, but I think
    one problem I ran into was that I couldn't do any manual screen
    capturing via the Print Screen hotkey. Every key press was sent to
    the VNC server directly, so I wasn't able to capture implicit info
    like hints and other ''passive'' mouse-over mark-ups. I think
    capturing in ''full video mode'' (don't remember what it's called
    this instant) may resolve this, but then you get larger files and
    Captivate isn't particularly flexible w.r.t. live video editing; it
    excels at the event-driven capture.



    The approach I use, since my captures don't *have* to look
    like any one *nix environment, is run a Cygwin X server on the
    Windows side and display back the *nix applications. That way, when
    I capture I get all the extra window decorations and event-driven
    markup.



    Hope this helps!



    Andrew.Video input for Captivate
    Hi Andrew



    Regarding the Print Screen key being sent to the VNC server
    directly, did you try reassigning the key used to initiate the
    capture? Are are you saying whichever key is assigned is ignored
    and sent directly?



    BTW, nice workaround and thanks for posting that. I'm sure it
    will help more folks than E_at_GD.



    Cheers... Rick

    Hi Rick,



    If memory serves, the problem was that when VNC is the active
    application, ALL mouse clicks and keys pressed are captured...
    D'oh! I think I may have it the other way around. I think I was
    trying to send the ''Prt Scr'' key press to VNC to trigger a
    different in-VNC application and it wasn't working.



    Looks like I'll have to give it another shot. :-)



    Anyhow, capturing from VNC doesn't get you all the extra
    ''object markup'' like window and button titles as Captivate objects
    that you get when using the X-display-back approach.



    Andrew.

    Dreamweaver 8 - How to associate new...

    I have a php application that the original developer used a
    .ihtml ( DOT - I H T M L ) extension for all the templates on, I
    have just made the move from cf studio to Dreamweaver 8 (yea I
    know, I know), anyhow in Studio these files were ''color coded'' as
    html files, in Dreamweaver, I have tried adding the .ihtml to the
    extensions.txt file (in the same lines as ALL files and HTML
    files), and although I can get Dreamweaver to go ahead and open the
    file up now by double clicking it ...there is no color coding
    ...does anyne know how I'm supposed to associate a new file
    extensino to an exisintg ''color coding scheme''???Dreamweaver 8 - How to associate new...
    This TechNote explains it:




    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16410



    Randy





    javiera wrote:

    %26gt; I have a php application that the original developer
    used a .ihtml ( DOT - I

    %26gt; H T M L ) extension for all the templates on, I have
    just made the move from cf

    %26gt; studio to Dreamweaver 8 (yea I know, I know), anyhow in
    Studio these files were

    %26gt; ''color coded'' as html files, in Dreamweaver, I have
    tried adding the .ihtml to

    %26gt; the extensions.txt file (in the same lines as ALL files
    and HTML files), and

    %26gt; although I can get Dreamweaver to go ahead and open the
    file up now by double

    %26gt; clicking it ...there is no color coding ...does anyne
    know how I'm supposed to

    %26gt; associate a new file extensino to an exisintg ''color
    coding scheme''???

    %26gt;

  • neutrogena
  • what's wrong with this form in firefox...

    working on an image upload form 鈥?how do i get more
    space in between the right side of the field and the left side of
    the button?



    thanks.




    http://quintandquint.com/fileupload/fileupload.php

    Change ''preview in browser''...

    When you preview an image in your browser in Fireworks (F12)
    it dumps the file in a temporary file. Something like this:

    file:///C:/DOCUME~1/jdasilva/LOCALS~1/Temp/FWTemp/00000001.htm



    I'd like to change that path to a network drive. Anyone have
    an idea how to do this?Change ''preview in browser''...
    Have your local root folder on the network drive. But - why
    do you want the

    temp files to be pathed to the network?



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''JoeyD1978'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:ereu45$auu$1@forums.macromedia.com...

    %26gt; When you preview an image in your browser in Fireworks
    (F12) it dumps the

    %26gt; file

    %26gt; in a temporary file. Something like this:

    %26gt;
    file:///C:/DOCUME~1/jdasilva/LOCALS~1/Temp/FWTemp/00000001.htm

    %26gt;

    %26gt; I'd like to change that path to a network drive. Anyone
    have an idea how

    %26gt; to do

    %26gt; this?

    %26gt;





    Change ''preview in browser''...
    It would be far easier to show my supervisor my work if I
    could IM him a link to the preview image. I don't really want to
    share that TEMP folder though, perhaps there's a way to change this
    setting in the system registry?
    %26gt; I don't really want to share that TEMP folder though,



    You have two options -



    1. IM the temp file address (why not?)

    2. Change PREFERENCES %26gt; Preview in Browser %26gt; disable
    the use temp files

    option



    Then you can IM the actual file path.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''JoeyD1978'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erf1j0$er3$1@forums.macromedia.com...

    %26gt; It would be far easier to show my supervisor my work if
    I could IM him a

    %26gt; link

    %26gt; to the preview image. I don't really want to share that
    TEMP folder

    %26gt; though,

    %26gt; perhaps there's a way to change this setting in the
    system registry?

    %26gt;





    synchronizing slides with the video

    Hi,



    This encoder rocks!



    I have a client that would like to webcast live events. I'm
    looking for a way to synchronize slides (jpeg files) with a live
    stream using the encoder. With the Sorensen encoder embeded in the
    Flash player, I was embeding action scripts calls to the video
    stream.



    Is there a way to achieve this with the new encoder?



    Many thanks for your answers.synchronizing slides with the video
    Hi,



    I have made test with the encoder and it looks good.



    I麓m also interested in synchronizing webcast live events
    with timings and informations that occurs during the live event.



    It would be interesting, to be able to add functionality
    through plugins to the encoder to achieve this kind of
    functionality.synchronizing slides with the video
    We are in the same boat. We have clients that would like to
    syncronize their Power Point slides to the live video. Any help or
    Ideas here would be great.

    Thansk for an awsome product. I have to say it is much better
    than On2's Live encoder. More control over your video.
    Hi all, thanks for the feedback. One thing you can do to
    synch events to the stream is to manually do this via a Flash app.
    E.g., a user hits a button to send an event up to FMS and then out
    to broadcast along with the live stream.



    We are also exploring some ideas around passing through
    timecode. If you have any other ideas of what you'd like to see,
    let us know.
    Hey Chris..

    That's exactly what I'm as well looking for, I've sent you a
    diagram of how it could work a while ago, don't know if you
    received it though.

    Flex Chart Data Range Problem

    The following is the mxml I have made.

    When the minimum and maximum are not set, it will show the
    line series properly.

    But when I set the min and max for date time axis to

    dt1.minimum=new Date(''2005'',''7'',''30'');

    dt1.maximum=new Date(''2005'',''8'',''3'');



    Then the line from data point ''{date: ''2005, 7, 29'', close:
    42.11}'' to ''{date: ''2005, 8, 1'', close: 42.71}'' is not being
    displayed.

    I under stand that the data point ''{date: ''2005, 7, 29'',
    close: 42.11}'' is outside the range of {''2005'',''7'',''30''}. But I
    would like to have the line to be shown on chart by interpolating
    the data from previous data point.



    Can some one please show me some light on achieving this?



    Thanks in advance.







    %26lt;?xml version=''1.0''?%26gt;

    %26lt;!-- Simple example to demonstrate the DateTimeAxis class.
    --%26gt;

    %26lt;mx:Application xmlns:mx=''
    http://www.adobe.com/2006/mxml''
    creationComplete=''settings();''%26gt;



    %26lt;mx:Script%26gt;

    %26lt;![CDATA[



    import mx.collections.ArrayCollection;



    [Bindable]

    public var stockDataAC:ArrayCollection = new
    ArrayCollection( [

    {date: ''2005, 7, 27'', close: 41.71},

    {date: ''2005, 7, 28'', close: 42.21},

    {date: ''2005, 7, 29'', close: 42.11},

    {date: ''2005, 8, 1'', close: 42.71},

    {date: ''2005, 8, 2'', close: 42.99},

    {date: ''2005, 8, 3'', close: 44} ]);



    public function settings():void

    {

    dt1.minimum=new Date(''2005'',''6'',''30'');

    dt1.maximum=new Date(''2005'',''7'',''3'');

    }



    public function myParseFunction(s:String):Date {

    // Get an array of Strings from the comma-separated String
    passed in.

    var a:Array = s.split('','');

    // Create the new Date object. Subtract one from the month
    property.

    // The month property is zero-based in the Date constructor.

    var newDate:Date = new Date(a[0],a[1]-1,a[2]);

    return newDate;

    }

    ]]%26gt;

    %26lt;/mx:Script%26gt;



    %26lt;mx:Panel title=''DateTimeAxis Example'' height=''100%''
    width=''100%''%26gt;



    %26lt;mx:LineChart id=''mychart'' height=''100%'' width=''100%''

    paddingRight=''5'' paddingLeft=''5''

    showDataTips=''true'' dataProvider=''{stockDataAC}''%26gt;



    %26lt;mx:horizontalAxis%26gt;

    %26lt;mx:DateTimeAxis id=''dt1'' dataUnits=''days''
    parseFunction=''myParseFunction'' /%26gt;

    %26lt;/mx:horizontalAxis%26gt;



    %26lt;mx:verticalAxis%26gt;

    %26lt;mx:LinearAxis baseAtZero=''false'' /%26gt;

    %26lt;/mx:verticalAxis%26gt;



    %26lt;mx:series%26gt;

    %26lt;mx:LineSeries yField=''close'' xField=''date'' form=''step''
    displayName=''AAPL'' interpolateValues=''true'' /%26gt;

    %26lt;/mx:series%26gt;

    %26lt;/mx:LineChart%26gt;



    %26lt;/mx:Panel%26gt;

    %26lt;/mx:Application%26gt;

    Flex Chart Data Range Problem
    Set the series' filterData property to false.



    However, there's a bug in the framework that means if you
    have filterData set to false and, for example, set the minimum or
    maximum of an axis the series will no longer provide any hitData
    (i.e. will appear to be non-interactive). There's a workaround
    though so all is not lost. And if you don't need hitData from the
    series then it's no problem at all.Flex Chart Data Range Problem
    Thanks a lot.



    I do need hitData together with filterData for events
    processing. Can you please tell the work around?
    By the way, using filterData = false results in slightly
    slower rendering because it is doing the computations required for
    all the points rather than just those in the axes ranges. An
    halfway-house solution might be to use filterData = false combined
    with manual filtering of the data provider to ensure you are just
    getting it to render a smaller portion of the data.



    Anyway, the workaround. You'll have to have a poke around in
    the LineSeries source code to fully understand what I'm saying
    here. You need to extend the LineSeries class and extend the
    findDataPoints function. In the LineSeries' findDataPoints function
    the if (!isNaN(v.yFilter) %26amp;%26amp; !isNaN(v.xFilter)) condition
    will fail because when filterData = false and the filterCache
    function of the series is called (this happens when the min or max
    of an axis is set because the mapping changes) the .yFilter and
    xFilter properties will be NaN. That makes sense in it's own way,
    but the upshot of that is that the minItem variable is never set
    and, therefore, an empty array will always be returned.



    So the fix is to copy the code from the LineSeries source
    code and in your overriding function change the if
    (!isNaN(v.yFilter) %26amp;%26amp; !isNaN(v.xFilter)) condition to if
    (!isNaN(v.yNumber) %26amp;%26amp; !isNaN(v.xNumber)). Before you do
    that though, check that your y/xFilter and y/xNumber properties do
    represent the same value. So yes, this is a nasty little hack but I
    haven't found any other way to solve the problem.
    Thank you very much. I could get the dataTips and hitData now
    by using the extended class of LineSeries.



    However I could not understand your comment ''Before you do
    that though, check that your y/xFilter and y/xNumber properties do
    represent the same value. ''.




    Ignore it, I was confusing this workaround with some other
    work (something surprisingly similar) I have been doing.



    Glad it's sorted your problem too.

    Flash files not replaying in Dreamweaver

    I'm using Mac 10.4.8. My Flash swf files are not replaying in
    Dreamweaver 8 when viewed in a browser. Does anyone out there know
    the reason why?
    Flash files not replaying in Dreamweaver
    do they replay when you just view the swf file?Flash files not replaying in Dreamweaver
    They playback fine in the Flash program
    Let me clarify something. Are they playing at all? Or are
    they only playing once then stopping?
    In the browser they do not play at all. I have tried
    Explorer, Firefox and Safari, all the same.
    When you browse directly to the swf file, does it play? If
    yes, then the

    problem is in the code on the page. If no, then the problem
    is in the swf

    file.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Merlin Man'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:ergu4t$9n0$1@forums.macromedia.com...

    %26gt; In the browser they do not play at all. I have tried
    Explorer, Firefox and

    %26gt; Safari, all the same.






    Thanks Murry, the swf was at fault
    You're welcome!



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Merlin Man'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erimro$him$1@forums.macromedia.com...

    %26gt; Thanks Murry, the swf was at fault





    Corrupted Template?

    hi, I hope somebody here can help me, this site have helped
    me a lot..



    My problem is, I've been creating webpages form the templates
    that I've made but today when I

    created a file from this template and try to preview it it
    looks fine,



    BUT



    when I go to the local site view then right click the webpage
    then preview it it doesn't inherit the template,

    same when i try to upload on the server



    AND THE REAL PROBLEM IS



    when I updated the template, there 50 webpages who used it
    and the templates characterscs were not

    present anymore in the 50 webpages. when before I always edit
    my template and everytime I update

    those 50 files it turns out fine.



    IS MY TEMPLATE CORRUPTED? if so what do I have to do to fix
    it? thanks!Corrupted Template?
    Here are seven common mistakes that will result in changes
    not propagating

    from Template to child -



    1. Rename the Templates folder

    2. Move the Templates folder to some other folder level in
    the site other

    than root level

    3. Move a template out of the Templates folder.

    4. Make changes to an editable region of the template (which
    will not

    propagate)

    5. Assume that template changes can be uploaded to the server
    without also

    uploading the changed local files

    6. Corrupt the site cache so that the link between template
    and child page

    is broken

    7, Improperly create your child pages by simply opening the
    template,

    adding page specific content, and resaving the template with
    an *.html

    extension rather that its *.dwt extension. (you can tell if
    this is the case

    by looking at the code on a child page - if you see anything
    like %26lt;!--

    TemplateBeginEditable... then this is what you have done)



    The 6th problem can be repaired by using SITE | Advanced %26gt;
    Recreate Site

    Cache, and the six others can be fixed by just not doing
    them. Have you

    done any of those?



    Or, read this -


    http://www.adobe.com/go/dd83ba8b





    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''teamse'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erffqm$1k1$1@forums.macromedia.com...

    %26gt; hi, I hope somebody here can help me, this site have
    helped me a lot..

    %26gt;

    %26gt; My problem is, I've been creating webpages form the
    templates that I've

    %26gt; made

    %26gt; but today when I

    %26gt; created a file from this template and try to preview it
    it looks fine,

    %26gt;

    %26gt; BUT

    %26gt;

    %26gt; when I go to the local site view then right click the
    webpage then preview

    %26gt; it

    %26gt; it doesn't inherit the template,

    %26gt; same when i try to upload on the server

    %26gt;

    %26gt; AND THE REAL PROBLEM IS

    %26gt;

    %26gt; when I updated the template, there 50 webpages who used
    it and the

    %26gt; templates

    %26gt; characterscs were not

    %26gt; present anymore in the 50 webpages. when before I always
    edit my template

    %26gt; and

    %26gt; everytime I update

    %26gt; those 50 files it turns out fine.

    %26gt;

    %26gt; IS MY TEMPLATE CORRUPTED? if so what do I have to do to
    fix it? thanks!

    %26gt;





    Corrupted Template?
    Hi, thanks for replying. I think I have the 6th problem
    because I didn't do the rest of the things that you've mentioned.
    iI've tried to fix it but the Recreate Site Cache is not clickable,
    how can I make this clickable? Also, can you please tell me what
    Cache means, I'm clueless abou tthis term.. Thank you so
    much.
    Okay, I've already found a way to make it clickable, so after
    doing the 'Recreate Site Cache, it still didn't fix my problem...



    It should show like this:
    http://www.corporateservices.noaa.gov/%7Efacmd/LogisticsDiv/logistics.html



    but instead its showing like this:


    http://www.corporateservices.noaa.gov/~facmd/noaa/LogisticsDiv/logisticspvt.html



    These two links looks identical but the are completely
    different the first one is for public version and the second one is
    for private version.



    Can you please help me, I have to finish this in 3
    hours...I'm dead..
    Do you have a will?



    Forbidden

    You don't have permission to access

    /~facmd/noaa/LogisticsDiv/logisticspvt.html on this server.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''teamse'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erhq9q$e6a$1@forums.macromedia.com...

    %26gt; Okay, I've already found a way to make it clickable, so
    after doing the

    %26gt; 'Recreate Site Cache, it still didn't fix my problem...

    %26gt;

    %26gt; It should show like this:

    %26gt;
    http://www.corporateservices.noaa.gov/%7Efacmd/LogisticsDiv/logistics.html

    %26gt;

    %26gt; but instead its showing like this:

    %26gt;

    %26gt;
    http://www.corporateservices.noaa.gov/~facmd/noaa/LogisticsDiv/logisticspvt.html

    %26gt;

    %26gt; These two links looks identical but the are completely
    different the

    %26gt; first

    %26gt; one is for public version and the second one is for
    private version.

    %26gt;

    %26gt; Can you please help me, I have to finish this in 3
    hours...I'm dead..

    %26gt;






    Okay,, I can't die since I don't have a will, please help
    me... =)
    Okay, this is what I'm thinking,



    I made a template from the 'corrupted/notworking' template.

    Then I tested the template and made a page from that and it
    turns fine.



    So I'm thinking.



    Can I just delete the 'corrupted/notworking' template in the
    template folder

    and then just put the name of that 'corrupt' template with
    the new template

    that I've made from the 'corrupt template' since they will
    have the same characterstics.



    But will this work?



    Will the new template with the same name in the template
    folder work with the

    child webpages of the old template?



    Hope my explantion is clear to you..






    If you are asking ''can I overwrite the bad template with the
    good one?'',

    then the answer is yes. Then open the good template, make a
    trivial change,

    and save it again to force an update for the child pages.



    Please make sure that you make a backup of your site before
    doing this -

    just in case.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''teamse'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erhvba$kc4$1@forums.macromedia.com...

    %26gt; Okay, this is what I'm thinking,

    %26gt;

    %26gt; I made a template from the 'corrupted/notworking'
    template.

    %26gt; Then I tested the template and made a page from that and
    it turns fine.

    %26gt;

    %26gt; So I'm thinking.

    %26gt;

    %26gt; Can I just delete the 'corrupted/notworking' template in
    the template

    %26gt; folder

    %26gt; and then just put the name of that 'corrupt' template
    with the new

    %26gt; template

    %26gt; that I've made from the 'corrupt template' since they
    will have the same

    %26gt; characterstics.

    %26gt;

    %26gt; But will this work?

    %26gt;

    %26gt; Will the new template with the same name in the template
    folder work with

    %26gt; the

    %26gt; child webpages of the old template?

    %26gt;

    %26gt; Hope my explantion is clear to you..

    %26gt;

    %26gt;

    %26gt;

    %26gt;






    Ok, it worked! Thanks a lot for your help! Have a nice
    day..
    Good luck!



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''teamse'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erkejv$ksf$1@forums.macromedia.com...

    %26gt; Ok, it worked! Thanks a lot for your help! Have a nice
    day..





    DB Field CONTAINS

    I have a field in a table that contains a description of a
    product. So to search on this field I try this



    SELECT *

    FROM products

    WHERE description CONTAINS ('#searchword#')



    This doesn't work. Get a syntax error. What simple little
    thing am I overlooking?DB Field CONTAINS
    SELECT *

    FROM products

    WHERE description CONTAINS ('#searchword#')



    This doesn't work. Get a syntax error. What simple little
    thing am I

    overlooking?



    That Contains is a ColdFusion Function. The SQL equivlent is
    LIKE.



    SELECT *

    FROM products

    WHERE description LIEK('%#searchword#%')



    Note the '%' percent signs. These are the wild card
    characters in SQL.

    DB Field CONTAINS
    Use ''LIKE'', i.e. -



    SELECT *

    FROM products

    WHERE description LIKE ('%#searchword#%')



    - Mike




    Sorry - I see you already had the answer.



    I don't know if it's just my machine, but it keeps taking
    forever to submit a page in my browser.
    Hmmmmm CONTAINS may be just for T-SQL or ORACLE then.
    Oh. It has to be

    SELECT *

    FROM table

    CONTAINS ('#searchword#')




    Cool! I love learning something I didn't know before,
    Dinghus.



    Thanks,



    Mike

    problem with template after edited in...

    I downloaded a template for my new site.

    the problem is that if i open up the main_v7.swf file with
    flash everything becomes bunched up and cant read the text. , is
    there a setting that will allow it to look the same as the original
    template ? you can see the difference in the two.



    the way it should look ---------
    http://www.raypriestphotography.com/

    the way it looks after i try to open it with flash and
    republish it. ---------
    http://www.raypriest.com/

    Yellow border on buttons

    Hi There



    We are testing some buttons in Flash lite 1.1 and 2. We cant
    get the yellow borders away from the buttons???



    Why are these yellow borders there?Yellow border on buttons
    The borders are included for usability so that a user will
    know when there is focus on something like an invisible button.
    However, it is a measure that is in place that can be disabled
    using a simple command.



    // frame 1 of _root

    // turn off yellow bounding box for tab focus

    _focusrect = 0;Yellow border on buttons
    Thx it worked
    Great. No problem.

    CSS table question

    Hi, I'm working on a style sheet for the main table of my
    site that I'll be using in a template for pretty much every page of
    my site. I made a class and applied it to the table, here's what I
    have so far...



    .maintable {

    background-color: #c7343a;

    border: 2px solid #c7343a;

    }



    My question is, how do I center the table using CSS? I've
    looked on the internet and I've gotten conflicting data on how
    exactly to go about it, what is the best way?



    Also, how do I set the cell padding and spacing to 0 using
    CSS?



    Thanks!CSS table question
    Why are you using a border color the same as the background
    color?



    %26gt; My question is, how do I center the table using CSS?



    You center any block tag with CSS by assigning it a width,
    and giving it

    left/right auto margins, e.g.,



    .maintable {

    background-color: #c7343a;

    border: 2px solid #c7343a;

    width:700px;

    margin:0 auto;

    }



    %26gt; Also, how do I set the cell padding and spacing to 0
    using CSS?



    You can do cellpadding, but not cellspacing -



    .maintable {

    background-color: #c7343a;

    border: 2px solid #c7343a;

    width:700px;

    margin:0 auto;

    }



    .maintable { padding:0; }





    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''xslamx'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erft9a$5dv$1@forums.macromedia.com...

    %26gt; Hi, I'm working on a style sheet for the main table of
    my site that I'll

    %26gt; be

    %26gt; using in a template for pretty much every page of my
    site. I made a class

    %26gt; and

    %26gt; applied it to the table, here's what I have so far...

    %26gt;

    %26gt; .maintable {

    %26gt; background-color: #c7343a;

    %26gt; border: 2px solid #c7343a;

    %26gt; }

    %26gt;

    %26gt; My question is, how do I center the table using CSS?
    I've looked on the

    %26gt; internet and I've gotten conflicting data on how exactly
    to go about it,

    %26gt; what

    %26gt; is the best way?

    %26gt;

    %26gt; Also, how do I set the cell padding and spacing to 0
    using CSS?

    %26gt;

    %26gt; Thanks!

    %26gt;





    CSS table question
    Should I just set the cell padding and spacing to 0 with the
    properties inspector since it's going to be a template?
    You could.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''xslamx'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erg026$8c9$1@forums.macromedia.com...

    %26gt; Should I just set the cell padding and spacing to 0 with
    the properties

    %26gt; inspector since it's going to be a template?






    Would there be disadvantages to just setting the cell spacing
    and padding to zero in the properties panel and setting the table
    to align center in the properties panel as well? I want to learn to
    do things right, but if it's just as ''right'' to use the properties,
    I'd like to know, thanks!
    %26gt; Would there be disadvantages to just setting the cell
    spacing and padding

    %26gt; to

    %26gt; zero in the properties panel and setting the table to
    align center in the

    %26gt; properties panel as well?



    No.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''xslamx'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:ergb1c$jq2$1@forums.macromedia.com...

    %26gt; Would there be disadvantages to just setting the cell
    spacing and padding

    %26gt; to

    %26gt; zero in the properties panel and setting the table to
    align center in the

    %26gt; properties panel as well? I want to learn to do things
    right, but if it's

    %26gt; just

    %26gt; as ''right'' to use the properties, I'd like to know,
    thanks!

    %26gt;





    Dreamweaver Closes At Startup

    Hello,

    I just re-formatted my system with XP. I installed
    Dreamweaver and whenever I try to start it up, it closes right when
    the main window opens (just after splash screen). This is very
    annoying. If it helps, the 1st time I ran it, I asked if I wanted
    the Coder or Designer layout...

    Thanks,

    MikaelDreamweaver Closes At Startup
    It does ask you that .. so you've had it open once anyway. Do
    you have a

    firewall running that might be blocking it? Windows Firewall,
    for example?

    What about an antivirus program?



    --

    Nancy Gill

    Adobe Community Expert

    Author: Dreamweaver 8 e-book for the DMX Zone

    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)

    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s

    Guide, Mastering Macromedia Contribute

    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development



    ''mikaelsnavy'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erg1mm$a66$1@forums.macromedia.com...

    %26gt; Hello,

    %26gt; I just re-formatted my system with XP. I installed
    Dreamweaver and

    %26gt; whenever I

    %26gt; try to start it up, it closes right when the main window
    opens (just

    %26gt; after

    %26gt; splash screen). This is very annoying. If it helps, the
    1st time I ran it,

    %26gt; I

    %26gt; asked if I wanted the Coder or Designer layout...

    %26gt; Thanks,

    %26gt; Mikael

    %26gt;





    Dreamweaver Closes At Startup
    It asked it the 1st time. No firewall or anti-virus.
    Try this:



    Dreamweaver 8 does not launch


    http://www.adobe.com/go/fb181c10



    Hope this helps,



    David Alcala

    Adobe Product Support





  • neutrogena
  • Please help im dying!


    this problem is when i try to load a textfile w. variable

    first, when i clicked the button, and try to trace the loaded
    text, its shows its ''undefined'', but when i try clicking once more,
    it works... whats the problem? im really confused... please help!
    THANKS!



    PS:if you got a good tutorial about textfile and string
    manipulation, please send me some links... thanks!







    on (release) {







    var files



    loadText = new loadVars();



    loadText.onLoad = function(success) {

    if (success) {

    // trace(success);

    newsBox.html = true;

    newsBox.htmlText = this.myNews;

    }

    };

    loadText.load(''test.txt'');

    var snd = newsBox.getBytesTotal()









    var strt = Array ();



    strt= snd.split(''#'');



    trace(snd)

    gotoAndPlay(2);



    //split code: split str on delimeter into an 'array'





    //var strt:Array = snd.split(''#'');



    //trace(strt[0])



    }Please help im dying!
    Not 100% sure this is the case but it may be because you are
    loading the file and running the trace at the same time so the text
    is not loaded when the trace is called. The second time you click
    the text is loaded from the previous call and so the trace works.



    Try stopping your playhead at frame 1 of your timeline untill
    the file is loaded then moving to frame 2 where your button
    appears. This way you can be sure that the vars are all available
    when the button is clicked.



    I would also recomend looking into using XML (if it fits your
    project) instead of text files as they tend to be a lot more
    dependable and more usable

    Z-Index absolute positioning

    I am having trouble keeping on of my floating layers in
    position when the browser is resized, can any one help



    www.morningtonfishingcharters.com.auZ-Index absolute positioning
    Absolute positioning keeps the element at specific
    coordinates no matter how

    large the viewport is. I think you'll find that it's other
    content on your

    page that is moving, not the absolutely positioned ones.



    Show us your page, please.



    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''The Spann'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:ergihe$r3a$1@forums.macromedia.com...

    %26gt;I am having trouble keeping on of my floating layers in
    position when the

    %26gt; browser is resized, can any one help

    %26gt;

    %26gt; www.morningtonfishingcharters.com.au

    %26gt;

    %26gt; The ccs Code:

    %26gt;

    %26gt; .h2 {

    %26gt; font-family: ''Times New Roman'', Times, serif;

    %26gt; font-size: x-large;

    %26gt; color: #FFFFFF;

    %26gt; }

    %26gt; .h1 {

    %26gt; font-family: ''Times New Roman'', Times, serif;

    %26gt; font-size: xx-large;

    %26gt; color: #FFFFFF;

    %26gt; font-style: normal;

    %26gt; left: 0px;

    %26gt; top: 0px;

    %26gt; right: 0px;

    %26gt; bottom: 0px;

    %26gt;

    %26gt; }

    %26gt; .h3 {

    %26gt; font-family: ''Times New Roman'', Times, serif;

    %26gt; font-size: 24px;

    %26gt; font-style: normal;

    %26gt; font-weight: bold;

    %26gt;

    %26gt; }

    %26gt; .z-index {

    %26gt; z-index: 1;

    %26gt;

    %26gt; }

    %26gt; .z-index2 {

    %26gt; z-index: 999;

    %26gt; position: absolute;

    %26gt; visibility: visible;

    %26gt;

    %26gt; }

    %26gt; .h4 {

    %26gt; font-size: small;

    %26gt; font-style: normal;

    %26gt; color: #FFFFFF;

    %26gt;

    %26gt; }

    %26gt; .h5 {

    %26gt; font-family: ''Times New Roman'', Times, serif;

    %26gt; font-size: 14px;

    %26gt; font-style: normal;

    %26gt; color: #000000;

    %26gt; font-weight: normal;

    %26gt;

    %26gt; }

    %26gt; .h6 {

    %26gt; font-size: 12px;

    %26gt; font-weight: normal;

    %26gt; color: #000000;

    %26gt; }

    %26gt;

    %26gt;

    %26gt; And the code from the page:

    %26gt;

    %26gt; %26lt;body bgcolor=''#000033'' background=''/Images/btm.jpg''

    %26gt;
    onLoad=''MM_preloadImages('/Images/west.gif','/Images/sth.gif','/Images/east.gif '

    %26gt; ,'/Images/sth_east.gif','/Images/sth_west.gif')''%26gt;

    %26gt; %26lt;div id=''Layer10'' style=''position:absolute;
    left:368px; top:262px;

    %26gt; width:266px; height:269px; z-index:1; overflow:
    visible;''

    %26gt;
    onMouseOver=''MM_swapImage('Compass','','/Images/west.gif',1)''

    %26gt; onMouseOut=''MM_swapImgRestore()''%26gt;%26lt;img
    src=''Images/comp.gif'' alt=''Compass''

    %26gt; name=''Compass'' align=''absmiddle'' id=''Compass''
    width=''271''

    %26gt; height=''268''%26gt;%26lt;/div%26gt;

    %26gt;





    Z-Index absolute positioning
    Maybe I'm missing something. I don't see where your applying
    the .z-index2 class to your div. Also although you are absolute
    positioning your div, the mouseover event is not absolutely
    positioning the images you want to display. You even have a
    mouseover event attached to your html layer description.
    The image of the compass points to each link when the links
    are hoovered and resets to north when the mouse is not over a link.
    If you resize a browser window from the right hand side the compass
    moves out the middle of the page. I am trying to give it values to
    make it absoulute from the left and top of the page, can anyone
    please help?




    http://www.morningtonfishingcharters.com.au
    As Murray pointed out above, your compass is NOT moving. Your
    other content is moving. Your compass IS in an absolute position.
    What you could do is make your main table an absolute position so
    not matter what is resized nothing will move.
    Thanks!
    Or, you could wrap your content in a relatively positioned,
    centering

    container. This will reset the ''layer's'' frame of reference
    from the body

    tag (i.e., the upper, left-hand corner) to the container's
    position, causing

    it to center along with the rest of the content.



    Here's some example code -



    Change this -



    %26lt;/head%26gt;



    to this -



    %26lt;style type=''text/css''%26gt;

    %26lt;!--

    body { text-align:center; }

    #wrapper { text-align:left; width:760px; margin:0
    auto;position:relative; }

    /* 760px will display on an 800px screen maximized browser
    window without */

    /* horizontal scrollbars. */

    --%26gt;

    %26lt;/style%26gt;

    %26lt;/head%26gt;



    change this -



    %26lt;body ...%26gt;



    to this -



    %26lt;body ...%26gt;

    %26lt;div id=''wrapper''%26gt;



    and this -



    %26lt;/body%26gt;



    to this -



    %26lt;!-- /wrapper --%26gt;

    %26lt;/div%26gt;

    %26lt;/body%26gt;



    and see if that helps.





    --

    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 %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''envision3d'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:erj0lc$s1h$1@forums.macromedia.com...

    %26gt; As Murray pointed out above, your compass is NOT moving.
    Your other

    %26gt; content is

    %26gt; moving. Your compass IS in an absolute position. What
    you could do is

    %26gt; make

    %26gt; your main table an absolute position so not matter what
    is resized nothing

    %26gt; will

    %26gt; move.

    %26gt;