A Flash Developer Resource Site

Search:

Type: Posts; User: Androo

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    277

    I feel your pain!!! I have the exact same...

    I feel your pain!!!

    I have the exact same problem and cant find a solution!
  2. [F8] Visual Source Safe or similar product help.

    Hi

    I'm wanting some advice on what a good content/versioning managment system is to use for flash projects.

    I work as a actionScript programmer in a team of around about 12 flash developers. We...
  3. Replies
    1
    Views
    668

    You need to pass your data in using "flashVars"....

    You need to pass your data in using "flashVars".

    try this in your html:


    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"...
  4. where is says (_parent._totalframes-2), the -2 is...

    where is says (_parent._totalframes-2), the -2 is the number of frames which dont contain a question.(1st=welcome screen frame and 2nd=results page).

    You could try playing around with this number...
  5. attachMovie, events of dynamicly loaded MCs

    Hi

    I have a series of thumb nails loaded into a movie clip i'm attaching from the libary.

    I can attach them and format them how i want but i cant seem to figure out how to make them a clickable...
  6. Replies
    1
    Views
    1,687

    netConnection status detection?

    Hi

    I'm trying to detect if i lose a connection to my stream. I'm connecting to vital stream.

    I need to hold the connection open for a longtime so when i try and play a stream the connection...
  7. Thanks for that. It probably makes better sense...

    Thanks for that.
    It probably makes better sense to access just text and user detials over the web and have the swf sitting on the client machine.

    I had that in the back of my mind the whole time...
  8. Replies
    4
    Views
    775

    you need to let flash know that it has been...

    you need to let flash know that it has been accesed from the correct page. you can do this when you call you .swf.


    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  9. Replies
    4
    Views
    775

    I just had the same problem - i'll get a solution...

    I just had the same problem - i'll get a solution up in a sec
  10. Can i play a .flv off the the clients HDD but my .swf comming from a web server.

    Hi all.

    I have a bandwidth problem and need to send out media content using methods other than the internet.

    Sound and video will be sent out via CDROM and should be installed to a location on...
  11. Replies
    2
    Views
    576

    Thanks for the email. For others information here...

    Thanks for the email. For others information here is a copy of the email.
  12. Replies
    3
    Views
    1,829

    Thanks for that. Andrew

    Thanks for that.

    Andrew
  13. Replies
    2
    Views
    576

    Streaming video and cue points?

    Hi

    I'm wanting to use streaming video and cue points to trigger animation to play with the video and be interactive to some degree so i cant just emmbed the animation with the video.

    Anyone...
  14. Thread: how work for

    by Androo
    Replies
    2
    Views
    346

    Try this for(var i = 0; i

    Try this

    for(var i = 0; i<myArray.length; i++) {
    trace(myArray[i]);
    }

    you were using a comma,,,, instread of a semi colon;;;;;
  15. Replies
    3
    Views
    1,829

    Streaming and cue points?

    Hi

    I'm working on a project which looks like using video will be the best option.

    I dont know enough (as usual) about this technoligy.

    What i need to know is:

    Can i use cue points on a...
  16. Replies
    3
    Views
    473

    thats because you are only referencing the...

    thats because you are only referencing the checkbox object but not the selected/checked propertie.

    you should be using somthing like:


    theCheckBox.selected

    cool
  17. Thread: ']' expected?

    by Androo
    Replies
    2
    Views
    442

    use "+" not "add"?

    use "+" not "add"?
  18. Replies
    1
    Views
    479

    try this, randy being the random number ...

    try this, randy being the random number

    randyRange = 45
    randy = 1 + Math.floor(Math.random()*randyRange);
  19. Replies
    0
    Views
    470

    clearInterval not working

    Hi all

    I always seem to have a hell of a time using intervals.

    It works most of the time but some times it the interval function will keep on fireing even though i have called the clearInterval...
  20. Referencing a sound clip from an external .swf library

    Hi There

    I need to reference a sound file i have in the library of a file i have loaded in.

    I have created the linkage but dont seem to be alble to find the audio file from the parent movie...
  21. Replies
    4
    Views
    450

    mytextbox.text = this._url; returns the .swf...

    mytextbox.text = this._url; returns the .swf file path but not its container html document.

    any other ideas?
  22. Replies
    4
    Views
    450

    What page am i on?

    I'm trying to find out what html page i'm on.

    This is for a global navagation system for a website. i need to access data from the current page as a identifier so i know what button to highlight...
  23. Replies
    2
    Views
    679

    Its not that i dont know how to assign formating...

    Its not that i dont know how to assign formating to text.

    I need edit existing text in a textArea. So you click a bold button and the selected text changes to bold.

    but i can already do this i...
  24. Replies
    2
    Views
    679

    Change selected text font in a textArea

    I'm having trouble with HTML in the textArea component.

    I find there is 85 charaters at the start of the teatArea.text property. this is formating tags which i asume is created when you select...
  25. Thread: if statements

    by Androo
    Replies
    8
    Views
    982

    use if(condition1 && condition2){ //do it!...

    use

    if(condition1 && condition2){
    //do it!
    }

    that help
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center