Skip to content

How Can I add a Fullscreen button using the first method, Overriding SWF API #9

Description

@Kadajmasamune

`

<title>Flash Emulator</title>
<!-------Flash Content--->
<main>
<div id="Awayfl">
    <table width="865" border="1" id="Dragingproperty">
        <tbody>
            <tr>
                <td width="855" height="468">
                    <div id="flashContainer">
                        <script src="Awayfl/Awayfl/dist/embed.js"></script>
                        <script>
                
                            swfObject.embedSWF('Game.swf', 'flashContainer',);
						</script>
                    </div>
                </td>
            </tr>
        </tbody>
    </table>
	</main>
	
	<!---Flashcontent ends-----> 
	
	
<button id="fullscreenbutton">Fullscreen</button>
`

This is my HTML code, How do I make the fullscreen button work for my Awayfl script.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions