A Flash Developer Resource Site

Search:

Type: Posts; User: najamd

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    486

    Flash8 It seems like some kind of IE/flash bug. I did a...

    It seems like some kind of IE/flash bug. I did a work around with onenterframe. By balancing between of frame rate and having code run more then once before waiting for onenterframe call again. This...
  2. Replies
    1
    Views
    486

    Flash8 Flash onInterval problem with IE

    Hi Guys,
    Im having a problem with a project im working. Im using a onInterval at a very high speed or you could say, with a very short delay. In IE the onInterval is not going by the time frame i...
  3. Replies
    13
    Views
    4,815

    Something like this >>>> ...

    Something like this >>>> http://board.flashkit.com/board/showpost.php?p=3798541&postcount=12 just without loading the content in a new window but fullscreening itself..
  4. Replies
    13
    Views
    4,815

    Does anyone know of a way for me to call a java...

    Does anyone know of a way for me to call a java function and make the flash full screen just like it is supported in flash player 9. I still need to full the screen the flash content without...
  5. for start.. assign names to all the movie...

    for start..

    assign names to all the movie clips...

    on main timeline put this stuff..

    in below example i have a movie clip called "gBebosMC":

    /// DROPPED INTO MAIN TIME LINE ///...
  6. Replies
    13
    Views
    4,815

    i went to the "Edit Signature" looking for the...

    i went to the "Edit Signature" looking for the rules.. found nothing and then clicked on the link that jasonsplace gived only to find its a thread.. i hope they update User panel with this rule...
  7. Replies
    13
    Views
    4,815

    yeah.. im thinking if the same stream of video...

    yeah.. im thinking if the same stream of video is used in the new window then it would resume from the same point without buffering again... am i correct?
  8. Replies
    13
    Views
    4,815

    i c.. Im thinking would it be possible to have a...

    i c..
    Im thinking would it be possible to have a java script that gets called by flash to full screen the flash content... :rolleyes:
  9. Replies
    13
    Views
    4,815

    I thought i had it to the right size.. well.. ...

    I thought i had it to the right size.. well.. its a bit annoying me past few days.. so im planning to change it in a day or 2..

    As for the full screen... the vh1 video jumps to full screen...
  10. Replies
    13
    Views
    4,815

    Im guessing... either its very hard to do or its...

    Im guessing... either its very hard to do or its very easy to do... :confused:
  11. Replies
    13
    Views
    4,815

    vh1.com video player full screen?

    Hey Guys,
    Does any one know how on earth does vh1.com allow user to full screen the flash that they are viewing without reloading the stream or playing again.

    You can see what im talking about by...
  12. Replies
    1
    Views
    430

    So this is not possible?!.. :confused:

    So this is not possible?!.. :confused:
  13. Replies
    1
    Views
    430

    [MX04] fullscreen without reloading

    Hey Guys!,
    I was wondering is there a way to full screen the flash movie from the browser but in a way that it does not reload the flash movie once again. This would need to be done from the flash....
  14. Replies
    4
    Views
    1,956

    I have been getting this problem on both flash MX...

    I have been getting this problem on both flash MX and flash 8... embedded or not...
  15. Replies
    406
    Views
    293,730

    Amazing stuff!, could not get myself to read the...

    Amazing stuff!, could not get myself to read the whole thread but was wondering did anyone get to make a first-person shooter game out of this engine? :)
  16. Replies
    4
    Views
    708

    Thanks guys!.. I was trying to avoid using lots...

    Thanks guys!.. I was trying to avoid using lots of loops but this tutorial has a pretty clean looking one so im thinking of using that...
    Thanks again, ;)


    Najam D.
  17. Replies
    4
    Views
    708

    hitTest on multiple targets

    Hey Guys,
    I’m trying to setup a MC that has a hitTest that is triggered by multiple targets. Like how do you game developers do this. Like in a shooting game, the bullet will not hit only one...
  18. Replies
    3
    Views
    410

    Is that supported in Flash MX?.... :confused:

    Is that supported in Flash MX?.... :confused:
  19. Replies
    3
    Views
    410

    Fastest way to load XML file

    He Guys,
    Im just starting project that needs to pull data from a XML file into flash every second. I was wondering whats the cleanest and fastest way to do this into Flash MX for internet. The size...
  20. Thread: Sound Problems

    by najamd
    Replies
    0
    Views
    477

    Sound Problems

    Hey Guys,
    I had made a flash audio player that used to start streaming a audio file and loop it using the code below. Now recently it has been working in a stand alone fashion but when loaded into...
  21. Replies
    5
    Views
    381

    Sorry, don’t know of any documents... I was...

    Sorry, don’t know of any documents... I was facing the same problem with XML.. but just got to dig through the net and experiment with this stuff..
    Take care,


    N.D.
  22. Thread: Variable Stuff

    by najamd
    Replies
    2
    Views
    371

    THAT WORKED!.. Weird but amazing!.. I didnt...

    THAT WORKED!..
    Weird but amazing!.. I didnt know had to do it that way.. LOL..
    Thanks,


    ND
  23. Replies
    5
    Views
    381

    Hey Slinx, Try this.. yourMovieClip.onPress =...

    Hey Slinx,
    Try this..

    yourMovieClip.onPress = function() {
    getURL("http://www.yahoo.com", "_blank");
    };
    yourMovieClip.onRollOver = function () {
    trace ("onRollOver called");
    };
  24. Thread: Variable Stuff

    by najamd
    Replies
    2
    Views
    371

    Variable Stuff

    Hey Guys,
    I'm having a hard time getting this work.

    I’m trying to call a variable dynamically.

    In a MovieClip at another location, _global variables are declared.
    These variables are set...
  25. Replies
    6
    Views
    417

    Thanks Kac. Websams script worked. Thank god!...

    Thanks Kac.
    Websams script worked. Thank god! Thanks alot WebSam!!

    I think if i had gone with onclick.. then it would have picked it up when ever the mouse is clicked anywhere in the _root...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center