Author Topic: I cant get value {width_height} in swf.html  (Read 13517 times)

0 Members and 1 Guest are viewing this topic.

Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
I cant get value {width_height} in swf.html
« 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>
Again this addres?!
http://www.funny.lt

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #1 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>

Offline universal

  • Full Member
  • ***
  • Posts: 213
    • View Profile
    • http://www.funny.lt
Re: I cant get value {width_height} in swf.html
« Reply #2 on: August 11, 2005, 08:12:38 PM »
but if flash movie will be 50x900...?
Again this addres?!
http://www.funny.lt

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #3 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 :)

TheOracle

  • Guest
Re: I cant get value {width_height} in swf.html
« Reply #4 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. ;)

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #5 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

TheOracle

  • Guest
Re: I cant get value {width_height} in swf.html
« Reply #6 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 ?

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #7 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 :/

TheOracle

  • Guest
Re: I cant get value {width_height} in swf.html
« Reply #8 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)

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #9 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 :!:

TheOracle

  • Guest
Re: I cant get value {width_height} in swf.html
« Reply #10 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)

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #11 on: August 11, 2005, 11:15:52 PM »
Idea is good, but there is need big mod :)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: I cant get value {width_height} in swf.html
« Reply #12 on: August 11, 2005, 11:51:47 PM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

TheOracle

  • Guest
Re: I cant get value {width_height} in swf.html
« Reply #13 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)

Offline ID25

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: I cant get value {width_height} in swf.html
« Reply #14 on: August 12, 2005, 12:25:00 AM »
Oh, thank's..
i didn't see that