公告:欢迎光临新版Stoyard网站,以后会经常更新,敬请关注
Flash版仍然可以访问 点击进入Stoyard Flash版 点击进入Stoyard 印刷部
Slideshowpro 1.6.9 , Director 1.1.7 下载和相关教程
作者:xiwen 日期:2007-12-25
Slideshowpro 1.6.9 , Director 1.1.7 , and Quarts button pack
使用AS2.0代码开发的FLash相册组件,简化了Flash对多图片处理的开发过程.通过一些简单的对属性的设置就能制定个性化的Flash相册. 外观和功能几乎可以完全自己制定.
本站提供
专业版的BT种子下载.
官方的Flv视频教程和实例打包下载
Director 1.1.7 版本目前使用在外部域名需要激活码.
如果需要放在个人网站上.可以尝试使用 就看上午 http://www.thetry.com/archives/285-SlideShowPro-Director-1.0.9.9.html 提供的1.0.9.9版本下载.
下面是我翻译的所有可更改的属性.希望对E文不好的朋友或者初学者有所帮助.也节省大家的时间.(还在继续整理,有错误或不完整的地方欢迎指出)
如何使用以下代码可参见软件包中的pdf说明书.
程序代码
//album 设置相册属性
my_ssp.albumBackgroundAlpha = 100;//相册背景透明度
my_ssp.albumBackgroundColor = "0xC52026";//相册背景颜色
my_ssp.albumDescColor = "0xB444AC";//相册说明文字颜色
my_ssp.albumDescSize = 12;//相册字号
my_ssp.albumPreviewScale = "None";//相册缩略图设置 "None," "Inline Crop to Fit," "Inline Proportional" and "Scale Crop to Fit"
my_ssp.albumPreviewSize = [160,65];//相册小图片大小
my_ssp.albumPreviewStrokeColor = "0xFEFE1A";//相册缩略图边框颜色
my_ssp.albumPreviewStrokeWeight = 1;//相册缩略图边框大小
my_ssp.albumRolloverColor = "0x00FFFF";//相册鼠标经过背景颜色
my_ssp.albumStrokeAppearance = "Hidden";//相册外1px的边框
my_ssp.albumStrokeColor = "0x000000";//相册外1px的边框颜色 "Hidden" and "Visible"
my_ssp.albumTextAlignment = "Left";//相册标题和说明文字对齐
my_ssp.albumTitleColor = "0x8ACD27";//相册标题颜色
my_ssp.albumTitleSize = 12;//相册标题文字字号
//audio 设置声音属性
my_ssp.audioLoop = "On";//控制声音循环
my_ssp.audioPause = "On";//初始声音是否自动播放.
my_ssp.audioVolume = 80;//声音音量
//
my_ssp.autoFinishMode = "Stop";//相册播放结束后进行什么操作 "Switch", "Stop", "Restart", "Open Gallery", "Auto Switch Albums"
//cache
my_ssp.cacheContent = "All";//预载图片设置,可以先缓冲小图或大图 "None", "Only Images", "Only Thumbnails", and "All".
//caption 设置文字标题,说明的属性
my_ssp.captionAppearance = "Overlay Auto Bottom";//图片描述文字对齐位置 "Hidden", "Inline Top", "Inline Bottom", "Overlay Mouse Over Top", "Overlay Mouse Over Top (If Available)", "Overlay Mouse Over Bottom", "Overlay Mouse Over Bottom (If Available)", "Overlay Auto Top", "Overlay Auto Top (If Available)", "Overlay Auto Bottom", and "Overlay Auto Bottom (If Available)".
my_ssp.captionBackgroundAlpha = 50;//图片描述文字背景透明度
my_ssp.captionBackgroundColor = "0x8ACD27";//图片描述文字北京颜色
my_ssp.captionHeaderAppearance = "Album Title";//"Hidden," "Image Count", "Image Title", "Album Title", and "File Name"
my_ssp.captionTextAlignment = "Right";//图片描述文字对齐方式
my_ssp.captionTextColor = "0x804000";//图片描述文字颜色
my_ssp.captionTextSize = 12;//图片文字描述字号
//content 设置中间大图片的属性
my_ssp.contentAlign = "Center Left";//Center, Top Left, Top Center, Top Right, Center Right, Bottom Right, Bottom Center, Bottom Left, Center Left.
my_ssp.contentAreaBackgroundAlpha = 50;//大图片背景透明度
my_ssp.contentAreaBackgroundColor = "0xFF0000";//大图片背景颜色
my_ssp.contentAreaStrokeColor = "0x999999";//最外1px边框颜色
my_ssp.contentAreaStrokeAppearance = "Hidden";//最外1px边框显示或隐藏 "Visible", "Hidden"
my_ssp.contentOrder = "Sequential";//随机或正常顺序显示图片 "Random" or "Sequential".
my_ssp.contentScale = "Downscale Only";//大图片缩放方式 "None", "Crop to Fit", "Proportional", or "Downscale Only".
my_ssp.contentFrameAlpha = 50;//大图片框架背景的透明度
my_ssp.contentFramePadding = 5;//大图片框架背景溢出尺寸
my_ssp.contentFrameColor = "0x8080C0";//大图片框架背景颜色
my_ssp.contentFrameStrokeAppearance = "Visible";//大图片框架背景外1px边框显示或隐藏 "Visible", "Hidden"
my_ssp.contentFrameStrokeColor = "0x0000FF";//大图片框架背景外1px边框颜色
//my_ssp.contentWatermark= "waterClip_mc";//大图片上加水印需要给库里的mc设置链接名称
my_ssp.contentWatermarkAlign="Bottom Right";//水印图片对其位置 "Top Left", "Top Right", "Bottom Right", and "Bottom Left"
//director
//my_ssp.directorLargeImageSettings = [80,0,100];//和director配合使用,分别设置 大图像压缩比0-100, 锐度0-5, 缩放比0-100
//my_ssp.directorThumbImageSettings = [40,5];//和director配合使用,分别设置 缩略图压缩比0-100, 锐度0-5
//
//my_ssp.displayMode = "Auto";//是否自动播放幻灯图片"Auto" or "Manual".
//feedback Loading和右上角浏览图片进度指示属性
my_ssp.feedbackBackgroundAlpha = 25;//背景透明度
my_ssp.feedbackBackgroundColor = "0x00FF00";//背景颜色
my_ssp.feedbackHighlightAlpha = 25;//背景透明度
my_ssp.feedbackHighlightColor = "0xFF0000";//背景颜色
my_ssp.feedbackPreloaderAppearance = "Pie";//载入loading进度条样式 "Hidden", "Line", "Bar", "Pie"
my_ssp.feedbackScale = 100;//进度指示大小
my_ssp.feedbackTimerAppearance = "Visible";//"Hidden" and "Visible"
//Gallery 相册
my_ssp.galleryAppearance = "Open at Startup";//Gallery在开始的状态 "Hidden", "Closed at Startup" or "Open at Startup"
my_ssp.galleryBackgroundAlpha = 50;//Gallery背景透明度
my_ssp.galleryBackgroundColor = "0xFFFFFF";//Gallery背景颜色
my_ssp.galleryColumns = 2;//Gallery列数
my_ssp.galleryScreenNavAppearance = "Always Visible";//分页功能显示或隐藏 "Hidden", "Auto", or "Always Visible".
my_ssp.galleryOrder = "Top to Bottom";//排列方法从左到右或从上到下依次排列 "Left to Right" or "Top to Bottom"
my_ssp.galleryRows = 3;//每页的行数
//Icon 图标属性
//my_ssp.iconInactiveAlpha = 10;//图标透明度(开启,如果不事先加载字体无法显示数字列表)
my_ssp.iconShadowAlpha = 0;//图标阴影透明度(0为无阴影无立体渐变)
my_ssp.keyboardControl = "On";//开启关闭键盘响应
//mediaplayer FLV流媒体播放器属性设置
my_ssp.mediaPlayerAppearance = "Hidden";//视频播放器显示方式 "Hidden", "Always Visible" and "Visible"
my_ssp.mediaPlayerBackgroundAlpha = 50;//视频播放器透明度
my_ssp.mediaPlayerBackgroundColor = "0xFFFFFF";//视频播放器背景颜色
my_ssp.mediaPlayerBufferColor = "0xFFFFFF";//视频播播放器缓冲进度条颜色
my_ssp.mediaPlayerElapsedColor = "0xFF0000";//视频播放器当前时间框的背景颜色
my_ssp.mediaPlayerElapsedTextColor = "0x000000";//视频播放器当前时间框的文字颜色
my_ssp.mediaPlayerHighlightColor = "0xFFFFFF";//视频播放器目前播放位置进度条颜色
my_ssp.mediaPlayerScale = 75;//视频播放器宽度相对于全部图片播放器的比例
my_ssp.mediaPlayerTextColor = "0xFFFFFF";//视频播放器文字颜色
my_ssp.mediaPlayerTextSize = 10;//视频播放器字号
//nav 图片导航属性设置
my_ssp.navAppearance = "Hidden When Gallery Open";//导航菜单显示设置 "Hidden," "Hidden When Gallery Open" or "Always Visible."
my_ssp.navBackgroundAlpha = 50;//导航栏总背景透明度
my_ssp.navBackgroundColor = "0xFF00CC";//导航按钮背景颜色
my_ssp.navButtonsAppearance = "All Visible";//设置某个导航按钮隐藏和显示 "All Visible", "Hidden", "Hide Display Mode Control", "Hide Gallery Control", "Hide Full Screen Control", "Hide Display Mode and Gallery Control", "Hide Display Mode and Full Screen Control", "Hide Display Mode and Gallery and Full Screen Control", "Hide Gallery and Full Screen Control"
my_ssp.navGradientAlpha = 50; //导航栏外背景透明度
my_ssp.navGradientAppearance = "Glass Light";//导航栏外背景样式 "Hidden", "Glass Dark", "Glass Light", "Smooth Dark", "Smooth Light".
my_ssp.navHighlightColor = "0x00FF1A";//导航按钮颜色
my_ssp.navLinkAppearance = "Numbers";//导航栏外观(图片或文字) "Numbers" or "Thumbnails"
my_ssp.navLinkCurrentColor = "0xFEFE1A";//当前图片数字(缩略图外框)颜色
my_ssp.navLinksBackgroundColor = "0x337733";//导航列表背景颜色
my_ssp.navLinkPreviewAppearance = "Visible";//鼠标经过是否显示小缩略图 "Hidden" and "Visible"
my_ssp.navLinkPreviewBackgroundColor = "0x3333FF";//鼠标经过缩略图背景颜色
my_ssp.navLinkPreviewScale = "None";//鼠标经过缩略图缩放方式 "None", "Proportional" and "Crop to Fit"
my_ssp.navLinkPreviewSize = [160,65];//鼠标经过缩略图最大尺寸
my_ssp.navLinkPreviewStrokeWeight = 1;//鼠标经过缩略图边框大小
my_ssp.navNumbersBackgroundAlpha = 100;//?
my_ssp.navNumbersBackgroundColor = "0x00FFFF";//?导航数字背景颜色
my_ssp.navNumberLinkColor = "0xCC6600";//导航数字颜色
my_ssp.navNumberLinkSize = 10;//导航数字字号
my_ssp.navThumbLinkBackgroundColor = "0x00FF33";//导航小缩略图上的半透明图层颜色
my_ssp.navThumbLinkInactiveAlpha = 50;//导航小缩略图透明度
my_ssp.navThumbLinkShadowAlpha = 0;//导航小缩略图投影透明度
my_ssp.navThumbLinkSize = [20,20];//导航小图片尺寸
my_ssp.navThumbLinkStrokeWeight = 1;//导航小图片边框大小
//Other
my_ssp.permalinks = "On";//是否开启固定链接详细查看pdf里的帮助
my_ssp.soundEffects = ["clickSound","",""];//声音效果链接3个mc
my_ssp.textStrings = ["Prev","Next","Screen","Image","of","No image caption"];//相册按钮显示文字
my_ssp.transitionLength = 2;//切换效果间隔时间
my_ssp.transitionPause = 2;//图片停留时间
my_ssp.transitionStyle = "Cross Fade";//大图片切换效果 "None", "Cross Fade", "Complete Fade", "Lens", "Photo Flash", "Wipe Top", Wipe Right", "Wipe Bottom", "Wipe Left", "Wipe Top to Background", "Wipe Right to Background", "Wipe Bottom to Background", "Wipe Left to Background".
my_ssp.typeface = "Verdana,Arial,_sans";//界面文字字体
my_ssp.typefaceEmbed = "Off";//设置文字嵌入
my_ssp.typefaceHead = "Verdana,Arial,_sans";//标题文字字体
my_ssp.videoBufferTime = 4;//视频缓冲时间
my_ssp.videoSmoothing = "Off";
my_ssp.xmlFilePath = "images.xml";//调用xml地址
my_ssp.xmlFileType = "Default";//调用xml方式 "Default", "Director" or "Flickr RSS"
http://www.stoyard.com 整理发布 原帖地址: http://www.stoyard.com/article.asp?id=317
整理的很辛苦,如果您要转贴本站文章请注明来源,并添加链接.
PS: 我已经找到了破解安装director 1.1.7 的方法,但是感觉并没有1.0.9.9好用.有兴趣想装1.1.7的可以给我发邮件. xiwen[at]stoyard.com
使用AS2.0代码开发的FLash相册组件,简化了Flash对多图片处理的开发过程.通过一些简单的对属性的设置就能制定个性化的Flash相册. 外观和功能几乎可以完全自己制定.
本站提供
专业版的BT种子下载.
官方的Flv视频教程和实例打包下载
Director 1.1.7 版本目前使用在外部域名需要激活码.
如果需要放在个人网站上.可以尝试使用 就看上午 http://www.thetry.com/archives/285-SlideShowPro-Director-1.0.9.9.html 提供的1.0.9.9版本下载.
下面是我翻译的所有可更改的属性.希望对E文不好的朋友或者初学者有所帮助.也节省大家的时间.(还在继续整理,有错误或不完整的地方欢迎指出)
如何使用以下代码可参见软件包中的pdf说明书.
程序代码//album 设置相册属性
my_ssp.albumBackgroundAlpha = 100;//相册背景透明度
my_ssp.albumBackgroundColor = "0xC52026";//相册背景颜色
my_ssp.albumDescColor = "0xB444AC";//相册说明文字颜色
my_ssp.albumDescSize = 12;//相册字号
my_ssp.albumPreviewScale = "None";//相册缩略图设置 "None," "Inline Crop to Fit," "Inline Proportional" and "Scale Crop to Fit"
my_ssp.albumPreviewSize = [160,65];//相册小图片大小
my_ssp.albumPreviewStrokeColor = "0xFEFE1A";//相册缩略图边框颜色
my_ssp.albumPreviewStrokeWeight = 1;//相册缩略图边框大小
my_ssp.albumRolloverColor = "0x00FFFF";//相册鼠标经过背景颜色
my_ssp.albumStrokeAppearance = "Hidden";//相册外1px的边框
my_ssp.albumStrokeColor = "0x000000";//相册外1px的边框颜色 "Hidden" and "Visible"
my_ssp.albumTextAlignment = "Left";//相册标题和说明文字对齐
my_ssp.albumTitleColor = "0x8ACD27";//相册标题颜色
my_ssp.albumTitleSize = 12;//相册标题文字字号
//audio 设置声音属性
my_ssp.audioLoop = "On";//控制声音循环
my_ssp.audioPause = "On";//初始声音是否自动播放.
my_ssp.audioVolume = 80;//声音音量
//
my_ssp.autoFinishMode = "Stop";//相册播放结束后进行什么操作 "Switch", "Stop", "Restart", "Open Gallery", "Auto Switch Albums"
//cache
my_ssp.cacheContent = "All";//预载图片设置,可以先缓冲小图或大图 "None", "Only Images", "Only Thumbnails", and "All".
//caption 设置文字标题,说明的属性
my_ssp.captionAppearance = "Overlay Auto Bottom";//图片描述文字对齐位置 "Hidden", "Inline Top", "Inline Bottom", "Overlay Mouse Over Top", "Overlay Mouse Over Top (If Available)", "Overlay Mouse Over Bottom", "Overlay Mouse Over Bottom (If Available)", "Overlay Auto Top", "Overlay Auto Top (If Available)", "Overlay Auto Bottom", and "Overlay Auto Bottom (If Available)".
my_ssp.captionBackgroundAlpha = 50;//图片描述文字背景透明度
my_ssp.captionBackgroundColor = "0x8ACD27";//图片描述文字北京颜色
my_ssp.captionHeaderAppearance = "Album Title";//"Hidden," "Image Count", "Image Title", "Album Title", and "File Name"
my_ssp.captionTextAlignment = "Right";//图片描述文字对齐方式
my_ssp.captionTextColor = "0x804000";//图片描述文字颜色
my_ssp.captionTextSize = 12;//图片文字描述字号
//content 设置中间大图片的属性
my_ssp.contentAlign = "Center Left";//Center, Top Left, Top Center, Top Right, Center Right, Bottom Right, Bottom Center, Bottom Left, Center Left.
my_ssp.contentAreaBackgroundAlpha = 50;//大图片背景透明度
my_ssp.contentAreaBackgroundColor = "0xFF0000";//大图片背景颜色
my_ssp.contentAreaStrokeColor = "0x999999";//最外1px边框颜色
my_ssp.contentAreaStrokeAppearance = "Hidden";//最外1px边框显示或隐藏 "Visible", "Hidden"
my_ssp.contentOrder = "Sequential";//随机或正常顺序显示图片 "Random" or "Sequential".
my_ssp.contentScale = "Downscale Only";//大图片缩放方式 "None", "Crop to Fit", "Proportional", or "Downscale Only".
my_ssp.contentFrameAlpha = 50;//大图片框架背景的透明度
my_ssp.contentFramePadding = 5;//大图片框架背景溢出尺寸
my_ssp.contentFrameColor = "0x8080C0";//大图片框架背景颜色
my_ssp.contentFrameStrokeAppearance = "Visible";//大图片框架背景外1px边框显示或隐藏 "Visible", "Hidden"
my_ssp.contentFrameStrokeColor = "0x0000FF";//大图片框架背景外1px边框颜色
//my_ssp.contentWatermark= "waterClip_mc";//大图片上加水印需要给库里的mc设置链接名称
my_ssp.contentWatermarkAlign="Bottom Right";//水印图片对其位置 "Top Left", "Top Right", "Bottom Right", and "Bottom Left"
//director
//my_ssp.directorLargeImageSettings = [80,0,100];//和director配合使用,分别设置 大图像压缩比0-100, 锐度0-5, 缩放比0-100
//my_ssp.directorThumbImageSettings = [40,5];//和director配合使用,分别设置 缩略图压缩比0-100, 锐度0-5
//
//my_ssp.displayMode = "Auto";//是否自动播放幻灯图片"Auto" or "Manual".
//feedback Loading和右上角浏览图片进度指示属性
my_ssp.feedbackBackgroundAlpha = 25;//背景透明度
my_ssp.feedbackBackgroundColor = "0x00FF00";//背景颜色
my_ssp.feedbackHighlightAlpha = 25;//背景透明度
my_ssp.feedbackHighlightColor = "0xFF0000";//背景颜色
my_ssp.feedbackPreloaderAppearance = "Pie";//载入loading进度条样式 "Hidden", "Line", "Bar", "Pie"
my_ssp.feedbackScale = 100;//进度指示大小
my_ssp.feedbackTimerAppearance = "Visible";//"Hidden" and "Visible"
//Gallery 相册
my_ssp.galleryAppearance = "Open at Startup";//Gallery在开始的状态 "Hidden", "Closed at Startup" or "Open at Startup"
my_ssp.galleryBackgroundAlpha = 50;//Gallery背景透明度
my_ssp.galleryBackgroundColor = "0xFFFFFF";//Gallery背景颜色
my_ssp.galleryColumns = 2;//Gallery列数
my_ssp.galleryScreenNavAppearance = "Always Visible";//分页功能显示或隐藏 "Hidden", "Auto", or "Always Visible".
my_ssp.galleryOrder = "Top to Bottom";//排列方法从左到右或从上到下依次排列 "Left to Right" or "Top to Bottom"
my_ssp.galleryRows = 3;//每页的行数
//Icon 图标属性
//my_ssp.iconInactiveAlpha = 10;//图标透明度(开启,如果不事先加载字体无法显示数字列表)
my_ssp.iconShadowAlpha = 0;//图标阴影透明度(0为无阴影无立体渐变)
my_ssp.keyboardControl = "On";//开启关闭键盘响应
//mediaplayer FLV流媒体播放器属性设置
my_ssp.mediaPlayerAppearance = "Hidden";//视频播放器显示方式 "Hidden", "Always Visible" and "Visible"
my_ssp.mediaPlayerBackgroundAlpha = 50;//视频播放器透明度
my_ssp.mediaPlayerBackgroundColor = "0xFFFFFF";//视频播放器背景颜色
my_ssp.mediaPlayerBufferColor = "0xFFFFFF";//视频播播放器缓冲进度条颜色
my_ssp.mediaPlayerElapsedColor = "0xFF0000";//视频播放器当前时间框的背景颜色
my_ssp.mediaPlayerElapsedTextColor = "0x000000";//视频播放器当前时间框的文字颜色
my_ssp.mediaPlayerHighlightColor = "0xFFFFFF";//视频播放器目前播放位置进度条颜色
my_ssp.mediaPlayerScale = 75;//视频播放器宽度相对于全部图片播放器的比例
my_ssp.mediaPlayerTextColor = "0xFFFFFF";//视频播放器文字颜色
my_ssp.mediaPlayerTextSize = 10;//视频播放器字号
//nav 图片导航属性设置
my_ssp.navAppearance = "Hidden When Gallery Open";//导航菜单显示设置 "Hidden," "Hidden When Gallery Open" or "Always Visible."
my_ssp.navBackgroundAlpha = 50;//导航栏总背景透明度
my_ssp.navBackgroundColor = "0xFF00CC";//导航按钮背景颜色
my_ssp.navButtonsAppearance = "All Visible";//设置某个导航按钮隐藏和显示 "All Visible", "Hidden", "Hide Display Mode Control", "Hide Gallery Control", "Hide Full Screen Control", "Hide Display Mode and Gallery Control", "Hide Display Mode and Full Screen Control", "Hide Display Mode and Gallery and Full Screen Control", "Hide Gallery and Full Screen Control"
my_ssp.navGradientAlpha = 50; //导航栏外背景透明度
my_ssp.navGradientAppearance = "Glass Light";//导航栏外背景样式 "Hidden", "Glass Dark", "Glass Light", "Smooth Dark", "Smooth Light".
my_ssp.navHighlightColor = "0x00FF1A";//导航按钮颜色
my_ssp.navLinkAppearance = "Numbers";//导航栏外观(图片或文字) "Numbers" or "Thumbnails"
my_ssp.navLinkCurrentColor = "0xFEFE1A";//当前图片数字(缩略图外框)颜色
my_ssp.navLinksBackgroundColor = "0x337733";//导航列表背景颜色
my_ssp.navLinkPreviewAppearance = "Visible";//鼠标经过是否显示小缩略图 "Hidden" and "Visible"
my_ssp.navLinkPreviewBackgroundColor = "0x3333FF";//鼠标经过缩略图背景颜色
my_ssp.navLinkPreviewScale = "None";//鼠标经过缩略图缩放方式 "None", "Proportional" and "Crop to Fit"
my_ssp.navLinkPreviewSize = [160,65];//鼠标经过缩略图最大尺寸
my_ssp.navLinkPreviewStrokeWeight = 1;//鼠标经过缩略图边框大小
my_ssp.navNumbersBackgroundAlpha = 100;//?
my_ssp.navNumbersBackgroundColor = "0x00FFFF";//?导航数字背景颜色
my_ssp.navNumberLinkColor = "0xCC6600";//导航数字颜色
my_ssp.navNumberLinkSize = 10;//导航数字字号
my_ssp.navThumbLinkBackgroundColor = "0x00FF33";//导航小缩略图上的半透明图层颜色
my_ssp.navThumbLinkInactiveAlpha = 50;//导航小缩略图透明度
my_ssp.navThumbLinkShadowAlpha = 0;//导航小缩略图投影透明度
my_ssp.navThumbLinkSize = [20,20];//导航小图片尺寸
my_ssp.navThumbLinkStrokeWeight = 1;//导航小图片边框大小
//Other
my_ssp.permalinks = "On";//是否开启固定链接详细查看pdf里的帮助
my_ssp.soundEffects = ["clickSound","",""];//声音效果链接3个mc
my_ssp.textStrings = ["Prev","Next","Screen","Image","of","No image caption"];//相册按钮显示文字
my_ssp.transitionLength = 2;//切换效果间隔时间
my_ssp.transitionPause = 2;//图片停留时间
my_ssp.transitionStyle = "Cross Fade";//大图片切换效果 "None", "Cross Fade", "Complete Fade", "Lens", "Photo Flash", "Wipe Top", Wipe Right", "Wipe Bottom", "Wipe Left", "Wipe Top to Background", "Wipe Right to Background", "Wipe Bottom to Background", "Wipe Left to Background".
my_ssp.typeface = "Verdana,Arial,_sans";//界面文字字体
my_ssp.typefaceEmbed = "Off";//设置文字嵌入
my_ssp.typefaceHead = "Verdana,Arial,_sans";//标题文字字体
my_ssp.videoBufferTime = 4;//视频缓冲时间
my_ssp.videoSmoothing = "Off";
my_ssp.xmlFilePath = "images.xml";//调用xml地址
my_ssp.xmlFileType = "Default";//调用xml方式 "Default", "Director" or "Flickr RSS"
http://www.stoyard.com 整理发布 原帖地址: http://www.stoyard.com/article.asp?id=317
整理的很辛苦,如果您要转贴本站文章请注明来源,并添加链接.
PS: 我已经找到了破解安装director 1.1.7 的方法,但是感觉并没有1.0.9.9好用.有兴趣想装1.1.7的可以给我发邮件. xiwen[at]stoyard.com
评论: 9 | 引用: 13 | 查看次数: 7534
有最新版本了:www.do2do.net
偶翻译的中文版好了,明天发一个测试有中文包。想要的到我的blog下载吧。
www.paulchun.net/?uid-1
www.paulchun.net/?uid-1
搞定破解,搞定XML。现在就差一个东东搞不清楚了,哪位老兄知道就告诉我啊。
就是全屏的时候能否让它显示原图,偶发现全屏的时候显示的图片也是缩小后的大图。就是跟FLASH尺寸一样大的那张。
就是全屏的时候能否让它显示原图,偶发现全屏的时候显示的图片也是缩小后的大图。就是跟FLASH尺寸一样大的那张。
找到破解的方法了,可是又遇到一个问题,不生成XML缓存文件,打开后台COPY到的XML地址,提示出错。
,“就看上午”博客上的演示里也一样。。
,“就看上午”博客上的演示里也一样。。你好,我已经下到1.69和1.1.7,但是没有KEY,请告诉我要怎么破解,或者发一份破解的给我,谢谢。
另外官网上已经升级到1.1.9了,暂时还找不到下载的,相信不会太久了。
wycxz_2008@163.com
另外官网上已经升级到1.1.9了,暂时还找不到下载的,相信不会太久了。
wycxz_2008@163.com
BT下载已经没种子了。。。。。管理员可以上传一份或者发份给我吗?千万分感谢!
go30cm@163.com
go30cm@163.com
能否也寄给我一份破解,谢谢
chenxiaobin23@gmail.com
chenxiaobin23@gmail.com
发表评论
上一篇
下一篇


文章来自:
Tags: 