PC & Mac

  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 2:53 am

I made a website with flash mx on a mac, i exported the flash movie and embedded it in a index, the site runs okie with pc, but i couldn't view it with a mac, just a black background, please advice on how i could solve the problem.

many many thanks!!!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 21st, 2004, 2:53 am

  • SycomCOmp
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 02, 2003
  • Posts: 173
  • Loc: USA
  • Status: Offline

Post April 21st, 2004, 5:15 am

could be an outdated version of the macromedia player on the Macs side of explorer or Netscape. I ran into that problem once on my old G3 mac and it's explorer windows, but a simple update of the Flash player did it... http://www.macromedia.com
  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 5:31 am

i have tried to download the latest version of flash player from macromedia site for my mac(OSX), and i installed, but still couldn't view it, could it be other problems??

Thanks
  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 7:21 am

the link of the site is http://www.landontong.com
i tried to download the latest flash player to my mac but it still dosen't work, i doubt its the problem
i embedded the flash movie to the html
i am not good at html but here is what i did

Code: [ Select ]
<HTML>
<HEAD>
</HEAD>
<BODY bgcolor=black><center>
<table border=0 height=100%><tr><td>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="710" height="433">
 <PARAM name=movie value="Final1.swf">
 <PARAM name=quality value=high>
<PARAM NAME=loop VALUE=false>
 <EMBED src="Final.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%">
 </EMBED>
</OBJECT>
</td></tr></table>
</center>
</BODY>
</HTML>
  1. <HTML>
  2. <HEAD>
  3. </HEAD>
  4. <BODY bgcolor=black><center>
  5. <table border=0 height=100%><tr><td>
  6. <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="710" height="433">
  7.  <PARAM name=movie value="Final1.swf">
  8.  <PARAM name=quality value=high>
  9. <PARAM NAME=loop VALUE=false>
  10.  <EMBED src="Final.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%">
  11.  </EMBED>
  12. </OBJECT>
  13. </td></tr></table>
  14. </center>
  15. </BODY>
  16. </HTML>


if it is the html problem, could people just kindly show me how to do the html??

Thanks
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post April 21st, 2004, 7:33 am

please use the code tags when posting html of any other code!
UNFLUX.FOTO
  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 7:36 am

ok, sorry about that[/code]
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post April 21st, 2004, 7:45 am

looking at your code, you have 2 different names for the movie. You have:
Code: [ Select ]
<PARAM name=movie value="Final1.swf">

and then you have this with only 1 L:
Code: [ Select ]
<EMBED src="Final.swf"....

I don't if that will fix it, but it should be the same.
UNFLUX.FOTO
  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 7:52 am

it should be the same, i changed it already
but its not the problem, but i think its the other proplem in the html
  • eVil-Munkey
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 6
  • Status: Offline

Post April 21st, 2004, 9:43 am

URGENT!! Please help if anyone knows how to solve the problem
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post April 21st, 2004, 11:26 am

what other problem in the html? I think your param for loop value=false may be a problem.

try replacing what you have with this:
PHP Code: [ Select ]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="710" height="433">
 
  <param name="movie" value="Final.swf" />
 
  <param name="quality" value="high" />
 
  <embed src="Final.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="745" height="391"></embed></object>
  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="710" height="433">
  2.  
  3.   <param name="movie" value="Final.swf" />
  4.  
  5.   <param name="quality" value="high" />
  6.  
  7.   <embed src="Final.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="745" height="391"></embed></object>
UNFLUX.FOTO

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 40 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.