all groups > flash actionscript > january 2007 > threads for monday january 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Preloader not working
Posted by mb126 at 1/15/2007 11:25:47 PM
Hey, im hoping someone can help me. Firstly I'm a designer not a programmer and
rarely dip my toes in the pool at this end but need some help with a preloader
problem I'm having. I have a main movie with a preloader that works fine, this
main movie has 6 buttons that load external swf's when c... more >>
Flash Movie Interactivity
Posted by c_skillet at 1/15/2007 11:18:55 PM
I am an intermediate flash developer trying to understand this dynamic app. But
I am having some interactions problems. I could really use some help. I have
some buttons on my stage. I would like to have them load a clip onto the stage,
but first remove the previous viewing clip before loading... more >>
Keeping Menu Visible When Scrolling Page
Posted by deeps005 at 1/15/2007 10:12:34 PM
Hi, I have a flash website that has a fair amount of conent on one of the pages
such that you need to scroll down a few pages to get to the end of it. I have
a verticaly oriented menu bar on the right side of the screen that I would like
to move down and stay visible as the user scrolls to vi... more >>
sound control
Posted by bb73 at 1/15/2007 7:28:46 PM
Hello,
I have a container file that loads various .swf files. Each of these .swfs
have audio in them. I want to be able to turn the audio on and off through the
container file that they are being loaded into. I have a button in the
container file with the following code applied to it:
... more >>
Playing a swf using an external xml
Posted by Xud at 1/15/2007 7:13:33 PM
I have been trying to figure out if this is possible:
I have a flash project setup with an imported video that narrates animation
from an imported swf, I have been able to script working captions for the video
by using an external xml file. Is it at all possible to use this xml file to
als... more >>
Format dynamic text
Posted by Fel_911 at 1/15/2007 7:10:42 PM
I needed a scrollbar so I created a dynamic textbox and putted a uiscrollbar. I
fill my text box with the following actionscript.
stop();
myText.text = "here some text blablabla";
I need some <br> to separate things but it doesn't seems to work. I checked
the "use html format" in the p... more >>
how to do this...?
Posted by Ldavinci at 1/15/2007 5:01:04 PM
....please give me some idea and instructions how to do this..... http://www.nagaoka-id.ac.jp/gallery/gallery.html ....thanks...... more >>
Printing Text
Posted by jude86 at 1/15/2007 4:56:28 PM
Hello,
Im having a few problems printing a dynamic text box......there are a lot of
posts on here about people having problems printing scolling text, however i
cant seem to print what is on the stage, it is visible on the screen but when i
click print everything prints except for the dyna... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Controlling multiple FLV?s problem
Posted by wbmac at 1/15/2007 4:49:01 PM
Ho, ho xperts.
I´m having problem controlling the TL of multiple FLV´s and there appearance
at the same time.
I´m trying to make a gallery for my website where the viewer can watch
different FLV´s depending on which button is clicked. While a viewer is halfway
through one FLV he/she may ... more >>
load HTML
Posted by tejek at 1/15/2007 3:56:39 PM
Hi
i'm have problem.
I'm have go code and this code creating dynamic text, and load to this
dynamic text file html. But when this code is on the main time line everythings
is OK. But when I'm put this code to some MoveClip then dynamic text it
createing but do not load HTML why?
... more >>
help return value from ExternalInterface
Posted by frankie_luccini2 at 1/15/2007 2:56:15 PM
adobe's site is only posting examples for ExternalInterface, which
return values inside of a function.
this works.....
import flash.external.ExternalInterface;
ExternalInterface.addCallback("asFunc", this, xasFunc);
function xasFunc(str:String):Void {
_root.testVal.text = str;
}
b... more >>
Advanced Sounds..
Posted by Kill Bill at 1/15/2007 2:37:12 PM
I have some animation where a sound plays on several dynamically created
objects on my screen.
Here's my sound as:
// ------------ walking
soundWalking:Sound = new Sound(this);
soundWalking.attachSound("walkin");
function walkingSnd() {
soundWalking.start(0,1);
};
function walkingStop... more >>
flash keys
Posted by akasama at 1/15/2007 1:39:20 PM
Hi! i am making a fighting game in Flash 8 and i have a problem...
i wanted to do
If( you press X){
char.gotoAndStop("kick");
}
but i only know how to use the code if(Key.isDown(Key.blablabla){
... more >>
FLV question
Posted by student at 1/15/2007 1:29:34 PM
I'm a beginner in Flash but trying something relatively simple I think
but still not able to work it out.
What I want to do is play FLV but then once it's done, want soemthing
else to happen. Possibly, it may jump to another part of my file. Or
maybe to a webpage URL. My page will have the sw... more >>
CROSSDOMAIN
Posted by alanskinner at 1/15/2007 12:00:05 PM
hi im getting this error while loading a swf from a diff domain into my main swf
I know to use a crossdomain but i am finding i cant load the crossdomain!!
*** Security Sandbox Violation ***
SecurityDomain 'http://www.domain.com/avatar/base.swf' tried to access
incompatible context 'http:/... more >>
Stage doesn't listen to code
Posted by huiyan at 1/15/2007 8:50:23 AM
Hi Everyone,
Can anyone help me with this problem I'm having?
I put this code on frame 1 of fist layer, on 2nd layer frame one, an empty
movie clip named main.
The code reads:
loadMovie("main.swf", main);
Stage.scaleMode = "noScale";
Stage.align = "TL";
var stageListener = new Object... more >>
Play nice
Posted by Duckyofdoom.com at 1/15/2007 8:42:20 AM
:confused;
I'm mostly having issues with SWF files that refuse to talk to each other.
It's almost as if SWF files were inherently designed not to talk to each
other. Or anything else. It's insane.
I can get one file to send data using the GET command. But I can't get the
other to r... more >>
UI Components drawing goofy
Posted by PLee_Flash at 1/15/2007 5:21:17 AM
I have application where I am using flash as the front end. The application
sizes itself to the browser size on startup. I have weird things happening in
UI components...such as centered button text being left-aligned until you move
the mouse cursor over the button (you don't have to click...j... more >>
2 mc's no display
Posted by jagguy99 at 1/15/2007 5:07:22 AM
I want to display 2 movie clips created dynamically in a function. This only
displays 1 and I don't know where I have gone wrong. I need a little help.
var mLoad:MovieClipLoader = new MovieClipLoader();
var mLoad2:MovieClipLoader = new MovieClipLoader();
var i=0;
mc3.onPress = functi... more >>
How do I track the points on a line via ActionScript?
Posted by asdnasdnasd at 1/15/2007 3:29:49 AM
Hi -
I have a line that has been drawn with 3 points. How can I control each point
on that line? I'd like to find the position of a point (say the 2nd in the
series) and then move it to another position on the screen. The line is
currently an instance of a symbol called my_line.
Than... more >>
|