A Flash Developer Resource Site

Search:

Type: Posts; User: Chieffan

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    374

    Need helping building dynamic Array

    I have data coming it that is like this from SQL:

    Dept Name Q1 2009 sales
    Dept Name Q1 2009 sales
    Dept Name Q1 2009 sales
    Dept Name Q2 2009 sales
    and on and on.

    I am working on a chart...
  2. Replies
    0
    Views
    1,188

    Get the value of a column chart

    I have a column chart I group into QTR's. I can get the chart column ID but it is the same for all 4 QTR's. Each QTR I have 4 data pieces showing.

    I want to know if a user clicks the the third...
  3. Replies
    0
    Views
    1,071

    Grouping data by month in column chart

    I am using a CFC to grab data in a database. The data looks like this



    jan cars 100

    jan trucks 150

    jan bikes 125
  4. View source on right mouse click in browser

    Does Flash CS4/ AS 3.0 have the ability to publish the Flash movie and allow the user to right click in the browser and view source? I have seen this with Flex but can't seem to find a similar option...
  5. Replies
    1
    Views
    772

    Making Panels wrap to two rows or more

    I am using a for loop which creates 4 panels inside a tabnavigator. the problem is the panels all display in a vertical row. I am wanting to have two panels in row one then another 2 panels under...
  6. I got this fixed. Just a combination of the for...

    I got this fixed. Just a combination of the for loop. Thanks.
  7. Flex 3 creating dynamic tabs prob with panel loop.

    I am building an app where the user can add tabs as needed. Each tab will have 4 panels inside

    it. I can't get my for loop to build the panels. It keeps erroring out.


    So question is 1)...
  8. Replies
    1
    Views
    1,355

    Php, Flashvars and Wordpress

    Trying to pass FlashVars into my Flash document which is embedded on a wordpress page. To some extent it is working.



    Just seeing if anyone knows why $myvariable wont get passed into Flash via...
  9. Replies
    2
    Views
    525

    Timing issue when using onLoad and XML

    I am loading an XML file and when I run a trace inside the onLoad event the results show. When I put the same trace outside that event, the trace returns undefined because it runs before the XML is...
  10. Never mind. The trace was running before the xml...

    Never mind. The trace was running before the xml was loaded.
  11. Having issues with global variables on XML Load

    I am loading an XML document and want to use some variables elsewhere but can't seem to get global variables working. I want to use XMLUser_id throughout my movie. Using AS 2.0

    Thanks in advance...
  12. Having a loadMovie problem. Movie loads can't click

    I have five boxes that are movie clips with an instance name of box1 through box5

    I have a function to do something when the movie clip is clicked on

    bigSign["box"+a].onRelease = function() {...
  13. Replies
    2
    Views
    476

    thanks. I was trying that inside the brackets.

    thanks. I was trying that inside the brackets.
  14. Replies
    2
    Views
    476

    this["box"+a].onRelease = function() {

    having a brain cramp here.


    I was using the below function to determin which button was clicked (this was in a for loop). Now I have to put those boxes inside a movieClip called container. ...
  15. Replies
    0
    Views
    1,108

    Having some issues exporting as quicktime

    I have a movie that uses a couple audio files. When I run this as a swf, everything plays fine...Except at the end. I have a frame that says thankyou.play()

    That is tied to a mediaDisplay...
  16. Replies
    0
    Views
    380

    Flash8 cant get loadmovie to work.

    I have this for loop where I am circling through an array. I have swf's for each of the numbers like dropTarget_1.swf, etc. For whatever reason I can't seen to get this loaded into my holder.


    ...
  17. Replies
    1
    Views
    467

    delete radio button groups on submit

    I have some radio buttons that are all created dynamically and range from maybe 1-4 or more. Is there a way when I click submit button I can wipe out all of those buttons?
  18. Replies
    1
    Views
    3,066

    using nextSibling on button click

    I have a situation where a user needs to click a button to cycle through multiple fields at the same level. IN this example they have a scenario and are presented a question. That question level...
  19. Replies
    0
    Views
    344

    htmlText in loaded .swf not showing

    I have a movie called main.swf and one called feedbackHolder.swf. Both reside in same folder.

    I call feedbackHolder_mc.loadMovie("feedbackHolder.swf");

    the movie loads. In the movie that just...
  20. Replies
    2
    Views
    637

    thanks a bunch.

    thanks a bunch.
  21. Replies
    2
    Views
    637

    [RESOLVED] depth problem with drag items

    I am doing a drag and drop and want my drag items to always come to a higher layer. So I have three drag buttons called drag1, drag2, drag3. Both 1 and 3 drop on target1. But if I do drag3 first,...
  22. Flash8 Thanks for the help. Sure seems like you should...

    Thanks for the help. Sure seems like you should have been able to just do _visible=fase.
  23. Flash8 Trying to hide loaded swf from XML into Flash

    I am trying to use load movie to pull in an external Flash file. ALl the external file is, is an image with a dynamic text field.

    My XML is <feedbackImage xloc="100"...
  24. Replies
    2
    Views
    1,837

    Thanks. That worked well. I had to use _root in...

    Thanks. That worked well. I had to use _root in place of this but otherwise it was perfect. Thanks again.
  25. Replies
    2
    Views
    1,837

    Turning string to object in drag and drop

    I am doing a drag and drop in XML where the drop target is an attribute in the XML. When I put in this statement

    if (this.hitTest(myDragDetails[d].attributes.dropArea))

    It should read if drag1...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center