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

"Click to begin editing" button appears below embedded Flash #89

Open
SirFizX opened this issue Feb 20, 2013 · 4 comments
Open

"Click to begin editing" button appears below embedded Flash #89

SirFizX opened this issue Feb 20, 2013 · 4 comments
Assignees

Comments

@SirFizX
Copy link

SirFizX commented Feb 20, 2013

After embedding flash within an element, the "Click to begin editing" button appears below the Flash.

See image of example: flash occlusion example

I am using Flash in an iframe. I have tried to no avail setting the z-index of iframes very low in css.

@faceleg
Copy link
Contributor

faceleg commented Feb 20, 2013

Hi @SirFizX, thanks for letting us know about this issue.

Would you please be able to provide me with an example of the embed code you're using?

I have a hunch that we might have to look at adding the <param name="wmode" value="transparent" /> or its equivalent to it.

@ghost ghost assigned faceleg Feb 20, 2013
@SirFizX
Copy link
Author

SirFizX commented Feb 21, 2013

Hello Michael,

Thank you for the feedback. The users of my web application will most likely be embedding YouTube videos with the iframe code such as:

<iframe width="560" height="315" src="http://www.youtube.com/embed/mwVuURFNX0E?rel=0" frameborder="0" allowfullscreen></iframe>

AFAIK the tag fix will only work in the case of the old style object embed code such as:

I would like to avoid restricting my users to using the approach seeing as it would present a user-unfriendly hurdle in the way of their productivity.

On another note; I like your clean modular approach to coding the Raptor Editor. I intend to shortly begin creating a few plugins, namely for superscript, subscript, mathematical and greek characters, and insert table. If you know of anyone else who has already begun or finished these types of plugins, please let me know.

@Petah
Copy link
Contributor

Petah commented Feb 25, 2013

Hi,

On another note; I like your clean modular approach to coding the Raptor Editor. I intend to shortly begin creating a few plugins, namely for superscript, subscript, mathematical and greek characters, and insert table. If you know of anyone else who has already begun or finished these types of plugins, please let me know.

These have all been developed and will be available in the next release (currently on the experimental branch).

https://github.com/PANmedia/Raptor/tree/experimental/src/plugins

@SirFizX
Copy link
Author

SirFizX commented Feb 25, 2013

Thanks for the heads up.

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

3 participants