A Flash Developer Resource Site

Search:

Type: Posts; User: PaulSpitzer

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: v7 - .Net

    by PaulSpitzer
    Replies
    2
    Views
    374

    Yeah... I followed the instructions in the...

    Yeah... I followed the instructions in the documentation. Even copying the .dll to existing application/bin directories causes the same error.
  2. Thread: v7 - .Net

    by PaulSpitzer
    Replies
    2
    Views
    374

    v7 - .Net

    Has anyone had any success running v7 with a .Net app? I can get it working no probs as a COM object. But I keep getting the exception "File or assembly name Turbine7DotNet, or one of its...
  3. Replies
    0
    Views
    470

    I'm going to be presenting the features and...

    I'm going to be presenting the features and benefits of Flash MX at an Association of Internet Professionals meeting on July 23rd. I'm looking to showcase some high quality work in the following...
  4. Thread: loadSound

    by PaulSpitzer
    Replies
    1
    Views
    406

    I bet it's the audio codec your using.. I had the...

    I bet it's the audio codec your using.. I had the same problem.. some mp3's would work, some wouldn't. Dig around on macromedias site for a list of supported codecs.
  5. Replies
    1
    Views
    517

    when the image has loaded check the _width and...

    when the image has loaded check the _width and _height properties of the movie clip and use that to center it... for example if you wanted the image centered on the stage you could do..
    ...
  6. Replies
    17
    Views
    1,133

    I want to point out, a successful viral marketing...

    I want to point out, a successful viral marketing campaign is not necessarily based on a permission or email marketing strategy. Or even the internet for that matter.
  7. Replies
    2
    Views
    651

    Colorado Flash developers.... Now is your...

    Colorado Flash developers....

    Now is your chance to help bring the Colorado Flash community together. I have just set up a yahoo group http://groups.yahoo.com/group/cmfug/ - which will focus on...
  8. ahh nevermind..

    ok that was easy... I was freakin' out. I used
    eval(this._name).setRGB(parseInt(bgColor));

    ok then.. bye bye
  9. I'm importing variables from a text file and...

    I'm importing variables from a text file and trying to set the color of a movie clip based on these variables. No luck =(

    my text file looks similar to...
    theColor1=0xF6E98C&theColor2=0x5071A3
    ...
  10. string to array?

    do you know how I can take the string...

    {name1:"Name", name2:"Name 2", depth:1, ID:17, bgColor:0xF6E98C, ico:"icon", subs:[7]}

    imported from a text file and assign it to an array? Just like I...
  11. I've been working on a flash menu and was using...

    I've been working on a flash menu and was using #include "file" to include a flash script. I thought it included the script on the fly but turns out it only includes it when you test, publish, or...
  12. Replies
    1
    Views
    442

    additionally...

    how many can we submit?
  13. Replies
    1
    Views
    442

    What should the dimensions be for this poster? ...

    What should the dimensions be for this poster? Is this for the web or for print? Anyone know?
  14. wErd

    werd... I didn't think it was even possible. this really helped, thanks!
  15. I am duplicating MCs and positioning them...

    I am duplicating MCs and positioning them horizontally across the screen. Each MC has a textfield within it that gets set to a different value each time a new MC is created. I'm having a problem...
  16. oop... nevermind

    nevermind I got it..
  17. I'm setting up a new color object but I want the...

    I'm setting up a new color object but I want the name to be dynamic. i.e..

    expression = new Color(target);

    or

    "name" add variable = new Color(target);

    Unfortunately this doesn't work. ...
  18. ok.. i think actually....

    I think I am going to do it different anyway. Consecutively.. 1, 2, 3, 4, 5, 6, etc.., etc..

    This menu is really intense. Basically I have one MC that will get duplicated to define the whole...
  19. I am building a navigation system that will give...

    I am building a navigation system that will give my client the ability to add, delete, and modify links. The navigation will handle (theoretically) an infinite number of links, sub links, sub sub...
  20. Replies
    97
    Views
    4,829

    I'm going to lunch... if anyone decides their...

    I'm going to lunch... if anyone decides their game send me an email... paul[@]paulspitzer.com

    I'll set it up and display it all on my site so people can watch..

    be afraid! be very afraid! :)
  21. Replies
    97
    Views
    4,829

    come on.... are you guys all talk or what? ...

    come on.... are you guys all talk or what?

    Flash Tennis.. One person serves by creating a one layer animation. The next person adds to the animation with a new layer, back and forth... for some...
  22. Replies
    97
    Views
    4,829

    I've got your fight!! how about a game......

    I've got your fight!!

    how about a game...
    http://www.coudal.com/tennis.html

    bring it...
    in fact it would rock if we set up some flash tennis... anyone game?

    I challenge you! Layer by...
  23. Replies
    4
    Views
    2,679

    anyone used the ignoreWhite property? know how to...

    anyone used the ignoreWhite property? know how to set it?

    thx, very frustrated at this point. oh.. and one more thing. is...

    myXML.childNodes[2]; and
    myXML.firstChild.firstChild;

    the same...
  24. Replies
    0
    Views
    1,250

    Anyone used SQL's new XML support? If I use the...

    Anyone used SQL's new XML support? If I use the following script with a relative path... xml.load("file.xml");

    parentNameX = parentXML.childNodes[2];
    parentName =...
  25. Replies
    2
    Views
    1,427

    almost

    that didn't work but... i used [2] and it did...

    parentXML = new XML();

    parentXML.onLoad = loaded;
    parentXML.load("PaulSpitzer.xml");

    function loaded() {

    parentNameX =...
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center