-
1. Re: How to make Edge Animation works in HLTM5 Offline? I cache all files, but Edge didn't play.
robboerman Jun 3, 2014 2:47 PM (in response to AstorsSystem)when you publish your project, set setting, host runtime files on adobe cdn off
when this is on, the project will get the jquery files from a online server.
-
2. Re: How to make Edge Animation works in HLTM5 Offline? I cache all files, but Edge didn't play.
AstorsSystem Jun 5, 2014 9:35 AM (in response to robboerman)Thank you for your answer.
I do use cdn off for publish setting.
The Web site that I am working on is a very complicated site. Edge
animations are in a subdirectory of Apache server.
When server is offline, I get all files from Appcache without problem,
excepted *_EdgePreload.js.
I Google hundreds time, cannot find answer on why this file is always get
online.
Finally, I find out myself, Adobe Edge don’t like relative file path for
*_EdgePreload.js.
Change to root abslute path fixed the problem:
Astors
-
3. Re: How to make Edge Animation works in HLTM5 Offline? I cache all files, but Edge didn't play.
AstorsSystem Jun 5, 2014 9:36 AM (in response to robboerman)Thank you for your answer.
I do use cdn off for publish setting.
The Web site that I am working on is a very complicated site. Edge
animations are in a subdirectory of Apache server.
When server is offline, I get all files from Appcache without problem,
excepted *_EdgePreload.js.
I Google hundreds time, cannot find answer on why this file is always get
online.
Finally, I find out myself, Adobe Edge don’t like relative file path for
*_EdgePreload.js.
Change to root absolute path fixed the problem:
Astors

