A Flash Developer Resource Site

Search:

Type: Posts; User: yomix.com

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. How-to??, flash and dhml??, to make flash transparent over a page after it minimazes.

    Hello people, long time since I posted here.
    Well, I started checking this issue today, about how to put a flash banner in the index page of a site. A flash banner that makes himself big,...
  2. Replies
    4
    Views
    852

    or you can use this, the property (GROUP BY) (It...

    or you can use this, the property (GROUP BY)
    (It works in MySQL)


    SELECT sub_categories FROM book_shop WHERE category="books" GROUP BY books
  3. Replies
    5
    Views
    1,079

    if the variables you wish to send are on the same...

    if the variables you wish to send are on the same page of the flash movie, and are specific variables, maybe you should try sending them on the encoding of the flash file on the pages:

    in case the...
  4. Replies
    2
    Views
    853

    for sending the variablesto the flash, you have...

    for sending the variablesto the flash, you have to print them in the php file...
    example:
    <?

    $var=value;
    $play=value2;

    print("&var=$var&");
    print("&play=$play&");
  5. "but I don't know how to get it into Flash file...

    "but I don't know how to get it into Flash file and than send it to php script. "

    from flash to send variables to php, you can do it by using "loadvariables" targeting the file you wish to send...
  6. Thread: please help

    by yomix.com
    Replies
    3
    Views
    851

    you need to be more specific...

    you need to be more specific...
  7. Thread: email swf

    by yomix.com
    Replies
    1
    Views
    813

    If you're using flash5, go to window menu, then...

    If you're using flash5, go to window menu, then panels, then textoptions, in order to have the menu for text in case you don't have it. In text options you click on the scroll where it says "static...
  8. from the php file that flash reads the variables,...

    from the php file that flash reads the variables, how are you doing it?
    try the folowing, in your php file print the
    variable/value so it appears in the browser, this way, flash reads it with no...
  9. Replies
    13
    Views
    1,822

    yep, that's correct, if you use get url you have...

    yep, that's correct, if you use get url you have to send the variables adding the value of the variables at the end of the link"somepage.php?var=1&var=2", but if you just are sending variebles you...
  10. Thread: php/flash

    by yomix.com
    Replies
    2
    Views
    813

    you use php to catch and send variables to the...

    you use php to catch and send variables to the flash movie, bout you don't use the php script inside the movie...
    what is your doubt??
  11. (I'm doing this for pc's, not for mac's) I...

    (I'm doing this for pc's, not for mac's)
    I want to pass variables to the flash movie from the html page where is embedded... but this is not working for Netscape, it only works for the Internet...
  12. And also there`s a tool in dreamweaver that let's...

    And also there`s a tool in dreamweaver that let's you control the flash movie from outside, but it uses javascript.
    the point here is that I didn`t want to depend on the fact that the user has...
  13. the described flash plug-in bug is in this page: ...

    the described flash plug-in bug is in this page:

    http://www.lwn.net/daily/swf-bug.php3

    pass the word...
  14. the described flash plug-in bug is in this page:...

    the described flash plug-in bug is in this page:

    http://www.lwn.net/daily/swf-bug.php3

    pass the word...
  15. yep, it can be done, I wasn´t workin yesterday...

    yep, it can be done, I wasn´t workin yesterday because of a bad computer.

    just put
    <PARAM NAME=movie VALUE="navigation.swf?frame=secon&message=television">
  16. yep, it can be done, I wasn´t workin yesterday...

    yep, it can be done, I wasn´t workin yesterday because of a bad computer.

    just put
    <PARAM NAME=movie VALUE="navigation.swf?frame=secon&message=television">
  17. can I pass a variable to flash from the same html...

    can I pass a variable to flash from the same html page where is embedded?
    maybe to set something like
    <PARAM NAME=movie VALUE="nav-test.swf?test=10">

    with "test" being the name of the...
  18. can I pass a variable to flash from the same html...

    can I pass a variable to flash from the same html page where is embedded?
    maybe to set something like
    <PARAM NAME=movie VALUE="nav-test.swf?test=10">

    with "test" being the name of...
  19. If you flash have 5, then you have declared...

    If you flash have 5, then you have declared functions that gave you the actual hour, minute, and seconds. Easy.
    There's a tutorial on this site that explains it step by step, on...
  20. thanks, as I posted this yesterday I started...

    thanks,
    as I posted this yesterday I started playin with dreamweaver, and it has a quick way to do it. You insert the flash movies, and in properties you name the movie, then in the behavior panel...
  21. I'm going to use this menu made in flash for a...

    I'm going to use this menu made in flash for a site, but since the site its going to use extensive dynamic database, its not going to use frames (wich it would made my life easier for using the flash...
  22. thanks, I already did that, but it seems my flash...

    thanks, I already did that, but it seems my flash aplication has a problem/bug, because sometimes it works, and sometimes it doesn't... I will have to buy me another or something
  23. I'm puttin a textbox where the user type's a...

    I'm puttin a textbox where the user type's a number into it, but it only has to accept a number, if it types a letter it must not write it in the box...
    I think I know how to do it in flash 4,...
  24. I'm puttin a textbox where the user type's a...

    I'm puttin a textbox where the user type's a number into it, but it only has to accept a number, if it types a letter it must not write it in the box...
    I think I know how to do it in flash 4,...
  25. man, I should try to get some sleep, I didn't saw...

    man, I should try to get some sleep, I didn't saw the "\" until I post them...

    thanks
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center