| Thread | Last Post | Replies |
|
| onRelease swatDepth issue | 31 Jul 2006 22:36 GMT | 3 |
I have a few layers to which I assigned DragStop and DragStart commands. the code looks like this...pretty straightforward... mctree.onPress = function():Void { this.startDrag();
|
| player 6.0 as not working in 7.0 | 31 Jul 2006 21:26 GMT | 1 |
i was developed code using plash player 6.0 when i am changing to 7.0, i am getting errors. why its happed please any one can help me to solve this problem
|
| Actionscript color tweak | 31 Jul 2006 16:39 GMT | 1 |
I know that for example you can do a simple slideshow by altering the -alpha property in action script in an onEnterFrame event... You can also do this without action script by selecting a movie clip type of object, selecting the Color dropdown inside flash and chosing Alpha.
|
| Tween class issue | 31 Jul 2006 16:37 GMT | 1 |
I have a button which when clicked creates a new tween a moves a car movieclip from left to right: moveCar.onPress = function () { var carTween:Tween = new Tween(mcCar, "_x", Strong.easeOut, mcCar._x,
|
| Stopping video from playing | 31 Jul 2006 16:33 GMT | 1 |
Looking for a way to stop a video from playing when a button is pressed to load another file. Seems like this should be easy, and maybe it is, but I can't seem to find anything to help.
|
| sound in slide presentation | 31 Jul 2006 13:38 GMT | 1 |
I am trying to use two different audio clips in separate slides of this presentation. For some reason, the sounds want to play in the first slide. Tried a stopAllSounds (); command, still didn't work. Tried calling the sound in the specific slides, still nothing.
|
| targetting movie clip | 31 Jul 2006 13:15 GMT | 8 |
I have a function on my _root timline like this: function scalefacts() { investfacts.gotoAndPlay(20); trace ("scalefacts function found");
|
| flash projection | 31 Jul 2006 12:48 GMT | 2 |
I'm looking for information. I have a flash projection for mac or PC (.exe for PC) and I'd like to open a PDF file from this projection. Unfortunately, a simple getURL doesn't work. I read on a forum we can use a .bat file to do it for windows:
|
| proplem with LocalConnection() timing | 31 Jul 2006 11:26 GMT | 3 |
I am doing and hybrid site, i have 2 movie in an htm page, one is the navigation and other will have images , i have use LocalConnection() to let the other movie tell the navigation to go to a certain frame to mark the page is located.
|
| one swf to another? | 31 Jul 2006 10:50 GMT | 1 |
is it possible to send variables from one swf within a browser window to another swf in another browser window using ASP? I basically have a form within one swf which when completed and the user hits submit, I need to tell another swf that
|
| What script for Zoom in/ out of image? | 31 Jul 2006 09:47 GMT | 5 |
1. I plan to import quite bigger bitmap image and save as a Graphic Symbol 2. Make some Botton Symbols for +(Zoom in, -(Zoom out) and Reset. 3. If I click +(Zoom in) button, image (reduced sized image in smaller window) got magnified.
|
| swapDepths difficulties | 31 Jul 2006 09:45 GMT | 1 |
Thanks to 'KGLAD' i got the 'draggable objects' issue resolved... however, I am also trying to add swapDepths to my new layer objects, and am having some diffuculties with it. I got the layers to Swap, but i'd like them to swap on a double click and not
|
| Movie clip rollout | 31 Jul 2006 09:01 GMT | 5 |
I have a movie clip with three buttons inside, and i want when you roll out the movie clip, movie goes to frame 1. I have tried different possibilities , but when roll out works, buttons don't, and viceversa. How can i do it without lose the buttons functionality?
|
| myData.load | 31 Jul 2006 08:26 GMT | 1 |
I have a .swf file on Server 1 that needs to load a form from Server 2. The attached code works when its on the same server, but why not to a different server? Is there a way to make this work? Thanks myData = new LoadVars();
|
| XML, Classes, others.. | 31 Jul 2006 07:43 GMT | 1 |
Umm, hello folks! I have had a few issue with my actionscripts earlier, either I am not reading em correctly, or I forget a step..but I cannot seem to get it right.. Here it goes:
|