隐锋的BLOG
ASP,.net开发

文章分类 -  FLASH资料

[转]VC,VB,C#与flash8结合开发中callfunction的运用
摘要:flash8.ocx中对象的callfunction怎样运用,注意swf文件要用flash8.0版本制作,flash控件要flash8.ocx版本 VB描述(传多个参数) VB端 Private Sub Command1_Click() Flash1.CallFunction "helloworld" '篇幅关系,与上面同行 End Sub Private Sub Form_L... 阅读全文
posted @ 2007-11-05 22:52 糊涂隐锋 阅读(1137) 评论(1) 推荐(0)
flash中控制载入图片的大小
摘要:首先新建一个mc,mc中什么都不要。 在mc上写代码,如下(flash大小为800*600): onClipEvent (load) { if (this._width0 and this._height0) { if (this._width>this._height) { //图片是横向 this._height = this._height*800/this._width... 阅读全文
posted @ 2007-07-13 10:54 糊涂隐锋 阅读(1032) 评论(0) 推荐(0)
FLASH播放器
摘要:1、新建一个舞台,大小500*200 2、使用文本工具在舞台上新建一个静态文本,并填写“ Flash+XML音乐播放器 v1.0” 3、从组件库中拖入mediaplayback、list、label、TextArea组件 4、(1)在属性面板中对mediaplayback组件设置属性:实例名为mymedia、大小300*65、位置(200,89) (2)在属性面板中对list组件设置属性:实例... 阅读全文
posted @ 2007-06-19 10:47 糊涂隐锋 阅读(571) 评论(0) 推荐(0)