在 drupal 6.x 尺寸问题中使用 swfobject 嵌入 flash
我使用以下方法将 Flash 嵌入到我的网站中:
print swf('myflash.swf');
到我的 page.tpl 文件中,但是使用此方法时它无法识别原始尺寸:
print swf('myflash.swf',array('height'=>400,'width'=>700));
但 Flash 正在显示,只有尺寸有问题。我已经在 Google 和 drupal 论坛中搜索了好几天了,但没有结果。
如果有人遇到同样的问题,请帮助我,我很困惑!
I embedded flash to my site using this:
print swf('myflash.swf');
into my page.tpl file however it is not recognizing the orig dimensions when using this:
print swf('myflash.swf',array('height'=>400,'width'=>700));
But the flash is showing up, only the dimensions had the problems. I have been searching and searching around in Google and drupal forums to no avail for a few days now..
If anyone out there had the same issue please help I am so stuck!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SWF 工具模块中的 swf 函数期望的内容更像是这样:
如果 params 不起作用,则以下是它正在查找的其他键值:
The swf function from the SWF Tools module is expecting something more like this:
If params doesn't work, here are the other keyed values it is looking for: