 |
|
|
 |
Teach Yourself Macromedia Flash 8 in 24 Hours

Macromedia FLASH Concepte, exemple, studii de caz

Macromedia Flash 8 On Demand

Aplicatii Web la cheie. Studii de caz implementate in PHP

|
 |
|
|
 |
TXeff

Download: Text Animation Component for Flash CS3
Flipz
TEN hand crafted animated web characters and desktop software with integrated recording and voice processing software... You could have fully animated characters on your web on within your eBay auction in a matter of minutes. Click on the download button and set you Web site alight.
Download:Flipz
Swift 3D ver.4
Swift 3D is a standalone application enabling multimedia designers to quickly and easily create high-quality 3D animations for use in Macromedia Flash projects and beyond.
Download:Swift 3D ver.4
Anark Studio 3
Anark Studio is the most powerful rapid application authoring tool for efficiently creating interactive 3D content. The unique combination of flexibility, power and workflow is why product design, training and marketing professionals turn to Anark Studio when they need interactive 3D.
Download:Anark Studio 3
Flashincrypt 2.7
Flashincrypt is a flash protection tool. It can add protection to the .swf file. It does not add the normal protection like Flash 5 or Flash MX. We use DMM(dynamic memory modify) technology and Actionscript obfuscation technology in this product. So it can defeat the most popular tools on the market to decompile Flash.
Download: Flashincrypt
Wild FX Pro 3.0
Wildform released Wild FX Pro - video titling and text animation software. In addition to all the
features of Wild FX, Wild FX Pro lets you create video titles. Wild FX Pro\'s video output formats include .mov, .avi, .dv
Download: Wildform wfxp
|
|
 |
|
Drk_alien
Membru junior   Mesaje: 4 Înregistrat: 27/6/2010 Statut: Offline
|
publicat pe 27/6/2010 la 21:32 |
Buna ma numesc Daniel si as avea nevoie de ajutor intr-o mica problema.
Doresc sa fac o pagina in care sa fie incarcat un "swf" in care se afla
un video player facut in as3.Numele filmului care este rulat se afla
intr-o variabila dintr-un fisier php...totul este ok pana aici..dar eu
doresc sa pun acea variabila in fisierul php care include "swf"-ul .Cand
fac asta primesc aceasta eroare:
TypeError: Error #2007: Parameter text must be non-null.
at flash.text::TextField/set text()
at videoplayer_fla::MainTimeline/handleComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Scriptul flash care ia variabila este:
var strSource:String ="";
Example();
function Example()
{
var loader:URLLoader = new URLLoader();
loader.addEventListener( Event.COMPLETE, handleComplete );
loader.dataFormat = URLLoaderDataFormat.VARIABLES;
loader.load( new URLRequest( "data.php" ) );
}
function handleComplete( event:Event ):void
{
var loader:URLLoader = URLLoader( event.target );
var PHPvars:URLVariables;
PHPvars = new URLVariables( loader.data );
strSource = PHPvars.someText;
var tmp1:TextField = new TextField();
addChild( tmp1 );
tmp1.width = 150;
tmp1.y = 420;
tmp1.x = 19;
tmp1.text = strSource;
}
,iar fisierul php ("data.php") contine: //vreau ca acest script sa fie
pus in index.php unde este inclus videoplayerul.
<?
$name ="hancock-tsr2_h480p.flv";
$someText = urlencode($name);
echo "someText=$someText";
?>
Tin sa mentionez ca nu cunosc foarte bine action script in flash dar in php
ma descurc mai bine.
Video playerul e facut dupa niste tutoriale deci nu sunt habarnist in
flash.
As avea nevoie de ajutor la acea eroare ..dar accept orice idee buna din
partea cuiva... multumesc. |
| |
| |
Drk_alien
Membru junior   Mesaje: 4 Înregistrat: 27/6/2010 Statut: Offline
|
publicat pe 28/6/2010 la 10:13 |
...Am
reusit de unul singur...Am facut ca de fiecare data cand se vizualizeaza un
film sa se scrie in data.php totul la fel doar cu variabila dorita,
modificata.
..o zi buna. |
| |
|
 |
|
|
 |
© 2002-2006 SWF.RO. All rights reserved.
All other copyrights remain the property of their respective owners.
CONTACT SWF.RO
|
 |
|