A Flash Developer Resource Site

Search:

Type: Posts; User: jhilgert00

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. CS3 Streaming Sound Object Pitch is very low

    I have a sound object that loads and streams an mp3 voice over.
    The audio file sounds normal when playing regularly (iTunes) but when I publish my flash movie, it sounds really low/sluggish.
    I...
  2. Replies
    4
    Views
    478

    The site you referenced as an example doesn't...

    The site you referenced as an example doesn't have a full screen flash movie.
    They put the flash movie inside a div and made the CSS for the margins "auto"
    so the div with the flash inside it is...
  3. [F8] Sound Playing too fast, sounds like chipmonks.

    I have a voice over in mp3 format that I want to play during my movie, but it plays the mp3 way to fast, and it sounds like the chipmonks talking!

    My frame rate is 30, and here is the code I'm...
  4. Replies
    1
    Views
    951

    This is the code I use to embed flash, and it...

    This is the code I use to embed flash, and it works pretty good. Maybe give it a try.


    <object type="application/x-shockwave-flash" data="http://www.yousite.com/yourmovie.swf" width="465"...
  5. Replies
    4
    Views
    445

    Some nice free ones here. ...

    Some nice free ones here.

    www.fontsforflash.com
  6. Replies
    2
    Views
    401

    Minimalist portfolio

    I spent a lot of friggin' time on this project and I only have one thing I can't solve:
    The "flicker" in my color transform object.

    I attached the .fla of my rgb slider if anyone would like to...
  7. Replies
    1
    Views
    434

    How did they do this?

    Is this site done with the drawing API?
    http://www.mstudio.com/mstudio.html

    I 'm not looking for code, I was just wondering if anyone knows how this was done? (the squares moving from horizontal...
  8. Replies
    0
    Views
    312

    How did they do this?

    Is this site done with the drawing API?

    I 'm not looking for code, I was just wondering if anyone knows how this was done? (the squares moving from horizontal to vertical)

    thanks for any tips....
  9. Replies
    4
    Views
    604

    I've encountered problems with the order of my...

    I've encountered problems with the order of my layers before.

    In Flash go to File > Publish Settings > Flash [tab]
    there is an option for "Load Order"
    If this is set to "Bottom Up", make sure...
  10. Replies
    4
    Views
    604

    This will hapen if you don't have a lot of size...

    This will hapen if you don't have a lot of size to the movie yet. (if the preloader is all you have so far, then the first frame might actually be 60 % of the movie.)

    Otherwise, Make sure you...
  11. Replies
    6
    Views
    527

    sorry about the confusion, and thanks a million...

    sorry about the confusion, and thanks a million for you help!
  12. Replies
    6
    Views
    527

    I'm overlooking something, still can't get it to...

    I'm overlooking something, still can't get it to work. Here's my current code:


    var pButtons:Array = new Array("portBtn_1", "portBtn_2", "portBtn_3");
    var i:Number
    for(i=0; i<pButtons.length;...
  13. Replies
    6
    Views
    527

    Still no dice :( Any other ideas?

    Still no dice :(
    Any other ideas?
  14. Replies
    6
    Views
    527

    [F8] Simple Array Help

    I have created one button and placed 3 instances of it on the stage:

    I put the instance names in an array and set up a variable (in Blue)using a for loop


    var pButtons:Array = new...
  15. Can you change the registration point of a symbol?

    I have a bunch of MC's that have registration points in the center,
    but I would like to go back and change the registration point to the middle-right.

    Is this popssible? I've tried everything I...
  16. Right ON!!!!!! Thanks a million!

    Right ON!!!!!! Thanks a million!
  17. [RESOLVED] [F8] Need help setting the RGB of all MC's held in a single Array?

    I know this has to be simple but i'm not good with array's.

    I have 3 mc's in an array.

    var bars:Array = new Array("bar1_mc", "bar2_mc", "bar3_mc");

    I have set up my variable: my_color and it...
  18. bump

    bump
  19. [F8] Dynamic RGB sliders / Color Transform

    I built a dynamic RGB slider using colorTranform, but I'm running into a glitch when the strings go from 1 character (ex: 9) to two or 3 characters (ex: 27 or 255) or three characters. you will have...
  20. Replies
    2
    Views
    1,010

    Variable Types

    I got the following quote from the adobe site somewhere while i was reading about AS3


    Does this mean when you set a variable, you need to tell AS3 if it's a Number, Array, etc? Like this?

    ...
  21. Replies
    1
    Views
    374

    try downloading it with a different browser....

    try downloading it with a different browser. sometimes i have run into download problems with certain sites using a specific browser.
  22. Replies
    2
    Views
    624

    I have a tutorial on how to use FlashAmp data:...

    I have a tutorial on how to use FlashAmp data: http://www.logoglobe.com/flashAmpTutorial.html
  23. Thread: FlashAmp

    by jhilgert00
    Replies
    2
    Views
    966

    I wrote a comprehensive tutorial on Flash Amp....

    I wrote a comprehensive tutorial on Flash Amp. Follow the link in my signature.
  24. Thread: var

    by jhilgert00
    Replies
    1
    Views
    397

    var

    I'm using flash 8:

    I have an image gallery with 10 buttons.
    each button unloads the (swf ) in _level1 and loads a new (swf ) in its place.

    I want to define a variable that is equal to the...
  25. Replies
    1
    Views
    346

    If you are using flash 8 you can select the text,...

    If you are using flash 8 you can select the text, convert it to a symbol (movieClip or button only, graphic won't work) then, in the properties inspector hit the "filters" tab and add a drop shadow. ...
Results 1 to 25 of 190
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center