Jump to content
Ionut2k

Cum pot "imprumuta" un flash template?

Recommended Posts

Asa cum spune si topicul, cum pot downloada un template dragut pe care l-am vazut pe un site? Site-ul in cauza cere bani pentru acel template, dar pe site nu este sub forma de trial, asa ca daca ar exista un mod de a downloada sursa, as putea sa nu platesc acei 45 de dolari. Site-ul in cauza este http://www.sorbose.com/elevator.html . Ceva idei?

PS: Daca nu se poate acest lucru, stie cineva de unde pot face rost de niste template-uri interactive de genul? Multumesc frumos.

Link to comment
Share on other sites

Frate odata ce tu ai zis "Imprumuta" el ti-a raspuns concret .

Templatemonster el tia raspuns foarte bine pentru ca multi la ora actuala stie ce e cu acel site . Tu nu te-ai specificat corect cand ai deschis topicul . Se poate fura sursa acelui flash cu un anumit progam Flash Decompiler. Apoi prelucrat in Dreamweaver . SI CITESTE DE 2 ORI INAINTE SA POSTEZI CEVA

Link to comment
Share on other sites

eu am reusit sa iau de pe templatemonster templateuri flash non-free cu blackwidow ... dadeam scan si apoi download ... spre surprinderea mea downloada si fisierul .swf ... apoi il deschizi cu flash decompiler trillix si il salvezi in .fla ca apoi sa il editezi ... te joci acolo cu el si ii dai save in .swf si .html si gata situ ;D

Link to comment
Share on other sites

nu transformi ... ca sa iti afiseze flashu in pagina html tre sa ai 2 fisiere in root:

1. fisier-flash-care-il-afisezi-in-pagina-html.swf ( il numim index.swf)

2. pagina-html-in-care-incluzi-fisierul-flash.html (il numin index.html)

html code:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Browser Bar Title</title>
</head>
<body bgcolor="#333333">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="scale" value="noborder" /><param name="bgcolor" value="#333333" /><embed src="index.swf" quality="high" scale="noborder" bgcolor="#333333" width="100%" height="100%" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...