Code Monkey home page Code Monkey logo

Comments (9)

superman2211 avatar superman2211 commented on June 12, 2024

Hi!

I added Build section into readme file

from guepard.

srinigudimella avatar srinigudimella commented on June 12, 2024

from guepard.

superman2211 avatar superman2211 commented on June 12, 2024

Hi!

I updated Build instruction.

If you want to use this converter for convert flash app to html5 you can install only Adobe AIR and compiled air/converter.air.

from guepard.

srinigudimella avatar srinigudimella commented on June 12, 2024

Thank you for your support. I followed all the instructions and run the build . The error screenshot is attached. I am not having knowledge in Air application. Can you please support on this.

runerror

from guepard.

superman2211 avatar superman2211 commented on June 12, 2024

Hi!
Your APP_ID does not match with id from application.xml.

application.xml
<id>converter</id>

SetupApp.bat
set CERT_NAME="converter"

Also, you need to rebuild your certificate.

from guepard.

srinigudimella avatar srinigudimella commented on June 12, 2024

from guepard.

superman2211 avatar superman2211 commented on June 12, 2024

Hi!
Your files didn't work for me. Build completed but I don't see anything...
Try those files:

application.xml

<id>converter</id> 
<versionNumber>1.0</versionNumber> 
<filename>converter</filename> 

<name>converter</name> 
<description></description> 
<copyright></copyright> 

<initialWindow> 
	<title>converter</title> 
	<content>converter.swf</content> 
	<systemChrome>standard</systemChrome> 
	<transparent>false</transparent> 
	<visible>true</visible> 
	<minimizable>true</minimizable> 
	<maximizable>true</maximizable> 
	<resizable>true</resizable> 
</initialWindow> 

<!-- 
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->

SetupApp.bat

:: Set working dir
cd %~dp0 & cd ..

:user_configuration

:: About AIR application packaging
:: http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035959
:: http://livedocs.adobe.com/flex/3/html/distributing_apps_4.html#1037515

:: NOTICE: all paths are relative to project root

:: Your certificate information
set CERT_NAME="converter"
set CERT_PASS=fd
set CERT_FILE="bat\converter.p12"
set SIGNING_OPTIONS=-storetype pkcs12 -keystore %CERT_FILE% -storepass %CERT_PASS%

:: Application descriptor
set APP_XML=application.xml

:: Files to package
set APP_DIR=bin
set FILE_OR_DIR=-C %APP_DIR% .

:: Your application ID (must match of Application descriptor) and remove spaces
for /f "tokens=3 delims=<>" %%a in ('findstr /R /C:"^[ ]*" %APP_XML%') do set APP_ID=%%a
set APP_ID=%APP_ID: =%

:: Output
set AIR_PATH=air
set AIR_NAME=converter

:validation
findstr /C:"%APP_ID%" "%APP_XML%" > NUL
if errorlevel 1 goto badid
goto end

:badid
echo.
echo ERROR:
echo Application ID in 'bat\SetupApp.bat' (APP_ID)
echo does NOT match Application descriptor '%APP_XML%' (id)
echo.
if %PAUSE_ERRORS%==1 pause
exit

:end

from guepard.

srinigudimella avatar srinigudimella commented on June 12, 2024

At the first step, the certificate is not working.. See attached error.
capture1

from guepard.

superman2211 avatar superman2211 commented on June 12, 2024

Hello! Do you have any updates?

from guepard.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.