Posting topics that contain <iframe> 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.
4 posters

    Posting topics that contain <iframe>

    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 2:03 pm

    I would like to post a video that is able to be played in ios device, the video is in <iframe>, but when i paste the code and post the topic, nothing showed. Is there anyone can help me?

    the code is

    Code:
    <iframe height=498 width=510 frameborder=0 src="http://player.youku.com/embed/index.html?prefer=h5&vid=XNDU0NjY1MjM2"></iframe>
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by runawayhorses October 11th 2012, 3:00 pm

    You need to enable HTML in your Admin panel.

    Go to AP>>General>>Messages and e-mails>>Configuration>>

    On that page find "Allow HTML" and select "Yes" and save your settings.

    Note: For your already existing members to see it they will need to enable HTML in there profile page under "preferences". Your new members that register after you have enabled HTML in the Admin panel will not need to do that as there profile settings will automatically be set to allow HTML.
    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 4:30 pm

    thank you for the reply. "Allow HTML" is already set to yes, but this code still can be used. i paste the code and send it, and there is nothing shown on the topics. help....
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by Sanket October 11th 2012, 4:36 pm

    https://help.forumotion.com/t35636-enabling-html

    Are you sure you did all mentioned in the tutorial?

    If yes, please post the url of the thread where you posted it.
    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 4:47 pm

    yes i've done it as the tutorial said.

    Posting topics that contain <iframe> Screen12

    Posting topics that contain <iframe> Screen11

    And here where i post it:

    http://permitshanghai.forumotion.com/t888-galaxy-note2-vs-iphone-5#2143

    Also here where i got the url

    http://v.youku.com/v_show/id_XNDYwMzMwOTEy.html

    Posting topics that contain <iframe> Screen13

    Thank you for the response
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by Sanket October 11th 2012, 4:52 pm

    You do not need to use the iframe. Can you just use the second last code, html thing.
    Code:
    <embed src="http://player.youku.com/player.php/sid/XNDYwMzMwOTEy/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>


    Last edited by Sanket on October 11th 2012, 4:54 pm; edited 1 time in total
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by runawayhorses October 11th 2012, 4:53 pm

    Your code is not working because this part of the code does not link to a working video file. There is no video in that file:

    Code:
    http://player.youku.com/embed/index.html?prefer=h5&vid=XNDU0NjY1MjM2

    The iframe works with a working video URL, here is the code of a working video in an <iframe:

    Code:
    <iframe width="640" height="360" src="http://www.youtube.com/embed/kIBdpFJyFkc?rel=0" frameborder="0" allowfullscreen></iframe>

    Example:

    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 4:55 pm

    Sanket wrote:You do not need to use the iframe. Can you just use the second last code, html thing.
    Code:
    <embed src="http://player.youku.com/player.php/sid/XNDYwMzMwOTEy/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>

    i've tested the html one, it can't be played on ios. The iframe one should be able to played on ios....
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by Sanket October 11th 2012, 4:59 pm

    Can you add it to that thread & let me check?
    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 5:03 pm

    Sanket wrote:Can you add it to that thread & let me check?

    i've added the html one to the thread. It still not appear on my ipad.
    avatar
    jemykirti
    Forumember


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 11th 2012, 5:08 pm

    runawayhorses wrote:Your code is not working because this part of the code does not link to a working video file. There is no video in that file:

    Code:
    http://player.youku.com/embed/index.html?prefer=h5&vid=XNDU0NjY1MjM2

    The iframe works with a working video URL, here is the code of a working video in an <iframe:

    Code:
    <iframe width="640" height="360" src="http://www.youtube.com/embed/kIBdpFJyFkc?rel=0" frameborder="0" allowfullscreen></iframe>

    Example:


    so it's my code problem? but i copy it from the website and it said it can worked on ios. I've also tried another video but from the same website, but still not worked. The website is china largest video sharing site, its like youtube for china, so i dont think there is a problem with the code. Still need help
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by runawayhorses October 11th 2012, 5:15 pm

    Oh ios, I wasn't paying attention to that part of your question my mistake. I don't know anything about ios.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51551
    Reputation : 3519
    Language : English
    Location : United States

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by SLGray October 11th 2012, 7:25 pm

    jemykirti wrote:
    Sanket wrote:Can you add it to that thread & let me check?

    i've added the html one to the thread. It still not appear on my ipad.

    jemykirti wrote:
    runawayhorses wrote:Your code is not working because this part of the code does not link to a working video file. There is no video in that file:

    Code:
    http://player.youku.com/embed/index.html?prefer=h5&vid=XNDU0NjY1MjM2

    The iframe works with a working video URL, here is the code of a working video in an <iframe:

    Code:
    <iframe width="640" height="360" src="http://www.youtube.com/embed/kIBdpFJyFkc?rel=0" frameborder="0" allowfullscreen></iframe>

    Example:


    so it's my code problem? but i copy it from the website and it said it can worked on ios. I've also tried another video but from the same website, but still not worked. The website is china largest video sharing site, its like youtube for china, so i dont think there is a problem with the code. Still need help
    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!



    Posting topics that contain <iframe> Slgray10

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


    Posts : 37
    Reputation : 1
    Language : english,indonesia,chinese

    Posting topics that contain <iframe> Empty Re: Posting topics that contain <iframe>

    Post by jemykirti October 12th 2012, 2:18 am

    runawayhorses wrote:Oh ios, I wasn't paying attention to that part of your question my mistake. I don't know anything about ios.

    ooo, thats ok, thank you very much for the help.