You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutorial: Child cards.
```js
Playground.conductor.cards['../cards/tutorial/ad_card.js'][1][0].sandbox.videoPort.send('play');
// we add videoPort to window for convenience in the tutorial
window.videoPort.send('play');
```
Tutorial: YouTube card events.
One can send events from the playground via:
```js
Playground.conductor.cards['../cards/tutorial/youtube_card.js'][1][0].sandbox.videoPort.send('play');
// we add the video port to the window for convenience in the tutorial
window.videoPort.send('play');
```