當前位置:首頁 » 健康資訊 » 可以翻頁的圖片
擴展閱讀
怎樣讀取u盤啟動盤內容 2024-09-21 01:32:44
什麼軟體可以搶答題 2024-09-21 01:22:47

可以翻頁的圖片

發布時間: 2022-01-16 07:51:58

❶ 如何實現圖片自動翻頁呢

http://www.sinker.cn/ FLASH之家. 所用軟體 Macromedia Flash 8簡體中文版 Macromedia Flash 8.0 正式版注冊碼 SN:WPD800-50236-63532-92538 http://www.gougou.com/search?search=%4d%61%63%72%6f%6d%65%64%69%61%20%46%6c%61%73%68%20%38&restype=-1&id=55&m=1

❷ 求一段可以將圖片進行翻頁的JS

送服送到西,你把它直接拷貝到jsp中就可以用了
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'change.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->

</head>

<script>
if(typeof sas=="undefined")var sas=new Object();
if(typeof sas.ued=="undefined")sas.ued=new Object();
if(typeof sas.ued.util=="undefined")sas.ued.util=new Object();
if(typeof sas.ued.FlashObjectUtil=="undefined")sas.ued.FlashObjectUtil=new Object();
sas.ued.FlashObject=function(swf,id,w,h,ver,c,useExpressInstall,quality,xiRedirectUrl,redirectUrl,detectKey)
{
if(!document.createElement||!document.getElementById)return;this.DETECT_KEY=detectKey?detectKey:'detectflash';
this.skipDetect=sas.ued.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();this.variables=new Object();
this.attributes=new Array();this.useExpressInstall=useExpressInstall;
if(swf)this.setAttribute('swf',swf);
if(id)this.setAttribute('id',id);
//by www.qpsh.com
if(w)this.setAttribute('width',w);
if(h)this.setAttribute('height',h);
if(ver)this.setAttribute('version',new sas.ued.PlayerVersion(ver.toString().split(".")));
this.installedVer=sas.ued.FlashObjectUtil.getPlayerVersion(this.getAttribute('version'),useExpressInstall);
if(c)this.addParam('bgcolor',c);
var q=quality?quality:'high';
this.addParam('quality',q);
var xir=(xiRedirectUrl)?xiRedirectUrl:window.location;this.setAttribute('xiRedirectUrl',xir);
this.setAttribute('redirectUrl','');
if(redirectUrl)this.setAttribute('redirectUrl',redirectUrl)};
sas.ued.FlashObject.prototype={setAttribute:function(name,value){
this.attributes[name]=value},getAttribute:function(name){return this.attributes[name]},addParam:function(name,value){this.params[name]=value},getParams:function(){return this.params},addVariable:function(name,value){this.variables[name]=value},getVariable:function(name){return this.variables[name]},getVariables:function(){return this.variables},createParamTag:function(n,v){var p=document.createElement('param');p.setAttribute('name',n);p.setAttribute('value',v);return p},getVariablePairs:function(){var variablePairs=new Array();var key;var variables=this.getVariables();for(key in variables){variablePairs.push(key+"="+variables[key])}return variablePairs},getFlashHTML:function(){var flashNode="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall"))this.addVariable("MMplayerType","PlugIn");flashNode='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swf')+'" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'"';flashNode+=' id="'+this.getAttribute('id')+'" name="'+this.getAttribute('id')+'" ';var params=this.getParams();for(var key in params){flashNode+=[key]+'="'+params[key]+'" '}var pairs=this.getVariablePairs().join("&");if(pairs.length>0){flashNode+='flashvars="'+pairs+'"'}flashNode+='/>'}else{if(this.getAttribute("doExpressInstall"))this.addVariable("MMplayerType","ActiveX");flashNode='<object id="'+this.getAttribute('id')+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'">';flashNode+='<param name="movie" value="'+this.getAttribute('swf')+'" />';var params=this.getParams();for(var key in params){flashNode+='<param name="'+key+'" value="'+params[key]+'" />'}var pairs=this.getVariablePairs().join("&");if(pairs.length>0){flashNode+='<param name="flashvars" value="'+pairs+'" />'}flashNode+="</object>"}return flashNode},write:function(elementId){if(this.useExpressInstall){var expressInstallReqVer=new sas.ued.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(expressInstallReqVer)&&!this.installedVer.versionIsValid(this.getAttribute('version'))){this.setAttribute('doExpressInstall',true);this.addVariable("MMredirectURL",escape(this.getAttribute('xiRedirectUrl')));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}else{this.setAttribute('doExpressInstall',false)}if(this.skipDetect||this.getAttribute('doExpressInstall')||this.installedVer.versionIsValid(this.getAttribute('version'))){var n=(typeof elementId=='string')?document.getElementById(elementId):elementId;n.innerHTML=this.getFlashHTML()}else{if(this.getAttribute('redirectUrl')!=""){document.location.replace(this.getAttribute('redirectUrl'))}}}};sas.ued.FlashObjectUtil.getPlayerVersion=function(reqVer,xiInstall){var PlayerVersion=new sas.ued.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){PlayerVersion=new sas.ued.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
for(var i=3;axo!=null;i++){axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);
PlayerVersion=new sas.ued.PlayerVersion([i,0,0])}}catch(e){}if(reqVer&&PlayerVersion.major>reqVer.major)return PlayerVersion;
if(!reqVer||((reqVer.minor!=0||reqVer.rev!=0)&&PlayerVersion.major==reqVer.major)||PlayerVersion.major!=6||xiInstall){try{PlayerVersion=new sas.ued.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","))}catch(e){}}}return PlayerVersion};
sas.ued.PlayerVersion=function(arrVersion){this.major=parseInt(arrVersion[0])||0;
this.minor=parseInt(arrVersion[1])||0;this.rev=parseInt(arrVersion[2])||0};
sas.ued.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major)return false;
if(this.major>fv.major)return true;
if(this.minor<fv.minor)return false;
if(this.minor>fv.minor)return true;
if(this.rev<fv.rev)return false;return true};
sas.ued.util={getRequestParameter:function(param){var q=document.location.search||document.location.href.hash;if(q){var startIndex=q.indexOf(param+"=");
var endIndex=(q.indexOf("&",startIndex)>-1)?q.indexOf("&",startIndex):q.length;
if(q.length>1&&startIndex>-1){return q.substring(q.indexOf("=",startIndex)+1,endIndex)}}return""}};
if(Array.prototype.push==null){Array.prototype.push=function(item){this[this.length]=item;return this.length}}
var getQueryParamValue=sas.ued.util.getRequestParameter;
var sohuFlash=sas.ued.FlashObject;
function Cookie(document,name,hours,path,domain,secure){this.$document=document;this.$name=name;this.$expiration=hours?new Date((new Date()).getTime()+hours*3600000):null;this.$path=path?path:null;this.$domain=domain?domain:null;this.$secure=secure;};Cookie.prototype.store=function (){var cookieval="";for(var prop in this){if((prop.charAt(0)=='$')||((typeof this[prop])=='function')) continue;if(cookieval!="") cookieval+='&';cookieval+=prop+':'+escape(this[prop]);}var cookie=this.$name+'='+cookieval;if(this.$expiration)cookie+='; expires='+this.$expiration.toGMTString();if(this.$path) cookie+='; path='+this.$path;if(this.$domain) cookie+='; domain='+this.$domain;if(this.$secure) cookie+='; secure';this.$document.cookie=cookie;};Cookie.prototype.load=function(){var allcookies=this.$document.cookie;if(allcookies=="") return false;var start=allcookies.indexOf(this.$name+'=');if(start==-1) return false;start+=this.$name.length+1;var end=allcookies.indexOf(';',start);if(end==-1) end=allcookies.length;var cookieval=allcookies.substring(start,end);var a=cookieval.split('&');for(var i=0; i<a.length; i++) a[i]=a[i].split(':');for(var i=0; i<a.length; i++) this[a[i][0]]=unescape(a[i][1]);return true;};Cookie.prototype.remove = function(){var cookie;cookie = this.$name + '=';if (this.$path) cookie += '; path=' + this.$path;if (this.$domain) cookie += '; domain=' + this.$domain;cookie += '; expires=Fri, 02-Jan-1970 00:00:00 GMT';this.$document.cookie = cookie;};
</script>
<BODY bgcolor="#F7F7F7">
<DIV class=focusFlash>
<DIV id=sasFlashFocus27></DIV>
<SCRIPT type=text/javascript>
//<![CDATA[
txt="<a image='http://www.qpsh.com/icon/443_209_1.jpg' info='網頁特效是用程序代碼在網頁中實現特殊效果或者特殊功能的一種技術' url='http://hi..com/419468180' /><a image='http://www.qpsh.com/icon/443_209_2.jpg' info='它為網頁活躍了氣氛,增加了網站的親和力。' url='http://hi..com/419468180' /><a image='http://www.qpsh.com/icon/443_209_3.jpg' info='一般在你想添加特效的地方直接粘貼特效代碼即可' url='http://hi..com/419468180/' /><a image='http://www.qpsh.com/icon/443_209_4.jpg' info='在本站下載的特效代碼,都有詳細說明,按說明使用即可。' url='http://www.qpsh.com' />"
var sohuFlash2 = new sohuFlash("http://www.qpsh.com/icon/qpsh_com_tp2.swf", "27", 520, 205, "7");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "opaque");
sohuFlash2.addVariable("txt",txt);
sohuFlash2.write("sasFlashFocus27");
//]]>
</SCRIPT>
</DIV>
</BODY>
</html>

❸ 怎麼製作可以翻頁的圖片

用UleadGIFAnimator5做的

❹ 怎麼可以做出圖片翻頁

圖片是用PHOTO
SHOP製作的,至於哪個翻頁,是通過FLASH軟體製作
,後者還是有難度的,不是幾天都能學會的

❺ 想把幾張圖片放在一起做成能翻頁的圖片,不知如何製作,用什麼軟體製作

ZineMaker是一款免費軟體,自帶多套精美flash動畫模版和大量的flash頁面特效,對於把幾張圖片做成翻頁的效果,很容易做到。

❻ 如何把幾個圖片製成能翻頁的動畫

那隻是電子雜志的自動翻頁功能而已
很多電子雜志軟體像Zinemaker都自帶的
你要做的話直接用軟體自帶的模板找幾個合適的
替換裡面的圖片成漫畫的圖片就行了
自動還是手動翻頁、過多久翻頁之類參數都可以自己改

❼ 我有幾張圖片怎樣把它們做成那種自己翻頁的那種形式

這得看你用什麼軟體了,用FLASH的話,你先插入一個空白關鍵幀,將第一張圖片放置在作業板上,然後在12幀內,再插入一關鍵幀,將本幀圖片變形成書頁被翻開的形狀,接著,又往後12幀內插入關鍵幀,把本幀圖片變形成書頁被完全翻過去的情形,第三步,在三個關鍵幀之間的幀上點右鍵創建動畫。然後新建一層,在上一層第二關鍵幀處對應的地方插入空白關鍵幀,放置第二張圖片,接著的步驟和前面相似,這樣可以做成自動翻頁效果。

如果你用方正奧思或authware、Premier等這樣的軟體的話,可以將過度效果設為翻頁即可。

❽ 像翻相冊一樣的翻頁圖怎麼做用什麼軟體

可以使用在線軟體Funny.Pho.to。

詳細的操作步驟如下:

1、首先,預先在硬碟上准備四張照片。 注意不要太大,如下圖所示。

❾ 怎麼製作微信翻頁圖片

可以製作微場景然後分享到微信。

  1. 進入兔展網站後台點擊製作欄目,進入模板選擇頁。

    選擇空模板,自由創作;

    選擇主題模板,更快速的創作出炫麗的展示。

  2. 選擇模板後,進入創作界面。

    功能—添加修改文字

    添加文字:點擊右側的文字選項→主編輯區會出現文字輸入框→雙擊修改

    文字屬性修改:右側文字屬性修改選項,包括字體種類,字體大小、顏色等等。

    功能—添加修改圖片

    上傳圖片:點擊右側圖片選項→上傳按鈕→選擇圖片→確定

    截圖:點擊截圖按鈕→選擇圖片區域→雙擊

    功能—添加修改按鈕

    添加按鍵:點擊右側按鈕選項→點擊編輯區的按鈕→修改文字、鏈接

    功能—添加修改背景

    修改背景顏色:點擊右側背景選項→選擇顏色

    上傳背景圖片:點擊右側背景選項→點擊上傳按鈕→確定

    功能—添加修改背景音樂

    添加背景音樂:點擊右側配置選項→點擊選擇文件按鈕→確定→點擊上傳按鈕

    功能—添加修改動畫效果

    添加動畫效果:點擊添加動畫的組件→點擊動畫選項→點擊動畫效果

    功能—添加修改切換效果

    添加切換效果:選擇頁面→點擊配置選項→選擇切換效果

  3. 製作完成後,點擊導航欄的保存按鈕→再點擊預覽按鈕→進入發布頁面。

  4. 發布頁面添加標題、描述、縮略圖,點擊生成的二維碼和鏈接分享到微信即可。

❿ 怎樣製作可以自己翻頁的圖片啊

要做手動翻頁的電子相冊,首推你使用 數碼大師

你可以把自己喜歡的相片,配上音樂、圖像特效、文字特效,或是添加各種絢麗相框,製造出專業效果的各種電子相冊。
如果你是想製作出自己手動翻頁的相冊就可以選擇導出相冊為「禮品包相冊」即可,還有封面呢,還可以加上動態的滾動文字,效果很絢麗哦,下載試試咯!!

網路搜索 數碼大師
參考資料:http://hi..com/zsxh12/blog/item/c6dc55572a8565133a2935ab.html