Adobe Alchemy compiled SWC - not sure how to compile library for FlasCC

I'm trying to get game-music-emu-flash working with FlasCC. It uses the C/C++ Game_Music_Emu library and was originally compiled with Alchemy, but I want to see if there is a performance increase with FlasCC. I'd like to use SWIG with typemaps to call the library since the current project ActionScript is not compatible with FlasCC. I'm following code from the samples. I haven't coded the typemaps yet but for now I created swig.i as
#ifdef SWIG
%module libgmeLibModule
#include "gme/gme.h"
%include "gme/gme.h"
#else
#include "gme/gme.h"
#endif
and the Makefile follows the samples closely by replacing what's needed to match. During compilation I'm getting similar errors all in the form
libgmeLib_wrapper.cpp: In function `void _wrap_gme_ay_type_get()':
libgmeLib_wrapper.cpp:2575: error: invalid conversion from `const void*' to `void*'
libgmeLib_wrapper.cpp:2575: error:   initializing argument 1 of `void* memcpy(void*, const void*, size_t)'
Compiling with
"$(FLASCC)/usr/bin/g++" $(BASE_CFLAGS) -04 gmemain.cpp gme/*.cpp -emit-swc=sample.libgme -o libgme.swc
in the Makefile by itself under all: compiles without errors.
I don't know C++ that well so any help is appreciated. Also would using SWIG and typemaps be the way to go or would manually wrapping make sense? I thought SWIG would be better since gme is a decent sized library.

Hi Matt,
Thank you very much for taking the time to code a demo. However I can't get it to fully build. By the way I am using FlasCC on Windows 7 64-bit and therefore Cygwin. Hopefully I can attempt to build it on a Mac sometime soon. Or can I compile this on Linux?
Anyway I modified your Makefile with Windows paths since I was getting the error
Error: Unable to access jarfile /cygdrive/c/FlasCC_1.0.0/sdk/usr/lib/asc2.jar
Makefile:6: recipe for target `all' failed
make: *** [all] Error 1
So my Makefile now looks like
#Set these to the paths to your FlasCC and Flex installs
flascc=/cygdrive/c/FlasCC_1.0.0/sdk
flex=/cygdrive/c/flex_sdk_4.6
all:
          $(flascc)/usr/bin/swig -as3 gme.i
          $(flascc)/usr/bin/genfs --type=embed testfiles testfs
          java -jar C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\asc2.jar -merge -md -import \
                    C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\InMemoryBackingStore.abc \
                    -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\builtin.abc \
                    -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\playerglobal.abc \
                    -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\BinaryData.abc \
                    testfs*.as
          $(flascc)/usr/bin/g++ gme_wrap.c gme/*.cpp libgme.as testfs*.abc \
                    main.cpp demo/Wave_Writer.cpp -emit-swc=sample.libgme -o libgme.swc
          rm -f libgme.as
          $(flex)/bin/mxmlc -static-link-runtime-shared-libraries \
                    -compiler.omit-trace-statements=false -library-path=libgme.swc \
                    -debug=false demo.as -o demo.swf
clean:
          rm -f libgme.swc gme_wrap.c gme_wrap.o libgme.as demo.swf testfs* \
With this Makefile I now get the error
Error: Failed to execute compiler: Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
Makefile:6: recipe for target `all' failed
make: *** [all] Error 1
I tried -jvmopt="-XX:MaxPermSize=1400M" for g++ and it seems to run a little longer but I eventually get the same error. If I set -jvmopt="-Xmx=1G" (or any other value than 1G) I get errors in the form
cc1plus: error in backend: Failed to run /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\Windo
ws\system32\java -filetype=obj C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -X
mx=1G -target-player
Error:
LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
This usually means you have a 32bit JVM installed or have set your Java heap size too large.
Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
Stack dump:
0.      Program arguments: C:\FlasCC_1.0.0\sdk\usr\bin\llc.exe -jvm=C:\Windows\system32\java -filetype=obj C:\FlasCC_1.0
.0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -Xmx=1G -target-player
1.      Running pass 'Function Pass Manager' on module 'C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o'.
The files created previous to the g++ call are gme_wrap.c, libgme.as, testfs.rules, testfs_000000.as, testfs_000001.as, and testfs_000001.abc. All the FlasCC samples on my machine build fine. I first had Java 32-bit JRE installed then installed the Java 64-bit JDK. I also have 8GB of RAM. Any help help is always appreciated.
In the meantime I will try to update the code using as3sig since that seems to be the closest to the Alchemy code.
I just ran g++ -v in the Makefile and got
#include "..." search starts here:
#include <...> search starts here:
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
End of search list.
GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
        compiled by GNU C version 4.5.3.
GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
avm2-unknown-freebsd8/4.2.1/ gme/Ym2612_Emu.cpp -o /tmp/ccNDkxvI.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-pl
ayer -quiet -dumpbase Ym2612_Emu.cpp -auxbase Ym2612_Emu -version
ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
#include "..." search starts here:
#include <...> search starts here:
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
End of search list.
GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
        compiled by GNU C version 4.5.3.
GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/as.exe -o /tmp/ccuF6LPQ.o libgme.as -target-player
Error: Failed to execute compiler: Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
avm2-unknown-freebsd8/4.2.1/ main.cpp -o /tmp/ccgyfB8y.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-player -quie
t -dumpbase main.cpp -auxbase main -version
ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
#include "..." search starts here:
#include <...> search starts here:
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
End of search list.
GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
        compiled by GNU C version 4.5.3.
GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
avm2-unknown-freebsd8/4.2.1/ demo/Wave_Writer.cpp -o /tmp/ccm2vW5Q.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-
player -quiet -dumpbase Wave_Writer.cpp -auxbase Wave_Writer -version
ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
So it gets fairly far... but who is Jenkins? I assume that's not you since it's coded into 12 files of the FlasCC SDK. Weird.
EDIT: I just realized Jenkins is a piece of software not a user or developer who coded their paths into FlasCC.
EDIT2: It builds on Mac! I don't see out.wav being output but code complete functions show up for the library libgme in Flash Builder. I'll try to write some code to output audio to the Flash sound buffer.
EDIT3: I was able to save out.wav with a ByteArray, a FileReference save dialog and a wav format header function. I forgot Flash doesn't really allow for writing files directly to a local disk. I was also able to playback sound within the swf much like game-music-emu-flash. Still no luck with getting it to build on Cygwin though.

Similar Messages

  • I have adobe cc on pc but i have now joined the mac world but not sure how i change my pc software to mac please help

    i have adobe cc on pc but i have now joined the mac world but not sure how i change my pc software to mac please help

    Your Photoshop CC can be installed on a Mac or PC. Just install the Mac CC Desktop app and install Photoshop CC from there. It will be in your Application folder.

  • Mac book running slow I tried etresoft but not sure how to inturpret the resultsmac book running slow I tried etresoft but not sure how to inturpret the result

    mac book running slow I tried etresoft but not sure how to inturpret the results any help would be so awesome, thank you
    Problem description:
    Computer started running very slowly, when I type there is a delay and internet connection is very slow although it is not the wifi connection because it is running well on all other computers, phones, ect.
    EtreCheck version: 2.1.8 (121)
    Report generated March 28, 2015 12:02:27 PM HST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.4 GHz Intel Core i5 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 640
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        Mac OS X 10.7.5 (11G63) - Time since boot: 24 days 0:56:6
    Disk Information: ℹ️
        ST9500325ASG disk0 : (500.11 GB)
            disk0s1 (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (422.45 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple, Inc. MacBook Pro
    Launch Agents: ℹ️
        [running]    com.Affinegy.InstaLANa.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [unknown]    com.Affinegy.InstaLANd.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        GrowlHelperApp    Application  (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app)
        Belkin Router Monitor    Application  (/Applications/Belkin/Belkin Router Monitor.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Spotify    Application  (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.1
        AdobePDFViewerNPAPI: Version: 10.1.3 [Click for support]
        AdobePDFViewer: Version: 10.1.3 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        OfficeLiveBrowserPlugin: Version: 12.3.5 [Click for support]
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            22%    iTunes
             5%    ReportCrash
             2%    WindowServer
             1%    Microsoft PowerPoint
             1%    Google Chrome
    Top Processes by Memory: ℹ️
        241 MB    Google Chrome
        137 MB    Google Chrome Helper
        107 MB    Microsoft PowerPoint
        103 MB    Dropbox
        94 MB    mds
    Virtual Memory Information: ℹ️
        440 MB    Free RAM
        2.27 GB    Active RAM
        536 MB    Inactive RAM
        1.05 GB    Wired RAM
        8.03 GB    Page-ins
        908 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 28, 2015, 12:01:57 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120157_[redacted].crash
        Mar 28, 2015, 12:01:36 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120136_[redacted].crash
        Mar 28, 2015, 12:01:36 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120136_[redacted].crash
        Mar 28, 2015, 12:01:25 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120125_[redacted].crash
        Mar 28, 2015, 12:01:14 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120114_[redacted].crash
        Mar 28, 2015, 12:01:14 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120114_[redacted].crash
        Mar 28, 2015, 12:00:31 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120031_[redacted].crash
        Mar 28, 2015, 12:00:20 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120020_[redacted].crash
        Mar 28, 2015, 12:00:20 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120020_[redacted].crash
        Mar 28, 2015, 12:00:10 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120010_[redacted].crash
        Mar 28, 2015, 12:00:10 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120010_[redacted].crash
        Mar 28, 2015, 11:59:59 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115959_[redacted].crash
        Mar 28, 2015, 11:59:47 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115947_[redacted].crash
        Mar 28, 2015, 11:59:38 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115938_[redacted].crash
        Mar 28, 2015, 11:59:29 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115929_[redacted].crash
        Mar 28, 2015, 11:59:20 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115920_[redacted].crash
        Mar 28, 2015, 11:59:09 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115909_[redacted].crash
        Mar 28, 2015, 11:59:09 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115909_[redacted].crash
        Mar 28, 2015, 11:58:57 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115857_[redacted].crash
        Mar 28, 2015, 11:58:57 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115857_[redacted].crash
        Mar 28, 2015, 11:58:45 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115845_[redacted].crash
        Mar 28, 2015, 12:01:45 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120145_[redacted].crash
        Mar 28, 2015, 12:01:45 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120145_[redacted].crash
        Mar 28, 2015, 12:01:03 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120103_[redacted].crash
        Mar 28, 2015, 12:00:54 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120054_[redacted].crash
        Mar 28, 2015, 12:00:54 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120054_[redacted].crash
        Mar 28, 2015, 12:00:42 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120042_[redacted].crash
        Mar 28, 2015, 12:00:42 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120042_[redacted].crash
        Mar 28, 2015, 11:59:47 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115947_[redacted].crash
        Mar 28, 2015, 11:59:29 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115929_[redacted].crash
        Mar 28, 2015, 11:59:20 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115920_[redacted].crash
        Mar 28, 2015, 12:02:18 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120218_[redacted].crash
        Mar 28, 2015, 12:02:06 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120206_[redacted].crash
        Mar 28, 2015, 12:02:06 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120206_[redacted].crash
        Mar 28, 2015, 12:01:57 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120157_[redacted].crash
        Mar 28, 2015, 12:01:25 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120125_[redacted].crash
        Mar 28, 2015, 12:01:03 PM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-120103_[redacted].crash
        Mar 28, 2015, 12:00:31 PM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-120031_[redacted].crash
        Mar 28, 2015, 11:59:59 AM    /Library/Logs/CrashReporter/Belkin Router Monitor & Setup_2015-03-28-115959_[redacted].crash
        Mar 28, 2015, 11:59:38 AM    /Library/Logs/DiagnosticReports/Belkin Router Monitor & Setup_2015-03-28-115938_[redacted].crash

    Update your Belkin router software along with Affinegy software.

  • Access restriction error? not sure how to fix it....

    I am trying to use JPEGImageEncoder and i imported import com.sun.image.codec.jpeg.*; fine but i get the following error on my code:
    CODE:
    JPEGImageEncoder encoder =JPEGCodec.createJPEGEncoder(outImage);
    ERROR:
    Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library /usr/local/java/jdk1.6.0_07/jre/lib/rt.jar
    I am not sure how to fix this... anyone know what needs to be done? I am using eclipse and i see the rt.jar in my library....
    thanks!

    MikeTheBorg wrote:
    OK, I agree it's simpler for simple cases, but how do I do something like this:
              JPEGImageEncoder jie = JPEGCodec.createJPEGEncoder(os);
              JPEGEncodeParam jep = jie.getDefaultJPEGEncodeParam(bi);
              jep.setDensityUnit(JPEGEncodeParam.DENSITY_UNIT_DOTS_INCH);
              jep.setXDensity(1200);
              jep.setYDensity(1200);
              jep.setQuality(1, false);
              jie.setJPEGEncodeParam(jep);
              jie.encode(bi);
    using ImageIO?
    "Stupid" Eclipse+Maven refuse to compile this legacy code.It's an Eclipse error, not a Java/compiler error as such. To fix it, I believe you have to check your plug-in configuration -- imported packages here or exported packages there. Try adding "com.sun.image.codec.jpeg" to the imported packages. Something along those lines. Anyway, bottom line: this is not an issue with the code.
    Furthermore, lookee here: GIAD

  • I'm trying to load a student version of Acrobat XI Pro but not sure how to get the serial number to validate I'm a student

    I'm trying to load a student version of Acrobat XI Pro but not sure how to get the serial number to validate I'm a student

    Hi ,
    Could you please tell me form where did you purchase the Student version of Acrobat ?Is it through Adobe or some outside vendor ?
    Is it the first time you are trying to access it ?
    If yes ,then you must have received your serial number along with your product .
    If not ,then how how did you manage to get your serial number and access Acrobat before ?
    Regards
    Sukrit Dhingra

  • Not sure how i should go about creating this flash to accomplish what i need.

    First let me start by saying my flash file is currently 740kb
    in .swf form and I'm not done with it. I'm taking this which was
    developed from another developer and trying to customize it to work
    for what i need. The flash was bought from template monster. I'm
    using actionscript 2.0 in the flash.
    Is 740kb big for a flash file that is basically an entire
    website?
    I'm trying to make this flash load as fast as possible while
    implementing the best practices so i can use it for future
    projects. Also i would like advice on using various techniques to
    accomplish some functionality.
    The flash file i'm working on is basically like a brochure
    for a client. It consists of "8" main pages, along with several sub
    pages.
    I have the following questions though.
    1. Currently the navigation is on the left hand side, and has
    a mouse over animation as well as sound effects with rollover and
    being clicked. The mouseover effect just moves the text to the
    right a little and brings it back to the original position..
    However each button in is an individual movie symbol.
    - Should I consolidate the navigation so it's one movie
    symbol instead of 8 movie symbols on one page? Keeping in mind that
    even if i do make it just 1 symbol i might need to add the 8
    navigation movie symbols into that one to maintain the animation.
    - Should the buttons even be movie symbols or is there a
    better way this should be done?
    2. Because of the text for each page, I was using adobes
    built in scrolling component for the dynamic text boxes.
    Considering there is more then 8 dynamic text instances converted
    to graphic symbols.... Is there a more efficient way of doing this,
    or is the above method just fine?
    3. The flash file contains a photo gallery. Currently all the
    images from the gallery are in the same flash file. I was thinking
    it would be more efficient to load the images in the gallery from
    external .swf files. However i'm not sure if that would be the best
    method, and i'm also not sure how to correctly accomplish within
    standards.
    4. I would like to implement a contact form within the flash
    so users can contact me.
    5. I would also like to have a testimonials page where users
    can submit testimonials. However i'm not sure how to create the
    form, but i had an idea on displaying the text in the flash using
    xml so it can be easily updated . Just not sure on the proper and
    more efficient way of doing this.
    6. I would also like an event calendar that displays within
    the flash. Was thinking of having this loaded from an external .swf
    file as well. Would like the calendar to be xml based so I can
    update it myself. Don't need nothing advance, just something that
    says "Busy", "Not Busy", and "Book" which would just take them back
    to the contact form to book me.
    I know many of you don't know who i am, but I would really
    appreciate some assistance. Whether its sample flash files, links
    to tutorials, advice, anything.
    I really want to do all of the above, but also as i'm
    learning i would like to make sure i'm doing the above in the most
    efficient way possible and up to standards while also keeping the
    size low. Would like to do it right the first time, so as i
    continue making flash files in the future I'm not writing sloppy
    actionscript coding, having sloppy timelines, and or having sloppy
    structure in my .fla files.
    Also i know alot of you are very busy people, and i'm not
    asking for you to do the flash for me but any and all help will be
    very greatly appreciated.
    Thank you in advance for you comments, advice, and replies.
    :)

    Wow, you're really looking to get your money's worth here. :)
    I haven't read through your entire list of questions, but
    I'll do what I can to help - others here will probably have
    different ideas, so feel free to pick and choose which (if any - or
    all) you want to integrate.
    1. So far, my experience has been that the people that create
    the templates on TemplateMonster have a pretty good handle on what
    they are doing, and have done what they do for a pretty good
    reason. Unless you are quite good at ActionScript, I probably
    wouldn't make any major changes to the back end. After all, you
    bought the template for a reason. If you want to move the buttons
    around the stage, great - edit them to change the colors, great.
    But to try to create a button array may be more than you want to
    bite into here. That said, it can be done. I've done it. If you
    want a sample of the code, drop me an e-mail and I'll send it to
    you. FYI: I only do AS3.0 at this point. If your template is in AS2
    then one of the other Flash gods would be better suited for code
    samples.
    1a. The buttons are movie clips for a reason - flexibility.
    Leave them as movie clips unless you really like migraines.
    2. I hate having to convert text to symbols, but sometimes it
    is the most efficient (or only) way to do things. If you want to do
    any tweens with the text, it has to be a symbol.
    3. You can load the photos from external SWF's or you can
    load the JPG's directly using XML. If you are using AS3, I know
    that there is tight, simple integration with XML. I'd review a
    couple tutorials on XML from some place like www.tutorialized.com
    to get a feel for it. Also, look up "Working with XML" in the Flash
    Help file (F1). Once you have decided on an approach, come back
    here with specific questions and you will get good answers.
    4. Doable. Search these forums for "Email from Text Box".
    This was covered several times in the last couple of days.
    5. XML is one option. You can even have XML give a photo of
    the person doing the testimonial and load it all into a single
    page. What you can do with this is limited only by your
    imagination. This is a very broad question.
    6. Someone posted a message about a calendar on here today.
    Search for "Calendar" and I'm sure you will get some ideas from
    there. Also (and again) www.tutorialized.com is a great resource
    for general code and ideas.
    You're right, we don't know you. And guess what? That doesn't
    matter. We are equal opportunity abusers here. :) I mean that with
    the kindest grin.
    The things you have asked are very broad in nature and
    therefore are quite difficult to give specific answers. We are
    always happy to help you when you get stuck, and even to spend a
    great deal of time walking you through a specific topic. However,
    what you've asked here would take a six-week course to answer to
    the level you will need. Grab some free code. Try it out. Play with
    it. Break it. The Flash gods will rescue you. But remember, the
    more specific your question, the better answer you will get.
    I hope this helps (at least some).

  • I am having trouble installing photoshop Lightroom.  I have the S/N #... I need it to be confirmed and activated so i can receive an email to activate the system to my computer.  I am not sure how to go about doing so.

    I am having trouble installing photoshop Lightroom.  The program is installed and has some sections blocked off.  I have the S/N #... I need it to be confirmed and activated so i can receive an email to activate the system to my computer.  I am not sure how to go about doing so. 

    If you have a serial number, you simply need to enter it into the proper fields.
    Since you don't say what version of Lightroom, and what sections are "blocked off", let me guess that you have Lightroom CC, and you need to enter the serial number to turn it into Lightroom 6. Here are the instructions: Adobe Photoshop Lightroom Help | Serialize Lightroom CC trial to activate as Lightroom 6
    And if that's not the right assumption, then please give us the details.

  • My trials of indesign and illustrator expired.  I am offered a price of $29.99 a month to upgrade, when I go "buy" the price is $49.99.  Not sure how to proceed.

    My trials of indesign and illustrator expired.  I am offered a price of $29.99 a month to upgrade, when I go "buy" the price is $49.99.  Not sure how to proceed.

    Hi Holly,
    Please try to subscribe to the plan using a different browser.
    In case of the same issue, please contact the support to place your order:
    https://helpx.adobe.com/contact.html
    Regards,
    Sheena

  • HT1386 I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.

    I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.  When I open iTunes it has a button that say "Back Up iPhone", but I'm not sure what that does.  When I go into the sync options it say I have another user account and asks me if I want to merge of replace. I'm assuming it's trying to tell me I have an older iTunes Library, but don't know that.  Geez, maybe people over 60 shouldn't have iPhones, iTunes just bafles me.

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • I am getting a run time error message when I am trying to reinstall itunes and I'm not sure how to fix it. Can someone tell me what I need to do to get itunes back? Thanks!

    I'm not sure how or why this is happening and it has just started...I tried to update and then it would not allow me to open the file at all giving me a runtime error message and multiple windows (because of the help feature). It has been successfully reinstalled but I'm still getting the error message...what do I do?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • My iPhoto app was  digressed back to 9.5, not sure how I did it.  I then went to time machine and restored it.  Now when i try to open it, I get a message that iPhoto is on a disk and locked tells me that I don't have permisson to unlock it.  Help ?

    My iPhoto app was digressed back to 9.5, not sure how I did it.  I went to time machine and restored. Now it wont accept my password.  tells me it is locked.  Can anyone help me?

    Run Repair Permissions in Disk Utility and see if that helps.
    If not, you can select the iPhoto Library in your Pictures folder, go File > Get Info (or Command-i), go to the bottom of the info window and set your permissions to Read & Write. On the Action menu at the bottom (the one with the gear) choose Apply to enclosed items...

  • After upgrading to Lion, my Macbook Air's built in iSight camera has disappeared.  I'm not sure how to get it recognized again.

    After upgrading to Lion, my Macbook Air's built in iSight camera has disappeared.  I'm not sure how to get it recognized again.  Help -Sami

    Well, if you did then you may be able to track it, if you did not it's not possible.

  • I created a form and I'm not sure how to make the 'submit' button send me the collected information.

    Hello everybody. I am a web designer (NOT a developer)
    I created a form and I'm not sure how to make the 'submit' button send me the collected information.
    I have used phpform.org/ to custom build a submission form. Then I opened that html in dreamweaver (so that I could edit colors, fonts, and delete the phpform.org advetisement)
    Now I need to link the 'submit button' so that it will e-mail me the completed form.
    (formphp.org wants me to subscribe to a servie that I pay for in order to have the form e-mailed to myself.)
    (after I get the submit button linked to an e-mail I will pull the html of my completed form into Muse- but I don't think that is really relevent)
    I'm sure one of you can help point me in the right direction! I can't write my own code so detailed help is appreciated!
    -Brenna
    The e-mail I would like the form sent to is:
    [email protected]
    Here is the the code for my form 'as is' :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Create a Profile</title>
    <link rel="stylesheet" type="text/css" href="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/view.css" media="all">
    <script type="text/javascript" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/view.js"></script>
    </head>
    <body id="main_body" >
              <img id="top" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/top.png" alt="">
              <div id="form_container">
                        <h1><a>Create a Profile</a></h1>
                <form id="form_836144" class="appnitro" enctype="multipart/form-data" method="post" action="">
                        <div class="form_description">
                                  <h2 align="center">Create a Tommy Lemonade Profile</h2>
                                  <p></p>
                        </div>
                          <ul >
                                              <li id="li_1" >
                        <label class="description" for="element_1">Name </label>
                        <span>
                                  <input id="element_1_1" name= "element_1_1" class="element text" maxlength="255" size="8" value=""/>
                                  <label>First</label>
                        </span>
                        <span>
                                  <input id="element_1_2" name= "element_1_2" class="element text" maxlength="255" size="14" value=""/>
                                  <label>Last</label>
                        </span>
                        </li>                    <li id="li_23" >
                        <label class="description" for="element_23">Service Provider Type </label>
                        <span>
                                  <input id="element_23_1" name="element_23_1" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_1">Barber</label>
    <input id="element_23_2" name="element_23_2" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_2">Hairstylist</label>
    <input id="element_23_3" name="element_23_3" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_3">Nail Technician</label>
    <input id="element_23_4" name="element_23_4" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_4">Massage Therapist</label>
    <input id="element_23_5" name="element_23_5" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_5">Skin Care</label>
    <input id="element_23_6" name="element_23_6" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_6">Esthetician</label>
    <input id="element_23_7" name="element_23_7" class="element checkbox" type="checkbox" value="1" />
    <label class="choice" for="element_23_7">Make Up Artist</label>
                        </span><p class="guidelines" id="guide_23"><small>Select all that apply.</small></p>
                        </li>                    <li id="li_19" >
                        <label class="description" for="element_19">Top 5 services </label>
                        <div>
                                  <textarea id="element_19" name="element_19" class="element textarea medium"></textarea>
                        </div><p class="guidelines" id="guide_19"><small>Please list your top 5 services</small></p>
                        </li>                    <li id="li_20" >
                        <label class="description" for="element_20">List all services you offer & thier starting price </label>
                        <div>
                                  <textarea id="element_20" name="element_20" class="element textarea medium"></textarea>
                        </div><p class="guidelines" id="guide_20"><small>please use a new line for each service. You can do this by pressing 'enter' after each starting price.
    </small></p>
                        </li>                    <li id="li_12" >
                        <label class="description" for="element_12">Personal Phone </label>
                        <span>
                                  <input id="element_12_1" name="element_12_1" class="element text" size="3" maxlength="3" value="" type="text"> -
                                  <label for="element_12_1">(###)</label>
                        </span>
                        <span>
                                  <input id="element_12_2" name="element_12_2" class="element text" size="3" maxlength="3" value="" type="text"> -
                                  <label for="element_12_2">###</label>
                        </span>
                        <span>
                                   <input id="element_12_3" name="element_12_3" class="element text" size="4" maxlength="4" value="" type="text">
                                  <label for="element_12_3">####</label>
                        </span>
                        <p class="guidelines" id="guide_12"><small>Only fill in if you want clients to be able to contact you on your personal phone line rather than the phone at your place of employment. </small></p>
                        </li>                    <li id="li_21" >
                        <label class="description" for="element_21">E-mail (Required)  </label>
                        <div>
                                  <input id="element_21" name="element_21" class="element text medium" type="text" maxlength="255" value=""/>
                        </div><p class="guidelines" id="guide_21"><small>Staff at Tommy Lemonade will use this e-mail as your primary contact information. it will also be seen by your potential clients.</small></p>
                        </li>                    <li id="li_6" >
                        <label class="description" for="element_6">Confirm your e-mail (Required)  </label>
                        <div>
                                  <input id="element_6" name="element_6" class="element text medium" type="text" maxlength="255" value=""/>
                        </div><p class="guidelines" id="guide_6"><small>Please re-type your e-mail address</small></p>
                        </li>                    <li id="li_3" >
                        <label class="description" for="element_3">Web Site </label>
                        <div>
                                  <input id="element_3" name="element_3" class="element text medium" type="text" maxlength="255" value="http://"/>
                        </div><p class="guidelines" id="guide_3"><small>If you don't have your own website feel free to link your professional Facebook, Google+ etc... </small></p>
                        </li>                    <li id="li_4" >
                        <label class="description" for="element_4">Place of employment </label>
                        <div>
                                  <input id="element_4" name="element_4" class="element text medium" type="text" maxlength="255" value=""/>
                        </div>
                        </li>                    <li id="li_2" >
                        <label class="description" for="element_2">Work Address </label>
                        <div>
                                  <input id="element_2_1" name="element_2_1" class="element text large" value="" type="text">
                                  <label for="element_2_1">Street Address</label>
                        </div>
                        <div>
                                  <input id="element_2_2" name="element_2_2" class="element text large" value="" type="text">
                                  <label for="element_2_2">Address Line 2</label>
                        </div>
                        <div class="left">
                                  <input id="element_2_3" name="element_2_3" class="element text medium" value="" type="text">
                                  <label for="element_2_3">City</label>
                        </div>
                        <div class="right">
                                  <input id="element_2_4" name="element_2_4" class="element text medium" value="" type="text">
                                  <label for="element_2_4">State / Province / Region</label>
                        </div>
                        <div class="left">
                                  <input id="element_2_5" name="element_2_5" class="element text medium" maxlength="15" value="" type="text">
                                  <label for="element_2_5">Postal / Zip Code</label>
                        </div>
                        <div class="right">
                                  <select class="element select medium" id="element_2_6" name="element_2_6">
                                  <option value="" selected="selected"></option>
    <option value="Afghanistan" >Afghanistan</option>
    <option value="Albania" >Albania</option>
    <option value="Algeria" >Algeria</option>
    <option value="Andorra" >Andorra</option>
    <option value="Antigua and Barbuda" >Antigua and Barbuda</option>
    <option value="Argentina" >Argentina</option>
    <option value="Armenia" >Armenia</option>
    <option value="Australia" >Australia</option>
    <option value="Austria" >Austria</option>
    <option value="Azerbaijan" >Azerbaijan</option>
    <option value="Bahamas" >Bahamas</option>
    <option value="Bahrain" >Bahrain</option>
    <option value="Bangladesh" >Bangladesh</option>
    <option value="Barbados" >Barbados</option>
    <option value="Belarus" >Belarus</option>
    <option value="Belgium" >Belgium</option>
    <option value="Belize" >Belize</option>
    <option value="Benin" >Benin</option>
    <option value="Bhutan" >Bhutan</option>
    <option value="Bolivia" >Bolivia</option>
    <option value="Bosnia and Herzegovina" >Bosnia and Herzegovina</option>
    <option value="Botswana" >Botswana</option>
    <option value="Brazil" >Brazil</option>
    <option value="Brunei" >Brunei</option>
    <option value="Bulgaria" >Bulgaria</option>
    <option value="Burkina Faso" >Burkina Faso</option>
    <option value="Burundi" >Burundi</option>
    <option value="Cambodia" >Cambodia</option>
    <option value="Cameroon" >Cameroon</option>
    <option value="Canada" >Canada</option>
    <option value="Cape Verde" >Cape Verde</option>
    <option value="Central African Republic" >Central African Republic</option>
    <option value="Chad" >Chad</option>
    <option value="Chile" >Chile</option>
    <option value="China" >China</option>
    <option value="Colombia" >Colombia</option>
    <option value="Comoros" >Comoros</option>
    <option value="Congo" >Congo</option>
    <option value="Costa Rica" >Costa Rica</option>
    <option value="Côte d'Ivoire" >Côte d'Ivoire</option>
    <option value="Croatia" >Croatia</option>
    <option value="Cuba" >Cuba</option>
    <option value="Cyprus" >Cyprus</option>
    <option value="Czech Republic" >Czech Republic</option>
    <option value="Denmark" >Denmark</option>
    <option value="Djibouti" >Djibouti</option>
    <option value="Dominica" >Dominica</option>
    <option value="Dominican Republic" >Dominican Republic</option>
    <option value="East Timor" >East Timor</option>
    <option value="Ecuador" >Ecuador</option>
    <option value="Egypt" >Egypt</option>
    <option value="El Salvador" >El Salvador</option>
    <option value="Equatorial Guinea" >Equatorial Guinea</option>
    <option value="Eritrea" >Eritrea</option>
    <option value="Estonia" >Estonia</option>
    <option value="Ethiopia" >Ethiopia</option>
    <option value="Fiji" >Fiji</option>
    <option value="Finland" >Finland</option>
    <option value="France" >France</option>
    <option value="Gabon" >Gabon</option>
    <option value="Gambia" >Gambia</option>
    <option value="Georgia" >Georgia</option>
    <option value="Germany" >Germany</option>
    <option value="Ghana" >Ghana</option>
    <option value="Greece" >Greece</option>
    <option value="Grenada" >Grenada</option>
    <option value="Guatemala" >Guatemala</option>
    <option value="Guinea" >Guinea</option>
    <option value="Guinea-Bissau" >Guinea-Bissau</option>
    <option value="Guyana" >Guyana</option>
    <option value="Haiti" >Haiti</option>
    <option value="Honduras" >Honduras</option>
    <option value="Hong Kong" >Hong Kong</option>
    <option value="Hungary" >Hungary</option>
    <option value="Iceland" >Iceland</option>
    <option value="India" >India</option>
    <option value="Indonesia" >Indonesia</option>
    <option value="Iran" >Iran</option>
    <option value="Iraq" >Iraq</option>
    <option value="Ireland" >Ireland</option>
    <option value="Israel" >Israel</option>
    <option value="Italy" >Italy</option>
    <option value="Jamaica" >Jamaica</option>
    <option value="Japan" >Japan</option>
    <option value="Jordan" >Jordan</option>
    <option value="Kazakhstan" >Kazakhstan</option>
    <option value="Kenya" >Kenya</option>
    <option value="Kiribati" >Kiribati</option>
    <option value="North Korea" >North Korea</option>
    <option value="South Korea" >South Korea</option>
    <option value="Kuwait" >Kuwait</option>
    <option value="Kyrgyzstan" >Kyrgyzstan</option>
    <option value="Laos" >Laos</option>
    <option value="Latvia" >Latvia</option>
    <option value="Lebanon" >Lebanon</option>
    <option value="Lesotho" >Lesotho</option>
    <option value="Liberia" >Liberia</option>
    <option value="Libya" >Libya</option>
    <option value="Liechtenstein" >Liechtenstein</option>
    <option value="Lithuania" >Lithuania</option>
    <option value="Luxembourg" >Luxembourg</option>
    <option value="Macedonia" >Macedonia</option>
    <option value="Madagascar" >Madagascar</option>
    <option value="Malawi" >Malawi</option>
    <option value="Malaysia" >Malaysia</option>
    <option value="Maldives" >Maldives</option>
    <option value="Mali" >Mali</option>
    <option value="Malta" >Malta</option>
    <option value="Marshall Islands" >Marshall Islands</option>
    <option value="Mauritania" >Mauritania</option>
    <option value="Mauritius" >Mauritius</option>
    <option value="Mexico" >Mexico</option>
    <option value="Micronesia" >Micronesia</option>
    <option value="Moldova" >Moldova</option>
    <option value="Monaco" >Monaco</option>
    <option value="Mongolia" >Mongolia</option>
    <option value="Montenegro" >Montenegro</option>
    <option value="Morocco" >Morocco</option>
    <option value="Mozambique" >Mozambique</option>
    <option value="Myanmar" >Myanmar</option>
    <option value="Namibia" >Namibia</option>
    <option value="Nauru" >Nauru</option>
    <option value="Nepal" >Nepal</option>
    <option value="Netherlands" >Netherlands</option>
    <option value="New Zealand" >New Zealand</option>
    <option value="Nicaragua" >Nicaragua</option>
    <option value="Niger" >Niger</option>
    <option value="Nigeria" >Nigeria</option>
    <option value="Norway" >Norway</option>
    <option value="Oman" >Oman</option>
    <option value="Pakistan" >Pakistan</option>
    <option value="Palau" >Palau</option>
    <option value="Panama" >Panama</option>
    <option value="Papua New Guinea" >Papua New Guinea</option>
    <option value="Paraguay" >Paraguay</option>
    <option value="Peru" >Peru</option>
    <option value="Philippines" >Philippines</option>
    <option value="Poland" >Poland</option>
    <option value="Portugal" >Portugal</option>
    <option value="Puerto Rico" >Puerto Rico</option>
    <option value="Qatar" >Qatar</option>
    <option value="Romania" >Romania</option>
    <option value="Russia" >Russia</option>
    <option value="Rwanda" >Rwanda</option>
    <option value="Saint Kitts and Nevis" >Saint Kitts and Nevis</option>
    <option value="Saint Lucia" >Saint Lucia</option>
    <option value="Saint Vincent and the Grenadines" >Saint Vincent and the Grenadines</option>
    <option value="Samoa" >Samoa</option>
    <option value="San Marino" >San Marino</option>
    <option value="Sao Tome and Principe" >Sao Tome and Principe</option>
    <option value="Saudi Arabia" >Saudi Arabia</option>
    <option value="Senegal" >Senegal</option>
    <option value="Serbia and Montenegro" >Serbia and Montenegro</option>
    <option value="Seychelles" >Seychelles</option>
    <option value="Sierra Leone" >Sierra Leone</option>
    <option value="Singapore" >Singapore</option>
    <option value="Slovakia" >Slovakia</option>
    <option value="Slovenia" >Slovenia</option>
    <option value="Solomon Islands" >Solomon Islands</option>
    <option value="Somalia" >Somalia</option>
    <option value="South Africa" >South Africa</option>
    <option value="Spain" >Spain</option>
    <option value="Sri Lanka" >Sri Lanka</option>
    <option value="Sudan" >Sudan</option>
    <option value="Suriname" >Suriname</option>
    <option value="Swaziland" >Swaziland</option>
    <option value="Sweden" >Sweden</option>
    <option value="Switzerland" >Switzerland</option>
    <option value="Syria" >Syria</option>
    <option value="Taiwan" >Taiwan</option>
    <option value="Tajikistan" >Tajikistan</option>
    <option value="Tanzania" >Tanzania</option>
    <option value="Thailand" >Thailand</option>
    <option value="Togo" >Togo</option>
    <option value="Tonga" >Tonga</option>
    <option value="Trinidad and Tobago" >Trinidad and Tobago</option>
    <option value="Tunisia" >Tunisia</option>
    <option value="Turkey" >Turkey</option>
    <option value="Turkmenistan" >Turkmenistan</option>
    <option value="Tuvalu" >Tuvalu</option>
    <option value="Uganda" >Uganda</option>
    <option value="Ukraine" >Ukraine</option>
    <option value="United Arab Emirates" >United Arab Emirates</option>
    <option value="United Kingdom" >United Kingdom</option>
    <option value="United States" >United States</option>
    <option value="Uruguay" >Uruguay</option>
    <option value="Uzbekistan" >Uzbekistan</option>
    <option value="Vanuatu" >Vanuatu</option>
    <option value="Vatican City" >Vatican City</option>
    <option value="Venezuela" >Venezuela</option>
    <option value="Vietnam" >Vietnam</option>
    <option value="Yemen" >Yemen</option>
    <option value="Zambia" >Zambia</option>
    <option value="Zimbabwe" >Zimbabwe</option>
                                  </select>
                        <label for="element_2_6">Country</label>
              </div>
                        </li>                    <li id="li_5" >
                        <label class="description" for="element_5">Work Phone </label>
                        <span>
                                  <input id="element_5_1" name="element_5_1" class="element text" size="3" maxlength="3" value="" type="text"> -
                                  <label for="element_5_1">(###)</label>
                        </span>
                        <span>
                                  <input id="element_5_2" name="element_5_2" class="element text" size="3" maxlength="3" value="" type="text"> -
                                  <label for="element_5_2">###</label>
                        </span>
                        <span>
                                   <input id="element_5_3" name="element_5_3" class="element text" size="4" maxlength="4" value="" type="text">
                                  <label for="element_5_3">####</label>
                        </span>
                        <p class="guidelines" id="guide_5"><small>Please enter the phone number of the establishment where you work if applicable. </small></p>
                        </li>                    <li id="li_22" >
                        <label class="description" for="element_22">Schedule </label>
                        <div>
                                  <textarea id="element_22" name="element_22" class="element textarea medium"></textarea>
                        </div><p class="guidelines" id="guide_22"><small>Please feel free to include your schedule. What days you work, when are you days off, be sure to include your hours available (example: 9am-7pm) or if you have any 'by appointment only' days. </small></p>
                        </li>                    <li id="li_7" >
                        <label class="description" for="element_7">Profile Picture </label>
                        <div>
                                  <input id="element_7" name="element_7" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_8" >
                        <label class="description" for="element_8">Portfolio image  </label>
                        <div>
                                  <input id="element_8" name="element_8" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_9" >
                        <label class="description" for="element_9">Portfolio image  </label>
                        <div>
                                  <input id="element_9" name="element_9" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_10" >
                        <label class="description" for="element_10">Portfolio image  </label>
                        <div>
                                  <input id="element_10" name="element_10" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_11" >
                        <label class="description" for="element_11">Portfolio image  </label>
                        <div>
                                  <input id="element_11" name="element_11" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_13" >
                        <label class="description" for="element_13">Portfolio image  </label>
                        <div>
                                  <input id="element_13" name="element_13" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_14" >
                        <label class="description" for="element_14">Portfolio image  </label>
                        <div>
                                  <input id="element_14" name="element_14" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_15" >
                        <label class="description" for="element_15">Portfolio image  </label>
                        <div>
                                  <input id="element_15" name="element_15" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_16" >
                        <label class="description" for="element_16">Portfolio image  </label>
                        <div>
                                  <input id="element_16" name="element_16" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_17" >
                        <label class="description" for="element_17">Portfolio image  </label>
                        <div>
                                  <input id="element_17" name="element_17" class="element file" type="file"/>
                        </div> 
                        </li>                    <li id="li_18" >
                        <label class="description" for="element_18">Portfolio image  </label>
                        <div>
                                  <input id="element_18" name="element_18" class="element file" type="file"/>
                        </div> 
                        </li>
                            <li class="buttons">
                              <input type="hidden" name="form_id" value="836144" />
                        <input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
                            </li>
                          </ul>
                        </form>
                        <div id="footer">
                        </div>
              </div>
              <img id="bottom" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/bottom.png" alt="">
              </body>
    </html>

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • I have an ipad 3/32GB..I need more storage and not sure how to make better use of icloud and release GB

    To add to my original question: I had a 1st generation ipad and 32GB was more than enough storage now I'm having trouble making movies, adding media, etc. I have bought another 15GB of storage on I cloud. Can I put all of my apps on i cloud?
    I'm going to be taking an overseas flight and wanted to rent a bunch of movies but I'm not sure how to do that.
    I would be grateful for any help
    sherrislp

    To answer your question, you could remove your apps and then download them again as needed. Your purchased apps are part of what is stored in iCloud and purchased apps do not count against the allotment anyway - As far as I know.
    You would want to backup to iCloud before you delete the apps. If it were me, I would also back up and sync with iTunes - I still use iTunes and I back up to both iCloud and iTunes.
    The suggestion that James made would be OK for bringing the movies with you on the trip .... But you need to be able to use WiFi in order to use the device and the way that I read your question, you want to download movies to watch on the flight. So that will not work on the airline flight. It would store the content for later viewing but won't work on the flight. That is my understanding of the GoFlex drive, but you would have to investigate it further.
    http://www.seagate.com/external-hard-drives/portable-hard-drives/wireless/goflex -satellite/?cmpid=ppc-_-satellite-_-g-_-us-_-goflex_satellite-_-p

  • I want to store my music files on a NAS (which has an iTunes server built in), but I'm not sure how this will affect my iPhone sync. Will I need a local copy of my music on a computer in order to continue to sync?

    Hi,
    I have an iPhone and I sync playlists to it from iTunes. (I have far in excess of 16GB of music/podcasts.)
    What I want to do is permanently share my music library with all devices in the house, so I'm planning on buying a NAS server that has a built-in iTunes server. (I don't want to just use my computer to share and leave it on 24/7 because that is a phenominal waste of power.) That way all networked computers can just load the library under the 'SHARED' option in the left pane. However, this had me wondering about how I will continue to sync my music to my iPhone? I wondered if I will need to maintain a duplicate of the library on one of my computers, and then have my iPhone sync with that. Otherwise I'm not sure how it'll work.
    Any help/comments/suggestions will be greatly appreciated.
    Tom.

    Incidentally, my first thought was to map a network share from the NAS to my computer, so that my music files appear on the Z: drive, say on my computer. I could then set up iTunes to store music etc in that folder, and to copy all new items to that folder. However, if I do that, all that'll happen is that on my NAS, the library file will become out of date as I add music to the collection but not to the index.

Maybe you are looking for