Banner für Logo von birdy1976.com und Navigation
XING myblueplanet.ch - Wir zeigen im Kleinen, was im Grossen machbar ist Skype Me! ESN Winterthur: Erasmus Student Network Die eLearningNews - der Newsletter Filme für die Erde

Macromedia Flash

Flash UI Components Set 2 - Draggable Pane +

Clip | Source

ActionScript to Open and Close the Draggable Pane

function closeMyDraggablePane() {
// close pane (instantce is deleted)
myDraggablePane.closePane();
}
function openMyDraggablePane() {
// close first (if already open)
closeMyDraggablePane();
// create a new instance of the pane
_root.attachMovie("FDraggablePaneSymbol","myDraggablePane",1000);
// set properties
myDraggablePane._x = 20;
myDraggablePane._y = 60;
myDraggablePane.setPaneSize(260, 140) ;
myDraggablePane.setPaneTitle("My Draggable Pane");
// set content - be sure to link "ClipContent" in the library
myDraggablePane.setScrollContent("ClipContent");
}

© 1998-2008 Martin Vögeli. Für Inhalte und Links werden keine Verantwortung übernommen.
martinvoegeli@gmx.ch | +41 76 505 8 503 | birdy1976.com | elearning.zhaw.ch

Home Home Kontakt Suche News