|
Post by Vohaul on Oct 8, 2013 3:50:20 GMT
so i'm exporting a new project...it all plays fine in the player within hippo....but when i export, no matter which browser i use or what settings i choose...i get nothing (the test page comes up with all the text that comes with it, along with the name of my file...but theres no content.... Is it a bug...or am i just really tired and missing something... I attached my hani file in case it helps... Edit: I tried making a new hani file with just a box and exporting that....everything was fine....so maybe a bug? Thanks Attachments:website-new.zip (283.62 KB)
|
|
|
Post by runes on Oct 8, 2013 7:05:05 GMT
I looked just out of curiosity. The error comes from this script: 'HTMLGet("GetFrameUrl("home.html//","content");");' on the 'home' button. I have no idea what HTMLGet does, but if you remove it, the movie plays.
|
|
|
Post by Hippani on Oct 8, 2013 8:05:43 GMT
Yep, that's the problem line. Just change it to this:
GetFrameUrl("home.html//","content");
HTMLGet is for the HTML object. Not sure what you were trying to do with it.
|
|
|
Post by Vohaul on Oct 8, 2013 15:04:31 GMT
thanks guys.....appreciate that.....
was just trying to lad an url in my iframe....lol...guess i didnt look long enough for the get url script
|
|
|
Post by Vohaul on Oct 8, 2013 15:05:28 GMT
just out of curiosity runes, how did you find out what the error was?
|
|
|
Post by Hippani on Oct 8, 2013 15:25:28 GMT
Most new web browsers have a development console that displays errors. IE is F12 Chrome is Ctrl+Shift+j etc..
|
|
|
Post by Hippani on Oct 8, 2013 15:25:52 GMT
However, we would rather Hippo caught these errors first.
|
|
|
Post by runes on Oct 8, 2013 19:12:12 GMT
just out of curiosity runes, how did you find out what the error was? Well let's just say, I've made so many script typos over the last year, I know what to look for
|
|