+1
Under review

Add Media Tutorial Issues

tommody 12 years ago updated by icahill (Administrator) 12 years ago 3
Ian

I found some issues in the Add Media Content tutorials.

In Step 1 Line 2 you have the following code

however in the final code, the following is the "Image Name"

but in the final code there is an Alias name... alias="VID" which I believe is required for the video to play?

Finally, for some reason when I'm working on my own wire (not the constitution tutorial) using the final code, the video button and video panel show up on every page and not on my designated page 11 but I'll look this over more and contact you if I can't resolve

enjoy!
Tom
Tom,

I think you tried to attach some code to this topic, please use the (some HTML allowed) link above to learn how to add code snippets to the comments here.

Thanks!
Lets try this again

I found some issues in the Add Media Content tutorials.

In Step 1 Line 2 you have the following code
<image name="video" alias="VBUTTON" height="75%" width="75%" source="video.jpg" align="center"></image>

however in the final code, "vbutton" is the "image name"
------------------------

then in Step 2 Line 3 you have <video name="vid" width="560" height="360" controls="yes" align="center" valign="center"></video>

but in the final code there is an Alias name... alias="VID" which I believe is required for the video to play?

Just thought you might want to check that.
Thanks Tom! Fixed these issues in the tutorial. Sorry about that.