Viewing My Posts

< Back to Forum


12 years ago
Thread: Mediaelement Player issues
Hello,

I used the code for the medialement player suggested on the HTML5 topic thread. I've texted it in Safari and Firefox but both have an issue. In Safari, the audio files never appear to load completely ("loading" text does not go away). However, they do play, but only if you're clever enough to click on the play button besides the "loading" text. ;)

In Firefox, when I click on the play button, the player disappears completely. Very strange.

Anyone else experiencing this?

Thanks!

Lilah
12 years ago
Thread: Mediaelement Player issues
Here you go -

<audio id="player1" src="{!-ASSETSPATH-!}External%20Files/LILAH%20SHREEVE%20-%20DISCOVER%2045%20SEC.mp3" type="audio/mp3" controls="controls" preload="none">
</audio>
12 years ago
Thread: Mediaelement Player issues
Ok. Do I need to do something to make it an ogg file? I tried this and it didn't work:


<audio controls>
<source src="{!-ASSETSPATH-!}External%20Files/LILAH-SHREEVE-DISCOVER-45-SEC.ogg" />
<source src="{!-ASSETSPATH-!}External%20Files/LILAH-SHREEVE-DISCOVER-45-SEC.mp3" />
</audio>
12 years ago
Thread: Mediaelement Player issues
Phew! Used the micro video converted you suggested and have it working.... for now. Thanks!
12 years ago
Thread: download easy web
download easy web
12 years ago
Thread: Nav bar problems and colors!
I hate when I can't figure something out and it is usually some very simple thing. Here are a few things...

First I want to start with a blank page. I honestly think that you should have a blank page option in your theme choices. Because you have to go to white, choose blank and it's not really blank. It has a navigation bar up top that says "home" (or whatever I named the first page). I don't understand the difference between that nav bar that is there automatically and the nav widget?

With that nav bar that is there I seem unable to add a background color to it. If I go down to shapes, and make a shape, it won't go all the way up to the nav bar. A blue "guide" line appears and it won't allow me to take the shape up there. I have the header and footer set for 0. If I delete that nav bar that came with the page and add a nav widget, I can't get it up to the top of the page where the auto nav bar was. I get those blue guild lines again and they stop me from moving it up there. How do I get it into that space? (see pix 1 below)

Next if I use the nav bar widget, again I still can't get it into that top space. And when I set the color option there.. what the heck is it changing? I set the "background" color for bright red and the mouseover color for bright orange. As you can see from pix 2 below, the text color is blue and the mouse over color is red. So what is orange?

Lastly I'm having trouble with the color picker and again, that nav bar. The only way I can actually get colors up to the very top is to start with a theme that has colors there, delete most everything and change the colors of the nav bar color shape that were already there with that particular theme. However I can't get the colors to match.

I am trying to make a nav bar with a curve on the bottom so I use the rectangle shape and the circle shape (stretched out) and put that circle shape overlapping but below the rectangle and then put the nav text on top of it all. So now I need to make the rectangle and the stretched out circle the same color. And I can't.

I've saved the color to the color picker custom color. I highlight the rectangle, click the custom color and it won't change. I tried to drag the color off the color picker to the shape on the screen. Nope it won't drag. So I try to drag the custom color off the picker to the color box on the navigator window that should be changing the color of that rectangle. Nope it won't drag into that box either. The only way I am able to make them the same is to go to the color picker, find the rgb of the color I want off the stretched circle. Then click on the rectangle and put that rgb number into the color picker rgb thing. I can't change it any other way. I've used the magnifying thing too, put it right over the color i want on stretched circle while it the rectangle is highlighted and click and nope that won't work either. Why? Is this a bug or am I doing something wrong? See pix 3 below.

Susan
12 years ago
Thread: Nav bar problems and colors!
Thanks Roddy, Do you know about the color thing? That one really has me stumped.

Susan
12 years ago
Thread: Nav bar problems and colors!
In the first pix which is labeled pix 3..... I think that is the shape inspector.... right? It says "shape" then rectangle next to that. I just can't get it to change colors with the color picker no matter what I do. Started a new website and I'm having the same issue. I have to go to the RGB and type it in. Grrrrrrr...

Susan
12 years ago
Thread: Nav bar problems and colors!
Hmmm I'll play around with it. By not outlined... for example when I insert a text box and then make it larger for more width there are no lines when I drag the corner. I sort of have to guess where it is. Is that what you mean by the outline disappearing? Cuz that is driving me bonkers!

Susan
12 years ago
Thread: Nav bar problems and colors!
Ok that's it. In iWeb even with the layout turned off I still get an outline in a text box when I'm working with it. So I guess its a matter of teaching this old dog some new tricks. I just posted another problem in another thread. Yikes!

Thanks again!

Susan
12 years ago
Thread: text wrap around a graphic
I have great faith in the developers. ;) (apple did it)

Susan
12 years ago
Thread: text wrap around a graphic
I have a long text box with 7 paragraphs of text. I click a spot in the text, click insert, chose a graphic and there is no insert. It shows up in my assets but not anywhere on the page. Not behind the text box either. So can we insert a pix or graphic and get a text wrap?

Susan
12 years ago
Thread: text wrap around a graphic
Ahhhhh interesting. I think it is a really important feature to have. I use to do websites with html (in dark ages). And I know some CSS so I'd be able to do the insert but really on "Easy" Web this is something that should be easy. It is a pretty basic feature!

Thanks, Susan :)
12 years ago
Thread: HTML 5 Music Player
I've only just started to look at this program and already love it. Well done to the developers for making this happen! I have to maintain several web sites with limited time to spare - all containing lots of music previews so I would really love to see an HTML 5 music player added to the widgets. The iWeb one is fine except I would rather it didn't pre load the audio but waited until play had been pressed. When you have a page full of previews, that can take way too long. I've had a look at Roddy's (extremely helpful) page but my script knowledge is far too limited to get several audio previews in one page all behaving how I would like them to :)
12 years ago
Thread: HTML 5 Music Player
Thanks so much Roddy, extremely helpful info and examples!