A Flash Developer Resource Site

Search:

Type: Posts; User: ScreaminJesus

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. *** Security Sandbox Violation *** running a syndicated version : CS3 - AS2

    No ideas?

    Ive tried using a crossdomain.xml file in the root, and putting in code for system.allowdomain but nothing seems to work, it would appear flash has something against syndicated sites...
  2. *** Security Sandbox Violation *** running a syndicated version : CS3 - AS2

    Hi, im trying to make a syndicated version of my content, and have hit a bit of a hitch.

    I have a development site, that contains the site info, and im pointing to that from a test HTML page on my...
  3. Wow dood that is an impressive formula :) I...

    Wow dood that is an impressive formula :)

    I came up with a solution before I got your post, ended up squaring the numbers, so if the user has eaten noticeably more worms of a certain colour,...
  4. Simulating a population sample growth/decay

    OK, heres some theory that I need to improve on.

    I have a population of worms, and select 20 of em to display on the stage. They have 2 colours, green and pink.

    At the start there will be 10...
  5. I had already made my SoundController class a...

    I had already made my SoundController class a singleton, and I couldnt see what i was doing that you did differently... then i spotted 4 lines of code that made ALL the difference....


    if...
  6. AS3 Sound channels : overwriting sounds

    Hi, im fairly new to AS3, and something I found easy in AS2 is being a pain in AS3.

    Essentially what im trying to do is make some narrations overwrite each other when some 'characters' on the...
  7. [CS3] Making a Hyperlink, show up in browser info bar

    Hi,

    Im making a promo sliding button, and ill be adding in some links from a .xml file, no problem. But the trouble with hyperlinks in flash, when you roll over them it doesnt show where that link...
  8. There is something wrong with the way flash was...

    There is something wrong with the way flash was interpreting that XML, even when i gave up using XMLtoObject and just tried firstChild.attributes, they would come out undefined, something in the way...
  9. Im a bit of a newbie to XML, any way i can get it...

    Im a bit of a newbie to XML, any way i can get it in there, without a blank value?

    Cheerz
    Dwayne
  10. [CS3] AS 2: XML odditity, tag not appearing

    Hi, im creating an XML object.

    var quizXML:XML = new XML("<quiz GUID='" + quizData.dbID + "' category= '" + args.results[args.ID] + "' numQuestions='" + q_question_total + "'></quiz>")

    But when...
  11. Geez, i went through everything in yours, and i...

    Geez, i went through everything in yours, and i found my mistake. The textfield in my .fla had Autokern clicked on :|

    I dont remember turning that on, does it come on by default on a new dynamic...
  12. Nice, that works a treat. There are only a...

    Nice, that works a treat.

    There are only a couple subtle differences between your .fla and mine, the code is almost identical :yikes:

    You have the imports, which i didnt, and pass in the MC...
  13. I have, i mentioned that in my original post :) ...

    I have, i mentioned that in my original post :)

    Ive fiddled with this, and it seems that the procedures are mutually exclusive.

    If i take away the font embedding, i can then change the text...
  14. Alpha fading dynamic text : the plot thickens

    Hi,

    Ive nearly got my text to fade, but ive hit a brickwall of sorts.

    I have a textfield in a MC, which is dynamic, the field is embedded, and the code works that fades it. But when i try to...
  15. The swfs are loaded into the HTML page using...

    The swfs are loaded into the HTML page using .ASP, I didnt write the ASP code though, but it works good :)

    I figured out a solution to this brain teaser.... code below

    var rootURL:String =...
  16. oooo, touche! :) Thanx for the help dood :D ...

    oooo, touche! :)

    Thanx for the help dood :D

    Cheerz,
    Dwayne
  17. yeah, it is definately not defined anywhere else....

    yeah, it is definately not defined anywhere else.

    onClipEvent (load) {

    Hadnt thought of that, good idea, initiates the variables in the clip level scope, but only once, I expect it will work a...
  18. Im mystified as to why it works in MX and not...

    Im mystified as to why it works in MX and not Flash 8 though.

    Is Flash 8 more stringent on type casting??

    There is 2 more piece's of code.
    1) the global variables are declared
    2) startDrag()...
  19. Nah, the swfs arnt loaded using loadMovie()...

    Nah, the swfs arnt loaded using loadMovie() loadMovieNum() or the MovieClipLoader()
    :(

    I think im going to have to use DelvarWorld's idea and get the name from the _root._url variable.

    I...
  20. Yeah, i stuck a couple traces in. Trace(newY),...

    Yeah, i stuck a couple traces in.
    Trace(newY), Trace(oldY).

    Didnt get undefined, got NaN (not a number)!

    ARGH!

    Undefined would be GOOD in this case, NaN is bad!!
  21. Nothing happens at all, it just doesnt work. It...

    Nothing happens at all, it just doesnt work. It was working in MX, and the code hasnt changed :*(
  22. Flash MX code : no longer works in Flash 8! :(

    Hi,

    I have some code, which made a textfield scroll up and down, it worked fine in Flash MX, but I upgraded to Flash 8 and it stopped working.

    Here is the code.


    Can anybody give me a clue...
  23. Replies
    1
    Views
    541

    Solved this one, the code is fine, my server...

    Solved this one, the code is fine, my server space doesnt support PHP :(

    Cheerz,
    Dwayne
  24. Getting name of Flash file dynamically??

    Hi,

    I have made an XML parser, and currently i have a variable that I set to tell the Flash file what XML file to open.

    I was thinking, "what if Flash could get the name of itself, and then...
  25. Replies
    1
    Views
    541

    PHP mailer : does not work

    http://www.flashkit.com/movies/Utilities/Other/PHP_Mail-henry-4983/index.php

    Hi, i downloaded this PHP/Flash mailer demo from the Flashkit movie collection.
    But i cant get it to work.
    ...
Results 1 to 25 of 178
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center