Search found 4 matches

by stevethomas
Sat Aug 22, 2009 12:10 am
Forum: ActionScript
Topic: Add script (as3) to fullscreen button
Replies: 3
Views: 16517

Re: Add script (as3) to fullscreen button

Thanks! It works like a charm. Exactly what I was looking for.
by stevethomas
Thu Aug 20, 2009 11:07 pm
Forum: ActionScript
Topic: Add script (as3) to fullscreen button
Replies: 3
Views: 16517

Add script (as3) to fullscreen button

Is there a way to add some actionscript to the fullscreen button with AS3 either before converting the pano to a swf or controlling the fullscreen button outside the swf? What I'd like to do is when you press on the fullscreen button it will hide something on the flash stage that I need to be infron...
by stevethomas
Fri Jul 17, 2009 3:24 am
Forum: Pano2QTVR - Flash
Topic: Pano loads fullscreen on second button press
Replies: 0
Views: 11884

Pano loads fullscreen on second button press

I have a pano that loads into a mc in as3 and I have the mc visibilty set to false at the start. On a button event I make the mc visible = true and the pano is visible then also. Problem is, if I click on the button again or navigate away and then back, the pano comes in full screen. Is there a line...
by stevethomas
Thu Jul 16, 2009 5:15 am
Forum: Pano2QTVR - Flash
Topic: Problem with flash fullscreen
Replies: 0
Views: 11859

Problem with flash fullscreen

I have the pano loaded externally into a movieclip in AS3. Problem is the fullscreen button doesn't work. I've changed the Flash embedding code and set the parameter "allowFullScreen" to "true". I have the size set as follows: function initPanorama(e:Event) { // check if the pano...