Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 25, 2012, 08:25:39 AM

Pages: [1]   Go Down
  Print  
Author Topic: Web Player Problem  (Read 4311 times)
smokey44
Spaceship Navigator
*****
Offline Offline

Posts: 79


« on: July 06, 2011, 08:18:53 AM »

I cant figure out for the life of me how to solve this problem.  
I have a flash player on my site that is only in its intended place at a screen resolution of 1280x1024. if anything other than that, the player gets thrown off to the side. i know that it has a Z-index and is set to absolute, but is there a way to make it stay where it belongs no matter what the resolution is? i hope i have explained the problem correctly. Or at least make it draggable by the visitor.
here is a link to the page.
http://www.beardensports.com/home.html
Logged
wektech
Master Jedi
*****
Offline Offline

Posts: 1031



WWW
« Reply #1 on: July 06, 2011, 10:49:27 AM »

It looks like you have declared an absolute position for the flash in the object tag for the flash and then declared it again in the embed tag (absolute to the relative object tag). IE seems to ignore the multiple styles but other browsers are not. Anyhow I moved the style element from the object tag and it seems to work correctly.
Logged

smokey44
Spaceship Navigator
*****
Offline Offline

Posts: 79


« Reply #2 on: July 06, 2011, 11:12:49 AM »

im trying my best to understand but you lost me. can you maybe post the code the way it should look?
Logged
wektech
Master Jedi
*****
Offline Offline

Posts: 1031



WWW
« Reply #3 on: July 09, 2011, 08:46:34 AM »

try changing
Code:
<embed style="Z-INDEX: 102; POSITION: absolute; WIDTH: 320px; HEIGHT: 240px; TOP: 452px; LEFT: 857px;" src="onlyphoto.swf?xml_path=2010 BEARDEN FLASHBACK.xml" quality="high" name="tech" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>

to

Code:
<embed src="onlyphoto.swf?xml_path=2010 BEARDEN FLASHBACK.xml" quality="high" name="tech" align="middle" allowscriptaccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: