all groups > flash actionscript > february 2007 > threads for saturday february 10
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
renderAsHTML not working
Posted by miquael at 2/10/2007 10:59:18 PM
seems simple enough. why won't this work?
my_text.renderAsHTML = true;
then I have a dynamic text field named "my_text" with "[B]test[/B]" written
inside of it.
result is " [B]test[/B]", not a bolded "test".
... more >>
movie clip control
Posted by katrus at 2/10/2007 10:36:19 PM
Hello,
We ran into a problem of movie clip control flow. Basically, we are trying to
make a sequence of movie clips play in a certain order that is determined at
run time. We need the first movie clip to play and the next one wait till the
first one is done, then play the second one, and the... more >>
Just can't get my head around onLoadInit/movieClipLoader
Posted by thahip at 2/10/2007 10:29:17 PM
Hi,
I am loading images into flash from a mySQL database with php using this code:
------------------------
myData.onLoad = function(succes){
if(succes){
for(var i=0; i<this.cant; i++){
this.ref["target_mc"+i].loadMovie(this["image"+i])
}
} else trace("Error loading data... more >>
variable problem
Posted by maxtkacz at 2/10/2007 8:56:04 PM
Hi, I am making a quiz in flash and the variables are loaded externally
(through flash vars) that's not the problem as that part works properly, for
each question there are 5 variables (loaded from the html doc) they consist of
a question, three possible answers and the answer (stored as eithe... more >>
Tracing image sequence
Posted by Chilly_B at 2/10/2007 8:15:19 PM
Is there a way to trace all of the images of an image sequence without having
to use the "Trace Bitmap" on each individual frame? I saw something about a
JSFL file to do this. what is a JSFL file and how do I use it? Any information
would be helpful.
... more >>
Flash 9 wierd problem
Posted by stonekeep at 2/10/2007 7:39:33 PM
import flash.display.*;
import flash.geom.*;
import flash.events.*;
var B:BitmapData = new BitmapData(550, 400, false, 0x000000);
var B2:Bitmap = new Bitmap(B);
this.addChild(B2);
function OEN(event:Event):void{
B.colorTransform(new Rectangle(0,0,550,400), new ColorTransform(1, 1, 1,... more >>
Links from XML
Posted by DaniFusionWeb at 2/10/2007 6:29:52 PM
Hello everybody. I'm working with a XML driven photo gallery that looks like
this:
<gallery name="Birthday">
<image source="pics/pic5.jpg" thumb="pics/th5.jpg" title="Agreement"/>
<image source="pics/pic6.jpg" thumb="pics/th6.jpg" title="Landscape"/>
<image source="pics/pic7.jpg" thumb="... more >>
Actionscipting Issue
Posted by plattnat at 2/10/2007 4:30:39 PM
Hey everyone, I'm trying to write a basic actionscript to reset buttons on a
tool bar. Basically I want to write something similar to this...
on (release) {
gotoAndPlay (blah)
and then wait 20 seconds
then
gotoAndPlay (blah2)
}
any ideas?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Actionscript Tutorials
Posted by Brett at 2/10/2007 2:58:59 PM
Hi,
Does anyone know of any good actionscript tutorials I can access online.
Preferably free :)
Brett
... more >>
animate circle being drawn - but backwards
Posted by johk at 2/10/2007 1:00:23 PM
Hi,
I am using this script below to animate a circle being drawn.
How would I amend the script to do it backwards ie I want to start with the
circle complete (100%) and then go to 0% ?
// start code
var t:MovieClip = _level0.createEmptyMovieClip("t",10);
t.clear();
t.lineStyle(9,... more >>
Flash to Php and then back again
Posted by Backen at 2/10/2007 9:56:53 AM
Hi
I don't get it to work. I want to send and get information back from Php. And
then i want to display the outpot in a dynamic textfield. I've seen a lot of
tuts on this but it will not work for me. Here's my AS code
var sender:LoadVars = new LoadVars
var receive:LoadVars = new LoadVars... more >>
ajax
Posted by jagguy99 at 2/10/2007 9:38:29 AM
I have used ajax lately and have found it works perfectly for current
html,css,JS webpages which is most of them.
I don't believe that it does images or animation close to flash.
I can see how with css being more popular than a few years ago that it really
came along at the righ time. To do... more >>
Still looking for help scritping my calander.
Posted by satrop at 2/10/2007 7:38:40 AM
I've looked high and low and I cant find some script to add to my calander
which can be found hear> http://thedesignport.com/ just click on the top right
button "Calander" I need to add event's to this calander. As it stands now
there's just a mc over a date with an alt box attached to that to... more >>
what am i missing here?
Posted by Sketchsta at 2/10/2007 6:17:49 AM
Hey guys, im just messing around with creating dynamic TextFields, but i cant
get this to work.
I know it's something simple im missing here, but i cant figure it out.
This works if i create the Text fields on stage, but if i try to create them
at runtime it doesnt work.
this.createT... more >>
Bugging Array by using COMBO BOX component !!!
Posted by DuongLiet at 2/10/2007 5:09:28 AM
Hi,
Today, I create a flash with Array. I did use prototype method to add one more
fantastic function to sort the array randomly. But when I include one combo box
component with static value in to the parent file, I have a big trouble. The
flash file stop running & give the alert of endles... more >>
Getting number from external text file
Posted by pbesong at 2/10/2007 3:51:20 AM
I am trying to read a number from an external text file that will control how
many seconds before a slide fades into another slide. So the setInterval
duration will be from the external file. See the last couple lines of the code.
I figgered that Flash must be assuming the number coming in fr... more >>
XML issue getting _level0.txt
Posted by izzysanime at 2/10/2007 3:34:08 AM
Im making a website where the text and images are taken from an XML file. the
code runs fine, but I get
_level0.txt show up where the content is supposed to be. I would appreciate
and suggestions.
// The first step is to activate the XML object
headlineXML = new XML();
/*
With t... more >>
Changing Property Values from within a Function
Posted by ShockCNOP at 2/10/2007 3:08:47 AM
I'm wondering how I can change a property of an instance from within a function
inside a method. I have some code here... Basically I just need to set
_lynn_idle to false when a tween is occuring and _lynn_idle to true when the
tween is finished. Unfortunately I can't seem to simply set it to ... more >>
Button Script Help
Posted by hahahako0907 at 2/10/2007 12:04:39 AM
I Need a script that will change the background color of a document:sad;:sad;:sad;:sad;... more >>
|