Hi, . . I'm also trying to do a Papervision3D flip effect. I've seen the AFC Flip example but the AFC flip component does not allow for more then bitmaps (images, movie clips, etc.). (For more details about the AFC Flip components issue see the AFC forum discussion here: http://www.afcomponents.com/forum/viewtopic.php?t=4051&highlight=flip+movieclip) whereas the PaperVision3d example found here: http://www.tink.ws/blog/files/flex/FlipExample.html would allow me to render an mxml component (made up of other dynamically populated components, etc.).
I'm basically using the "hideEffect"/"showEffect" on my map container and I'm getting this error. It's kind of retarded that I can't do simple Flex/Flash animations. You would think any true "Flash API" would allow this. Tami On Sep 25, 3:24 am, sabee <[EMAIL PROTECTED]> wrote: > Another situation where it would be very nice being able to > Bitmapdata.draw the map is when doing a reflection. > I normaly do it by taking snapshot of the orginal Displayobject on > every enterFrame and puts it below it, vertical scale -100%. > That would be awsome if I could do it with Google Map on the project > I'm working on now. > Thanks again for looking a the options available... > > On Sep 22, 11:58 am, sabee <[EMAIL PROTECTED]> wrote: > > > Hi > > I also would like to add the request to be able to take a snapshot of > > the map, in order to be able to do a smooth zoom effect on it (as a > > transition nothing else). > > Thanks for looking for a solution. > > - seb > > > On Sep 13, 11:46 pm, "pamela (Google Employee)" <[EMAIL PROTECTED]> > > wrote: > > > > Hi Carlos-- > > > > Please note the SWC for CS3 is not an officially provided SWC; it's a > > > hack by Vincent. > > > > Until we release our official version, your best bet for questions on > > > that SWC is Vincent. (And if we release our official SWC and you still > > > have problems, you're welcome to file a bug). > > > > - pamela > > > > On Fri, Sep 12, 2008 at 6:16 PM, Carlos Rovira <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > This is really annoying. > > > > > I come back after a few months and see finaly there's a SWC for Flash > > > > CS3 version of this API. Cool. > > > > Ok, so I use it in my project with PV3D and all was working ok in > > > > development. Now, after upload the SWF to my site...the > > > > checkPolicyFile error is > > > > showing on the screen, because I'm using the map in a movieclip that > > > > is a texture of a cube's side...mmm...why I'm doing bad here??? > > > > > For the love of god...when we could expect this API works without this > > > > kind of things? > > > > > Someone have a workaround to it? > > > > > Thanks in advance > > > > > Carlos Rovira > > > > > On 23 jul, 10:36, DanFS <[EMAIL PROTECTED]> wrote: > > > >> Hi Pamela > > > >> I'm wondering if it is likely that this will be allowed in the near > > > >> future? > > > >> I would be using it to print out a map that I have overlaid polygons > > > >> on - as part of a report printing feature of a flex app. > > > >> Thanks > > > >> Dan > > > > >> On Jul 13, 4:01 am, "pamela (Google Employee)" <[EMAIL PROTECTED]> > > > >> wrote: > > > > >> > Hi browndash- > > > > >> > It's currently not allowed. What were you trying to use it for? > > > >> > We typically recommend using the static maps API to create printable > > > >> > maps; that's what we do on maps.google.com. > > > > >> > If you're not getting a response from the Enterprise folks, send me > > > >> > your info and I'll make sure they contact you. > > > > >> > - pamela > > > > >> > On Sun, Jul 6, 2008 at 8:56 AM, browndash <[EMAIL PROTECTED]> wrote: > > > > >> > > I am getting the same error. I just simply want to take a > > > >> > > snapshot of > > > >> > > the map I am displaying. Pamela, in your reply I don't think you > > > >> > > made > > > >> > > it clear if this is allowed or not. I think it is relevant to be > > > >> > > able > > > >> > > to print a map. If it is licensing issue please advise. I tried to > > > >> > > end/ > > > >> > > sign-up for the paid service but I have not got a reply for over a > > > >> > > week. > > > > >> > > On Jun 22, 8:36 pm, "pamela (Google Employee)" <[EMAIL PROTECTED]> > > > >> > > wrote: > > > >> > >> Hi quinrou- > > > > >> > >> Due to terms of service restrictions, developers are only allowed > > > >> > >> to > > > >> > >> use the map tiles by using the provided map types. Please link to > > > >> > >> the > > > >> > >> full code if you think you're doing something that is within the > > > >> > >> ToS. > > > >> > >> It's difficult to tell what your code looks like from just the > > > >> > >> trace > > > >> > >> errors. > > > > >> > >> Thanks! > > > > >> > >> - pamela > > > > >> > >> On Jun 20, 4:49 am, quinrou <[EMAIL PROTECTED]> wrote: > > > > >> > >> > please, can anyone from google look at this sandbox security? > > > > >> > >> > SecurityError: Error #2122: Security sandbox violation: > > > >> > >> >BitmapData.draw > > > > >> > >> > As I said I am pretty sure this due to the fact that I am taking > > > >> > >> > screen shots of the map so I can use it in papervision3d > > > >> > >> > It look like thecheckPolicyFileproperty of the LoaderContext > > > >> > >> > class > > > >> > >> > instance which load the map images needs to be ser to true. > > > > >> > >> > Is there anyway I can get feedback on this? > > > > >> > >> > Many thanks > > > >> > >> > seb > > > > >> > >> > On Jun 19, 4:16 pm, quinrou <[EMAIL PROTECTED]> wrote: > > > > >> > >> > > Can anyone at google help to resolve this error? > > > > >> > >> > > I am only getting it when running the swf online. > > > > >> > >> > > In this flash file I am rendering the map off stage and taking > > > >> > >> > > screenshot of it every enterframe and displaying it on a 3d > > > >> > >> > > plane in > > > >> > >> > > papervision3d. > > > > >> > >> > > As I said everything works great offline but as soon as I put > > > >> > >> > > the swf > > > >> > >> > > online I get the reported error message.... > > > > >> > >> > > I read a few post and it seems that you need to set the > > > >> > >> > >checkPolicyFileproperty of the LoaderContext class instance to > > > >> > >> > >true. > > > >> > >> > > Is there any chance that can part of the next release? > > > > >> > >> > > thanks > > > > >> > >> > > On Jun 19, 8:35 am, quinrou <[EMAIL PROTECTED]> wrote: > > > > >> > >> > > > I get the following error only when I trying to run my > > > >> > >> > > > flash online. > > > >> > >> > > > any idea why? > > > > >> > >> > > > What do i need to add to my flash to avoid having this > > > >> > >> > > > runtime error? > > > > >> > >> > > > SecurityError: Error #2122: Security sandbox violation: > > > >> > >> > > >BitmapData.draw:http://www.kinrou.com/blogfiles/googlemap-papervision/app.swf > > > >> > >> > > > cannot > > > >> > >> > > > accesshttp://mt2.google.com/mt?n=404&v=ap.75&hl=en&x=8182&y=5444&zoom=3&s=G.... > > > >> > >> > > > A policy file is required, but thecheckPolicyFileflag was > > > >> > >> > > > not set > > > >> > >> > > > when this media was loaded. > > > >> > >> > > > at flash.display::BitmapData/draw() > > > >> > >> > > > at > > > >> > >> > > > org.papervision3d.materials::MovieMaterial/drawBitmap() > > > >> > >> > > > at > > > >> > >> > > > org.papervision3d.materials::MovieMaterial/updateBeforeRender() > > > >> > >> > > > at > > > >> > >> > > > org.papervision3d.core.render.material::MaterialManager/ > > > >> > >> > > > updateMaterialsBeforeRender() > > > >> > >> > > > at > > > >> > >> > > > org.papervision3d.render::BasicRenderEngine/doRender() > > > >> > >> > > > at > > > >> > >> > > > org.papervision3d.render::BasicRenderEngine/renderScene() > > > >> > >> > > > at com.google.maps.examples::Main/onRenderTick() > > > > >> > >> > > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
