A Flash Developer Resource Site

Search:

Type: Posts; User: shawnblais

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,731

    Ya that's a good idea, I'll do that for sure

    Ya that's a good idea, I'll do that for sure
  2. Replies
    3
    Views
    1,731

    New Portfolio Site - Opinions?

    I just finished up my new site, so I'm looking for some feedback, good or bad it's all good...

    http://www.shawnblais.com/
  3. Replies
    9
    Views
    1,498

    My current approach is to create a Loader class...

    My current approach is to create a Loader class with a loadImage fxn that accepts a generic image object as a parameter, containing at least an imageSrc property (file locaiton).

    Once it's loaded...
  4. Replies
    4
    Views
    500

    Check all your variables/object and make sure...

    Check all your variables/object and make sure they're valid, if the properties don't seem to be changing it's usually because one of the values is null or NaN (not a number).

    Trace these vars:
    ...
  5. If you're working on the timeline in your FLA...

    If you're working on the timeline in your FLA then alot of the import statements are unnessesary, it's only in a class that you need to import absolutely all classes you're going to use.

    It...
  6. Replies
    3
    Views
    1,781

    Sorry man, didn't see this reply. Nah that...

    Sorry man, didn't see this reply.

    Nah that doesn't work, as far as I can tell Flash doesn't even support the <UL> tag, it could care less whether it's there or not...
  7. Replies
    3
    Views
    1,781

    Problem with linebreaks in tag...

    It seems any type of linebreak within an <LI> tag create an extra bullet, is there any way around this??

    The following examples all produce 2 bullets when they should only show one...

    ...
  8. Replies
    26
    Views
    26,262

    Why not just put your main flash movie inside a...

    Why not just put your main flash movie inside a div, set height to 100% and then use Javascript to resize the div based on the screen resolution?

    You can estimate around 200px for browser...
  9. news_feed_txt.htmlText

    news_feed_txt.htmlText
  10. No, I had to keep that checked otherwise Flash...

    No, I had to keep that checked otherwise Flash wouldn't export any of the audio clips at all. Because I was using a custom audio load function, and not calling 'attachSound' directly on the timeline,...
  11. Drag it from your library and name it! And...

    Drag it from your library and name it!

    And that action is used for the buttons in your galery menu. Each button targets the empty clip, and loads a different gallery.

    button1 -...
  12. Wherever you place the container movieclip on the...

    Wherever you place the container movieclip on the stage, is where the loaded SWF will show up. By default the top left corner of the loaded swf, is aligned to the center of your container.

    A...
  13. Because you're using loadMovieNum which loads...

    Because you're using loadMovieNum which loads SWFs to a sequential layers.

    If you use one container movieclip for all external SWF's, like we're trying to tell you, every time you load a SWF, it...
  14. Very simple, you need to create an empty...

    Very simple, you need to create an empty movieclip which will be a container for all your loaded SWFs. Instead of using loadMovieNum, you create an empty moviclip called 'loadedSWFs' (or whhatever...
  15. Success! Ok, so the export class on frame...

    Success!

    Ok, so the export class on frame property does not work for audio files, maybe it works for movieclips but audio is always exported on frame 1 regardless of the setting in the...
  16. This doesn't seem to be working, still loading...

    This doesn't seem to be working, still loading nearly 5mb on frame 1.

    I tried assigning a non existant class in the linkage properties box, but still nothing loading in the specified frame.
  17. Hey man, thanks for the tip! I actually stumbled...

    Hey man, thanks for the tip! I actually stumbled upon this yesterday, but after some initial testing it looked as though everything was still exporting on frame 1 (according to the bandwidth...
  18. After some research, there appears to be no...

    After some research, there appears to be no workarounds to this problem, other than embedding each audio file within it's own keyframe, within a movieclip created specifically for preloading.

    Now...
  19. Problem with loading dynamic audio. Need alternatives to 'Export in First Frame'

    Hey guys,

    So here's the problem, I have an online application that needs to load around 50 different audio files, which amount to approx 3mb when exported.

    The audio files are all loaded using...
  20. Replies
    7
    Views
    642

    Trace the delay variable and make sure it's not...

    Trace the delay variable and make sure it's not getting lost. Obviously the interval is not being cleared, which means the paramter being passed to clearInterval is wrong.

    Actually looking at your...
  21. mm, great work man, that's an excellent work...

    mm, great work man, that's an excellent work around.

    Thx!
  22. no, i want to PRINT a dynamic text box when it's...

    no, i want to PRINT a dynamic text box when it's exceeded the text box space. it could be static text, i still have the same problem.

    say you have a scrolling-text box, and you want the user to be...
  23. i'm just gonna bump this every 2 days till...

    i'm just gonna bump this every 2 days till someone figures it out.

    it's doable! it has to be, there;s books taht tell you how, and tutorials everywhere that make reference to it, so come on...
  24. so there's no-one on this entire site capable of...

    so there's no-one on this entire site capable of solving this problem??

    no-body has tyhe knowledge? no-body has the skill? I'm completely dissapointed.
  25. Printing dynamic text! I'm about to give up...

    Ok, so I've searched this forum and this question still remains unanswered, I think it would be very helpful for everyone if we can clear this up right now.

    How do you print the contents of a...
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center