A Flash Developer Resource Site

Search:

Type: Posts; User: Frescono

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,389

    YouTube video in my swf ?

    I'm trying to play YouTube videos inside my flash movie.
    I can get it to load the YouTube player and play the video but the problem is that I cant get it to stop.
    When I unload the MC I loaded the...
  2. Example file

    Here is just an example file.
    I want it to be able to pass the variable to the other swf in the same window also.

    Thanks for looking at this
  3. Thanks for the response Yes it will be...

    Thanks for the response

    Yes it will be embedded. Do you have an example of how it would work?
  4. [F8] Pass Variables from one swf to another swf?

    AS2
    I have a swf with an input text box and a button.
    When the button is clicked, i need it to open another swf in a new window on a different domain and pass the variables to a dynamic text box in...
  5. Replies
    1
    Views
    397

    Tween Class Problem????

    Flash 8
    AS 2.0

    Im not sure why this isnt working... I want the MC to move up then down using one function... but it glitches and jumps all over, not sure why. Any Ideas???


    import...
  6. small fonts under 10, look terrable in flash....

    small fonts under 10, look terrable in flash.
    _sans or _serif are system fonts, and look better under 10pt.
  7. Replies
    3
    Views
    431

    i depends on how you are loading your swf. If...

    i depends on how you are loading your swf.
    If you are loading your swf into a level
    like this:


    loadMovieNum("video.swf", 1);

    then you would need to do something like this to target it:
  8. Replies
    1
    Views
    495

    Will this work in order?

    Will this work in order?
    Will it finnish loading then loadVariables



    on (release) {
    form.message =...
  9. Replies
    1
    Views
    401

    next line in a text box???

    im trying to make a form that converts 4 input text boxes
    into one text box called message.
    i cant figure out how to make it go to the next line..

    example:
    a person will fill out there info...
  10. Replies
    1
    Views
    454

    How did they do that? Fade a jpg on load

    Has anyone seen zoomifyer http://www.zoomify.com/
    It cuts a large jpg into small jpgs and stitches them together.
    The program they sell looks like it just cuts the picture up for you.

    What i...
  11. Replies
    1
    Views
    312

    PHP email?????

    Im trying to send email from flash.
    I found this php script from a tutorial & it works fine.
    But i need it to send an email to 2 email addresses, and i need
    it to have multiple input fields, this...
  12. Replies
    3
    Views
    361

    Ive tryed that and still cant get it to work..

    Ive tryed that and still cant get it to work..
  13. Replies
    3
    Views
    361

    Why dosent this work??????

    I cant figure out why this dosent work.
    Im trying to get a movieclip to disapear if a variable loaded from a text file isnt there.


    if (fp1 == "") {
    setProperty("fp", _visible, false);
    } else...
  14. Replies
    5
    Views
    424

    Perfect.. Thanks

    Perfect.. Thanks
  15. Replies
    5
    Views
    424

    Sorry..(pressable).. I mean i cannot click on...

    Sorry..(pressable)..

    I mean i cannot click on it

    thanks for the help
  16. Replies
    5
    Views
    424

    link from txt ???

    This is probably an easy question.

    I trying to load a link from a txt file, into a dynamic text box in flash.

    I can load the text into the dynamictxt box, but it isnt pressable.

    this is...
  17. Replies
    4
    Views
    701

    OK Thanks Ill give it a try

    OK Thanks Ill give it a try
  18. Replies
    4
    Views
    701

    it looks like the first one will work.. thanks ...

    it looks like the first one will work.. thanks

    how can i get this actionscript to change the noscale from true to false.
    Im still kinda new at this... thanks for the help
  19. Replies
    4
    Views
    701

    change depending on screen resolution

    I have a site i made for 1024 x 768, but when i view it at 800 x 600 it cuts off part of the information.

    In my origional i have a noscale command in the movie so it will be a small box in the...
  20. Replies
    1
    Views
    1,019

    no scale movie clips????

    Question?
    My flash movie is scaled to 100% in the browser, is there a way to make just one of the movie clips in the flash movie not scaleable?

    I would apreciale any help
    Thanks
  21. Replies
    2
    Views
    621

    I found out what the problem was. the variables...

    I found out what the problem was.
    the variables where loaded into level1 a different level.
  22. Replies
    1
    Views
    336

    replace with variable????

    im trying to launch a flash projector from a button, but i want the .exe link to be a variable loaded from a text file...

    i have this in the text file
    &link=example.exe&

    i have this on a...
  23. Replies
    2
    Views
    621

    replace with variable????

    im trying to launch a flash projector from a button, but i want the .exe link to be a variable loaded from a text file...

    i have this in the text file
    &link=example.exe&

    i have this on a...
  24. Replies
    2
    Views
    316

    I cant get it to work. Did you try it yourself?

    I cant get it to work.
    Did you try it yourself?
  25. Replies
    2
    Views
    316

    replace with variable????

    im trying to launch a flash projector from a button, but i want the .exe link to be a variable loaded from a text fils...

    i have this in the text file
    &link=example.exe&

    i have this on a...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center