Search:
Type: Posts; User: johnglynn
Search:
Search took 0.03 seconds.
-
Try something like this:
for (i = 1; i < btnArray.length + 1; i++) {
thisBtn = this["btn" + i];
thisBtn.mcNum = i;
thisBtn.onRollOver = function() {
_root["roll" +...
-
Hi All,
I have this group management site into which I am trying to pull youtube videos. I was able to do this no problem but then it seems youtube has added sessions where my visitors must...
-
That is brilliant! Where did you get the coordinates for the stars? Did you make an admin to upload star coords? Great job:)
-
:D This has been a project of ours for a while, it is finally taking shape. All feedback is welcome:) Try making a group and let me know what you think!
Thank you all for your time:D
...
-
This should have been solved before calling it a print function I think:)
-
Interesting. Not sure I understand the e(m) part but would likt to.
Thank you for passing that along. dmonkey's solution fixed it. But still wondering what e(m) is....
-
-
The math should always round to the 10s decimal point, and yet... Copy and paste this if you do not already know what the problem is:)
Thanks!
//*****************************//
// ...
-
The problem is is that my dynamic text also uses css which means the size of the text is going to vary so counting text lines does not work:(
Anyone else out there with this problem?
-
Some one has got to have a solution to this, I can not be the only one with this problem:(
-
The problem with the above method is that it sometimes cuts text in half in order to make a new page. I need to be able to add pages dynamically because the text is brought into flash dynamically. ...
-
Is anyone else having this problem. It happens spoartically but on flash sites that worked fine before. The only change is going from flash 7 to 8 player.
Thanks,
John :mrt:
-
I am trying to print dymanic data that requires multiple pages to be printed.
Here is my bogus work around. But this results in pages printing right at the very top of the paper and also results...
-
-
You should not give the function the same name as the mc but that is not what is wrong.
Try this:
this.onMouseMove = function() {
triangle();
};
function triangle() {...
-
bumpity bump bump bumpity bump...
-
ooosp, I missed this in the cop and paste:
startNum=1
put that at the top of the code...
-
endNum = 280000;
speed = 0;
randomAmnt = 200;
//
this.createTextField("counter_txt", this.getNextHighestDepth(), 0, 0, 100, 20);
function countUp() {
if (startNum < endNum) {...
-
take all the code off of the movieclips
put the code in a frame on the main timeline
This code:
my_mc.date_str = date_str;
var today_date:Date = new Date();
var date_str:String =...
-
I see where you are going. Sweet! So close...
I have a bad feeling baout this though. I am thinking that it will wind up being something ugly like this:
(rough code, needs textField_txt.text,...
-
this works, but not that well and I am thinking it uses embedded fonts because of all the limitations.
http://www.flashloaded.com/flashcomponents/flashtexteditor/?id2=
-
I am not sure where you were going with that question but no doubt somewhere brilliant. I don't want to use embedded fonts if I don't have to because of fle size. I would rather use device fonts.
...
-
Hey creativesaby,
Thanks for that. That allows me to check if the selected text is bold. I need to know the states independant of whether I have selected it or not.
If I select two words,...
-
-
I am cool with loading external as from a text file or whatever but what about storing in a database and then retrieving it and using it within a swf file?
Is there a best practice for that...
|
Click Here to Expand Forum to Full Width
|