A Flash Developer Resource Site

Search:

Type: Posts; User: Trmbne2000

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    6,394

    The variables are being set in a function on the...

    The variables are being set in a function on the main timeline:

    for(var j = 0;j < points.length;j++){
    _root.attachMovie("point_dot","point"+j,-100+j);
    this["point" + j]._x = points[j][0];...
  2. Replies
    2
    Views
    6,394

    Dynamic text box in movie clip

    Hello,

    I have this movie in flash that graphs tide data. At every point, I attach a copy of a dot-button movie clip. When the user mouses over the dot, it should show the time and height of the...
  3. Replies
    3
    Views
    512

    I've tried both of those, but neither works.

    I've tried both of those, but neither works.
  4. Replies
    3
    Views
    512

    [F8] Problem with quotes in loaded xml

    Hi,

    I am creating a dynamic content loader to display featured content on a homepage. Content is loaded via XML. We load an image, text, and 2 links.
    Here is my XML:

    <home>
    <item>
    <image...
  5. [F8]Problem with changing visibility of an mc outside my mc

    Hi, how do you change the visibility of one movie clip from another movie clip.

    One the main timeline I have a movie clip called image_mc, which holds 5 movie clips called image0, image1, image...
  6. Replies
    1
    Views
    770

    Hi Fez, As far as I know, Flash cannot read...

    Hi Fez,

    As far as I know, Flash cannot read things in the URL that come before the final slash of it's location. However, what you want to do is still possible, using one of three methods,...
  7. Replies
    1
    Views
    741

    Hi Mat, I'll try to answer a few of your...

    Hi Mat, I'll try to answer a few of your questions based on my experiences with flash, PHP, and XML.

    First off, I'll assume you're going to be using mSQL, or mySQL because those are popular...
  8. Replies
    2
    Views
    674

    Hi micmac, thanks for your suggestion. I used...

    Hi micmac, thanks for your suggestion. I used your code as a jump point, modified it some, and it works like a charm, thank you.

    --Andrew Steenbuck
  9. Replies
    2
    Views
    674

    PHP+Flash+MySQL site.

    Hi everyone, I'm redesigning my website in flash, and I'm trying to port over my PHP and database integration from the HTML version. Basically I have a user log in form, where you type in your user...
  10. Replies
    3
    Views
    743

    Hi, if you want to include code at runtime (Flash...

    Hi, if you want to include code at runtime (Flash MX+ only), paste your code into a text file and name it "code.as"

    Then in flash, use the #include command, and type in "code.as" as your...
  11. Replies
    0
    Views
    2,825

    Param name="FlashVars"

    Alright, so I'm trying to build this web site using a combination of flash and HTML pages. The basic layout is an image map at the top with the three basic sections of the web site. Then there is...
  12. Replies
    0
    Views
    915

    Launching DVD from projector

    Hi, I'm creating a DVD for a band, and I'm adding a DVD-ROM portion for computer users, that when you put it in will display pictures, let you listen to CD tracks, and stream real time data such as...
  13. Replies
    2
    Views
    1,028

    Make an XML document: you'd have...

    Make an XML document:

    you'd have a,b,c,d,e,f...
    <A>
    <Apple>
    <Def1>"A red fruit"</Def1>
    </Apple>
    <Application>
    <Def1>"A software program designed for user...
  14. Replies
    3
    Views
    2,048

    There's a pretty handy program out there called...

    There's a pretty handy program out there called "MacImage" it allows you to create a standard Juliet ISO CD image, but it allows you to customize what each platform sees. In example, you have one...
  15. Replies
    2
    Views
    585

    Thanks, I'll go ahead and look at that. ...

    Thanks, I'll go ahead and look at that.

    --Trmbne2000
  16. Make your 2 versions of a page, one with Flash,...

    Make your 2 versions of a page, one with Flash, one without. Then, make a third page. On the third page, create a small (2px x 2px) Flash movie. On frame one, place one action

    GetURL("your...
  17. Replies
    2
    Views
    585

    Video over LAN

    Ok, here's my issue. I recently installed a gigabit network in my house, and I want to put it to it's full potential. I want to encode my DVD and MP3 collections onto a central multimedia server. ...
  18. Replies
    4
    Views
    667

    Basically, the HTML inputs become variables in...

    Basically, the HTML inputs become variables in Flash. So you set up some variables, like

    name = "1"
    smd = "cart"
    business = "julie1@juliedesigns.com"
    item_name = "picture"
    item_number =...
  19. Hi swl182, did you forget to put the On...

    Hi swl182, did you forget to put the



    On (Press){

    }
  20. Replies
    0
    Views
    1,771

    CD Application

    Hi guys,I'm currently developing an application for deployment on CD. I'm developing with Director and Flash MX. The project is stemmed off of a basic audio CD. When placed in any CD player, the...
  21. Replies
    1
    Views
    416

    When you put in "20 fps" or whatever into Flash,...

    When you put in "20 fps" or whatever into Flash, that is the optimal framerate that flash will use when possible. If you have 3000 frames. The movie will go on for as long as it takes for the 3000...
  22. Replies
    2
    Views
    505

    Just make a function that plays the click sound;...

    Just make a function that plays the click sound; and have the movie call that function every time the wheel rotates Xdegrees.

    ---Andrew
    --Trmbne2000@hotmail.com
  23. Replies
    2
    Views
    433

    Just write a function that evaluates the number...

    Just write a function that evaluates the number of decimal places after the decimal point, and add a zero, or round as necessary.

    --Andrew
    ---Trmbne2000@hotmail.com
  24. make your dynamic text box an html field. Then...

    make your dynamic text box an html field. Then just format your variable like html.

    --Andrew
    ---Trmbne2000@hotmail.com
  25. Replies
    2
    Views
    388

    View Post

    <ctrl><f>
Results 1 to 25 of 145
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center