There isn't a way to embed this code directly into Axure RP, but you can use the Inline Frame widget to achieve this. (Click here for embedding a YouTube video)
Step 1: Create an external html file in your prototype directory.
Open up a text file and enter your code as seen below. Save it as a .html file.
<html>
<head>
</head>
<body>
<your code here>
</body>
</html>
The object you are trying to insert (button, video, etc.) should now be in the top left hand corner when you open that html file.
Step 2: Add inline frame widget to your Axure RP prototype. Resize the inline frame widget if necessary (like if you're embedding a YouTube video)
Step 3: Double-click the inline frame, select "Link to an external URL or File" and type the html file into the link field. Since you've put the html file into the same folder as your start.html file, you only need to enter the file name and the extension.
That's it! You can remove the border of the inline frame by right clicking the inline and selecting Edit Inline Frame > Toggle Border.
See it live here
I've also attached the RP file, text, and html file so you can see them.
P.S. If you're embedding a YouTube video, it can be done much more easily using this method How to embed YouTube video into an Inline Frame



LinkBack URL
About LinkBacks


Reply With Quote