Changing width and height of Flash player with BBCode? 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

    Changing width and height of Flash player with BBCode?

    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 8:49 am

    Forum Version: PHPBB2

    We're able to put autoplay music on our homepages. I have the flash in BBCode, but I can't configure the flash's height and width. I tried [flash=1,1] and [flash style="width:1px; height:1px;"]. I was just wanting the flash player to be invisible. The music works no problem, just changing the width/height is my only thing I can't get right!


    Here's my code.
    Code:
    [flash]http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/5tksfiydcx/Love_Like_You_Steven_Universe_--Anna_--.mp3&t0=Love Like You&total=1[/flash]

    Thanks for any help!


    Last edited by Sienna on February 23rd 2017, 9:45 am; edited 1 time in total
    vietkanpy
    vietkanpy
    Forumember


    Male Posts : 89
    Reputation : 33
    Language : vietnam

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by vietkanpy February 23rd 2017, 9:09 am

    Css
    Code:
    .postbody embed { height: 200px; width: 200px;}

    edit 200px Smile
    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 9:12 am

    vietkanpy wrote:Css
    Code:
    .postbody embed { height: 200px; width: 200px;}

    edit 200px Smile

    Hey! Thanks for helping!

    Well, I wanted to enter it into a text post! It only takes BBCode. Sad
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by SLGray February 23rd 2017, 9:28 am

    After posting it, press the edit button.  It should show the dimensions.



    Changing width and height of Flash player with BBCode? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 9:32 am

    Thanks for helping!

    I'm trying to place it on my homepage description, so it's not an actual post. Sad

    Here is the link: http://www.gasrforum.com/u19444

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by SLGray February 23rd 2017, 9:35 am

    Where you are getting the clip from?



    Changing width and height of Flash player with BBCode? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 9:37 am

    kiwi6.com is a site that will host the .mp3 file, then sheepproductions.com/billy/ will turn it into a flash, so you're able to put it into a [flash] tag, so it will automatically play the music.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by SLGray February 23rd 2017, 9:38 am

    Is there an option to embed the clip?



    Changing width and height of Flash player with BBCode? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 9:40 am

    Yes, here's the code:

    Code:
    <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/5tksfiydcx/Love_Like_You_Steven_Universe_--Anna_--.mp3&t0=Love Like You&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by SLGray February 23rd 2017, 9:43 am

    You can use it and change the dimensions.



    Changing width and height of Flash player with BBCode? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Sienna
    Sienna
    Forumember


    Female Posts : 93
    Reputation : 6
    Language : English

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by Sienna February 23rd 2017, 9:45 am

    Awesome! Thank you very much! I didn't think to just copy the entire thing in the flash, haha.

    Here's the code if anyone wants to reference this:

    Code:
    [flash]http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/5tksfiydcx/Love_Like_You_Steven_Universe_--Anna_--.mp3&t0=Love Like You&total=1" quality="high" wmode="transparent" width="1" height="1" name="billy" align="middle" type="application/x-shockwave-flash[/flash]
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Changing width and height of Flash player with BBCode?

    Post by SLGray February 23rd 2017, 9:54 am

    You're welcome.

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Changing width and height of Flash player with BBCode? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.