Trying to integrate js-binary with Adobe JSFL #7

Open
opened 2018-04-12 02:23:20 +00:00 by janimator0 · 2 comments
janimator0 commented 2018-04-12 02:23:20 +00:00 (Migrated from github.com)

I'm not too experienced in javascript, but I have been eager to be able to convert my JSON files into the binary format as an integration into my JSFL scripts (Adobe Animate CC extension scripts). JSFL is essentially just javascript used for the purposes of adding extra tools onto Adobe Animate CC.

The problem I am facing is that I keep receiving
ReferenceError: module is not defined.
I've never used 'module' before so I'm guessing JSFL just doesn't support it? Any idea's how I may bypass this problem? Thanks for your time!

I'm not too experienced in javascript, but I have been eager to be able to convert my JSON files into the binary format as an integration into my JSFL scripts (Adobe Animate CC extension scripts). JSFL is essentially just javascript used for the purposes of adding extra tools onto Adobe Animate CC. The problem I am facing is that I keep receiving `ReferenceError: module is not defined. ` I've never used 'module' before so I'm guessing JSFL just doesn't support it? Any idea's how I may bypass this problem? Thanks for your time!
sitegui commented 2018-04-12 11:48:16 +00:00 (Migrated from github.com)

This lib was implemented to work in a nodejs environment. If you want to
run it in a different setup, you can use a tool to port it, like
browserify. It resolves references to module and require statically

Le mer. 11 avr. 2018 à 23:23, Jay notifications@github.com a écrit :

I'm not too experienced in javascript, but I have been eager to be able to
convert my JSON files into the binary format as an integration into my JSFL
scripts (Adobe Animate CC extension scripts). JSFL is essentially just
javascript used for the purposes of adding extra tools onto Adobe Animate
CC.

The problem I am facing is that I keep receiving ReferenceError:
module is not defined. I've never used 'module' before so I'm
guessing JSFL just doesn't support it? Any idea's how I may bypass this
problem? Thanks for your time!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sitegui/js-binary/issues/7, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACq_p5OWGoAlsG8OkJA2WmRMroHoPswfks5tnrqdgaJpZM4TRCGW
.

This lib was implemented to work in a nodejs environment. If you want to run it in a different setup, you can use a tool to port it, like browserify. It resolves references to module and require statically Le mer. 11 avr. 2018 à 23:23, Jay <notifications@github.com> a écrit : > I'm not too experienced in javascript, but I have been eager to be able to > convert my JSON files into the binary format as an integration into my JSFL > scripts (Adobe Animate CC extension scripts). JSFL is essentially just > javascript used for the purposes of adding extra tools onto Adobe Animate > CC. > > The problem I am facing is that I keep receiving ReferenceError: > **module** is not defined. I've never used 'module' before so I'm > guessing JSFL just doesn't support it? Any idea's how I may bypass this > problem? Thanks for your time! > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/sitegui/js-binary/issues/7>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/ACq_p5OWGoAlsG8OkJA2WmRMroHoPswfks5tnrqdgaJpZM4TRCGW> > . >
janimator0 commented 2018-04-15 20:51:31 +00:00 (Migrated from github.com)

After spending many hours on trying to port over js-lib to jsfl, I've not been able to achieve this mainly do to my lack of experience with javascript and browserify. Any chance I can commision you to create me a standalone copy of js-binary?

After spending many hours on trying to port over js-lib to jsfl, I've not been able to achieve this mainly do to my lack of experience with javascript and browserify. Any chance I can commision you to create me a standalone copy of js-binary?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sitegui/js-binary#7
No description provided.