|
-
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
-
Relaxing
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.
-
I sorry but when you say "convert to a mc and then change the alfa(?) with motionscript", just what do you mean?
Thanks,
wtd6e
-
Senior Member
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
-
Can't Re- Member
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
-
Relaxing
Re: May be talking about wmode....
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.
-
Can't Re- Member
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
-
Relaxing
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|