i tried everything but nothing works and i don't know why??!!!
Here is the page where i included imagevue.swf and then i wnated to make the flash transparent. Normally no problemo!
In config.ini i changed:
Code
bgcol = falseCode
<param name="wmode" value="transparent">Code
wmode="transparent"Edit1:
If you look closely you will see, that at first the swf-file is transparent and then comes an animation from none or white to black background color - therfore ist must have something to do with imagvue! HEEEELP!
Edit2: Solution
I edited the imagevue.fla file and changed one little thing on layer "p2" frame "6" on line "31" from
Code
backimagemc.mfade({_alpha:100}, 3);Code
backimagemc.mfade({_alpha:0}, 3);regards Beo