A Flash Developer Resource Site

Search:

Type: Posts; User: rolfegil

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    417

    Controlling a swf in another html frame

    Is it possible to control a .swf placed in another .htm document(within a frame name=site2) from a .swf in a different .htm document(htm-frame name=site1) and how. I want to load an jpg in the .swf...
  2. Replies
    1
    Views
    374

    Well think I found a solution

    You call up your swf by giving it a ID inside the first object tag. Then as an example use:

    "idname".SetVariable("/"movieclipname":"textboxname"", "javascript var name")

    (this is one line)
    ...
  3. Replies
    1
    Views
    374

    Hello I wonder how to make a javascript write...

    Hello

    I wonder how to make a javascript write to an dynamic text field in flash. I have a script writing to an html form and textfield. thanx for any help. rolf
  4. Replies
    1
    Views
    353

    Do the Jpeg Quality function actually work? File...

    Do the Jpeg Quality function actually work? File size remain the same either its hundred or zero.

    Any comments. thanks rolf.
  5. Replies
    0
    Views
    330

    I wonder if its possible to detect a movie...

    I wonder if its possible to detect a movie framerate and then how. Thank you for any help.
  6. Replies
    2
    Views
    1,248

    Thanx

    Well you're right, seems like thats the limit we reached. This is a special project we are working with, so usally I would never recommend this kind of filesize.

    rolf
  7. Replies
    2
    Views
    1,248

    Do anybody know what the absolute maximum of...

    Do anybody know what the absolute maximum of frames in a fla movie is? Is there a limit? After huge files there seems to be problems like no ablilty to insert more keyframes and other malfunctions at...
  8. Replies
    2
    Views
    601

    Thank you. Works fine. Maybe a little bit stupid...

    Thank you. Works fine. Maybe a little bit stupid but thats not your fault.
  9. Replies
    3
    Views
    593

    This is what another guy answered for a similar...

    This is what another guy answered for a similar question from me. The link:

    http://board.flashkit.com/board/showthread.php?threadid=171696
  10. Replies
    2
    Views
    601

    According to Flash help file it's possible to...

    According to Flash help file it's possible to write:

    _level1.gotoAndStop(20);

    So this should work but it doesn't

    on (press) {
    loadMovieNum ("test2.swf", 1);
    _level1.gotoAndStop(20);
    }
  11. Replies
    3
    Views
    619

    every honour to you folks. Thanks so very much.

    every honour to you folks. Thanks so very much.
  12. Replies
    3
    Views
    593

    try this

    Loading a swf into a level with a movie already loaded, do not need a unload action. It just replaces the old one.

    on(release){
    loadMovieNum ("PR.swf", 0);
    tellTarget ("_level0") {
    gotoAndPlay...
  13. Replies
    3
    Views
    619

    Since I've been told "...nothing is...

    Since I've been told "...nothing is impossiple"...

    Need to constantly check for spesific framlabels. How can I do this? An if condition make an telltarget/goto action if the condition is true.
    ...
  14. Thread: Help...!!

    by rolfegil
    Replies
    2
    Views
    477

    Thanx

    Thank you, mark. You're saving my life.
  15. Thread: Help...!!

    by rolfegil
    Replies
    2
    Views
    477

    Do anybody have an idea how to detect other mc's...

    Do anybody have an idea how to detect other mc's timeline position at any time.
    I'm making a movie where 8 different mc's are supposed to show up, one at a time. One fading out, while another fading...
  16. Replies
    1
    Views
    565

    Hi there. I'm currently working on a project with...

    Hi there. I'm currently working on a project with lessons or courses on the internett. These are flash combind with continously soundfiles up to 5 minutes. The sound should also sync to the movie and...
  17. Thread: Transparency

    by rolfegil
    Replies
    0
    Views
    632

    Loading flash into explorer is done as object....

    Loading flash into explorer is done as object. With Netscape and Mac this is loaded as embed. Is it possible to get a movie transparent with embed like with object. And second why does transparency...
  18. Replies
    0
    Views
    1,206

    Well I'm trying to make my sites working with...

    Well I'm trying to make my sites working with Netscape and Mac. Even with microsoft internett explorer on mac this could bring out some difficulties like: In my sites I'm using lots of video, when...
  19. Well I'm trying to make my sites working with...

    Well I'm trying to make my sites working with Netscape and Mac. Even with microsoft internett explorer on mac this could bring out some difficulties like: In my sites I'm using lots of video, when...
  20. Replies
    1
    Views
    420

    Well, I've made a "birthdayscript" that return...

    Well, I've made a "birthdayscript" that return actual age to a dynamic text. This almost works but ones in a while it returns the else condition when if should been returned. Take a look at it if you...
  21. Replies
    5
    Views
    659

    Thank you

    Thanks guys!! Dealing with lots of problems these day and it looks like doing a if frame loaded action inside a mc is the answer. Hard to simulate when you are on "much too fast" bitrate. Another...
  22. Replies
    5
    Views
    659

    I think read somewhere... If scene1 has two...

    I think read somewhere... If scene1 has two frames next sceneframe number five is 2+5. Don´t known if you understand what I meen. The hiearchy is something like this:


    scene2(mainscene)
    mc1...
  23. Replies
    5
    Views
    659

    I have made a movie where I wont to use first...

    I have made a movie where I wont to use first scene as a preloader. In the mainscene I have mc´s, some of these are supposed to affect the timeline in _level0. This works fine with mainscene as...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center