Skip to content

mantyr/swf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWF Adobe Flash file (only info about file)

Build Status GoDoc Software License

Installation

$ go get github.com/mantyr/swf

Example

package main

import (
    "github.com/mantyr/swf"
    "fmt"
)

func main() {
    s, err := swf.Open("./testdata/f0673319418b054b4f108c18736a042f5dcec4e2123401c48a727dfaab7354ef.swf")
    fmt.Println(s.Width())  // 640
    fmt.Println(s.Height()) // 480
}

Author

Oleg Shevelev

About

SWF Adobe Flash file (only info about file)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages