A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Transparent background?

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    20

    Transparent background?

    Hello,

    Is it possible in KoolMoves to create a movie, say moving text, that is transparent so that my webpage backdround image shows through? And if so, how in KoolMoves?

    Thanks,

    wtd6e

  2. #2
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713

    deja vu?

    Yes, make the text transparent in the propertys panel, >>under color, just below the red,green, blue squares. I think you can also convert to a mc and then change the alfa(?) with motionscript. Make sure that under views>>list shapes that the text is above the background.
    Any programming language is at its best before it is implemented and used.

  3. #3
    Junior Member
    Join Date
    Jan 2004
    Posts
    20
    I sorry but when you say "convert to a mc and then change the alfa(?) with motionscript", just what do you mean?

    Thanks,
    wtd6e

  4. #4
    Senior Member Fingermonkey's Avatar
    Join Date
    Jun 2002
    Location
    Michigan
    Posts
    222

    May be talking about wmode....

    Here is some info on wmode and the current browser support breakdown.

    http://www.propellerhead-graphix.com...als_wmode.html

  5. #5
    Can't Re- Member gusmus's Avatar
    Join Date
    Sep 2002
    Location
    España
    Posts
    663
    Fingermonkey has the right Idea,,
    go to your parameters list in the coding and add:

    <param name="wmode" value="transparent">

    There is a slight problem over Browser compatability regarding netscape, but, since last summer, after I did a breakdown of my server stats and found that my system was being hit by approx 1 netscape hit to every 8400 IE hits, I've decided that the compatability thing isn't really worth bothering about. It's obviously a matter of personal choice. Cheers
    humanus somes est divinitus in ipsum
    Wiliiam Wallace

  6. #6
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713

    Re: May be talking about wmode....

    Originally posted by Fingermonkey
    Here is some info on wmode and the current browser support breakdown.

    http://www.propellerhead-graphix.com...als_wmode.html
    I tried this at:
    http://home.att.net/~picdiversion/trans.html
    but as you can see the 1's do not align above the swf. I did try it several ways so I must not be seeing the objective here. From the source code can you see what is wrong? I am sure it is simple.
    Any programming language is at its best before it is implemented and used.

  7. #7
    Can't Re- Member gusmus's Avatar
    Join Date
    Sep 2002
    Location
    España
    Posts
    663
    Looks like you've just laid your swf into the page as an object right after your 1,s. You need to give it an absolute position. For Example:

    <DIV ID="idElement1" style="position:absolute; top:71px;left:22px;

    or center both objects(the 1,s and the swf). Cheers
    humanus somes est divinitus in ipsum
    Wiliiam Wallace

  8. #8
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Originally posted by gusmus
    Looks like you've just laid your swf into the page as an object right after your 1,s. You need to give it an absolute position. For Example:

    <DIV ID="idElement1" style="position:absolute; top:71px;left:22px;

    or center both objects(the 1,s and the swf). Cheers
    NOW TRY IT

    http://home.att.net/~picdiversion/trans.html


    Yah hooo: There it is. I need to practice the DIV ID myself but this tut actual works. Thank you gusmus and fingermonkey. This is what wtd6e originaly wanted.
    Any programming language is at its best before it is implemented and used.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center