A Flash Developer Resource Site

Search:

Type: Posts; User: Wheels

Page 1 of 20 1 2 3 4

Search: Search took 0.27 seconds.

  1. Is this only an issue with AS3? I have an AS2...

    Is this only an issue with AS3? I have an AS2 project that stays in FS mode when launching pdf's using NorthCodes proxy - but my current project in AS3 (both FP9/FP10) cause the projector to leave...
  2. Replies
    119
    Views
    227,101

    Sticky: Nothing lasts forever, especially on the web -...

    Nothing lasts forever, especially on the web - that post is probably 5 years old btw.

    My opinion of Flash video over Quicktime has changed a bit though, Flash video has come a long way.
    ...
  3. Replies
    13
    Views
    1,015

    Or "==" or "

    Or "==" or "<=".
  4. Replies
    3
    Views
    618

    The movie clips properties are reset and often...

    The movie clips properties are reset and often hard to control when loading into a clip. When loading .swf or images into a clip I usually create "nest", set the "host" properties as needed, then...
  5. Replies
    7
    Views
    1,595

    Moyea, quit spamming and start contributing - or...

    *****, quit spamming and start contributing - or I'm going to give you the boot.
  6. Replies
    3
    Views
    854

    onLoad is best used with Classes and components,...

    onLoad is best used with Classes and components, but setting the initial parameter in a function is not a bad idea. If your desire is to loop, and the frame where the parameter is set is crossed, it...
  7. Replies
    1
    Views
    561

    The both parameters can be anything you need them...

    The both parameters can be anything you need them to be, the first param just needs to be the same one that you are broadcasting elsewhere - the thing you are "listening" for.
  8. Thread: Flash to DVD

    by Wheels
    Replies
    2
    Views
    963

    When you export to Quicktime there are two ways...

    When you export to Quicktime there are two ways to do it.

    One method embeds a Flash track in the video file, and will support the playing of some embedded movie clips. This only supports Flash 5,...
  9. Replies
    1
    Views
    928

    It can be done, Flash Comm Server and some long...

    It can be done, Flash Comm Server and some long hours of writing code.
  10. I have my own adaptive system that is quite...

    I have my own adaptive system that is quite advanced and works great with .swf files.

    I plan on releasing the code in the near future, as soon as I get a chance to rewrite it for .flv and .mp3...
  11. .swf files are the best in my opinion. But the...

    .swf files are the best in my opinion. But the buffering/loading on the new F8 component is pretty good.
  12. I'll just add that the F8 FLV playback component...

    I'll just add that the F8 FLV playback component is pretty good, well documented .. I've seen very few issues with it that can't be overcome by just reading the documentation.
  13. Not off the top of my head, a quick google for...

    Not off the top of my head, a quick google for Flash Video Component will likely yield the bulk of what's out there.

    Which one you'll want to use depends on your requirements, all of the ones I've...
  14. Nice job, looks like the old Wildform adaptive...

    Nice job, looks like the old Wildform adaptive system.

    Adaptive is the best way, if you have the ability to code up your own. I'm disappointed that MM has never done this for us, and that they...
  15. Replies
    3
    Views
    1,352

    Sorry Jenny, Flash 5 in QT 6 is as far as Apple...

    Sorry Jenny, Flash 5 in QT 6 is as far as Apple has taken it.

    I've use software before to convert Flash 7 to QT video, works nice. I'm sorry I can't remember the name right now - but it's a PC...
  16. Old thread, but I was having the same problem -...

    Old thread, but I was having the same problem - but the export ID was not the issue.

    I was importing some files to the timeline which were created with Captivate, Captivate sets little clicks for...
  17. Replies
    1
    Views
    3,152

    Flash looks for keyframes when you scrub, so one...

    Flash looks for keyframes when you scrub, so one solution is to make sure that your .flv is encoded at the same framerate as your source movie and/or hub .swf.

    Also, you can manually set the...
  18. Replies
    2
    Views
    2,730

    I would use onEnterFrame. I'm not sure how...

    I would use onEnterFrame. I'm not sure how accurate you need to be, but I've found that using the actual frame (not seconds) to be the best way to keep things exactly in snyc.



    <cueNode>
    ...
  19. Replies
    1
    Views
    2,900

    Actually, Flash 5 on QT 6 or higher.

    Actually, Flash 5 on QT 6 or higher.
  20. Replies
    3
    Views
    2,211

    silentweeds solution is the best method to use...

    silentweeds solution is the best method to use when an adaptive preloader is not available.

    The adaptive method he describes is a good in-between method to use, especially useful if you need to...
  21. Replies
    1
    Views
    1,320

    When streaming off of Vital Stream I usually just...

    When streaming off of Vital Stream I usually just create a buffering animation - then I check the player for the - evt.info.code == "NetStream.Play.Reset" event while checking that time is greater...
  22. Replies
    15
    Views
    9,089

    Thanks AtRax - I believe your method will only...

    Thanks AtRax - I believe your method will only work in Flash 8 - I was posting a Flash 7 method.

    With Flash 8 you can evaluate both a function and parameter (you have just parameter?) with the...
  23. Any preloader will do, there are plenty of tutes...

    Any preloader will do, there are plenty of tutes here on FK.



    // when you call the video to load...
    video_mc._visible = false;
    attachMovie("myLoader", "myLoader_mc", 1);
    myLoader_mc.play();...
  24. Just to note, there is no way to build preloaders...

    Just to note, there is no way to build preloaders for locally served files - only over a network.

    The entire file will have to load before playback can begin locally, so you may want to build an...
  25. Replies
    2
    Views
    829

    Worked here.. again. Safari/F8

    Worked here.. again. Safari/F8
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center