vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   need help regarding 'Flash Media Files EMBED' (https://vborg.vbsupport.ru/showthread.php?t=146172)

tkbc88 05-01-2007 09:52 AM

need help regarding 'Flash Media Files EMBED'
 
PHP Code:

<!-- begin embedded Flash file... -->
      <
table border='0' cellpadding='0' align="center">
        <
tr><td>
        <
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="640" height="480">
        <
param name='movie' value="{param}">
        <
param name='quality' value="high">
        <
param name='bgcolor' value='#FFFFFF'>
        <
param name='loop' value="false">
        <
EMBED src="{param}" quality='high' bgcolor='#FFFFFF' width="320"
        
height="240" loop="false" type='application/x-shockwave-flash'
        
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
        </
EMBED>
        </
OBJECT>
        </
td></tr>
        <!-- ...
end embedded Flash file -->
       </
table

for the above code, i notice that all flash file are fixed at 640 by 480

is there anyway i can do to make the width and height of the flash in its default size??

sorry i am a newbie in HTML/PHP coding =/

tkbc88 05-06-2007 12:52 AM

no one can help me? :(

HMBeaty 05-06-2007 12:55 AM

Try this...
HTML Code:

<!-- begin embedded Flash file... -->
      <table border='0' cellpadding='0' align="center">
        <tr><td>
        <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
        codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'>

        <param name='movie' value="{param}">
        <param name='quality' value="high">
        <param name='bgcolor' value='#FFFFFF'>
        <param name='loop' value="false">
        <EMBED src="{param}" quality='high' bgcolor='#FFFFFF' width="320"
        height="240" loop="false" type='application/x-shockwave-flash'
        pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>

        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end embedded Flash file -->
      </table>



All times are GMT. The time now is 08:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01607 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete