Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Sudhir1 #1
problem with WMODE property of flash movies
dear friends ,
i am designig a page using the "WMODE=TRANSPARENT" property of flash movie ,
which is embedded in a layer, on resolution 1024 X 768. I am using a JAVA
Script " RESIZE.JS " for resolution independent web page. the movie is shown at
the right position on resolution 1024 X 768, but it shifts from its original
location . i am attaching the code of " RESIZE.JS". please hv a look on it and
help me . its urgent.
i am calling this script as <BODY ONLOAD="check_width()">
window.onload = check_width
function check_width() {
var correctwidth=1024;
// You can personalize "correctwidth" according to your layout.
if (screen.width!=correctwidth) {
document.body.style.zoom = screen.width / correctwidth;
}
}
Sudhir1 Guest
-
Flash in wmode -> transparent but still need high z-index...
Ok this is pretty complicated and maybe there is a reason why more people aren't doing this.... but we're building a new video player that needs... -
Problem encoding QT movies to Flash Video
We are able to encode Quicktime movie files if they are small to Flash Video with no problem. But when we try to do larger files, after running for... -
Problem with running flash movies after install
hi... i installed the flash player on my computer and everytime i try to run a flash movie from my internet explorer it shows me a "no flash... -
Overlapping flash movies causing problem.
I'm having a problem with overlapping flash movies that I'm using in Director. Basically, I have a background image on channel 1. I also have... -
Problem Viewing Flash Movies
I have installed the Macromedia Flash player 6. When I visit a website that has a flash movie I receive a blank page with a little square icon on...



Reply With Quote

