![]() |
|
#1
|
|||
|
|||
|
Hi Folks:
I have recently completed a tutorial and code example on using an "embed pano" style setup with FPP. That is, how to load your FPP presentation into a larger Flash container/presentation. Excerpt below, and direct link at: http://flashpanos.com/tutorials/patr...lash-container Enjoy! Quote:
__________________
Patrick http://cheathamlane.net -- Tutorials: Embed Pano 101, Pano auto-presentation |
|
#2
|
|||
|
|||
|
Good guide
Thanks for posting this. I have a question though. The tour you guys made for wearemanifesto http://www.cheathamlane.net/tests/manifesto/has a series of buttons to the left, linking to the different pano's. When clicking those buttons it loads the different pano's. But what if a person is inpatient or clicked the wrong pano and quickly presses another button. It forgets to remove the one currently loading and starts loading the newly pressed one. You'll then have 2 pano's (or 10 if you click quickly ;p) You have control over the last clicked one and the other one sticks in place. How can this be resolved? (Either disable clicking while loading or remove the old one properly). ATM it only removes a pano when its fully loaded. I want to make my tour "idiot"proof. thanks |
|
#3
|
|||
|
|||
|
Hi Jareish:
You've got me to rights! Code:
panorama.pano.remove();
panorama.loadPanorama("pano.swf?panoName="+thePanoToLoad);
I'll need to look into a better way to handle it -- I noticed that I wasn't also tracking the current panoNames of the small versions... Please feel free to leave comment over at the actual post at flashpanos.com; much easier to read and see the code at the same time. ![]() Cheers, Patrick
__________________
Patrick http://cheathamlane.net -- Tutorials: Embed Pano 101, Pano auto-presentation |
|
#4
|
|||
|
|||
|
Quote:
I fixed that! ![]() Looks like loadCompleted is not reliable to watch, so I'm now watching for percentLoaded etc. See my solution over at: http://flashpanos.com/tutorials/patr...lash-container
__________________
Patrick http://cheathamlane.net -- Tutorials: Embed Pano 101, Pano auto-presentation |
![]() |
| Tags |
| cheathamlane, embed pano, flashpanos.com, tutorial |
| Thread Tools | |
| Display Modes | |
|
|