Search found 5 matches

by danio987
Sat Aug 18, 2007 12:33 pm
Forum: Pano2QTVR - Flash
Topic: Pano2QTVR 1.6.6 released
Replies: 2
Views: 18074

is it work with loadMovie/loadClip function ? I'm going to try this in my next project but i must to know if i load movie by this function all will work fine. e.g. on (release) { // Create container movieclip var vr:MovieClip = _root.createEmptyMovieClip("vr", 2); // prevent access to &quo...
by danio987
Sat Aug 18, 2007 11:25 am
Forum: Pano2QTVR - Flash
Topic: 33 vr audio files, several maps, some buttons?????? HELP
Replies: 19
Views: 19919

how you done it? because i dont resolve it yet
by danio987
Mon Jul 30, 2007 5:05 pm
Forum: Pano2QTVR - Flash
Topic: 33 vr audio files, several maps, some buttons?????? HELP
Replies: 19
Views: 19919

co when you turn off "rootlocking" everything work fine... am i wrong ?
by danio987
Tue Jul 24, 2007 8:05 pm
Forum: Pano2QTVR - Flash
Topic: [buttons problem] API work after click panorama. :/
Replies: 4
Views: 6991

In fact this is quite briliant idea, but even i set it on end load script, like this Selection.setFocus(_root); It dosen't work. Second aproach this.panel.onLoadInit () = function () { Selection.setFocus(_root); } And third myListner.onLoadInit = function(panel:MovieClip){ Selection.setFocus(_root.p...
by danio987
Mon Jul 23, 2007 7:50 pm
Forum: Pano2QTVR - Flash
Topic: [buttons problem] API work after click panorama. :/
Replies: 4
Views: 6991

[buttons problem] API work after click panorama. :/

Hi. I have very sirous problem with my API. When I load a swf with pano to container everything work perfect, but when i trie to load next panorama first what i must to do is click on pano wich I loaded previously next press any button on map. And so on... This is part of code responsible for loadin...