coding not doing as told

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default coding not doing as told

    Hi there i was hoping you could help me with some little problems

    my page layout is set in a table 1c x 3 r
    in r2 i hace placed another table 1x1, and in this placed a .swf.
    i have set the alignment to abs middle and wmode to transparent - yet when i
    hit f 12 niether have been applied.
    Here's the code:
    [Q]<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=7,0,19,0" width="400" height="600" align="absmiddle">[/Q]

    can anyone see what's wrong please.
    Thanks xx

    kerrysmagicshirt Guest

  2. Similar Questions and Discussions

    1. PDFs from ID not CMYK when told to convert all to CMYK
      I'm creating a PDF from InDesign CS2 with the switch Convert all colors to CMYK enabled in Ink Manager. Yet I still get spot colors in my output...
    2. told ya, they're sweatin it
      I'm going to try to refrain from sounding like I'm patting myself on the back... but.. what the heck. Told ya so, one of my last posts a month or so...
    3. coding
      Hi Gang, I am a Director programmer and do a little Flash. I've noticed some pretty complex coding in Flash and have searched diligently for...
    4. building php from source, pear doesn't install even when told to
      usinng php-4.3.4 using this for my configure script; ../configure --with-pear=/usr/local/lib/pear --with-mysql --with-apxs=/usr/sb in/apxs...
    5. 2PCnet w/XP but one PC not doing as told
      i have two comp both running winXPpro. i want to make them talk to each other for file shareing/games. i can run the set up to make it work just...
  3. #2

    Default Re: coding not doing as told

    Post a link to the page so we can see the relevant code, please.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:egtt6f$f36$1@forums.macromedia.com...
    > Hi there i was hoping you could help me with some little problems
    >
    > my page layout is set in a table 1c x 3 r
    > in r2 i hace placed another table 1x1, and in this placed a .swf.
    > i have set the alignment to abs middle and wmode to transparent - yet when
    > i
    > hit f 12 niether have been applied.
    > Here's the code:
    > [Q]<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="400" height="600" align="absmiddle">[/Q]
    >
    > can anyone see what's wrong please.
    > Thanks xx
    >

    Murray *ACE* Guest

  4. #3

    Default Re: coding not doing as told

    Well i did post all the relevent code there - but it hasn't all displayed - i
    havn't got the site live as yet i was waiting till it was complete and working
    remotley before paying for the hosting.

    here it is without the quote handles:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=7,0,19,0" width="400" height="600" align="absmiddle">
    <param name="movie" value="Map.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="Map.swf" width="400" height="600" align="absmiddle" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" wmode="transparent">
    </object>

    kerrysmagicshirt Guest

  5. #4

    Default Re: coding not doing as told

    The align="absmiddle' is for inline tags (images), and forces them to align
    with the wrapping text at the middle of the inline tag. The <object> tag is
    not an inline tag (at least I don't think it is), and I can find no
    indication that "absmiddle" would have any effect on it.

    What are you trying to do with the wmode parameter?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:egvgo7$a8b$1@forums.macromedia.com...
    > Well i did post all the relevent code there - but it hasn't all
    > displayed - i
    > havn't got the site live as yet i was waiting till it was complete and
    > working
    > remotley before paying for the hosting.
    >
    > here it is without the quote handles:
    >
    > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="400" height="600" align="absmiddle">
    > <param name="movie" value="Map.swf" />
    > <param name="quality" value="high" />
    > <param name="wmode" value="transparent" />
    > <embed src="Map.swf" width="400" height="600" align="absmiddle"
    > quality="high"
    > pluginspage="http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" wmode="transparent">
    > </object>
    >

    Murray *ACE* Guest

  6. #5

    Default Re: coding not doing as told

    ok i understand (i think) thanks - so how would i get that table to sit in the
    centre of the cell it's inside then. i generally work in design mode (coming
    from a graphic background) so did not hand code this page.

    The wmode>transparent is a trick i have used sucessfully many times before -
    it removes the background from your flash file so you can place a flash image
    onto a background image neatly.

    see [url]www.toxiccreations.co.uk[/url] for an example.

    kerrysmagicshirt Guest

  7. #6

    Default Re: coding not doing as told

    The contact text looks a bit fuzzy. You might want to fix that one. I am viewing it on my Safari on Mac OSX 10.4.8. I checked on FireFox, same problem.
    Deaf Web Designer Guest

  8. #7

    Default Re: coding not doing as told

    > ok i understand (i think) thanks - so how would i get that table to sit in
    > the
    > centre of the cell it's inside then. i generally work in design mode
    > (coming
    > from a graphic background) so did not hand code this page.
    I will just comment anecdotally, that the people I see have some of the most
    distressing problems on this forum (and really on the DW general forum,
    which is where this post/thread belongs) are those who come from a print
    background and cannot/will not unlearn their print experience and accept
    that the web is not a printed page.
    > The wmode>transparent is a trick i have used sucessfully many times
    > before -
    > it removes the background from your flash file so you can place a flash
    > image
    > onto a background image neatly.
    Sure - I know what wmode does. I was wondering what you were expecting it to
    do on your page. Can you post a link to the page, please?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:egvv0h$qkq$1@forums.macromedia.com...
    > ok i understand (i think) thanks - so how would i get that table to sit in
    > the
    > centre of the cell it's inside then. i generally work in design mode
    > (coming
    > from a graphic background) so did not hand code this page.
    >
    > The wmode>transparent is a trick i have used sucessfully many times
    > before -
    > it removes the background from your flash file so you can place a flash
    > image
    > onto a background image neatly.
    >
    > see [url]www.toxiccreations.co.uk[/url] for an example.
    >

    Murray *ACE* Guest

  9. #8

    Default Re: coding not doing as told

    Say Murray,

    In case if you overlooked this one... here it goes.

    As for your question quoted:
    > Can you post a link to the page, please?
    "see [url]www.toxiccreations.co.uk[/url] for an example." quoted by OP.


    Deaf Web Designer Guest

  10. #9

    Default Re: coding not doing as told

    It was not clear to me if that was *the* page, or an example page.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Deaf Web Designer" <webforumsuser@macromedia.com> wrote in message
    news:eh0a3s$b2t$1@forums.macromedia.com...
    > Say Murray,
    >
    > In case if you overlooked this one... here it goes.
    >
    > As for your question quoted:
    > > Can you post a link to the page, please?
    >
    > "see [url]www.toxiccreations.co.uk[/url] for an example." quoted by OP.
    >
    >

    Murray *ACE* Guest

  11. #10

    Default Re: coding not doing as told

    Murray,
    > It was not clear to me if that was *the* page, or an example page.
    Ok, I suppose the OP should have be a bit more clear about what page the OP want us to take a look at.
    Deaf Web Designer Guest

  12. #11

    Default Re: coding not doing as told

    Stop squabbeling for a min guys and read what i have put
    [Q]i havn't got the site live as yet i was waiting till it was complete and
    working remotley before paying for the hosting.[/Q]

    I did not ask for a critique on the Toxic Creations site as it's not finished
    and the contact text has nothing to do with my question. It was mearly stated
    as an example of the wmode>transparent in action.

    Murray i appriciate if this post is in the wrong thread. But if it is feel
    free to move it, i won't get offended.

    As for print v's web design - clearly they are not the same thing and require
    a completely different way of thinking about things - which is exactly why i
    came to ask you guys (the experts) to ask how it is done - that is after i have
    scourerd DW's help

    When i get a moment tonight i will try and get the page up onto a server for
    you to look at - but i thought if it was a coding problem this wouldn't be
    needed as i have posted the code. As for what i am trying to do with the wmode
    - i am trying to remove the background of my swf end off. nothing more nothing
    less - the content of the swf is irrelivent to the problem. However you will
    see later.


    If you would please ignor the diversions we have suffered here and focus on
    the initial question(S) i would be very greatful.
    Many Thanks,






    kerrysmagicshirt Guest

  13. #12

    Default Re: coding not doing as told

    [q]Originally posted by: Newsgroup User
    The align="absmiddle' is for inline tags (images), and forces them to align
    with the wrapping text at the middle of the inline tag. The <object> tag is
    not an inline tag (at least I don't think it is), and I can find no
    indication that "absmiddle" would have any effect on it.[/q]

    Ok so if i have got this right i should be able to get my swf to centre by
    stretching the 1x1 table to fill the cell it is inside - then apply absmiddle
    to the swf and it will sit int he centre of the 1x1 table. Have i got this
    right?
    If not please correct.





    kerrysmagicshirt Guest

  14. #13

    Default Re: coding not doing as told

    No. Absmiddle will have no effect on the swf file if applied to it. It
    only has meaning when applied to an inline tag. But, the default alignment
    of a table cell is left/middle for horiz/vertical. A swf file in a table
    cell will be aligned vertically in the middle of that cell without doing
    anything. If you make the horiz alignment center, then you have your
    middle/middle alignment.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:eh246q$iem$1@forums.macromedia.com...
    > [q]Originally posted by: Newsgroup User
    > The align="absmiddle' is for inline tags (images), and forces them to
    > align
    > with the wrapping text at the middle of the inline tag. The <object> tag
    > is
    > not an inline tag (at least I don't think it is), and I can find no
    > indication that "absmiddle" would have any effect on it.[/q]
    >
    > Ok so if i have got this right i should be able to get my swf to centre by
    > stretching the 1x1 table to fill the cell it is inside - then apply
    > absmiddle
    > to the swf and it will sit int he centre of the 1x1 table. Have i got
    > this
    > right?
    > If not please correct.
    >
    >
    >
    >
    >

    Murray *ACE* Guest

  15. #14

    Default Re: coding not doing as told

    Ahhh thanks Murray Much appriciated.
    I was just thinking that if it didn't work i could take out the 1x1 table and
    insert a 3c x 1 r table instead and put it in the middle cell - but your way
    seems neater.

    There is always a way around things :D.

    Now any idea why that wmode isn't working please. i havn't done anything
    different then i normally would. Could it be to do with the swf itself?

    Cheers x


    kerrysmagicshirt Guest

  16. #15

    Default Re: coding not doing as told

    wmode is not completely reliable under the best of circumstances.
    > Could it be to do with the swf itself?
    No.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:eh2gds$2r8$1@forums.macromedia.com...
    > Ahhh thanks Murray Much appriciated.
    > I was just thinking that if it didn't work i could take out the 1x1 table
    > and
    > insert a 3c x 1 r table instead and put it in the middle cell - but your
    > way
    > seems neater.
    >
    > There is always a way around things :D.
    >
    > Now any idea why that wmode isn't working please. i havn't done anything
    > different then i normally would. Could it be to do with the swf itself?
    >
    > Cheers x
    >
    >

    Murray *ACE* Guest

  17. #16

    Default Re: coding not doing as told

    ok thanks for the advice - i take it that wmode>transparent is the only way to remove the background though right?

    *off to google wmode*
    kerrysmagicshirt Guest

  18. #17

    Default Re: coding not doing as told

    Yeah....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:eh2inu$5lb$1@forums.macromedia.com...
    > ok thanks for the advice - i take it that wmode>transparent is the only
    > way to remove the background though right?
    >
    > *off to google wmode*

    Murray *ACE* Guest

  19. #18

    Default Re: coding not doing as told

    i did exactly what it says in option two all along that's what mean. that's why i can't see why it won't work :(
    kerrysmagicshirt Guest

  20. #19

    Default Re: coding not doing as told

    i did exactly what it says in option two all along that's what mean. that's why i can't see why it won't work :(
    kerrysmagicshirt Guest

  21. #20

    Default Re: coding not doing as told

    Post a link to the page?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kerrysmagicshirt" <webforumsuser@macromedia.com> wrote in message
    news:eh54p0$dbk$1@forums.macromedia.com...
    >i did exactly what it says in option two all along that's what mean.
    >that's why i can't see why it won't work :(

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139