Jump to content


Flash


2 replies to this topic

#1 amcdeathknight

    Young Padawan

  • Members
  • Pip
  • 28 posts

Posted 21 April 2005 - 04:34 AM

Hey, im having trouble with my site:
http://computerdesti....game-host.org/

The Flash isnt working in the games using Firefox? What could be the problem? it runs fine in IE and locally but off the net it doesnt. Thanks

#2 Donna

    Retired P2L Queen!

  • P2L Staff
  • PipPipPipPip
  • 12,330 posts
  • Gender:Female
  • Location:B.C Canada

Posted 21 April 2005 - 10:18 AM

Change

<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="300" id="movie" align="">
<param name="movie" value="\~flash\00fgame\pacman.swf">
<embed src="\~flash\00fgame\pacman.swf" quality="high" width="550"
height="400" name="movie" align="" 
type="application/x-shockwave-flash"
plug inspage="http://www.macromedia.com/go/getflashplayer"> 
</object>


To


<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="300" id="movie" align="">
<param name="movie" value="\~flash\00fgame\pacman.swf">
<param name=quality VALUE=high> 
<param name=bgcolor VALUE=#add color> 
<embed src="\~flash\00fgame\pacman.swf" quality="high" width="400" height="300" name="movie" align="" 
type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer"> 
</object>

You would be better using the full url instead of \~flash\00fgame\pacman.swf

Also add bg color

#3 amcdeathknight

    Young Padawan

  • Members
  • Pip
  • 28 posts

Posted 21 April 2005 - 11:56 PM

ok, thanks a lot :-)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users