A Flash Developer Resource Site

Search:

Type: Posts; User: roundpaws

Search: Search took 0.01 seconds.

  1. view the sample

    www.parallelic.com/lynne/test/container.html

    click on #1 and you will see the video
  2. embedding youtube video in flash with as2 - problem with black bars

    I have successfully embedded the youtube video in my flash code with:

    //create area to put youtube video on screen
    this.createEmptyMovieClip("reason1_video", 10000);
    reason1_video._xscale = 60;...
  3. FIX for fullscreen slows animation

    When playing the swf or exe file of your movie, right click and disable (uncheck) enable hardware exceleration.

    I know it doesn't make sense, but it works!
  4. Linking from html to swf called from another swf

    I understand how you can link from html to a swf file but my problem is that I need it to go to specific place which is another swf file called from the "container" swf file.

    What would be the...
  5. duh. I assumed it would default to that :) ...

    duh. I assumed it would default to that :)

    Thanks
  6. yes

    yes
  7. I'm getting errors when I test the movie - The...

    I'm getting errors when I test the movie -
    The class or interface "ColorTransform" cannot be loaded
    The class or interface "Tween" cannot be loaded
    The class or interface "TweenEvent" cannot be...
  8. Yes, but it is for a menu and I really like to...

    Yes, but it is for a menu and I really like to keep it in the code so i don't have to jump around in the timeline for each change. Thanks for the suggestion.
  9. Thanks!

    WOW. That was much more than I expected. I'm not a programmer but I willl try your code and see if I can get it to work in my animation.

    Thanks for taking the time to post this.
  10. Great - I can change the color BUT can I do it with a tween class?

    Can I change the tint over time (like alpha) using a tween transition?
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center