Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nomade

macrumors member
Original poster
Dec 2, 2006
72
0
I Install a embed mpg video on a web site, most people are able to read them except for my client (( o;

I tried various ways of installaling those mpg but none seem to work for my client on any of his workstation (Window xp)

here's the link :
http://galeriesvp.com/en/artiste.php?artiste=30
Just click on "watch the video"

Here the code (with PHP I use )
<OBJECT id='mediaPlayer' width="320" height="285"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="http://galeriesvp.com/photo/video/<?php echo "".$ligne_video['video'].""; ?>">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="false">
<param name='showControls' value="true">
<param name='loop' value="false">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
src="http://galeriesvp.com/photo/video/<?php echo "".$ligne_video['video'].""; ?>" autostart="false" designtimesp='5311' loop="false">
</EMBED>
</OBJECT>
Any suggestions ?
 
Well you want to get your client's OS and browser, and see if you can replicate it.

Obvious problem is "Watch the video" link
- isn't underlined
- doesn't have a "video" icon.

Why do you have underlined titles? underline = LINKS!!!
Why do you have links that don't look like links?
 
Well i'm the prgrammer, the designer decide that link CSS will be without underline, what can I say ?

I did replicate the client OS and browser, I test the video on Windows XP with IE 6, wich is the same setup that my customer. I also test with Safari and Firefox on Mac.

Did you see the video ?

Well you want to get your client's OS and browser, and see if you can replicate it.

Obvious problem is "Watch the video" link
- isn't underlined
- doesn't have a "video" icon.

Why do you have underlined titles? underline = LINKS!!!
Why do you have links that don't look like links?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.