Search found 35 matches

by Noisy
Mon Jun 13, 2011 2:16 pm
Forum: Pano2VR general
Topic: html/css3 on Safari PC and new iPad2
Replies: 37
Views: 23214

Re: html/css3 on Safari PC and new iPad2

PS chrome on OSX is using the flash version and loaded at comprable speed to ff it is however not restoring my mouse cursor when moving out of the chrome window and I have to click somewhere outside to get the mouse back. will have a look again later when I get faster downloads
by Noisy
Mon Jun 13, 2011 2:10 pm
Forum: Pano2VR general
Topic: html/css3 on Safari PC and new iPad2
Replies: 37
Views: 23214

Re: html/css3 on Safari PC and new iPad2

Hi my connection is running very slow at the moment ( since my isp "upgraded" it) in might be just the time of day! load speeds seem about the same on the desire and on the desktop with firefox, safari appears to have stalled although it occasionally flickers. I will try later when perhaps...
by Noisy
Sun Jun 12, 2011 12:06 am
Forum: Pano2VR general
Topic: html/css3 on Safari PC and new iPad2
Replies: 37
Views: 23214

Re: html/css3 on Safari PC and new iPad2

works fine on safari/chrome and firefox on 0SX and also on a HTC Desire but I just got the phone and haven't worked out how to tell if it's flash or html
by Noisy
Sun Jun 12, 2011 12:03 am
Forum: ActionScript
Topic: Stacking order
Replies: 1
Views: 18764

Re: Stacking order

assuming your menu is "park.swf" (or contained in it) you are adding that to the stage first and then placing your pano over the top of it if you call 'addChild(myLoader);' again, or move it below 'addChild(loader);' in your code. it will place "myLoader" to the top of the displa...
by Noisy
Sat Jun 04, 2011 12:09 am
Forum: ActionScript
Topic: AS3 code for multiple panoramas
Replies: 4
Views: 23723

Re: AS3 code for multiple panoramas

Well I can have a look at it but don't promise anything, no charge, it's interesting to look at other peoples code if there isn't too much of it. I'll pm my address and you can send me all the files. But what version of flash are you using as if the formats after cs3 I can't open them!
by Noisy
Fri Jun 03, 2011 3:38 pm
Forum: Pano2VR general
Topic: Standalone with for android?
Replies: 3
Views: 2861

Re: Standalone with for android?

if you can view online files then you should be able to view local ones in just the same way ( you may have to change the player security settings to allow the file/directory)
by Noisy
Fri Jun 03, 2011 3:30 pm
Forum: ActionScript
Topic: AS3 code for multiple panoramas
Replies: 4
Views: 23723

Re: AS3 code for multiple panoramas

If you are putting copies of the same code on different frames then you are defining your functions and variables more than once. Put your function and variable definitions all on the first frame and call them from the frames as required. for example on frame 1 you would define the variable for your...
by Noisy
Sun May 08, 2011 8:43 pm
Forum: Pano2VR general
Topic: swf background color
Replies: 6
Views: 4333

Re: swf background color

They will usually need to change the value of the bgcolor parameter in three separate places to support different browsers depending on how they are embedding.
by Noisy
Tue May 03, 2011 7:16 pm
Forum: Pano2VR general
Topic: Adobe Flash security setting on local files
Replies: 11
Views: 6117

Re: Adobe Flash security setting on local files

That's interesting. All I've got in there is a trust configuration file used by my ide which dosn't specify anything to
be trusted, and an empty folder. perhaps you had some hangover from an earlier player.
by Noisy
Sat Apr 30, 2011 9:23 pm
Forum: Pano2VR general
Topic: Adobe Flash security setting on local files
Replies: 11
Views: 6117

Re: Adobe Flash security setting on local files

PS - don't forget to change it back to "sameDomain" when it goes live!
by Noisy
Sat Apr 30, 2011 9:16 pm
Forum: Pano2VR general
Topic: Adobe Flash security setting on local files
Replies: 11
Views: 6117

Re: Adobe Flash security setting on local files

Hi did you resolve this yet? sorry not been here. I take it the swf is contained in a html file? you may also have to change the settings in your embed code for allowScriptAccess to "always" (in three places) If that dosn't work, the most straighforward thing to do is upload them and demo ...
by Noisy
Wed Mar 09, 2011 2:16 am
Forum: ActionScript
Topic: Editing .swf file in flash
Replies: 2
Views: 5057

Re: Editing .swf file in flash

I wouldn't have thought you'd need to decompile them, just load them into a containing swf and swap/fade them over when the first one has rotated enough ( see the api for how to get/set the rotation) you might want to control the rotation from the container rather than the built in auto rotate and s...
by Noisy
Wed Mar 09, 2011 2:08 am
Forum: ActionScript
Topic: How long does it take to become a Actionscript developer?
Replies: 0
Views: 3264

Re: How long does it take to become a Actionscript developer

oh dear :) I've been doing it professionally for about a year now but have been slowly learning AS for 5+ years, the chance to make a living didn't present soon so learning was very slow to start. Still very slow and I reckon to spend at least twice as long on things than I get paid for. Hey, you ma...
by Noisy
Sun Feb 06, 2011 9:33 pm
Forum: ActionScript
Topic: Removing Pano2VR SWF from Parent SWF
Replies: 3
Views: 20974

Re: Removing Pano2VR SWF from Parent SWF

can we see your code?
by Noisy
Sat Oct 23, 2010 2:00 am
Forum: ActionScript
Topic: Import Pano2VR swf into another swf
Replies: 8
Views: 9589

Re: Import Pano2VR swf into another swf

Hi darkHorse I'm assuming your title bars etc are created at author time and so already on the stage when you create the vr? The problem with this is that movieClips created at runtime are held on a seperate stack from those created at author time. The easiest way round this (if you arn't too comfy ...