Zurück   Flashforum > Flash > ActionScript > ActionScript 3

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 10-02-2011, 18:30   #1 (permalink)
Neuer User
 
Benutzerbild von FloLine
 
Registriert seit: Jan 2011
Ort: Frankfurt
Beiträge: 134
has no property on MainTimeLine immer bei Tweener

Hey Leute,

immer wenn ich in eine meiner SWF´s die caurina.transitions importiere sagt er mir

Error opening URL 'http://fpdownload.adobe.com/pub/swz/crossdomain.xml'
TypeError: Error #1010: A term is undefined and has no properties.
at video1_fla::MainTimeline/frame1()

Mein Code sieht wie folgt aus, doch das ist mir jetzt schon öfters passiert. Liegt das vielleicht an den Publishing Einstellungen?

CODE:
PHP-Code:
import caurina.transitions.*;
import fl.video.*;

con.visible false;

var 
flv:FLVPlayback con.vid.flvp;
flv.addEventListener(VideoEvent.PLAYING_STATE_ENTEREDonStart);

function 
onStart(e:Event):void
{
    
con.visible true;
    
}

con.vid.spin.addEventListener(MouseEvent.CLICKcl);
con.tclip.spin.addEventListener(MouseEvent.CLICKcl);

var 
isTurning:Boolean false;

function 
cl(e:Event):void
{
    if(!
isTurning)
    {
        
Tweener.addTween(con, {rotationY:con.rotationY+180,
                                 
time:1onComplete:function(){isTurning=false;}});
        
isTurning true;
    }
}

addEventListener(Event.ENTER_FRAMEloop);

function 
loop(e:Event):void
{
    if(
con.rotationY 90 && con.rotationY 270)
        
con.addChild(con.tclip);
    else
        
con.addChild(con.vid);
    if(
con.rotationY >= 360con.rotationY 0;

__________________
Florian Felter - Digital Design Artist
www.florian-felter.de
FloLine ist offline   Mit Zitat antworten
Alt 10-02-2011, 19:07   #2 (permalink)
in the boondocks
 
Benutzerbild von shin10
 
Registriert seit: Feb 2006
Ort: Augsburg
Beiträge: 3.495
kann es sein, dass du tlf-textfelder benutzt?
__________________

flintfabrik.de
shin10 ist offline   Mit Zitat antworten
Alt 10-02-2011, 19:14   #3 (permalink)
Neuer User
 
Benutzerbild von FloLine
 
Registriert seit: Jan 2011
Ort: Frankfurt
Beiträge: 134
jo .. -.- . . .danke für den tipp^^
__________________
Florian Felter - Digital Design Artist
www.florian-felter.de
FloLine ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Maintimeline play() aus MC FloLine ActionScript 3 2 09-02-2011 15:41
Maintimeline Preloading springsl ActionScript 3 8 16-06-2010 13:25
MainTimeline setChildIndex !? warum nix gähn !!?? neo_505 ActionScript 3 8 18-02-2010 04:49
Tweener- Fehlersuche Taxel ActionScript 3 5 05-11-2009 11:07
problem mit zuständigkeitsbereich von buttons (BT1 mainTimeline / BT2 externe swf) trossen ActionScript 1 5 20-10-2005 11:19


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:13 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele