ActionScript 2.0 :: GMap AF Component Is Definitely Broken?

Sep 27, 2009

it seems GMap AF Component is definitely broken and the google maps flash interface at google code, is broken too. looks like there are only two options here:

- move to AS3 (in what spare time shall i learn it?)

- open a shadowbox with the map (rather than pop-up or new window)

View 4 Replies


Similar Posts:


Actionscript 3 :: Adobe Flash CS3 - DataGrid Component Is Broken?

Jan 18, 2010

My datagrid component appears to be broken. When I drag one out onto the stage, its just a square. Nothing in it. Just a square... Then, when I tried to programmatically add it to the stage, using an example straight off the docs, it throws some errors:[URL]

[Code]..

This sounds very bad, especially considering that I need to use the DataGrid to complete my program. What am I doing wrong and how can I fix it? This is AS3, right in frame 1 of the main timeline.

View 1 Replies

ActionScript 3.0 :: Play Gmap Api In Flash?

Oct 30, 2009

I'm wondering is there anyone playing gmap api in flash?

I coded a GMap class, it works good in basically. However, I wanna make it more functional, with the buttons for changing differernt maptypes and scroll bar.... so i looked through the doc from gmap google code group. However, i get the error said:"1061: [url]...[code]...

View 2 Replies

Actionscript 3.0 :: API - Make GMap Be An External Class

Sep 25, 2009

I'm trying to use GMap API in Flash CS4. When I code in the main timeline, it works. However, I wanna to make this GMap be an external class, but it doesn't work, also I didn't get any error either so can't really tell where is wrong:

[Code]...

View 1 Replies

ActionScript 3.0 :: Gmap In Flash - Add Maptype And Zoom Controller?

Nov 8, 2009

how to add maptype and zoom controller. next step, it's adding a maker on the map. I think it should be easy but I keep getting error said:"1180: Call to a possibly undefined method Maker." weird~ i have import all class into my as, and maker is belonged to com.google.maps.overlay.*; so I assume it should work well.

[Code]...

View 1 Replies

PhotoAlbum Broken?

Aug 27, 2009

I got a photo album in flash, Actionscript 2.0. Now when i compile it with flash, to make the swf, every runs fine, but when i load it online to my webspace, it break, it takes forever to load and the pic is off centered.

View 1 Replies

Flash8 Preloader Broken?

Feb 7, 2010

OK In a previous game on the same AS (2), I made a preloader, the code worked fine, all of the code was isolated on one frame so on another game I copied the frame and pasted into my other game. but the only difference is that one of my games is using flash player 8 (working preloader) and the other is using flash player 6 (not working.) Im using the same code.here is the frame code (all of it on frame):

Code:
var loadingCall:Number = setInterval(preloadSite, 50);
function preloadSite():Void {

[code].....

View 2 Replies

Professional :: Scenes Broken In CS4?

Mar 19, 2010

I've just started working with CS4, and admittedly I'm new to Flash, but I can't get the Scene functionality to work as described in the docs. The class MovieClip has a currentScene property that should return a Scene object. The Flash 10.0 docs give this code as an example :import flash.display.Scene;var scene:Scene =mc1.currentScene;trace(scene.name + ": " + scene.numFrames + " frames"); However, if you create a new ActionScript 3.0 fla file, create a MovieClip instance, name it mc1, and put this exact code in one of the frames, it returns a Scene object with no name and only 1 frame.Changing the name of the scene in CS4 does not . Am I missing something?

View 15 Replies

Broken Tween Animation On Website

Mar 19, 2010

I am using some tutorial from lynda for making tween animation for my inspiration on making web site in CS4 but in my 2-3 project I have same problem. Sometimes my tween crash in middle of animation? Is this beacouse I have to much code in timeline?

View 8 Replies

ActionScript 3.0 :: Auto-Format Still Broken In 5.5

Jun 17, 2011

I have this script path to an XML attribute[code]...

Also, I have issues with spaces not being added around operators even though I have that set in my preferences. I have access to Adobe's bug system but Flash is not listed, so I can't report the bug. Even their general website "Request a feature/Report a bug" form does not list Flash Pro under the list of apps.

View 5 Replies

ActionScript 1/2 :: Broken Arrow (Down And Right) Keys?

Jul 29, 2009

For some reason, the down and right keys aren't working. They work fine in other programs but in this program they fail.
paddle_ybase = paddle._yscale;paddleSpeed = 0;
onEnterFrame = function(){
if(Key.isDown(Key.UP)){paddleA._y -= 1;}if(Key.isDown(Key.DOWN)){paddeA._y += 1;}
if(Key.isDown(Key.LEFT)){paddleA._x -= 1;}if(Key.isDown(Key.RIGHT)){paddeA._x += 1;}
steam(7);paddle._rotation = paddleSpeed;
} function steam(num){for(i=0;i<num;i++) {
[Code] .....

View 3 Replies

CS4 And The Case Of The Broken Eyedrop Tool

Nov 16, 2009

I tried to get some help on this directly from Adobe and they just sent me a patronising description of how to use the eyedrop tool. I've been a flash artist for years so this is not some newbie failing to grasp a basic principle.

The colour picker you can access after clicking and holding on the fill colour or line colour on the toolbar no longer works for some reason. It's still there, but doesn't pick up the colours you rollover anymore. It did on all previous versions!

This was extremely useful as the tool bar eyedropper requires you to actually go inside the grouped items or symbols. It's especially useful if you're using photo reference or scaling similar panels/buttons etc. Is there a patch available that can restore functionality to this? It has severely curtailed my working speed.

View 12 Replies

Professional :: Modify > Arrange Is Broken?

Nov 15, 2010

I notice in flash the Modify > Arrange option seems to be buggy and work only sometimes. I have a few shapes on the same layer and wanted to arrange them on top of each other in different order and it doesn't work... The shapes were created with shape tool and pen too as drawing objects.

I would have to go the extreme, either I would have recreate the shape to be recognized by the program or cut and paste into a new layer and transfer back down to the single layered that was needed. illustrator has the exact same option with no problems.

View 2 Replies

Professional :: Motion Tween Can't Be Broken Up?

Dec 16, 2010

I have an object with 500 Frames.  I gave it a Motion Tween.  Now I want to cut it down to 100 frames,without changing the Tween duration.  Usually you can insert a blank keyframe, or remove the last 400 frames on that layer.  But since it's a Motion Tween you cannot?
 
WTH is going on with Flash's timeline editor, this is ridiculously unintuitive.

View 4 Replies

Flash :: Alchemy's AS3_Shim Broken?

Sep 13, 2010

I'm trying to use AS3_Shim in my alchemy code but it doesn't seem to be working.It always returns a NULL function pointer. There don't seem to be any examples of AS3_Shim's use, so I'm not sure what I'm doing wrong.Here is some example code:

static AS3_Val thunk_logtest(void *self, AS3_Val args) {
warning: this leaks
AS3_Val ns= AS3_String("mx.logging");[code]..........

View 1 Replies

Flash :: TLFTextfield Broken After Upgrading From CS5 To CS5.5?

Apr 3, 2012

For my project I am using the following:FlashDevelop 3.3.4 RTMFlash Pro CS 5 (libraries only, no code)Some time ago we started using TLFTextfields. One of the things I had to do was include the tlfruntime.swc file from the Adobe Flash CS 5 folder in the FlashDevelop project. Note that I copied this file to the project folder and included it, I didn't just include the file straight from the CS5 path. I have since been given a new computer that has Flash CS 5.5. I recompiled one of my swf libraries in CS 5.5, and now when I run the program, I get:Illegal override of createTextLine in flashx.textLayout.compose.ComposeStateI figure the tlfruntime.swc being included in the FlashDevelop project is out of date and needs to be updated with the one from CS 5.5. So I copied the tlfruntime.swc from the CS 5.5 path, include it in the FlashDevelop project (instead of the older file), but now I get this:

Illegal override of softKeyboardActivatingHandler infl.text.container.TLFContainerController.Can anyone assist with what else I need to do to get TLFTextfields working again in CS 5.5?UPDATE: I have updated FlashDevelop to 4.0.1 RTM, and now I get this error:Illegal override of createGeometry in flashx.textLayout.elements.FlowGroupElement.

View 1 Replies

ActionScript 2.0 :: Scroll Bars Broken On Mac Only?

Nov 19, 2009

why a scroll bar would not function on any mac platform... tested in FireFox and Safari, and the scroll bars either do not work, function improperly, or work but you have to move the mouse all the way to the bottom of the page to scroll a few lines. Also, the mouse wheel never works when trying to scroll the text box.

Site is :[URL]

Code:
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;

[Code].....

View 0 Replies

ActionScript 2.0 :: XML Menu - URL Links Broken

Apr 2, 2007

I've been working on an imitation of the SamataMason website sub navigation. Right now I have a top level menu that is created from an array, and a sub menu display that is created from XML. If you click on any of the top 4 or so items in the menu you'll see a list of links displayed below. The problem at this point is that the line of code that controls which XML nodes get displayed causes the URL links to break.

Line 37 of the "XML functions" layer contains the code that breaks the URL links:Code:if (item.attributes.industry == industry) {If you comment out the line (and it's closing brace on Line 54) you can click on any of the top 4 menu items and it will display a list in which the URL links work. But you're not seeing the appropriate list for each menu item.Anyone know how to rewrite this line so that it doesn't interfere with the other code? I'm baffled as to why "URL" breaks but the "client" nodes still work.

View 4 Replies

ActionScript 2.0 :: Using A Default Image When PHP Is Broken

Apr 16, 2009

I have created a gallery that pulls from an php file. standard stuff:

[Code]...

If for some reason (nice way of saying the people maintaining this are not computer peeps and prolly will name things poorly, or forget to upload or something). if for some reason it cannot find a thumbnail, is there anyway to make flash use a default thumbnail image in its place?

View 2 Replies

ActionScript 3.0 :: Flash Trace Has Broken?

Dec 6, 2010

my flash trace has broken, both in flash IDE and flex - fdt4, when i run any project, the console output looks like what I pasted below.And it just goes on and on, what is this and how do i get back to tracing properly? I think this emerged when i installed firebug

7 AVMINF: MTHD global$init ()
8 AVMINF: MTHD Object$cinit ()
8 AVMINF: MTHD Class$cinit ()

[code].....

View 2 Replies

ActionScript 3.0 :: Collision Detection - HitTestObject Broken?

Feb 18, 2008

I'm making a basic platformer to familiarize myself with AS3. I'm currently having an issue with the HitTestObject and HitTestPoint methods. Currently my game consists of a character who can run and jump, and a box which should prevent him from falling. I have two questions (the complete code is attached and is only
briefly referenced in the questions):

1) Why is my HitTestObject broken? The issue I'm having is that when I perform box.HitTestObject(character), the screen shakes in most of the character poses (i.e. facing left or right) but not when the character is crouching. I suspect this is because the bounding box in the different frames of my character movieclip are not the same. Is this the case, and how can I make certain my bounding boxes are exactly the same across all frames?

[Code]....

View 1 Replies

ActionScript 1/2 :: MovieClipLoader - Broken Link In Documentation

Oct 26, 2009

There is broken url in example for MovieClipLoader class documentation. I saw a link [URL] for few times for example [URL]

View 1 Replies

Professional :: Flash Shapes Broken Text?

Jan 7, 2010

I have a flash website template, Fla File as well as all the source files etc, I have some questions if anyone would be kind enough to help. I am new to Fla files so not sure what to do.
 
There is some text I managed to edit ok, but others I could not, it appears as if they started as text and have been broken apart and made into a shape? when i click you can only highlight each letter, but not change them. There are two of these, one flies in from left, the other from right.

View 5 Replies

Professional :: Image Instead Of Broken Flash Icon?

Oct 6, 2010

way to show a jpeg image while a Flash file is loading or better, if they don' t have Flash?
 
Problem is that when people go to a site and they don't have Flash and can't install it (ie: iPhone), they can't see phone numbers, address etc. which is why that came there. It would sure easier to push Flash if there was a way to have an alternate image to view.

View 2 Replies

Media Server :: Adobe3 Applications Are Broken With 4.5?

Sep 16, 2011

I am trying to use the following in my server side script......I've been using these for years but they don't seem to work in FMS 4.5 do I have to upgrade my scripts to continue using them or are these still available? I can't google anything on them so please shed some light on this. I'm going to continue digging into FMS 4.5 in attempt to fix this without a SSAS rewrite.
 
load("framework.asc");load("netservices.asc");
gFrameworkFC

View 23 Replies

Professional :: Linking To A Shared Font - Broken In CS5.5?

Nov 11, 2011

I've been trying to set all our movies up to link to shared Font symbols in external libraries. This is working fine in CS5, but in CS5.5 it fails completely. We use AS2, but saving it as AS3 doesn't fix it. I've made a barebones movie with the problem, which you can find at [URL]. What I've done is to create four separate movies, each of which contains one Font symbol that is marked as available for sharing. Then my test movie contains four font symbols each of which is linked to one of these fonts. In CS5 this works fine, and the fonts are replaced at runtime with the externalised fonts; I can also assign these fonts to (AS2) components. In CS5.5, however, the new fonts don't show up at all.

View 2 Replies

Flash :: Validate And Repair Broken Xml Tags?

Dec 28, 2010

[code]...

Above is my xml file which has no ending tag for the from tag, which gives an error.I need actionscript code to check if there is a broken tag and then fix it automatically.

View 1 Replies

Ruby :: Broken Toggle-comment In Textmate?

Feb 28, 2011

I'm having a problem with the Toggle Comment command ("Comment Line / Selection") in TextMate for Actionscript 2 (I know, I know). I've tried completely stripping the language set down to isolate the issue, and tried walking through the Ruby, both to no avail. My issue is that the command insists on using block comments for comment toggling (⌘ + /) and doesn't respect when I add a preferences file to change TM_COMMENT_MODE. I even tried using this simple preference:

{ shellVariables = (
{ name = 'TM_COMMENT_START';
value = '// ';
},
);
}

but no luck. I'm hoping that someone who speaks Ruby much better than myself (ie. at all) can find a simple fix for this. You can reproduce in any (recent) install of TextMate by creating a new actionscript 2 file and trying to ⌘ + / a section of code (or even a line). Contrast to a JS file which will use a line comment. Copy the "Comments" snippet from JavaScript to Actionscript bundles, and the problem will persist.

View 1 Replies

Actionscript 3 :: Flash CS5 Compiler Options Broken?

Jul 20, 2011

So, I've formally logged a bug against this with Adobe as I've been beating my head against a wall trying to understand why this won't work, but I'm hoping that it's perhaps something within the Flash IDE that I'm setting incorrectly (or not setting at all) that is causing the issue that I'm encountering: I've created a container .fla that uses classes that are defined in an externally loaded swc, child.swc. I've added the .swc in the container's library path (Publish Settings > AS 3.0 Settings > Library Path) and have set its "Link Type" as "Exernal". According to Adobe's docs:

[Code]....

View 1 Replies

Flex :: After Exporting A Project, The Images Are Broken?

Oct 21, 2011

After completing building a flex project in Flash Builder 4.5, the project was exported using the File -> Export Flash Builder Project. After which some of the images stopped working (get the broken image icon).

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved