Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Each sound should have its own URL #10

Open
Macxim opened this issue Nov 7, 2014 · 3 comments
Open

Each sound should have its own URL #10

Macxim opened this issue Nov 7, 2014 · 3 comments
Assignees

Comments

@Macxim
Copy link
Owner

Macxim commented Nov 7, 2014

Could be useful for sharing purposes.
Started in sound-path branch.

@Macxim Macxim self-assigned this Nov 7, 2014
@gregone
Copy link
Contributor

gregone commented Nov 7, 2014

You should also add an auto-play action on the single sound route :)

You can use:

// Let's pretend you're passing an autoPlay property on the component
if autoPlay = true {
  this.triggerAction({
    action:'myAction',
    target: this
  });
}

@Macxim
Copy link
Owner Author

Macxim commented Nov 7, 2014

So that when I send the URL to someone... boom!?

@gregone
Copy link
Contributor

gregone commented Nov 9, 2014

@Macxim exactly.

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

No branches or pull requests

2 participants