Slight Problem

Status
Not open for further replies.

rmb1993

New Member
Messages
14
Reaction score
0
Points
0
Hi, I am looking to host flash videos on my site. But there is a slight problem. Here is the html code I am using for the flash video.
HTML:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="720" height="570" id="player" align="middle"> 
<param name="movie" value="player.swf?file=ep2.flv&size=false&aplay=false&autorew=false&title="/> 
<param name="menu" value="false"/> 
<param name="quality" value="high"/> 
<param name="bgcolor" value="#FFFFFF"/> 
<noscript><a href=http://www.dvdvideosoft.com/products/dvd/Free-DVD-Decrypter.htm>dvd decrypter</a></noscript> 
<embed src="player.swf?file=ep2.flv&size=false&aplay=false&autorew=false&title=" menu="false" quality="high" bgcolor="#FFFFFF" width="720" height="570" name="player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/> 
</object>
So the problem is that its just a white box. Here is the link where you may find the problem: http://www.liberalguns.co.cc/modules.php?name=Machinima
I looked in the MIME types on my cpanel and it has the swf for the player but not the flv for the video. Maybe that is the problem? But weird thing is the player doesn't even show up. Does anyone know why this is happening? I have everything in the same folder so I have no idea why this is happening.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
You are linking to the file player.swf?file=ep2.flv&size=false&aplay=false&autorew=false&title= which does not exist.
 

rmb1993

New Member
Messages
14
Reaction score
0
Points
0
but they are all in the same folder: /home/rmb7/public_html/modules/Machinima when I preview the html file on my computer it works fine

Edit: Solved the problem it had to go in the main folder because of phpnuke.
 
Last edited:
Status
Not open for further replies.
Top