| Thread | Last Post | Replies |
|
| need AS2 example load Google Maps | 28 Feb 2009 19:57 GMT | 6 |
kglad informed me that I could use the ExternalInterface class to load Google Maps by way of javascript. I've played with EI some but the best I could do was pass strings of text. I've tried using a third party API that involves downloading libraries with hundreds of lines of ...
|
| flash hyperlink issue | 27 Feb 2009 21:15 GMT | 1 |
So for some reason the hyperlinks in my flash show are not working. If you go directly to the URL of the flash show itself, the hyperlinks work fine...but once you embed them into even a simple html page, they seem work for a short period of time, and then stop working. This ...
|
| Trace loaded picture name | 27 Feb 2009 20:52 GMT | 1 |
I was wondering if it is possible to trace the name of the .jpg file when I click on the _mc which is loading the picture. The .jpg files are dynamically loaded with XML. tx Tom
|
| Problems going to a 2nd scene | 27 Feb 2009 18:49 GMT | 6 |
I have 2 scenes. In the first scene MCs are created by attachMovieClip. On pushing a button the second scene is called by gotoandPlay (scene,frame). So long it works very well. But now my problem: With the second scene all my attached MCs from the first scene are visible.
|
| [AS2 CS3/4] Embed external FLV into an MC using AS2 with timeline control | 27 Feb 2009 15:10 GMT | 3 |
Hi, Is there anyway to skip the process of manually embedding FLVs into SWF files? I want to load FLVs just as I would an external SWF. I've searched all over and all i can find is how to load FLVs into a FLVPlayer component with stop, play and controls to skip in time intervals.
|
| Using html links with javascript to control Flash movie | 27 Feb 2009 13:57 GMT | 1 |
I want to control a Flash movie (v8 or onwards) when rolling over html links, for example when a user hovers on a html link on my webpage the flash movie display an instance of a movie clip, then if they move back off the link the flash movie removes the instance and returns to ...
|
| LocalConnection : works synchronously or asynchronously | 27 Feb 2009 07:34 GMT | 2 |
I had one "master" swf file which will send the data to child swf files using "LocalConnection". Function "drawChartToExecute" which is in child swf files will draw chart in their respective swf files. My question is if I am using "for" loop in "master" swf file to send data to ...
|
| Attached MC loses scope | 26 Feb 2009 20:43 GMT | 3 |
Consider the following: Take two fla's: * test.fla * intro.fla
|
| Mouseover event - need sound to stop | 26 Feb 2009 20:36 GMT | 1 |
Hey forum - if you reply please go easy on me as I'm in Flash deep enough just to panic. I've created an animation with image fade in and sound that plays when you hit CTRL-Enter. I exported as SWF and reimpoted into new FLASH document and
|
| Check multiple checkboxes for selected | 26 Feb 2009 20:34 GMT | 1 |
I want to see if I can reduce my code more. I have five check boxes on the screen and when they are all checked, I want to call a function. I don't want to have a long if statement because I will re-use this and would prefer to have as streamlined as possible. Here is my code ...
|
| Constant changing of pivot points in movie clip | 26 Feb 2009 16:32 GMT | 4 |
Hi, I'm trying to develop a scenario where I have a "screen" which is a mask on a large "map" graphic. My intention is to allow the user to navigate the map by moving up, down, left and right. I also want them to be able to rotate the map
|
| using .onRelease but need to converting | 26 Feb 2009 16:28 GMT | 18 |
I'm trying to get away from the on() handlers and use the preferred .onWhatever. The problem as illustrated in the folowing code is that I nee to convert a string to an object (I think). The string is the concatenated columnName+".mc"+clipNum; which will evaluate to something ...
|
| Filling suggestions for Input Fields | 26 Feb 2009 13:09 GMT | 2 |
I wish to have kindda memory of previous filling for some given input fields. Just like, for example, it works in phpMyAdmin or other HTML forms : You start typing and suggestions of words to complete then appear. Thanks for any clue.
|
| Actionscript 1 to Actionscript 3 Porting | 26 Feb 2009 09:12 GMT | 2 |
There is a Flash MX based Tree in Actionscript 1.0 http://www.friendsofed.com/samples/1590591585.pdf Please Guide me how can i port it to AS3 or is there anyother file already written in Actionscript 3.0 ?
|
| loading google issue part 2 | 26 Feb 2009 07:25 GMT | 2 |
I found an example of using the ExternalInterface class to pass text to AS2 but I'm stuck on how to pass a google map to a movie clip. Here's the html part:: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|