Author Topic: fake swf when view image  (Read 3036 times)

0 Members and 1 Guest are viewing this topic.

Offline M0KUJINKEN

  • Newbie
  • *
  • Posts: 49
    • View Profile
fake swf when view image
« on: August 31, 2005, 09:11:04 AM »
i dont know if there is a similiar topic around. couldn' find one.

anyway:
in the media folder i swtich the swf.html with jpg.html to fake flash
and then on the site i try it out, the image was shown the way i want it, like when you're viewing a swf file
that's good, but at the status bar, it looks like the page wasn't finish loading yet, there was someting else
it was trying to load but couldn't. any way to help it?

when i try to modify or delete this line
"<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"{width_height} />"

it seems to help, but then there was no image shown either.

Code: [Select]
<!-- Template file for Flash Movies -->
<table cellpadding="1" cellspacing="0" border="0">
  <tr>
    <td bgcolor="#000000">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"{width_height} />
      <param name="movie" value="{media_src}">
      <param name="quality" value="high">
      <param name="play" value="true">
      <param name="scale" value="false">
      <embed src="{media_src}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"{width_height}></embed></object></td>
  </tr>
</table>

Offline sharekh2000

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: fake swf when view image
« Reply #1 on: September 20, 2005, 09:19:43 PM »
M0KUJINKEN,

what do you exactly wanted to do. do you want it to be showen in the thumbnails or on the added file.