Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

no actionscript code insert?

New Here ,
Jun 04, 2009 Jun 04, 2009

Why is it this forum allows users to insert Java, SQL, HTML and Plain - but no Actionscript?

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 04, 2009 Jun 04, 2009

is that a request for an inclusion of filetype to the list?

in the mean time, you could save it in a text file and attach it...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 04, 2009 Jun 04, 2009

Do NOT attach it unless you want it to end up in the virus-checking queue for an indefinite period.

Just use the PLAIN option until they add other syntax highlighting choices. AS is not the only one missing.

BTW, they are researching the option to add more types:

What are some updates as to what is happening in the new forums?

As an alternative, you can actually get away with using the camera icon. It creates a broken link icon in Safari, but users can still click the link.

But do not use the Attach Files feature until they get the queue running faster.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 04, 2009 Jun 04, 2009

I believe that the Camera Icon/image upload was fixed to only allow image files (JPG, PNG, GIF).

Right now, the options in the >> list are what Jive offers.

John

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 04, 2009 Jun 04, 2009

adobe-admin wrote:

I believe that the Camera Icon/image upload was fixed to only allow image files (JPG, PNG, GIF).

That's reasonable 🙂

I forgot to mention to the OP that the >> Insert does not always get along well with tabs. Or maybe it is only code that has tabs and spaces in the indents. Best to convert all tabs to spaces prior to pasting. I'll try to repro here, but no guarantees.

on pseudoLingo
     put "single tab"
     if (two_tabs) then
          put "two tabs"
     end if
end

on pseudoLingo
      put "single tab and a space"
      if (two_tabs) then
            put "two tabs and two spaces"
      end if
end

on pseudoLingo
  put "spaces"
  if (two_tabs) then
    put "two spaces"
  end if
end

Oh, yea. TinyMCE seems to default to 5 spaces per tab.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 04, 2009 Jun 04, 2009

Either they fixed the problem I (neglected to) mention, or I simply don't have an editor that does it.

What I have seen is the insertion of the HTML non-breaking space in some people's code - but broken apart with a space. ie: $ nbsp; $nb sp; $nbs p;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jun 04, 2009 Jun 04, 2009

why on some questions, is the camera feature (insert image)  unavailble?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 04, 2009 Jun 04, 2009

Where? Haven't seen that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 05, 2009 Jun 05, 2009
LATEST

The only place I've noticed the ghosted camera is in the test forum.

http://forums.adobe.com/community/general/forum_comments/testing

(I'm not in a Web browser to confirm that right now, though.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 04, 2009 Jun 04, 2009

???


import working.forum;

public class AdobeForum {

     public AdobeForum() {

          webX();

     }

}

Heh.

Syntax highlighting isn't working anyway.

If it were, you could use the Java syntax highlighting to probably get pretty close to ActionScript.  But yes, Jive sucks, etc etc.

Edit: Oh, okay I guess it is..but it doesn't work in the lame a$$ text box "preview"!!! How worthless.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines