Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1

    Default

    I'm using the "Insert Flash text" within Dreamweaver 4.0.
    basically it lets you create a a rollover text effect very easily. Only problem I can't figure out how to make the background to the text transparent insted of a color. this comes in the way when I try to integrated into the page I have as it overlaps the image that's already there. I just want the text to be visible no background around it...

    Anyone know how to change that ?

    Thanks, Kelly
    IP

  2. #2
    Join Date
    Sep 2000
    Location
    Camp Lejeune/Jacksonville, NC
    Posts
    127

    Default

    <BLOCKQUOTE><font size="-1">quote:</font><HR>Originally posted by kellysaux:
    I'm using the "Insert Flash text" within Dreamweaver 4.0.
    basically it lets you create a a rollover text effect very easily. Only problem I can't figure out how to make the background to the text transparent insted of a color. this comes in the way when I try to integrated into the page I have as it overlaps the image that's already there. I just want the text to be visible no background around it...

    Add the below into your HTML associated with the .swf

    param name="wmode" value="transparent"

    With a < before param and a > after transparent"

    Works for me!


    Anyone know how to change that ?

    Thanks, Kelly<HR></BLOCKQUOTE>
    [img]/infopop/emoticons/icon_cool.gif[/img]

    The Fontman
    "For those who fought for freedom...freedom has a flavor the protected will never know."
    The Fontman
    "For those who fought for freedom...freedom has a flavor the protected will never know."
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    a caveat about:

    param name="wmode" value="transparent"

    it only works in ie. netscape doesn't allow for the transparent background. it's usually better to make the background the same colour as the page. if you're just using it for easy rollovers, it might be worth the investment in time to make regular rollovers with gifs/jpgs/pngs instead, as they're more reliable, and less cpu-intensive.


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Interactive Developer
    http://www.bluespark.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

 

 

Bookmarks

Posting Permissions

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