PDA

View Full Version : Could Flash files become and acceptable attachment?


Citizensmith
27th of April 2005 (Wed), 12:21
Any chance that flash files (.swf) could be added as an acceptable extension for uploads. Everything else could remain the same (dimension and file size), but it would be useful to have it as an option.

1) Photos in flash files are harder to copy out than just putting up an image file, protecting peoples work somewhat.
2) It would allow the inclusion of basic image viewers where the first photo is included in the post, and the others are sourced from a remote location and accessed using buttons on the viewer. Except it would be a background function, not apparent to anyone looking at the file.
3) This would also mean multi image posts are less of a threat to modem users as only the first image in a set is actually loaded. Others only load on demand.
4) This would also mean less storage and bandwidth used be PotN.
5) Lastly, while Macromedia flash is paid for software there are freeware flash editors out there (such as in OpenOffice) that make this accessible to anyone.

Does that sound good, or is there some other major issue I'm missing here.

Rob612
28th of April 2005 (Thu), 17:26
Absolutely reasonable. It will lock out those that do not want/can have Flash player installed (that is a real minority anyway) but you've surely got a point.

Citizensmith
28th of April 2005 (Thu), 20:47
Absolutely reasonable. It will lock out those that do not want/can have Flash player installed (that is a real minority anyway) but you've surely got a point.

Hopefully the don't wants would be a very minor thing as its free and not spyware or anything.

There may well be some can'ts though if there are folks on odd operating systems, or on a system were they have limited access rights. I'm sure neither of them will mind. :)

Rob612
29th of April 2005 (Fri), 02:03
I'm sure neither of them will mind. :)

Or in any case, since its a real minority, who cares ? :D :D :D

Citizensmith
9th of May 2005 (Mon), 17:21
Anyone had a chance to make a decision on this?

Pekka
9th of May 2005 (Mon), 17:34
I will always seek for better ways of doing things, as long as reasons are valid. What you have with Flash is a nice format, but does not prevent image stealing or reduce bandwith (JPEG's do not pack better with Flash).

But I am open-minded :)

I have enabled now .swf extension with MIME type "application/x-shockwave-flash" & 100KB limit for attachments, please try it out and demo something useful with it in order to keep it there.

Please post your test post address here.

Citizensmith
10th of May 2005 (Tue), 10:09
Thanks for adding that. I'll post an example in the next couple of days. I'd got one ready prepared but I'm not near the computer its on until wednesday.

My though about the saving bandwidth thing wasn't a reflection on file compression but more that this could be another way to get people to host photos on other servers. The little example thing I put together was a flash app with a single image in it. When a user pressed the forward button to move to the next image it actually pulled it off my web page. Sure that is no different to people just linking to their web page but this just makes it look like its all coming from PotN.

As for the image stealing thing that just may be a mistaken assumption on my part. Someone could still screen capture, but right clicking to save will get them a hard to edit swf file rather than a jpg. Maybe I've just not tried hard enough to open other peoples swf files. :)

Anyway, thanks again for this and all you efforts here.

Citizensmith
10th of May 2005 (Tue), 23:11
Here is a quick demo. The first file (70.6KB) points to a second (310KB) on a separate web space. The only notable difference should be a small delay the first time you transition. If this works well and you approve it I'll make some templates and put the .fla files up for people to grab so anyone with a flash editor of some kind will be able to put similar stuff together easily.

Here's a link to the second part http://www.notesfromtherivercity.com/Flash/photoviewer2.swf

Citizensmith
10th of May 2005 (Tue), 23:19
Hmm, not working. I get the same results in firefox 1.02 or IE 6.0. It isn't trying to resolve the attachment as it does with a .jpg, and when you click on the link it provides you get a page of hex.

Pekka
11th of May 2005 (Wed), 03:15
Now it works.

Citizensmith
11th of May 2005 (Wed), 11:17
Great, thanks.

Is the reason the flash files appear as attachments rather than inline like jpgs a simple fix or is it just a limitation of using that format in this forum software?

I'm trying to figure out if there is a way to stop browsers scaling the flash files up to fit. It makes the image look horribly pixelated. On the fly resizing from 800 pixel width to whatever screen size people are using will be kind of ugly. I'd really like to make it stay at the size I originally set.

tommykjensen
11th of May 2005 (Wed), 11:35
Great, thanks.

Is the reason the flash files appear as attachments rather than inline like jpgs a simple fix or is it just a limitation of using that format in this forum software?


I would strongly argue against showing the flash as inline image. Flash can contain sound right? I would hate to open a thread here that played music I wasn't prepared for.

Ohh and the demo. Did You use very low quality photos for that? Because they don't look good on my screen (sorry).

Citizensmith
11th of May 2005 (Wed), 23:53
I would strongly argue against showing the flash as inline image. Flash can contain sound right? I would hate to open a thread here that played music I wasn't prepared for.

Correct, it can. You may have a point, although it could just be a forum rule not to use it. The same issue could occur if you follow a link to someone's web site though.

Ohh and the demo. Did You use very low quality photos for that? Because they don't look good on my screen (sorry).

If your browser is doing what mine is doing it looks crappy because it is scaling it up to fit your screen. I resized the photo down to an 800 pixel image, so when Firefox/IE decides it really wants it to be a 1280 it gets ugly fast. I'm going to look for a way to tell it not to scale, but it may be a browser issue rather than a flash issue.

Citizensmith
18th of May 2005 (Wed), 16:24
Just testin' sommat
:eyes

<object width="800" height="600">
<param name="movie" value="http://www.notesfromtherivercity.com/Flash/photoviewer2.swf">
<embed src="http://www.notesfromtherivercity.com/Flash/photoviewer2.swf" width="800" height="600">
</embed>
</object>

Citizensmith
18th of May 2005 (Wed), 16:27
And now I notice the "HTML code is off" thing down in the Posting Rules. :)

Probably a sensible thing so a badly written tag doesn't hose a forum page.

Citizensmith
18th of May 2005 (Wed), 16:34
OK, here's a different version.

Citizensmith
18th of May 2005 (Wed), 16:42
So I guess I can't add links to attachments.

http://www.notesfromtherivercity.com/flash/flashtest.jpg
(http://www.notesfromtherivercity.com/flash/photoviewer2.swf target="parent")

Citizensmith
18th of May 2005 (Wed), 16:45
OK, you can't use targets in the the [URL] tag of vB code, and once you've submitted it you can't edit the code you put in as it all resolves itself.

tommykjensen
18th of May 2005 (Wed), 23:40
Correct, it can. You may have a point, although it could just be a forum rule not to use it. The same issue could occur if you follow a link to someone's web site though.


However, following an external link You know that You can risk anything.

Citizensmith
19th of May 2005 (Thu), 10:36
However, following an external link You know that You can risk anything.

My point was more that we'd need to assume people obey the forum posting rules, and no sound could become one of them. Similar to someone posting imappropriate photos without a warning is avoided if people follow the posting rules.

At the moment however, I can't get them to embed as well as I'd hoped. My solution for using flash for photo folders would just be to include a linked image in the post that points at the flash file. Works about as well, although the image seems to need to be on a separate server. Can't figure out how to link attachments.

If all that is there is an image you'll definitely be safe. :)

tommykjensen
19th of May 2005 (Thu), 10:45
My point was more that we'd need to assume people obey the forum posting rules, and no sound could become one of them. Similar to someone posting imappropriate photos without a warning is avoided if people follow the posting rules.


Yes but we know that from time to time a user forgets to read the rules and include sound afterall. Normally that would not be a big issue but there is a big difference between accidently posting a nude photo with no warning and posting a flash with sound with not warning.

This is obviously mainly a problem when reading the forum at work which I do. I sit in a big open office with around 30 other and not only that the people I sit close to are the helpdesk who speak to customers (yeah I know this is very specific for me but I think You get the picture ;) )

Rob612
19th of May 2005 (Thu), 10:53
At the moment however, I can't get them to embed as well as I'd hoped. My solution for using flash for photo folders would just be to include a linked image in the post that points at the flash file. Works about as well, although the image seems to need to be on a separate server. Can't figure out how to link attachments.

If all that is there is an image you'll definitely be safe. :)

Have you ever tried FXWitz SWF Editor DYNAMIC PRO ? I have bought it with the intent of doing some things with it, but I haven't got a chance to work with it. WIll look at it as soon as I have some time.

Citizensmith
19th of May 2005 (Thu), 19:35
Yes but we know that from time to time a user forgets to read the rules and include sound afterall. Normally that would not be a big issue but there is a big difference between accidently posting a nude photo with no warning and posting a flash with sound with not warning.

This is obviously mainly a problem when reading the forum at work which I do. I sit in a big open office with around 30 other and not only that the people I sit close to are the helpdesk who speak to customers (yeah I know this is very specific for me but I think You get the picture ;) )

I can see it being a particular concern for you. I work in a similar environment, and consequently the sound on my computer is permanently muted. It can get annoying when people send me videos that they feel my life will be incomplete without, but I'm fine with no sound at work. You situation may be different.

Citizensmith
19th of May 2005 (Thu), 19:42
Have you ever tried FXWitz SWF Editor DYNAMIC PRO ? I have bought it with the intent of doing some things with it, but I haven't got a chance to work with it. WIll look at it as soon as I have some time.

I think the issue is with the way the forum handles the swf files. Pekka was good enough to open them for upload, but unfortunately the forum code displays them as links rather than inline images. I'm fortunate enough to have Studio MX 2004 for editing (I make elearning tools) so the creation isn't a problem.

I think for now I'll work with the idea of including a linked image in a post that points to the swf file. Unfortunately vB code won't do targets so it'll open in a new window, but thats close enough for now. As much as I'd love them swap out the linking file I'm not expecting anyone to jump through any hoops just for me.