Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoryash2505
    • CommentTimeApr 8th 2007
     
    I've a problem.My flash buttons are not working.I'm first time using swfobject.

    Ma site -http://aquireknowledge.com/

    Containing flash in top with some flash buttons.But they are not working.When I click on them nothing happens.

    If I access directly I'm able to make clicks..
    That is http://aquireknowledge.com/aq.swf

    What is this?

    Please help me.New to this swfobject.

    Thank you
    Yash
    • CommentAuthorAran
    • CommentTimeApr 8th 2007
     
    Yash.

    You need to have a good look at your HTML code. There are numerous problems with it:

    1. You define javascript functions and CSS includes in the head and body (sometimes the same function twice)
    2. You have 4 whole HTML top level nodes and content within 1 HTML page!
    3. You define swfobject include in the body
    4. You have also included Adobes active content .js which may interfere with swfObject
    5. You have meta tags within your body tags
    etc.

    Basically, ther HTML code is completely wrong, and I am surprised the browser renders it at all. Have someone review your HTML code who can help you with the basics. I'm sorry, but it is pretty ironic considering what the site is for ;) ....

    Aran
    • CommentAuthoryash2505
    • CommentTimeApr 9th 2007
     
    Hello Aran,

    Thank you for telling these problems.
    Actually this happens because ma site is skinable and you can switch skins.
    Now this is beta version.I'm including pages in php.So all this making overall code as wrong.
    I'll work on it.

    Still flash problem is not coz of all this.I thought there should be some other reason.
    • CommentAuthorAran
    • CommentTimeApr 10th 2007
     
    Yash.

    I tested your .swf standalone with SWFObject, Adobe's insertion .js, as well as just a standard <object> / <embed>. They all fail. I think there might be an issue with your .swf file. ASV tells me your file is in flash format 9. Did you use Flash 9 Alpha to make it ?

    I don't see an issue with the way you have you button code though. I would just re-open the orignal FLA and export for a lower version of flash (AS2 - v7/8) etc

    on (release) {
    getURL ("http://www.aquireknowledge.com/", "_self");
    }

    BTW - make you you set the version of flash you need people to have in you page. Currently you set it to '0', when it should be '7' etc.

    Cheers,
    Aran
    • CommentAuthoryash2505
    • CommentTimeApr 10th 2007
     
    Hey you are too good.
    Yes .I'm using flash 9 .and exporting it in flash player 9.

    This is my exam week.I'll come later with full source and also I'll check my fla file.

    Thank you