A Flash Developer Resource Site

Search:

Type: Posts; User: vation

Page 1 of 11 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    682

    Simple RollOver code with strange effect

    Hey all,

    I have a very basic Rollover and RollOut code that has results that I don't fully understand. When I slowly move my mouse over the hit state, everything works according to plan. The...
  2. Replies
    1
    Views
    1,473

    Embed Code assistance

    Hello All,

    I seem to be unable to reference flash files in my HTML code that reside on a server different than that of the HTML page. When both the "swf" file and webpage are on the same server,...
  3. If I wanted to set the target of the URL to...

    If I wanted to set the target of the URL to '_self', where would I insert the code.

    Thanks again.
  4. Thanks a lot for the assistance. It's been very...

    Thanks a lot for the assistance. It's been very helpful.
  5. how can I make this more efficient (navigateToURL)

    Hi All,

    I have created a basic function that has a navigateToURL command. Rather than making 3 separate functions with 3 different URL's, I'd like to use a single function and pass a "URL"...
  6. Thread: new URL request

    by vation
    Replies
    1
    Views
    1,016

    new URL request

    Hi All,

    I have the following code below where I'm using the sample new URLRequest function.

    banner_container.load(new URLRequest('http://www.domain.com/test_image.jpg'));
    ...
  7. Replies
    2
    Views
    969

    Just figured it out. I needed quotes :)

    Just figured it out. I needed quotes :)
  8. Replies
    2
    Views
    969

    loading JPG's into Movieclips

    Hey All,

    How do you dynamically load JPG's into movieclips in AS3. I was familiar with this process in AS2 but have been looking for a the simplest way to do this in AS3.

    I found this code...
  9. Replies
    2
    Views
    1,427

    Hey gotoAndCrash, Thanks for taking the time...

    Hey gotoAndCrash,

    Thanks for taking the time to put this together. It is extremely helpful.

    Best regards,
  10. Replies
    2
    Views
    1,427

    How can this be made more efficient

    Hey all, I have the code below that sets an EnterFrame listener to 4 different banners named : Fire, Water, Earth, and Air.

    The code that I have below works but I know that there is a more...
  11. Replies
    2
    Views
    1,373

    Thanks for the suggestions. Ideally, I'd like...

    Thanks for the suggestions.

    Ideally, I'd like to use the mouseOut command rather than an unused area with a mouseOver since this flash file is being inserted into an html page and the unused area...
  12. Replies
    2
    Views
    1,373

    "Over nothing" state

    Hey all,

    Is there an AS3 command or event listener that can detect when the mouse is not hovering over any active buttons.

    I currently have 4 buttons that when hovered over, change a banner...
  13. Replies
    14
    Views
    2,533

    Hey 5tonsofFlax, I appreciate the time you...

    Hey 5tonsofFlax,

    I appreciate the time you spent in answering the question. This is already been an invaluable source of help.

    I had two questions regarding the fadeAllBanner function....
  14. Replies
    14
    Views
    2,533

    AS3: buttons and event listeners

    I thought it may be easier if I posted my code so there would at least be a reference point. Admittedly, I know that the code is not implementing the best practices of AS3 and is redundant in some...
  15. Replies
    14
    Views
    2,533

    They both are on the main timeline. Would that...

    They both are on the main timeline. Would that mean that they share the same parent?
  16. Replies
    14
    Views
    2,533

    Thanks for the info. The issue that I'm having...

    Thanks for the info.

    The issue that I'm having is that I would like "p" to be a dynamic variable that references movieclips based on what button the mouse is hovering over.

    In other words, I...
  17. Replies
    14
    Views
    2,533

    There will be corresponding banner movie clips...

    There will be corresponding banner movie clips that will be associated with the btn_2 variable. I had a few questions about the following line of code that you provided:


    ...
  18. Replies
    7
    Views
    2,150

    Hi Vitalee, I had a question about your...

    Hi Vitalee,

    I had a question about your original pseudo code. I'd like to create another dynamic movieclip similar to "btn" except have it refer to "e.currentTarget.name + "_banner". In other...
  19. Replies
    14
    Views
    2,533

    Thanks all for taking the time to respond to the...

    Thanks all for taking the time to respond to the question. In hindsight, I realized I could have phrased my original question more clearly.

    I want to add the letters "banner" (which I mistakenly...
  20. Replies
    14
    Views
    2,533

    Thanks all for taking the time to respond to the...

    Thanks all for taking the time to respond to the question. In hindsight, I realized I could have phrased my original question more clearly.

    I want to add the letters "banner" (which I mistakenly...
  21. Replies
    14
    Views
    2,533

    Adding Strings to MovieClip names

    Hello All,

    In the second line of code below, I'm attempting to add the string "banner" to a variable called "btn_2". When I do this, I receive a "type coercion failed". I'd appreciate any insight...
  22. Replies
    7
    Views
    2,150

    Hey VitaLee, Thanks for the clarification and...

    Hey VitaLee,

    Thanks for the clarification and the helpful information. Much appreciated.
  23. Replies
    7
    Views
    2,150

    I appreciate the time you've taken in writing out...

    I appreciate the time you've taken in writing out this code. It's proven extremely helpful as I familiarize myself more with AS3.

    I have a few questions about the code below that I was hoping you...
  24. Replies
    7
    Views
    2,150

    Thanks for the response. I didn't have much...

    Thanks for the response. I didn't have much experience with the Tween Library so this will be a good avenue to explore.

    Out of my own curiosity, I would still appreciate seeing the structure of...
  25. Replies
    7
    Views
    2,150

    Mouseevents and nextFrame()

    Hey All,

    In AS2, I was able to create an rollover and rollout state that utilized the nextFrame() and prevFrame() commands. When hovering over the hit target, a specific movie clip would...
Results 1 to 25 of 263
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center