A Flash Developer Resource Site

Search:

Type: Posts; User: mgason

Page 1 of 20 1 2 3 4

Search: Search took 0.46 seconds.

  1. Media Encoder CS5 fails every time on 2 pass VBR?

    Hi,
    I have tried encoding several videos at multiple bitrates, including videos I have encoded successfully before in CS4.
    They all fail about half way through the first pass when using VBR 2 pass....
  2. if device does not have full flash fall back to separate HTML5 site

    Hi,
    I want to have code that detects if the device has the full version of Flash 10.1 and if not redirects to a different site that uses HTML5.
    The Flash site includes a lot of video, but also lots...
  3. Replies
    0
    Views
    2,276

    simple PHP question

    I know nothing about PHP.
    this code is supposed to create a countdown timer when used in a theme in wordpress. I need to use it in a php widget. The widget does not accept the short code PHP of []....
  4. Replies
    0
    Views
    2,208

    add some items to PHP?

    Hi,
    I am not a PHP person.
    I have a quiz file that I want to change.
    site is here
    http://gasolicious.com/worldcup2/

    3 possible situations......
    1. user does not answer the question but clicks...
  5. Any Wordpress Gurus? Simple language used by widgets question

    Hi,
    In Wordpress I want all the widgets, on the site to display in Spanish as I am building a site for a spanish speaking client.
    I do not want to change my Admin interface to Spanish as I do not...
  6. Replies
    11
    Views
    1,880

    Hi, just a thank you. I amazed myself and...

    Hi,
    just a thank you.
    I amazed myself and managed to get the menu php from the new wordpress 3.0 beta default theme twentyten into my theme.
    Then I found the CSS, edited it and have a fully...
  7. Replies
    11
    Views
    1,880

    oops, sorry I had changed the theme for a while....

    oops, sorry I had changed the theme for a while.
    It is now set back to the one I want to use
    Mark
  8. Replies
    11
    Views
    1,880

    Got it. First thanks for all of your help....

    Got it.
    First thanks for all of your help.
    Maybe its time to discuss the big picture a bit so I don't waste your time.

    I tried to use a dropdown menu plugin but when I installed it, it said this...
  9. Replies
    11
    Views
    1,880

    Hi, I am a bit out of my depth but up for giving...

    Hi,
    I am a bit out of my depth but up for giving it a try.
    What do you mean by my "menu is coded as a dropdown instead of full"?
    I am just grabbing the pages using wp-list pages.
    Would full mean...
  10. Replies
    11
    Views
    1,880

    Thanks heaps! I got the menu styled and...

    Thanks heaps!

    I got the menu styled and looking good, the testing site is here
    http://gasolicious.com/test/about/

    I have another question.
    I am trying to get the current page menu item to...
  11. Replies
    11
    Views
    1,880

    CSS layout a list within a list

    Hi,
    I have a unordered list returned by the wordpress wp-list pages PHP command.
    The list contains sub lists.

    Basically the main list is the main level pages and each main level page has sub...
  12. Replies
    1
    Views
    653

    image not showing in IE5.2 mac?

    Hi,
    why would an image not show up in IE5.2 mac (and probably IE6 for PC, I don't have it to test with). It shows up in all modern browsers. Here is the code, CSS is in the document.


    <style ...
  13. Replies
    5
    Views
    2,412

    Thanks for the interest guys, yes it worked fine...

    Thanks for the interest guys, yes it worked fine once I removed the second margin.
    I don't know how many times I looked at it without seeing it!
    Sometimes you see what you expect to see.
    Look at...
  14. Replies
    5
    Views
    2,412

    DOH!!! I had margin a second time for some...

    DOH!!!
    I had margin a second time for some reason
    margin:0 coming after margin:0 auto over rides the auto.
    Probably a cut and paste oversight.
    Mark
  15. Replies
    5
    Views
    2,412

    CSS, margin:0 auto; not centering div?

    Hi,
    I thought this (margin:0 auto;) should center my main outer div in the browser window, in fact I thought I had it working just like this but now it does not. What have I messed up. Super basic...
  16. Replies
    3
    Views
    828

    Thanks, can I set that up in my CSS for the Div?...

    Thanks,
    can I set that up in my CSS for the Div?
    It does not seem to work there
    But does in the paragraph without first child?


    #month1Dates, #month2Dates{
    width: 271px;
    top: 0;...
  17. Replies
    3
    Views
    828

    basic CSS, align text to top of div

    How do I make the first paragraph of text in a div start against the top edge?

    thanks
    Mark
  18. Replies
    19
    Views
    5,112

    This is a little goofy, but the error shows up...

    This is a little goofy, but the error shows up because Other_btn gets removed in the timeline. When you click it, you go to a later frame (and other_btn ceases to exist).
    When a different button...
  19. Replies
    19
    Views
    5,112

    Got your file from the link, have to go out to...

    Got your file from the link,
    have to go out to see client for a bit
    I will check it out and fix it in a few hours, so just forget it and move on to something else.
    Reason it would not let you...
  20. Replies
    19
    Views
    5,112

    can you post a simple file with just the problem...

    can you post a simple file with just the problem stuff for us to look at?
  21. DOH! I needed to add the event listener before...

    DOH!
    I needed to add the event listener before doing addChild.

    clip = MovieClip(sectionArray[nextBanner].content);
    clip.addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
    ...
  22. I have run into a problem, when I add the...

    I have run into a problem, when I add the added_to_stage function it does not get called? clip is getting added to the stage.
    If I remve the added to stage and use the commented out...
  23. thanks that was exactly what I was looking for.

    thanks that was exactly what I was looking for.
  24. be sure mc is added to stage before controlling it?

    Hi,
    if I do this to add a movieclip are there any issues with immediately saying clip.gotoAndPlay(2)?
    could the play be fired before the clip is added fully?
    If so how do you deal with that?

    ...
  25. Thanks for the explanation I thought "." was...

    Thanks for the explanation
    I thought "." was illegal in vars, thats why I asked.
    So its a dynamic property.
    I can see why if you moved the objects in NumBtnArray around you may have problems, as I...
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