4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: universal on August 11, 2005, 03:37:30 PM

Title: I cant get value {width_height} in swf.html
Post by: universal on August 11, 2005, 03:37:30 PM
What is wrong with this template...?
I cant get this value {width_height}
Can someone help? http://www.funny.lt/details.php?image_id=8045

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>
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 05:04:04 PM
php scripts In FLASH, height and width don't see without mistakes
because authors of those SWF projects not special enter this.

Must be:
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="600" height="450" />
      <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="600" height="450></embed></object></td>
  </tr>
</table>
Title: Re: I cant get value {width_height} in swf.html
Post by: universal on August 11, 2005, 08:12:38 PM
but if flash movie will be 50x900...?
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 08:53:29 PM
You must set ~ height and width to all the swf
I take 600x450 to all the flash movies

if swf is 50x900, this will resample to 600x450, but in nice mode
I don't known best idea  :?

my english bad :)
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 11, 2005, 09:41:29 PM
Based on this topic :

http://www.4homepages.de/forum/index.php?topic=6891.0

Quote

You must set ~ height and width to all the swf


that is not the case. You can also use the : {width} and {height} tags. ;)
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 09:53:59 PM
Quote
that is not the case. You can also use the : {width} and {height} tags. ;)
Why?
php scripts In FLASH, height and width don't see without mistakes
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 11, 2005, 09:58:14 PM
Are you saying that the {width} and {height} tags on flash doesn't behave the same way as using these tags on images ?
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 10:05:36 PM
No, i said what no need do this, because almost flash haven't true width/height at the info when you(script) see...

my english bad :/
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 11, 2005, 10:11:17 PM
Is that so ? And what if you could have the possibilty to ajust your own width and height specificly for flash settings from ACP ? 8)
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 10:44:21 PM
Is that so ? And what if you could have the possibilty to ajust your own width and height specificly for flash settings from ACP ? 8)
If i have 1000 flash(dcr,swf)? :wink:
modify need to 1,2,3...
but idea good :!:
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 11, 2005, 10:48:57 PM
How about :

Assuming we're not using 1000 flash at the time but simply some of them to facilitate the task, would the idea still be good enough ? 8)
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 11, 2005, 11:15:52 PM
Idea is good, but there is need big mod :)
Title: Re: I cant get value {width_height} in swf.html
Post by: V@no on August 11, 2005, 11:51:47 PM
is this related?
http://www.4homepages.de/forum/index.php?topic=2890.0
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 12, 2005, 12:18:03 AM
Quote

Idea is good, but there is need big mod


How ? So it would be like this one :

http://www.4homepages.de/forum/index.php?topic=9269.0

? 8)
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 12, 2005, 12:25:00 AM
Oh, thank's..
i didn't see that
Title: Re: I cant get value {width_height} in swf.html
Post by: TheOracle on August 12, 2005, 12:25:53 AM
Quote

Oh, thank's..
i didn't see that


Of course, you didn't. I just built it.  :mrgreen:

Fresh MOD. 8)
Title: Re: I cant get value {width_height} in swf.html
Post by: ID25 on August 12, 2005, 12:39:13 AM
super hearo :)
your speed is good
if you known php, maybe you can help me with news mod?  :? plz