flash media / banners Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    flash media / banners

    avatar
    4LIFEMAFIA
    Forumember


    Posts : 68
    Reputation : 0
    Language : english

    flash media / banners Empty flash media / banners

    Post by 4LIFEMAFIA September 11th 2008, 7:44 pm

    can you add a flash file as your banner .. i tryed to right click an save but i couldnt .. also i have the code but im not sure where to put it
    thanks
    avatar
    zakir321
    New Member


    Posts : 0
    Reputation : 2
    Language : english

    flash media / banners Empty Re: flash media / banners

    Post by zakir321 September 13th 2008, 6:29 pm

    Pasting the flash-file address into the pics management won't work - you'd have to use this code below, customize it (adjust width, height and add the link to your .swf) and paste it into the site description field in "General / Configuration".

    Code:
    <embed src="HTTP://URL OF YOUR LOGO.SWF" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="200"></embed>
    SLEEPAH
    SLEEPAH
    Forumember


    Posts : 137
    Reputation : 0
    Language : English
    Location : CANADA

    flash media / banners Empty Re: flash media / banners

    Post by SLEEPAH October 11th 2008, 3:26 am

    will it work if i paste my swf in a widget box
    I need some help with it cause its not working!
    It shows up perfect but it does not do what it is suppose to

    this is what its suppose to do




    It has a bar and you can click them so it takes you to the pages on the forum
    I am trying hard to figure out why its not working on the forum but it works on the place i uploaded it toMy SWF
    avatar
    zakir321
    New Member


    Posts : 0
    Reputation : 2
    Language : english

    flash media / banners Empty Re: flash media / banners

    Post by zakir321 October 11th 2008, 3:32 pm

    As already said earlier, in your case it seems to be this problem: [LINK].

    Embed your flash file with this code:
    Code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" align="middle">
    <param name="movie" value="http://otherdomain.com/exampleContent.swf">
    <param name="allowscriptAccess" value="always">
    <embed type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/go/getflashplayer"
    width="550" height="400" align="middle"
    src="http://otherdomain.com/exampleContent.swf"
    allowscriptAccess="always"></embed>
    </object>