all groups > flash actionscript > october 2004 > threads for thursday october 28
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
_global variables "lost" in movie loaded with loadMovie()
Posted by Richard Butler at 10/28/2004 6:04:05 PM
Hi guys,
I am loading a movie "functions.swf", which contains several _global scoped
functions, into my main "interface.swf". When I dump all objects in the
output window, I can see the functions are there within the _global object.
However, when I try to call one of these functions from inter... more >>
getURL and session variables
Posted by Doug Strickland at 10/28/2004 3:54:50 PM
I am attempting to pass a couple of params to an asp page, and I am getting
errors when exporting. here's the code:
on (release) {
getURL("AT_Render.asp?PN=<%infopage%>&CN=<%=Session("CN")%>");
}
In this case, AT_Render.asp is a page that needs two pieces of data, the
page name (PN) an... more >>
Printjob.start() does not bring up print dialog box.
Posted by tbird at 10/28/2004 2:09:48 PM
The printjob.start() command never does anything for me. Under debugging,
any variable set = my_pj.start() ends up being undefined and the dialog box
never shows. I couldn't find a solution on the net. Does anyone have any
suggestions on what might be happening?
Thanks.
... more >>
Problem with the object loadvars
Posted by Jose Cardona at 10/28/2004 12:37:23 PM
HI people, im sending one var to a .asp page. but when i check it with
geturl in flash i see the loadvars is sending the name of the object as
another variable
-------------------------------[object_lv???]-----------
http://localhost/datoscurso.asp?object%5Flv=cursoid%3Ddw01
---------------... more >>
Inspectable: Converting of type String to type Function
Posted by PEF at 10/28/2004 12:06:05 PM
Working with AS2 I come accross the problem of converting a type String to a
type Function. Can anyone tell me how to fix it?
[Inspectable (name="onClick", defaultValue="")]
public function set onClick (fOnClick : Function) : Void {
this.onRelease = function () {
dispatchEven... more >>
detecting movieclip drag
Posted by Kapil Mohan at 10/28/2004 11:52:53 AM
Hey all,
This is what I am tryin to do:
I have two movie clips A and B attached by actionscript code. Now, A is
draggable. What I want is that when A drags over B (i.e. user hasnt yet
dropped it on B, just brought A over B), then alpha property of B should
change (decrease ideally). And the... more >>
Searching .NET-based GIF/PNG conversion to SWF for dynamic import
Posted by David Stiller at 10/28/2004 10:09:43 AM
I've seen a handful of server conversion applications that turn non-JPG
images into SWFs for usage with loadMovie(), but they're all PHP-based.
Does anyone know of a .NET version?
David
stiller ( at ) quip ( dot ) net
... more >>
Broken record
Posted by Neophyte at 10/28/2004 12:31:18 AM
I've put a sound into frame 50 of my main time line.
The timeline is 75 frames long.
I only want the sound to play once, so, in the property inspector I've set
the following values:
Sound: card_8_voice.wav
Effect: none
Sync: Start
Repeat (cause the only other option is Loop, which is wh... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Controlling just 1 instance
Posted by Neophyte at 10/28/2004 12:24:34 AM
I've got an mc (called "circleStar") which I've duplicated 4 times on the
stage.
I've given each of the instances a unique instance name (star1, star2,
star3, etc)
Then I've put a simple, simple action (I'm just a beginner) into frame one
of my Actions layer on the main timeline which says ... more >>
|